summaryrefslogtreecommitdiffstats
path: root/compose.c (follow)
Commit message (Expand)AuthorAgeLines
* Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy2022-04-12-1/+1
* Fix some mailbox prompts to use mailbox history ring.Kevin McCarthy2022-02-21-1/+1
* Merge branch 'stable'Kevin McCarthy2021-12-14-1/+1
|\
| * Space unstuff flowed text for $send_multipart_alternative_filter.Kevin McCarthy2021-12-14-1/+1
* | Add $compose_confirm_detach_first, default set.Kevin McCarthy2021-08-31-2/+18
* | Merge branch 'stable'Kevin McCarthy2021-08-16-0/+2
|\|
| * Improve attach files handling of empty value.Kevin McCarthy2021-08-16-0/+2
* | Add $sort_thread_groups for top-level thread sorting.Kevin McCarthy2021-08-08-2/+6
* | Suggested translation changes.Kevin McCarthy2021-06-13-0/+4
|/
* Add <view-alt-pager> to compose menu.Kevin McCarthy2021-03-11-0/+4
* Add view-mailcap, view-pager, view-text to compose menu.Kevin McCarthy2021-03-11-0/+18
* Clean up Editor Menu interface inside Mutt.Kevin McCarthy2020-05-17-5/+3
* Fix attach-file tag operation to work when quitting browser.Kevin McCarthy2020-05-17-2/+1
* Separate mailbox vs buffy-incoming for the "enter_fname" functions.Kevin McCarthy2020-05-11-4/+4
* Add $fcc_delimiter, to allow multiple Fcc mailboxes.Kevin McCarthy2020-03-21-1/+1
* Change mutt_FormatString() data parameter to type void *.Kevin McCarthy2020-03-06-4/+5
* Add background edit landing page.Kevin McCarthy2020-02-29-1/+1
* Enable backgrounding a single <mail> function.Kevin McCarthy2020-02-29-2/+50
* Write out sctx sign_as values in mutt_write_fcc().Kevin McCarthy2020-02-29-1/+1
* Change send_menus to set sctx instead of globals.Kevin McCarthy2020-02-29-3/+7
* Change mutt_protect() to use sctx signas values.Kevin McCarthy2020-02-29-4/+6
* Use sctx->signas values in compose menu.Kevin McCarthy2020-02-29-4/+7
* Pass sctx to mutt_builtin_editor() and mutt_edit_headers().Kevin McCarthy2020-02-29-3/+2
* Add send_ctx to compose menu and get_postponed().Kevin McCarthy2020-02-29-14/+14
* Rename ci_send_message() to mutt_send_message().Kevin McCarthy2020-02-29-1/+1
* Add move-up and move-down functions to compose menu.Kevin McCarthy2020-01-23-0/+132
* allow autoview preview of multipart/alternative contentmadroach2019-11-13-3/+14
* Add gcc comments for fallthrough case statements.Kevin McCarthy2019-11-10-1/+1
* Ensure APP_PGP flag is enabled for autocrypt.Kevin McCarthy2019-11-06-2/+4
* Add ability to generate multipart/alternative using a filter script.Kevin McCarthy2019-11-01-0/+20
* Create multipart/mixed helpers.Kevin McCarthy2019-11-01-2/+2
* Convert fcc to a buffer.Kevin McCarthy2019-10-24-12/+11
* Remove make_key_attachment parameter.Kevin McCarthy2019-10-20-1/+1
* Fix memory leak in compose write-fcc function.Kevin McCarthy2019-09-22-3/+3
* Convert compose menu fname variable to buffer.Kevin McCarthy2019-09-22-52/+61
* Convert compose check_attachments() to use buffer pool.Kevin McCarthy2019-09-21-15/+42
* Fix memory leak when attaching messages.Kevin McCarthy2019-09-01-2/+19
* Re-enable and cleanup format-flowed space stuffing.Kevin McCarthy2019-08-31-0/+7
* Add more translation string comments for autocrypt.Kevin McCarthy2019-08-03-0/+5
* Add L10N translation message comments.Kevin McCarthy2019-08-03-1/+1
* Autocrypt outgoing emails.Kevin McCarthy2019-08-03-36/+52
* Add autocrypt line to the compose menu.Kevin McCarthy2019-08-03-41/+201
* Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy2019-06-28-2/+1
* Generate version string during make not configureAaron Schrab2019-04-11-0/+1
* Clean up formatting.Kevin McCarthy2019-01-04-11/+11
* Clean up code indentation.Kevin McCarthy2019-01-04-238/+238
* Remove trailing whitespace.Kevin McCarthy2018-12-31-30/+29
* Remove dead code.Kevin McCarthy2018-12-31-9/+0
* Create pgp and s/mime default and sign_as key vars. (see #3983)Kevin McCarthy2018-01-11-1/+1
* Disable message security if the backend is not available.Kevin McCarthy2017-12-30-0/+10