]> granicus.if.org Git - mutt/history - pattern.c
Convert pgp_app_handler to use buffer pool.
[mutt] / pattern.c
2019-10-16 Kevin McCarthyConvert msg_search to use buffer.
2019-10-11 Kevin McCarthyMerge branch 'stable'
2019-09-22 Kevin McCarthyConvert buffer callers of mutt_get_field() to use buffe...
2019-04-28 Kevin McCarthyFix mailbox search to not recompile for a repeated...
2019-04-10 Kevin McCarthyConvert mutt_expand_fmt() and rfc1524_expand_filename...
2019-04-09 Kevin McCarthyConvert mutt_check_simple() to accept a BUFFER parameter.
2019-03-29 Kevin McCarthyMerge branch 'stable'
2019-03-13 Kevin McCarthyMerge branch 'stable'
2019-03-13 Kevin McCarthyMerge branch 'stable'
2019-02-01 Kevin McCarthyMerge branch 'stable'
2019-01-25 Kevin McCarthyMerge branch 'stable'
2019-01-24 Kevin McCarthyMerge branch 'stable'
2019-01-22 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-19 Kevin McCarthyMerge branch 'stable'
2019-01-19 Kevin McCarthyMerge branch 'stable'
2019-01-10 Kevin McCarthyMerge branch 'stable'
2019-01-08 Kevin McCarthyMerge branch 'stable'
2019-01-08 Kevin McCarthyMerge branch 'stable'
2019-01-05 Kevin McCarthyMerge branch 'stable'
2019-01-05 Kevin McCarthyClean up formatting.
2019-01-04 Kevin McCarthyClean up code indentation.
2019-01-04 Kevin McCarthyMerge branch 'stable'
2019-01-01 Kevin McCarthyRemove trailing whitespace.
2018-12-31 Kevin McCarthyRemove dead code.
2018-11-06 Kevin McCarthyAllow relative date hour/min/sec offsets.
2018-10-31 Kevin McCarthyAdd a flag for dynamic date range evaluation in patterns.
2018-10-30 Kevin McCarthyFix memory leak on error in eat_regexp() and eat_date().
2018-10-08 Kevin McCarthyCreate mutt_buffer_add_printf().
2018-09-22 Kevin McCarthyMerge branch 'stable'
2018-08-26 Kevin McCarthyMerge branch 'stable'
2018-08-21 Kevin McCarthyMerge branch 'stable'
2018-07-26 Kevin McCarthyAdd message padding to ctx->vsize computation.
2018-07-22 Vincent LefevreImproved limit-to-all detection by skipping leading...
2018-07-21 Vincent LefevreCleanup: avoid an ugly local preprocessor macro.
2018-05-01 Ammon RileyAdd ~M pattern to match mime Content-Types.
2018-04-16 Kevin McCarthyMerge branch 'stable'
2018-04-14 Kevin McCarthyMerge branch 'stable'
2018-04-14 Kevin McCarthyMerge branch 'stable'
2018-04-14 Kevin McCarthyMerge branch 'stable'
2018-04-09 Kevin McCarthyMerge branch 'stable'
2018-04-02 Kevin McCarthyMerge branch 'stable'
2018-03-23 Kevin McCarthyFix comparison of flags with multiple bits set.
2018-01-18 Kevin McCarthyMerge branch 'stable'
2018-01-18 Kevin McCarthyFix a couple memory leaks in pattern.c
2017-09-02 Kevin McCarthymerge default into stable
2017-07-19 Kevin McCarthymerge stable
2017-07-12 Kevin McCarthymerge stable
2017-07-06 Kevin McCarthyAdd ~<() and ~>() immediate parent/children patterns...
2017-06-26 Kevin McCarthymerge stable
2017-06-01 TAKAHASHI TamotsuFix "format string is not a string literal" warnings...
2017-02-24 Kevin McCarthymerge default into stable
2017-01-03 Kevin McCarthyAdd a pattern_cache_t to speed up a few repeated matches.
2016-12-05 Kevin McCarthymerge stable
2016-12-04 Kevin McCarthymerge stable
2016-11-17 David ChampionAdds the '@' pattern modifier to limit matches to known...
2016-09-03 Kevin McCarthymerge stable
2016-09-03 Kevin McCarthyDisable ~X when message scoring. (closes #3861)
2016-08-18 Kevin McCarthymerge default into stable
2016-07-18 Kevin McCarthyAdd the trash folder patch.
2016-07-06 Kevin McCarthymerge stable
2016-07-01 Kevin McCarthymerge stable
2016-06-18 Damien Riegelpass context in mx_close_message
2016-05-24 Kevin McCarthymerge stable
2016-05-09 Derek MartinChange M_* symbols to MUTT_*
2016-04-02 Kevin McCarthymerge default into stable
2016-01-01 Kevin McCarthyConvert copyright years to all use 4 digit years.
2016-01-01 Kevin McCarthyUpdate copyright notices.
2016-01-01 Kevin McCarthymerge stable
2015-12-08 Kevin McCarthymerge stable
2015-11-10 Kevin McCarthyImprove error messages for eat_date() and eat_regexp().
2015-11-09 Kevin McCarthyFix possible unintentional '\0' strchr matches.
2013-10-05 Aaron SchrabConsistently use mutt_buffer_init function
2013-07-23 Ondřej Bílkafix typos in comments
2012-07-20 Brendan CullyDo not use stack-allocated space for BUFFERs
2011-12-03 Dan FandrichDeclare many structures const (closes #3552)
2010-08-08 Fabian Groffenfix crash in limit when user enters invalid regexp
2010-04-03 Michael ElkinsFix crash on invalid regexp in search string due to...
2010-03-08 Brendan CullyWhen regexp compilation fails, report actual pattern...
2010-03-08 Brendan CullyIf regcomp fails, assume rx has not been allocated.
2009-08-14 Rocco RutteClear last search pattern if it's invalid. Closes ...
2009-08-14 Rocco RutteBail on missing pattern modifiers at end of pattern...
2009-07-23 Rocco RutteImplement ungroup command. Closes #3304.
2009-06-21 Rocco RuttePass buffer size to mutt_mktemp()
2009-06-03 Rocco RutteFix compiler warning
2009-05-29 Rocco RutteFall back to search if no query exists for search-...
2009-04-08 Rocco RutteMake ~x match In-Reply-To, too. Closes #771.
2009-03-31 Rocco RuttePerform case insensitive string search if pattern is...
2009-03-17 Rocco RutteFix some warnings with -W about missing initializers...
2009-03-15 Rocco RutteUse safe_fclose() instead of fclose(), add fclose(...
2009-01-04 Brendan CullyUpdate copyrights. Closes #3016.
2008-12-16 Erik Hovlandfclose correct fp
2008-12-01 Rocco RutteFix some typos to silence compiler warnings
2008-10-20 Vincent LefevreMake eat_regexp static.
2008-10-19 Emanuele GiaquintaRemove unused functions.
2008-10-18 Emanuele GiaquintaMake some variables static.
2007-11-20 Rocco RutteSimple search: Allow [~+%] to be \-escaped. Closes...
2007-11-06 Rocco RutteAdd percentages to progress bar optionally supplied...
next