summaryrefslogtreecommitdiffstats
path: root/commands.c
AgeCommit message (Expand)Author
2009-06-23Only use keypad() when curses is runningRocco Rutte
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-06-13Rewrite header foldingRocco Rutte
2009-06-12Warn before bouncing messages without From: header. Closes #3180.Rocco Rutte
2009-04-11Don't raise new mail flag on mbox/mmdf Fcc mailboxes. Closes #1896.Rocco 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-07-02Use realpath() in mutt_pretty_mailbox() for paths that may need it.Rocco Rutte
2008-06-25Make mutt_copy_message distinguish between fatal and non-fatal errors.Brendan Cully
2007-11-30Format status line for external and internal pager the same way to make %P workRocco Rutte
2007-09-11Enlarge error buffer in mutt_enter_command() to not truncate option queries.Rocco Rutte
2007-07-08This patch implements the "%* " notation, which is analogous to "%> "David Champion
2007-03-20Make BUFFY_SIZE a runtime switch ($check_mbox_size)Miroslav Lichvar
2006-12-07- my_mbtowcs didn't recover from bad multibyte sequencesThomas Roessler
2006-06-08Clean up ReleaseDate mess; include ReleaseDate in User-AgentThomas Roessler
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-02More fiddling with PGP results. When rerunning PGP on a message, clearBrendan Cully
2005-08-01Don't report PGP signature could not be verified unless there really isBrendan Cully
2005-08-01Report errors occuring in _mutt_save_message. (closes #847)Brendan Cully
2005-02-12pgp-auto-decode: When $pgp_auto_decode is set, then mutt will checkDerek Martin
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2005-01-270. In compose mode, press Ctrl-t to change Content-Type.TAKAHASHI Tamotsu
2005-01-26Make some functions static.Ralf Wildenhues
2004-10-30safe_strcat, safe_strncat. Thanks to Ulf H. for noting the wrongThomas Roessler
2004-07-14Introduce $include_onlyfirst.TAKAHASHI Tamotsu
2004-06-26Fix #1909.Thomas Roessler
2004-04-12A belated fix for #1808 (Debian #233106): Make sureThomas Roessler
2003-12-30Handle partially signed messages more reasonably. See #1743.Thomas Roessler
2003-12-29Fix #844.Alain Bench
2003-10-04This patch fixes various aspects of the attachment-savingThomas Roessler
2003-08-05This patch removes the Kendra format from mutt. (The support wasBrendan Cully
2003-04-07Fix #1528.Thomas Roessler
2003-03-03IDN support for e-mail messages. Things should work automagicallyThomas Roessler
2003-03-03Introduce a new option named $bounce, and fix some inconsistenciesThomas Roessler
2003-02-25Fix some (too lazy and tired to do all) of the inconsistenciesThomas Roessler
2003-01-21- To cleanup the pgp/smime code and prepare for other backends.Werner Koch
2003-01-05Another mutt_yesorno() change, in order to correctly interpret a C-g.Thomas Roessler
2003-01-05Fix a number of invocations of mutt_yesorno(): Always explicitly useArmin Wolfermann
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-11-11Fix #718.Paul Walker
2002-10-22Add some missing #ifdefs.René Clerc
2002-04-03Fix a file descriptor leak in the display filter code. Noted byThomas Roessler
2002-03-26More inline PGP changes.Thomas Roessler
2002-03-26OK, I'm giving up: pgp_create_traditional now creates text/plain;Thomas Roessler
2002-01-28Add ~V to match successfully verified messages.Thomas Roessler
2002-01-25More decryption key detection fixes.Thomas Roessler
2002-01-25Make some prompts look nicer, and add sensible selection of theThomas Roessler
2002-01-24More S/MIME nit-picking.Thomas Roessler
2002-01-24S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike SchiraldiThomas Roessler