summaryrefslogtreecommitdiffstats
path: root/init.h
AgeCommit message (Expand)Author
2020-04-10Clarify $imap_fetch_chunk_size is referring to headers.Kevin McCarthy
2020-04-09Change default $background_format value.Kevin McCarthy
2020-03-27Add -label and -nopoll arguments to mailboxes commandKevin McCarthy
2020-03-21Add $fcc_delimiter, to allow multiple Fcc mailboxes.Kevin McCarthy
2020-03-02Add $status_format 'B' expando for backgrounded count.Kevin McCarthy
2020-03-01Add %i to $background_format.Kevin McCarthy
2020-02-29Add Background Editing sections to manual.Kevin McCarthy
2020-02-29Confirm exiting if background edit processes exist.Kevin McCarthy
2020-02-29Add background compose menu and $background_format config var.Kevin McCarthy
2020-02-29Enable backgrounding a single <mail> function.Kevin McCarthy
2020-02-10Merge branch 'stable'Kevin McCarthy
2020-02-10Revert $ssl_force_tls to default unset.Kevin McCarthy
2020-01-14Add $crypt_opportunistic_encrypt_strong_keys config var.Kevin McCarthy
2019-12-27Convert makedoc.c to makedoc.pl.Kevin McCarthy
2019-12-13Merge branch 'stable'Kevin McCarthy
2019-12-13Rename sidebar mailbox shortcuts option and default off.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-03Fix new option order in the manual.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-25Clarify $write_bcc documentation.Kevin McCarthy
2019-11-23Add a bit more documentation about sending.Kevin McCarthy
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-31Re-enable and cleanup format-flowed space stuffing.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-03Add documentation for the autocrypt feature.Kevin McCarthy
2019-08-03Basic autocrypt account menu.Kevin McCarthy
2019-08-03Add autocrypt config vars.Kevin McCarthy
2019-07-13Omit User-Agent: header by defaultDaniel Kahn Gillmor
2019-06-27Convert $header_cache_pagesize to type DT_LNUM.Kevin McCarthy
2019-06-26Convert Commands to use the union pointer_long_t too.Kevin McCarthy
2019-06-26Convert MuttVars.data and .init to use a union type.Kevin McCarthy
2019-06-23Detail the documentation of %l for index_format.Vincent Lefevre
2019-06-21Remove UL "" initialization from init.h.Kevin McCarthy
2019-06-13Merge branch 'stable'Kevin McCarthy
2019-06-13Add $fcc_before_send, defaulting unset.Kevin McCarthy
2019-06-13Merge branch 'stable'Kevin McCarthy
2019-06-13Improve $reverse_realname documentation.Kevin McCarthy
2019-05-26Turn on $ssl_force_tls by default.Kevin McCarthy
2019-05-09Add note about %r for the pgp_list_*_command vars.Kevin McCarthy
2019-04-27Add $forward_attachments quadoption for inline-forward mode.Kevin McCarthy