summaryrefslogtreecommitdiffstats
path: root/commands.c
AgeCommit message (Expand)Author
2016-06-18pass context in mx_close_messageDamien Riegel
2016-06-07Fix columns used for $status_format and $pager_format in the pager.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Fix remaining direct usages of COLS/LINES to use mutt window functions.Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2015-11-24Rename idna functions and bits for smtputf8 changes.Kevin McCarthy
2015-10-04Create a separate macro/push/exec event buffer. (closes #3779)Kevin McCarthy
2015-08-30Minor translation fixes.Benno Schulenberg
2015-01-03Change bounce to use mutt_parse_adrlist() for address parsing.Kevin McCarthy
2013-10-06Ensure that BUFFER variables are initialized to prevent later attemptsAaron Schrab
2013-10-05Consistently use mutt_buffer_init functionAaron Schrab
2012-07-20Do not use stack-allocated space for BUFFERsBrendan Cully
2010-04-01fix comment typosSimon Ruderich
2010-02-23Don't use freed ctx.path when updating utime of target mailbox in save-message.Brendan Cully
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