summaryrefslogtreecommitdiffstats
path: root/compose.c
AgeCommit message (Expand)Author
2022-04-12Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy
2022-02-21Fix some mailbox prompts to use mailbox history ring.Kevin McCarthy
2021-12-14Merge branch 'stable'Kevin McCarthy
2021-12-14Space unstuff flowed text for $send_multipart_alternative_filter.Kevin McCarthy
2021-08-31Add $compose_confirm_detach_first, default set.Kevin McCarthy
2021-08-16Merge branch 'stable'Kevin McCarthy
2021-08-16Improve attach files handling of empty value.Kevin McCarthy
2021-08-08Add $sort_thread_groups for top-level thread sorting.Kevin McCarthy
2021-06-13Suggested translation changes.Kevin McCarthy
2021-03-11Add <view-alt-pager> to compose menu.Kevin McCarthy
2021-03-11Add view-mailcap, view-pager, view-text to compose menu.Kevin McCarthy
2020-05-17Clean up Editor Menu interface inside Mutt.Kevin McCarthy
2020-05-17Fix attach-file tag operation to work when quitting browser.Kevin McCarthy
2020-05-11Separate mailbox vs buffy-incoming for the "enter_fname" functions.Kevin 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-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 send_menus to set sctx instead of globals.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-29Rename ci_send_message() to mutt_send_message().Kevin McCarthy
2020-01-23Add move-up and move-down functions to compose menu.Kevin McCarthy
2019-11-13allow autoview preview of multipart/alternative contentmadroach
2019-11-10Add gcc comments for fallthrough case statements.Kevin McCarthy
2019-11-06Ensure APP_PGP flag is enabled for autocrypt.Kevin McCarthy
2019-11-01Add ability to generate multipart/alternative using a filter script.Kevin McCarthy
2019-11-01Create multipart/mixed helpers.Kevin McCarthy
2019-10-24Convert fcc to a buffer.Kevin McCarthy
2019-10-20Remove make_key_attachment parameter.Kevin McCarthy
2019-09-22Fix memory leak in compose write-fcc function.Kevin McCarthy
2019-09-22Convert compose menu fname variable to buffer.Kevin McCarthy
2019-09-21Convert compose check_attachments() to use buffer pool.Kevin McCarthy
2019-09-01Fix memory leak when attaching messages.Kevin McCarthy
2019-08-31Re-enable and cleanup format-flowed space stuffing.Kevin McCarthy
2019-08-03Add more translation string comments for autocrypt.Kevin McCarthy
2019-08-03Add L10N translation message comments.Kevin McCarthy
2019-08-03Autocrypt outgoing emails.Kevin McCarthy
2019-08-03Add autocrypt line to the compose menu.Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-04-11Generate version string during make not configureAaron Schrab
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-31Remove dead code.Kevin McCarthy
2018-01-11Create pgp and s/mime default and sign_as key vars. (see #3983)Kevin McCarthy
2017-12-30Disable message security if the backend is not available.Kevin McCarthy