summaryrefslogtreecommitdiffstats
path: root/hook.c
AgeCommit message (Expand)Author
2022-05-21Decouple expand_path() relpath vs trailing slash handling.Kevin McCarthy
2020-11-06Don't relative-path expand for fcc-hook and save-hook.Kevin McCarthy
2020-08-29Remove relative path expansion for some cases.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-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
2020-01-20Allow ~b ~B ~h patterns in send2-hook.Kevin McCarthy
2019-10-24Convert fcc to a buffer.Kevin McCarthy
2019-10-07Convert save-hook and fcc-hook to use buffer pool internally.Kevin McCarthy
2019-10-06Convert mutt_parse_hook() to use buffer pool.Kevin McCarthy
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-04-09Convert mutt_check_simple() to accept a BUFFER parameter.Kevin McCarthy
2019-04-07Change mutt_folder_hook() parameter to const char *.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-10-31Add a flag for dynamic date range evaluation in patterns.Kevin McCarthy
2018-10-31Add index-format-hook and expando.Kevin McCarthy
2017-06-01Fix "format string is not a string literal" warnings. (closes #3949)TAKAHASHI Tamotsu
2017-01-02Add a pattern_cache_t to speed up a few repeated matches.Kevin McCarthy
2016-11-13Compress: prefix external functions with "mutt_"Kevin McCarthy
2016-11-13Compress patch from the neomutt repository.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2015-07-29Add error handling for ^ and other empty mailbox shortcuts.Kevin McCarthy
2015-04-19Allow multiple crypt-hooks with the same regexp. (closes #3727).Kevin McCarthy
2013-10-06Ensure that BUFFER variables are initialized to prevent later attemptsAaron Schrab
2013-10-05Consistently use mutt_buffer_init functionAaron Schrab
2012-07-20Do not use stack-allocated space for BUFFERsBrendan Cully
2010-08-24Do not call regfree if regcomp fails.Emanuele Giaquinta
2009-01-13Do not allow a command in an account-hook to trigger another account-hook.Brendan Cully
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-07-02Use realpath() in mutt_pretty_mailbox() for paths that may need it.Rocco Rutte
2007-04-07Allow reply-hook to use ~h when replying from the index. Fixes regression i...Michael Elkins
2007-03-06Allow iconv-hook to use virtual charsets as targets. (closes: #1269)Masayuki Moriyama
2006-03-03reply-hook is used in contexts where we don't have a ContextThomas Roessler
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2004-12-07Add send2-hook and fix alternates handling.Thomas Roessler
2004-01-04Fix #1724, cannot use ~h pattern match with reply-hook.Michael Elkins
2003-01-21- To cleanup the pgp/smime code and prepare for other backends.Werner Koch
2002-12-11Herbert Martin Dietze <herbert@the-little-red-haired-girl.org> notesThomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-07-24reply-hook. Documentation still needed.Michael Elkins
2002-02-05Fix crypt-hook. From Dale WoolridgeThomas Roessler
2002-01-28S/MIME-related bug fixes from Brendan Cully.Thomas Roessler
2002-01-24S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike SchiraldiThomas Roessler
2001-06-29patch-bac-vvvacounthook-20010628.1Thomas Roessler