summaryrefslogtreecommitdiffstats
path: root/init.c
AgeCommit message (Expand)Author
2022-04-12Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy
2022-01-25Add very basic cd path completion.Kevin McCarthy
2022-01-13Force resort_init if $reply_regexp changes.Kevin McCarthy
2022-01-13Localize $reply_regexp.Kevin McCarthy
2021-12-19simplify envelope subject handling code a littleMike Frysinger
2021-11-12Convert COLOR_DEFAULT constant to -1.Kevin McCarthy
2021-08-08Add $sort_thread_groups for top-level thread sorting.Kevin McCarthy
2021-07-28Improve generic menu type handling.Kevin McCarthy
2021-07-28Break the menu OPS/funcs and keybindings into separate tables.Kevin McCarthy
2021-07-19Add dprint for a backtick expansion with non-0 exit code.Kevin McCarthy
2021-07-07Add a help choice '?' to the yes or no prompt for quadoptions.Kevin McCarthy
2021-05-26Add debug statements around $hostname setting.Kevin McCarthy
2021-04-17Add cc, in-reply-to, and references to default mailto_allow list.Kevin McCarthy
2021-02-26Merge branch 'stable'Kevin McCarthy
2021-02-26Fix (un)setenv to not return an error with unset env vars.Kevin McCarthy
2021-02-01Change REPLYTO handling to directly add the my_hdr.Kevin McCarthy
2021-01-27Convert all mutt_atoX functions to behave strictly.Kevin McCarthy
2020-11-30Add mutt_buffer_rewind() function.Kevin McCarthy
2020-11-30Fix a few mutt_extract_token() callers dest parameters.Kevin McCarthy
2020-11-30Merge branch 'stable'Kevin McCarthy
2020-11-30Ensure mutt_extract_token() never returns a NULL dest->data.Kevin McCarthy
2020-11-29Merge branch 'stable'Kevin McCarthy
2020-11-29Fix REPLY_TO environment variable handling.Kevin McCarthy
2020-11-22Allow debugging without debug file rotation.David Champion
2020-09-25Delay $hostname setting until after the muttrc is evaluated.Kevin McCarthy
2020-09-14Implement LFRS113 PRNG functionsRemco Rijnders
2020-08-30Disable relative expansion for signature and source pipes.Kevin McCarthy
2020-08-29Remove relative path expansion for some cases.Kevin McCarthy
2020-08-03Allow my_var assignments to reference the $my_var in the value.Kevin McCarthy
2020-08-01Fix MuttLisp extract_token() call to remove trailing whitespace.Kevin McCarthy
2020-07-19Add first version of MuttLisp.Kevin McCarthy
2020-07-19Merge branch 'stable'Kevin McCarthy
2020-07-19Ensure a blackslash inside backquotes doesn't skip past eos.Kevin McCarthy
2020-06-29Disable hook "command" argument expansion of config variables.Kevin McCarthy
2020-06-26Escape config vars when expanding hook "command" argument.Kevin McCarthy
2020-06-26Convert var_to_string() to use a buffer, and disable auto-escaping.Kevin McCarthy
2020-05-27Allow tagging string config vars as L10N.Kevin McCarthy
2020-05-25Merge branch 'stable'Kevin McCarthy
2020-05-25Fix buffer pool buffer truncation with my_hdr and score commands.Kevin McCarthy
2020-05-22Add cd command to change the current working directory.Kevin McCarthy
2020-04-03Add "root" disposition to attachments command.Kevin McCarthy
2020-03-31Convert mutt_init() to use buffer pool for path operations.Kevin McCarthy
2020-03-31Remove buffer->destroy.Kevin McCarthy
2020-03-31Convert mutt_parse_rc_line() to use real buffer to hold the line.Kevin McCarthy
2020-03-21Add $fcc_delimiter, to allow multiple Fcc mailboxes.Kevin McCarthy
2019-10-08Convert start_debug() to use buffer pool.Kevin McCarthy
2019-10-08Convert set/reset and source_rc to use buffers for paths.Kevin McCarthy
2019-10-08Convert parse_path_(un)list to use buffer pool for path.Kevin McCarthy
2019-07-21Added * option to unattachments commandAndrew Marks
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy