summaryrefslogtreecommitdiffstats
path: root/send.c
AgeCommit message (Expand)Author
2022-10-13Allow Fcc'ing to IMAP in batch mode.Kevin McCarthy
2022-10-13Add fcc error handling in batch mode.Kevin McCarthy
2022-01-15Revert "Add $reply_prefix."Kevin McCarthy
2022-01-13Add $reply_prefix.Kevin McCarthy
2021-12-14Merge branch 'stable'Kevin McCarthy
2021-12-14Space unstuff flowed text for $send_multipart_alternative_filter.Kevin McCarthy
2021-11-20Allow an empty To: address prompt.Kevin McCarthy
2021-07-17Use strfcpy for edit_envelope() user-header subject.Kevin McCarthy
2021-05-28Do not set From reverse name on postponed or to be resend messagesEike Rathke
2021-03-02Prompt for retry on decrypt failure for mime message attachments.Kevin McCarthy
2021-02-05Save CurrentFolder in background edit scope.Kevin McCarthy
2021-02-05Filter ANSI sequences when forwarding too.Kevin McCarthy
2021-02-04Add explicit flag to check for postponed message on <mail>.Kevin McCarthy
2021-02-01Apply $reverse_name when tag-reply/forwarding too.Kevin McCarthy
2020-12-12Add "headers" parameter to mx_open_message().Kevin McCarthy
2020-11-24Fix exact-address handling when addr->personal is set.Kevin McCarthy
2020-10-25Allow to abort on question about multipart/alternativeChristopher Zimmermann
2020-08-21Change hardcoded subject of repliesMaxim Tarasov
2020-07-12Try to improve "fcc to an imap mailbox" warning message.Kevin McCarthy
2020-06-29Consider $reply_to before $reply_self.Kevin McCarthy
2020-06-04Add other headers to written Protected Headers.Kevin McCarthy
2020-06-03Move protected-headers parameter cleanup out to send.c cleanup.Kevin McCarthy
2020-05-17Clean up Editor Menu interface inside Mutt.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-08Improve mutt_decrease_mtime() error handling.Kevin McCarthy
2020-05-07Wrap 'saving fcc' message in curses and sendmailx check.Kevin McCarthy
2020-04-06Turn off REOPEN flag after imap open and sync operations.Kevin McCarthy
2020-03-21Add $fcc_delimiter, to allow multiple Fcc mailboxes.Kevin McCarthy
2020-03-16Add $folder to send scope.Kevin McCarthy
2020-03-03Fix for $recall part 2.Kevin McCarthy
2020-03-03Fix $recall prompting.Kevin McCarthy
2020-03-01Refresh flag setting message.Kevin McCarthy
2020-02-29Add background flags to all other operations.Kevin McCarthy
2020-02-29Set reply flags when backgrounded.Kevin McCarthy
2020-02-29Pass sctx by reference to mutt_send_message_resume().Kevin McCarthy
2020-02-29Save and restore a subset of config variables when backgrounding.Kevin McCarthy
2020-02-29Add background edit landing page.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-29Change mutt_protect() to use sctx signas values.Kevin McCarthy
2020-02-29Use sctx->signas values in compose menu.Kevin McCarthy
2020-02-29Pass sctx to mutt_builtin_editor() and mutt_edit_headers().Kevin McCarthy
2020-02-29Add send_ctx to compose menu and get_postponed().Kevin McCarthy
2020-02-29Refactor mutt_send_message() into multiple functions.Kevin McCarthy
2020-02-29Rename ci_send_message() to mutt_send_message().Kevin McCarthy
2020-02-29Rename send_message() to invoke_mta().Kevin McCarthy
2020-02-28Create send.h header.Kevin McCarthy
2019-11-13Fix $fcc_attach to not prompt in batch mode.Kevin McCarthy
2019-11-13Change $send_multipart_alternative to run in batch mode on ask-yes.Kevin McCarthy