summaryrefslogtreecommitdiffstats
path: root/protos.h
AgeCommit message (Expand)Author
2022-11-21Reset header color after mutt_set_flag().Kevin McCarthy
2022-05-21Decouple expand_path() relpath vs trailing slash handling.Kevin McCarthy
2022-02-06Filter headers passed via the command line.Kevin McCarthy
2021-12-14Merge branch 'stable'Kevin McCarthy
2021-12-14Space unstuff flowed text for $send_multipart_alternative_filter.Kevin McCarthy
2021-10-20Add internal mutt_ctime() implementation.Kevin McCarthy
2021-10-04Add $attach_save_charset_convert quadoption.Kevin McCarthy
2021-09-24Assert mutt_decode_attachment() doesn't modify body fields.Kevin McCarthy
2021-09-16Ensure embedded IMAP passwords are stored in context->path.Kevin McCarthy
2021-08-14Lazily update header colors after a thread-flag update.Kevin McCarthy
2021-07-07Add a help choice '?' to the yes or no prompt for quadoptions.Kevin McCarthy
2021-07-01Filter out group delimiters for encrypt keylist generation.Kevin McCarthy
2021-06-18Reset SIGPIPE signal handler in child process before exec().Kevin McCarthy
2021-05-01Add allow_8bit flag to sanitize_filename functions.Kevin McCarthy
2021-04-15Use bkgrndset() as ATTRSET() backend if available.Kevin McCarthy
2021-02-01Apply $reverse_name when tag-reply/forwarding too.Kevin McCarthy
2021-01-27Create mutt_atolofft() to parse body->length field.Kevin McCarthy
2021-01-14Remove snprintf and vsnprintf configure checks.Kevin McCarthy
2021-01-09Add code to free ansi colors.Kevin McCarthy
2021-01-03Remove obsolete AC_HEADER_STDC and STDC_HEADERS checks.Kevin McCarthy
2020-12-23Fix declaration of mutt_decode_base64().Kevin McCarthy
2020-12-09Parse headers on demand for the list menu.Kevin McCarthy
2020-12-06abstract some List-* header processingdgc
2020-11-06Don't relative-path expand for fcc-hook and save-hook.Kevin McCarthy
2020-09-06Removed unused mutt_expand_path()Kevin McCarthy
2020-09-06Convert mutt_create_alias and helpers to use buffer pool.Kevin McCarthy
2020-08-29Remove relative path expansion for some cases.Kevin McCarthy
2020-07-20Don't increment color refcount for overlays.Kevin McCarthy
2020-07-20Add $cursor_overlay, default unset, to control overlaying.Kevin McCarthy
2020-07-20Add cursor overlay capability.Maxim Tarasov
2020-06-25Add tab-completion menu for patterns.Kevin McCarthy
2020-06-04Add other headers to written Protected Headers.Kevin McCarthy
2020-06-03Modify mutt_make_date() to append to a buffer.Kevin McCarthy
2020-05-23Refactor mutt_buffer_strip_formatting() inside of pager.c.Kevin McCarthy
2020-05-17Clean up Editor Menu interface inside Mutt.Kevin McCarthy
2020-05-14Change mailto handling to parse in-reply-to loosely.Kevin McCarthy
2020-05-14Adjust message-id extraction to retry more permissively on failure.Kevin McCarthy
2020-05-11Separate mailbox vs buffy-incoming for the "enter_fname" functions.Kevin McCarthy
2020-05-11Remove unused mutt_enter_fname() functions.Kevin McCarthy
2020-05-07Add L10N strings to exit_handler().Kevin McCarthy
2020-04-13Remove ansi formatting from autoview generated quoted replies.Kevin McCarthy
2020-03-31Convert LastSaveFolder to buffer.Kevin McCarthy
2020-03-31Convert mutt_init() to use buffer pool for path operations.Kevin McCarthy
2020-03-31Convert mutt_parse_rc_line() to use real buffer to hold the line.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-06Change mutt_FormatString() data parameter to type void *.Kevin McCarthy
2020-02-29Enable backgrounding a single <mail> function.Kevin McCarthy
2020-02-29Write out sctx sign_as values in mutt_write_fcc().Kevin McCarthy
2020-02-29Pass sctx to mutt_builtin_editor() and mutt_edit_headers().Kevin McCarthy