summaryrefslogtreecommitdiffstats
path: root/background.c
AgeCommit message (Expand)Author
2022-11-04Add explicit void to 0-parameter function definitions.Kevin McCarthy
2022-01-27Update source file copyright lines based on commit history.Kevin McCarthy
2021-06-18Reset SIGPIPE signal handler in child process before exec().Kevin McCarthy
2020-03-06Change mutt_FormatString() data parameter to type void *.Kevin McCarthy
2020-03-02Add $status_format 'B' expando for backgrounded count.Kevin McCarthy
2020-03-01Add %i to $background_format.Kevin McCarthy
2020-03-01Use -1, not WAIT_ANY for waitpid() portability.Kevin McCarthy
2020-02-29Add background flags to all other operations.Kevin McCarthy
2020-02-29Clean up background edit landing page.Kevin McCarthy
2020-02-29Confirm exiting if background edit processes exist.Kevin McCarthy
2020-02-29Pass sctx by reference to mutt_send_message_resume().Kevin McCarthy
2020-02-29Add background compose menu and $background_format config var.Kevin McCarthy
2020-02-29Add background edit landing page.Kevin McCarthy
2020-02-29Enable backgrounding a single <mail> function.Kevin McCarthy