summaryrefslogtreecommitdiffstats
path: root/commands.c
AgeCommit message (Expand)Author
2020-12-12Add "headers" parameter to mx_open_message().Kevin McCarthy
2020-12-03Add a mutt_error() when copy/save messages fails.Kevin McCarthy
2020-08-29Remove relative path expansion for some cases.Kevin McCarthy
2020-07-01Create $copy_decode_weed, $pipe_decode_weed, $print_decode_weed.Kevin McCarthy
2020-05-17Clean up Editor Menu interface inside Mutt.Kevin McCarthy
2020-05-11Separate mailbox vs buffy-incoming for the "enter_fname" functions.Kevin McCarthy
2020-04-09Convert "non-fatal" handler errors to return 1 instead of -1.Kevin McCarthy
2020-04-07Print progress meter when copying/saving tagged messages.Kevin McCarthy
2020-03-31Convert LastSaveFolder to buffer.Kevin McCarthy
2020-03-31Convert mutt_parse_rc_line() to use real buffer to hold the line.Kevin McCarthy
2020-03-30Convert mutt_pipe_message() to use buffer pool.Kevin McCarthy
2019-10-15Update mime fields when piping a message with $pipe_decode set.Kevin McCarthy
2019-09-21Fix mutt_save_message() "enter_fname()" to use buffer version.Kevin McCarthy
2019-09-13Convert mutt_save_message() to use buffer pool.Kevin McCarthy
2019-09-13Convert mutt_display_message() to buffer pool.Kevin McCarthy
2019-08-03Fix process_gossip_headers() to look at the right envelope.Kevin McCarthy
2019-08-03Add gossip header processing.Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
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