summaryrefslogtreecommitdiffstats
path: root/send.c (follow)
Commit message (Expand)AuthorAgeLines
* send.c: Allow crypto operations in batch and mailx modes.cryptoAlejandro Colomar2023-11-13-3/+1
* Allow Fcc'ing to IMAP in batch mode.Kevin McCarthy2022-10-13-25/+0
* Add fcc error handling in batch mode.Kevin McCarthy2022-10-13-8/+30
* Revert "Add $reply_prefix."Kevin McCarthy2022-01-15-4/+3
* Add $reply_prefix.Kevin McCarthy2022-01-13-3/+4
* Merge branch 'stable'Kevin McCarthy2021-12-14-1/+1
|\
| * Space unstuff flowed text for $send_multipart_alternative_filter.Kevin McCarthy2021-12-14-1/+1
* | Allow an empty To: address prompt.Kevin McCarthy2021-11-20-1/+6
|/
* Use strfcpy for edit_envelope() user-header subject.Kevin McCarthy2021-07-17-1/+1
* Do not set From reverse name on postponed or to be resend messagesEike Rathke2021-05-28-0/+1
* Prompt for retry on decrypt failure for mime message attachments.Kevin McCarthy2021-03-02-0/+10
* Save CurrentFolder in background edit scope.Kevin McCarthy2021-02-05-0/+3
* Filter ANSI sequences when forwarding too.Kevin McCarthy2021-02-05-1/+1
* Add explicit flag to check for postponed message on <mail>.Kevin McCarthy2021-02-04-2/+1
* Apply $reverse_name when tag-reply/forwarding too.Kevin McCarthy2021-02-01-18/+14
* Add "headers" parameter to mx_open_message().Kevin McCarthy2020-12-12-1/+1
* Fix exact-address handling when addr->personal is set.Kevin McCarthy2020-11-24-0/+10
* Allow to abort on question about multipart/alternativeChristopher Zimmermann2020-10-25-5/+11
* Change hardcoded subject of repliesMaxim Tarasov2020-08-21-1/+1
* Try to improve "fcc to an imap mailbox" warning message.Kevin McCarthy2020-07-12-1/+8
* Consider $reply_to before $reply_self.Kevin McCarthy2020-06-29-47/+61
* Add other headers to written Protected Headers.Kevin McCarthy2020-06-04-6/+16
* Move protected-headers parameter cleanup out to send.c cleanup.Kevin McCarthy2020-06-03-0/+3
* Clean up Editor Menu interface inside Mutt.Kevin McCarthy2020-05-17-1/+1
* Adjust message-id extraction to retry more permissively on failure.Kevin McCarthy2020-05-14-1/+1
* Separate mailbox vs buffy-incoming for the "enter_fname" functions.Kevin McCarthy2020-05-11-1/+1
* Improve mutt_decrease_mtime() error handling.Kevin McCarthy2020-05-08-0/+5
* Wrap 'saving fcc' message in curses and sendmailx check.Kevin McCarthy2020-05-07-5/+8
* Turn off REOPEN flag after imap open and sync operations.Kevin McCarthy2020-04-06-2/+0
* Add $fcc_delimiter, to allow multiple Fcc mailboxes.Kevin McCarthy2020-03-21-59/+110
* Add $folder to send scope.Kevin McCarthy2020-03-16-0/+3
* Fix for $recall part 2.Kevin McCarthy2020-03-03-1/+1
* Fix $recall prompting.Kevin McCarthy2020-03-03-1/+4
* Refresh flag setting message.Kevin McCarthy2020-03-01-0/+2
* Add background flags to all other operations.Kevin McCarthy2020-02-29-11/+9
* Set reply flags when backgrounded.Kevin McCarthy2020-02-29-49/+111
* Pass sctx by reference to mutt_send_message_resume().Kevin McCarthy2020-02-29-4/+9
* Save and restore a subset of config variables when backgrounding.Kevin McCarthy2020-02-29-0/+103
* Add background edit landing page.Kevin McCarthy2020-02-29-1/+1
* Enable backgrounding a single <mail> function.Kevin McCarthy2020-02-29-82/+163
* Write out sctx sign_as values in mutt_write_fcc().Kevin McCarthy2020-02-29-3/+3
* Change mutt_protect() to use sctx signas values.Kevin McCarthy2020-02-29-9/+23
* Use sctx->signas values in compose menu.Kevin McCarthy2020-02-29-37/+6
* Pass sctx to mutt_builtin_editor() and mutt_edit_headers().Kevin McCarthy2020-02-29-3/+3
* Add send_ctx to compose menu and get_postponed().Kevin McCarthy2020-02-29-10/+8
* Refactor mutt_send_message() into multiple functions.Kevin McCarthy2020-02-29-232/+370
* Rename ci_send_message() to mutt_send_message().Kevin McCarthy2020-02-29-6/+6
* Rename send_message() to invoke_mta().Kevin McCarthy2020-02-29-2/+2
* Create send.h header.Kevin McCarthy2020-02-28-2/+3
* Fix $fcc_attach to not prompt in batch mode.Kevin McCarthy2019-11-13-3/+14