Its user-interface is a bit mutt-influenced, but it's fully query-based and very fast, and of course you can extend it using elisp. A fairly young project, but it's near-fully documented, and the manual has instructions on how to set things up with Gmail.
The Homely Mutt
11–20 of 116 posts
Re: The Homely Mutt
#12Re: The Homely Mutt
#13I use maildir-utils instead of notmuch as an indexer; notmuch had odd failure modes for me that weren't worth trying to debug. mutt can also use IMAP/SSL directly, and I do that for some accounts, where I don't want to have local storage.
Here's my setup for that, in case anyone is interested: https://gist.github.com/45e318c68eb5a52e1646. It's essentially a cronjob (LaunchAgent on OSX) that calls a shell script to update the index periodically, plus a few macros to make searching from within mutt easier. To use this, you'll need to create a "Search" folder for maildir-utils to store results in.
Re: The Homely Mutt
#14 text/html; w3m -M -T text/html %s
image/*; feh -F %s
application/pdf; okular %s
application/msword; oowriter %s
(i also use procmail, with procmail-lib, to filter into monthly mailboxes, and the wonderful mairix http://www.rpcurnow.force9.co.uk/mairix/ to provide fast search. in fact, for me, mairix is the most important part of all this if you want useful, fast email - but i haven't used notmuch so can't compare)Re: The Homely Mutt
#15Re: The Homely Mutt
#16I would also recommend people look into notmuch. http://notmuchmail.org/
(notmuch is mentioned in the original link, btw)
Re: The Homely Mutt
#17I wrote an emacs-based e-mail client "mu4e"; see e.g. http://emacs-fu.blogspot.fi/2012/08/introducing-mu4e-for-ema... Its user-interface is a bit mutt-influenced, but it's fully query-based and very fast, and of course you can extend it using elisp. A fairly young project, but it's near-fully documented, and the manual has instructions on how to set things up with Gmail.
Really appreciate the work, djcb.
Re: The Homely Mutt
#18I would also recommend people look into notmuch. http://notmuchmail.org/
how does it compare to mairix? http://www.rpcurnow.force9.co.uk/mairix/ (notmuch is mentioned in the original link, btw)
Re: The Homely Mutt
#19Re: The Homely Mutt
#20 echo "Hello World!" | mutt -s "Test E-mail" -a "file.txt" whomever@wherever.com
Therefore, I now use `mutt` exclusively for sending mail and using Gmail.com for reading and searching mail.