summaryrefslogtreecommitdiffstats
path: root/mutt.h
AgeCommit message (Expand)Author
2019-03-09Expand a couple of the comments about charset.Kevin McCarthy
2019-03-04Add $include_encrypted config to prevent reply-decryption attack.Kevin McCarthy
2019-02-06Create <group-chat-reply> function.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-31Remove dead code.Kevin McCarthy
2018-12-29Color protected subject as a header in the pager.Kevin McCarthy
2018-12-29Add $crypt_protected_headers_save.Kevin McCarthy
2018-12-29Change x-label editing flag to be in the envelope.Kevin McCarthy
2018-12-29Create envelope->changed to mark all field changes.Kevin McCarthy
2018-12-25Add a new mode for mutt_write_rfc822_header().Kevin McCarthy
2018-12-25Add config and data structure for protected header write support.Kevin McCarthy
2018-12-17Add protected header received email support.Kevin McCarthy
2018-12-17Add mx operation save_to_header_cache.Kevin McCarthy
2018-12-17Parse and store mime headers in the BODY.Kevin McCarthy
2018-12-08Add $auto_subscribe variable.Kevin McCarthy
2018-10-31Add a flag for dynamic date range evaluation in patterns.Kevin McCarthy
2018-10-31Add index-format-hook and expando.Kevin McCarthy
2018-10-06Break buffer functions into separate source file.Kevin McCarthy
2018-08-22Add compose-to-sender functionality.Kevin McCarthy
2018-08-11Add QRESYNC support.Kevin McCarthy
2018-08-11Add basic CONDSTORE support when fetching initial messages.Kevin McCarthy
2018-07-25Add mx_ops.msg_padding_size to return the padding for a mx type.Kevin McCarthy
2018-06-18Convert context and buffy to use nanosecond timestamps.Kevin McCarthy
2018-06-04Merge branch 'stable'Kevin McCarthy
2018-06-04Add $pgp_check_gpg_decrypt_status_fd.Kevin McCarthy
2018-06-01Correct spelling mistakes.Edward Betts
2018-05-01Add ~M pattern to match mime Content-Types.Ammon Riley
2018-04-19Add $browser_abbreviate_mailboxes.Kevin McCarthy
2018-04-15Add libidn2 supportMatej Muzila
2018-03-11Add $abort_noattach and $abort_noattach_regexp options.Kevin McCarthy
2017-11-11Add $change_folder_next option to control mailbox suggestion order.Kevin McCarthy
2017-11-09Make sure that fgets and fgetc are undefined before their redefinition.Vincent Lefevre
2017-11-08Use fgets_unlocked and fgetc_unlocked if available.David Wilson
2017-08-19Add option to run command to query attachment mime type. (closes #2933) (clos...Kevin McCarthy
2017-07-20When guessing an attachment type, don't allow text/plain if there is a null c...Kevin McCarthy
2017-07-05Add ~<() and ~>() immediate parent/children patterns. (closes #3144)Kevin McCarthy
2017-05-29Add self-encrypt options for PGP and S/MIME.Kevin McCarthy
2017-05-12Add $history_remove_dups option to remove dups from history ring.Kevin McCarthy
2017-05-08Add $header_color_partial to allow partial coloring of headers.Kevin McCarthy
2017-03-31Remove the OPTFORCEREDRAW options.Kevin McCarthy
2017-03-26Set refresh when popping the menu stack.Kevin McCarthy
2017-03-07Move the OpenSSL partial chain support check inside configure.ac. (see #3916)Kevin McCarthy
2017-03-07Add $ssl_verify_partial_chains option for OpenSSL. (closes #3916)Matthias Andree
2017-02-07Add Kyoto Cabinet support to the header cache.Kevin McCarthy
2017-01-28Improve the label completion hash table usage.Kevin McCarthy
2017-01-28Adds label completion.David Champion
2017-01-28Adds capability to edit x-labels inside mutt, and to sort by label.David Champion
2017-01-23Add subjectrx command to replace matching subjects with something else.David Champion