summaryrefslogtreecommitdiffstats
path: root/commands.c
AgeCommit message (Expand)Author
2019-04-17Increase prompt size to remove warning.Kevin McCarthy
2019-04-11Generate version string during make not configureAaron Schrab
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-31Remove unused MUTT_FORMAT_MAKEPRINT flag.Kevin McCarthy
2018-12-29Add $crypt_protected_headers_save.Kevin McCarthy
2018-12-17Add protected header received email support.Kevin McCarthy
2018-06-28Add check-stats function to calculate mailbox statistics.Anton Lindqvist
2018-03-22Change prompt string for $crypt_verify_sigKevin McCarthy
2017-08-10Add edit-content-type helper and warning for decrypted attachments. (closes #...Kevin McCarthy
2017-04-18Revert sort prompt labels. (see #3930)Kevin McCarthy
2017-04-17Change the sort prompt to use (s)ort style prompts.Kevin McCarthy
2017-04-08Ensure mutt stays in endwin during calls to pipe_msg() (closes #3929)Kevin McCarthy
2017-03-31Remove refresh parameter from mutt_enter_fname().Kevin McCarthy
2017-03-26Set refresh when popping the menu stack.Kevin McCarthy
2017-01-28Minor fixes to the x-label patch from David.Kevin McCarthy
2017-01-28Adds capability to edit x-labels inside mutt, and to sort by label.David Champion
2016-11-17Backout inlining of MUTT_VERSION in 42fee7585fae.Kevin McCarthy
2016-11-13Compress: remove buffy stats "improvisation".Kevin McCarthy
2016-11-13Compress patch from the neomutt repository.Kevin McCarthy
2016-11-13search muttrc file according to XDG Base Specification (closes #3207)Damien Riegel
2016-07-17Add the trash folder patch.Kevin McCarthy
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