summaryrefslogtreecommitdiffstats
path: root/compose.c
AgeCommit message (Expand)Author
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Add cols parameter to mutt_FormatString()Kevin McCarthy
2016-04-27Modify the compose screen to use windows.Kevin McCarthy
2016-02-07Add new flag -E to modify draft/include file. (closes #3799)Kevin McCarthy
2016-01-04Add a couple missing ATTACHPTR->tree frees.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2016-01-01merge stableKevin McCarthy
2016-01-01Fix segfault when deleting and reusing attachment slots. (closes #3800)Kevin McCarthy
2015-11-24Rename idna functions and bits for smtputf8 changes.Kevin McCarthy
2015-10-17Fix error message for attach-message. (closes #3785)Kevin McCarthy
2015-10-01Improve prompt when switching between PGP and S/MIME. (closes #3777)Kevin McCarthy
2015-09-13Add translation comments and improvements.Kevin McCarthy
2015-03-30Add ui elements for oppenc mode.Kevin McCarthy
2015-03-30Add the crypt_opportunistic_encrypt option and calls.Kevin McCarthy
2013-07-23fix typos in commentsOndřej Bílka
2012-12-30make the SETCOLOR() macro use bkgdset() on systems which have it, and attrset...Michael Elkins
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2011-06-25Silence some eclipse warningsBrendan Cully
2011-05-23fix gcc 4.6 warning -Wunused-but-set-variable in compose.cOlaf Hering
2010-04-12Improve clarity/uniformity in compose menu's crypto displayDavid Champion
2010-04-11increase size of buffer used for displaying addresses in the compose menu to ...Michael Elkins
2010-03-22redraw entire screen when exiting editor after re-editing the message body in...marcel
2009-06-25Treat messages written with <write-fcc> as fcc, not postponed.Rocco Rutte
2009-03-17Fix some warnings with -W about missing initializers in structsRocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-11-30Manage last search pattern outside of menu lifecycleRocco Rutte
2008-07-02Use realpath() in mutt_pretty_mailbox() for paths that may need it.Rocco Rutte
2008-03-09Remove pointless NULL checks against arrays.Sébastien Hinderer
2007-09-19Use mutt_paddstr() to print compose menu's status line rather than printw().Rocco Rutte
2007-04-11Pass column value recursively when expanding format strings (bug #2840).Michael Elkins
2007-03-20Enlarge help string buffersRocco Rutte
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-08-04Don't unlink non-mutt files that would have been unlinked on send if theBrendan Cully
2005-08-02In compose menu, detach should be able to unlink files generated by mutt,Brendan Cully
2005-08-02Don't unlink attachments that you've decided not to send. (closes #1328)Brendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2005-01-26Make some functions static.Ralf Wildenhues
2004-12-07Add send2-hook and fix alternates handling.Thomas Roessler
2004-08-30Only print additional information related to PGP in case the currentBrendan Cully
2004-08-16Only print "Encrypt with" field in case the used S/MIME modulesMoritz Schulte
2004-07-14Don't invoke "builtin" as an external editor. Note: It's not clearThomas Roessler
2004-06-17This is the sequel to the crypto modularization changes I did onMoritz Schulte
2004-04-12See: http://does-not-exist.org/mail-archives/mutt-dev/msg00843.htmlDale Woolridge
2003-10-04This patch fixes various aspects of the attachment-savingThomas Roessler
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-04-15Fix two more cases in which ctrl-G is interpreted as M_YES.René Clerc
2003-04-15The "sign (a)s" code strips the pgp application bit causing drawingDale Woolridge
2003-03-03IDN support for e-mail messages. Things should work automagicallyThomas Roessler