summaryrefslogtreecommitdiffstats
path: root/hook.c
AgeCommit message (Expand)Author
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
2001-05-10A slightly extended version of Dave Ewart's sleeptime patch.Thomas Roessler
2001-04-11Avoid excessive unhooking from within hooks. Problem noted byThomas Roessler
2001-02-19Brendan Cully's generic access() wrapper which know about IMAP.Thomas Roessler
2001-02-14iconv-hook.Thomas Roessler
2000-09-05Fix a segmentation fault in hook parsing. From Bob Bell.Thomas Roessler
2000-06-21Apply message-hook to more commands, and make it more useful byThomas Roessler
2000-06-15patch-1.3.3.tlr.message_hook.1Thomas Roessler
2000-05-20Second version of Byrial's display-hook patch.Thomas Roessler
2000-05-20Add a display-hook command. From Byrial Jensen.Thomas Roessler
2000-05-16mutt_expand_path is now able to escape special characters for use inThomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-02-15Byrial Jensen's unhook command patch.Thomas Roessler
2000-02-10PGP-cleanup patch from Roland Rosenfeld. Thanks!Thomas Roessler