summaryrefslogtreecommitdiffstats
path: root/mutt.h
AgeCommit message (Expand)Author
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
2019-08-17Add $ssl_use_tlsv1_3 config variable, default set.Kevin McCarthy
2019-08-17Add size display configuration variables.Kevin McCarthy
2019-08-07Add $autocrypt_reply.Kevin McCarthy
2019-08-03Handle autocrypt message decryption.Kevin McCarthy
2019-08-03Autocrypt outgoing emails.Kevin McCarthy
2019-08-03Add autocrypt line to the compose menu.Kevin McCarthy
2019-08-03Add another HEADER security bit for autocrypt.Kevin McCarthy
2019-08-03Add gossip header processing.Kevin McCarthy
2019-08-03Process autocrypt headers.Kevin McCarthy
2019-08-03Add autocrypt header parsing to mutt_parse_rfc822_line().Kevin McCarthy
2019-08-03Add autocrypt config vars.Kevin McCarthy
2019-07-21Added * option to unattachments commandAndrew Marks
2019-06-26Convert Commands to use the union pointer_long_t too.Kevin McCarthy
2019-06-13Add $fcc_before_send, defaulting unset.Kevin McCarthy
2019-04-27Add $forward_attachments quadoption for inline-forward mode.Kevin McCarthy