Hi everyone! I have just tagged alot v0.3.4; You can get a tarball here [0]. This minor version bump is mostly to flush out all the nice small features I hacked together or received as pull request lately. It comes with tons of ui tweaks, fixes and a very nice patch series that allows to send PGP/MIME encrypted mails. Not included, but here's a peek into alot's future for the curious: I've been semi-busy, making alot's tree-widgets available for the wider urwid audience [2] and am currently rewriting alot's thread buffers to make use of this library [3]. This will make it easy™ to finally write a better mimeparser [4] and display a messages MIME-tree as well as properly display nested encrypted/signed mails.. More detailed usage updates since v0.3.3: * extra: zsh completion file * thread mode: add "tags" pseudo header to message display * case insensitive matching in Addressbook completion * compose: interpret "attach" pseudo header * compose: set initial message tags * envelope: completion for 'From' * reply/forward: more flexible construction of "From" headers (hello plussing!) * thread mode: added bounce command for direct redirection w/o an envelope buffer * thread mode: more robust "pipeto" command * add config option "prefer_plaintext" * prevent multiple 'index locked' notifications * kill some zombies! (#325) * search mode: bulk tagging * less annoying multi-key bindings * add global "move" command for scriptable cursor movement * support for encrypted outgoing mails using PGP/MIME Thanks goes to those who contributed: $ git shortlog -s -n 0.3.2...|tail -n +2 30 Johannes Kulick 9 William Erik Baxter 5 Kazuo Teramoto 4 Justus Winter 3 Benjamin 3 Simon Chopin 2 Antoine Amarilli 1 Johann Weging 1 Michael Turquette 1 bjoernb .. and everyone who send feedback! As always, don't hesitate to file bug reports, feature or pull requests via the projects github page [1]. Cheers, /p [0]: https://github.com/pazz/alot/tarball/0.3.4 [1]: https://github.com/pazz/alot [2]: https://github.com/pazz/urwidtrees-V2 [3]: https://github.com/pazz/alot/tree/0.3.3-feature-urwidtrees [4]: https://github.com/pazz/alot/tree/0.3.3-mimeparser