summaryrefslogtreecommitdiffstats
path: root/init.c
AgeCommit message (Expand)Author
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
2019-06-26Convert Commands to use the union pointer_long_t too.Kevin McCarthy
2019-06-26Convert MuttVars.data and .init to use a union type.Kevin McCarthy
2019-06-21Combine DT_STR and DT_PATH in mutt_set_default().Kevin McCarthy
2019-04-11Generate version string during make not configureAaron Schrab
2019-03-10Minor buffer handling code cleanup.Kevin McCarthy
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-12-29Color protected subject as a header in the pager.Kevin McCarthy
2018-12-08Add $auto_subscribe variable.Kevin McCarthy
2018-11-06Fix a few memory leaks for idna conversion.Kevin McCarthy
2018-11-05Prevent $charset from having multiple values.Kevin McCarthy
2018-10-31Add index-format-hook and expando.Kevin McCarthy
2018-10-06Add buffer pool functions.Kevin McCarthy
2018-06-18Allow larger passphrase timeout valuesEike Rathke
2018-06-01Correct spelling mistakes.Edward Betts