summaryrefslogtreecommitdiffstats
path: root/mutt.h
AgeCommit message (Expand)Author
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
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