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