On Wed, Jul 06, 2011 at 03:17:25AM -0500, Claude Rubinson wrote: > On Wed, Jul 06, 2011 at 09:46:34AM +0200, Vegard Svanberg wrote: > > What I would like to see is an attachment-reminder. Like if I'd > > mentioned "please see the attachment" or another text string in the > > e-mail, I'd like Mutt to prompt if I should add an attachment. Like > > Thunderbird and Evolution does. > > http://blog.einval.com/2011/06/12
for that you'll need to configure sendmail or some other MTA to send mail, of course. i've been using mutt's built-in smtp support ever since it became available, because it serves my needs. (i just need to get the message to my isp's mail server). an alternative is to have your editor check for words such as "attachment". i use emacs with post-mode, which has this option: http://sourceforge.net/projects/post-mode/ (actually, i've made a change to the code so it can handle attaching files with spaces in their names. i should put that code up on github someday...) -- Joost Kremers, PhD University of Göttingen Institute for German Philology Käte-Hamburger-Weg 3 37073 Göttingen, Germany
