summaryrefslogtreecommitdiffstats
path: root/mutt.h
AgeCommit message (Expand)Author
2023-01-03wip: add reverse parse, tied to $mbox_lax_parse.kevin/415-mbox-parsingKevin McCarthy
2022-11-21Reset header color after mutt_set_flag().Kevin McCarthy
2022-05-21Decouple expand_path() relpath vs trailing slash handling.Kevin McCarthy
2022-01-25Add very basic cd path completion.Kevin McCarthy
2021-12-03Improve the statusbar modified flag for $maildir_trash.Kevin McCarthy
2021-10-04Add $attach_save_charset_convert quadoption.Kevin McCarthy
2021-08-31Add $compose_confirm_detach_first, default set.Kevin McCarthy
2021-08-14Lazily update header colors after a thread-flag update.Kevin McCarthy
2021-08-08Add $sort_thread_groups for top-level thread sorting.Kevin McCarthy
2021-05-14Add local_date_header optionGregory Anders
2021-04-15Use bkgrndset() as ATTRSET() backend if available.Kevin McCarthy
2021-03-02Prompt for retry on decrypt failure for mime message attachments.Kevin McCarthy
2021-02-18Update gettext to version 0.21.Kevin McCarthy
2021-02-05Filter ANSI sequences when forwarding too.Kevin McCarthy
2021-02-04Add explicit flag to check for postponed message on <mail>.Kevin McCarthy
2020-12-22Merge branch 'stable'Kevin McCarthy
2020-12-22Fix offset to use LOFF_T in a couple places.Kevin McCarthy
2020-12-12Add "headers" parameter to mx_open_message().Kevin McCarthy
2020-12-09Parse headers on demand for the list menu.Kevin McCarthy
2020-12-06abstract some List-* header processingdgc
2020-11-22Add <view-pager> function to attachment menu.Kevin McCarthy
2020-07-20Add $cursor_overlay, default unset, to control overlaying.Kevin McCarthy
2020-07-19Add first version of MuttLisp.Kevin McCarthy
2020-07-01Create $copy_decode_weed, $pipe_decode_weed, $print_decode_weed.Kevin McCarthy
2020-06-26Escape config vars when expanding hook "command" argument.Kevin McCarthy
2020-06-23Add $tunnel_is_secure config, defaulting set.Kevin McCarthy
2020-05-31Try to automatically reconnect to an open IMAP mailbox on error.Kevin McCarthy
2020-05-11Separate mailbox vs buffy-incoming for the "enter_fname" functions.Kevin McCarthy
2020-04-24Adjust comment on header.num_hidden field.Kevin McCarthy
2020-04-03Add "root" part logic for multipart/alternative countingKevin McCarthy
2020-02-29Confirm exiting if background edit processes exist.Kevin McCarthy
2020-02-29Enable backgrounding a single <mail> function.Kevin McCarthy
2020-02-29Add send_ctx to compose menu and get_postponed().Kevin McCarthy
2020-02-29Rename ci_send_message() to mutt_send_message().Kevin McCarthy
2020-02-10Merge branch 'stable'Kevin McCarthy
2020-02-10Speed up thread sort when many long threads exist.Kevin McCarthy
2020-01-20Allow ~b ~B ~h patterns in send2-hook.Kevin McCarthy
2020-01-14Add $crypt_opportunistic_encrypt_strong_keys config var.Kevin McCarthy
2019-12-22Merge branch 'stable'Kevin McCarthy
2019-12-21Turn off auto-clear outside of autocrypt initialization.Kevin McCarthy
2019-12-12Merge branch 'stable'Kevin McCarthy
2019-12-07Create $sidebar_relative_shortpath_indent, default unset.Kevin McCarthy
2019-12-03Merge branch 'stable'Kevin McCarthy
2019-12-03Add $sidebar_use_mb_shortcuts to turn off shortcuts.Kevin McCarthy
2019-11-30Fixes and cleanup for imap deflate patch.Kevin McCarthy
2019-11-30imap: add support for COMPRESS=DEFLATE, RFC 4978Fabian Groffen
2019-11-10Add $count_alternatives to count attachments inside alternatives.Kevin McCarthy
2019-11-07Change $write_bcc to default off.Kevin McCarthy
2019-11-01Add ability to generate multipart/alternative using a filter script.Kevin McCarthy
2019-09-09Add $browser_sticky_cursor default set.Kevin McCarthy