Download: http://www.drao-ofr.hia-iha.nrc-cnrc.gc.ca/~rreid/software/mutt/mutt.el
Installation:
Put mutt.el in your load-path and add the following line to the .emacs file:
(require 'mutt)
See Also MuttInEmacs.
I’m using Emacs as the editor for Mutt, and I’d like to use Supercite while doing so; however, I have not been able to get Supercite to work in this context. I have this feeling that it shouldn’t be too hard… Has anybody succeeded? --DirkJanBinnema
- I’m not sure what exactly Supercite is, but if you want mutt to have emacs execute arbitrary lisp code, set editor=“emacs %s --eval ‘(lisp-goes-here)’”; a good lisp-goes-here might be (supercite-mode t)? – ErikBourget
- Supercite flexibly cites portions of an email. It’s probably the best email citation package that exists. It’s from the days when an email chain was not a single email containing the text of every finagling email in the chain, when sigs and responses went at the bottom of the email, when concise, dense content was something to be striven for – in short, when men where Real Men, women were Real Women, and small furry creatures from Alpha Centauri were Real Small Furry Creatures from Alpha Centauri. – KevinKinnell?
Download link is dead. Anybody has an alternative location of mutt.el?
Yes, it is, but il looks like an older revision. I’ve retrieved a more recent copy via archive.org, and saved it here: Lisp:mutt.el
CategoryMailAddons | CategoryModes