summaryrefslogtreecommitdiffstats
path: root/pattern.c
AgeCommit message (Expand)Author
2022-11-04Add explicit void to 0-parameter function definitions.Kevin McCarthy
2022-05-27Fix mbrtowc() error handling in mutt_which_case().Kevin McCarthy
2021-10-12Improve pattern compiler whitespace skipping.Kevin McCarthy
2021-07-17Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter.Kevin McCarthy
2021-06-13Suggested translation changes.Kevin McCarthy
2021-03-16Add SigInt handler for pattern functions.Kevin McCarthy
2021-03-15Turn off ~h header-only download when $message_cachedir is set.Kevin McCarthy
2021-02-07Merge branch 'stable'Kevin McCarthy
2021-02-07Fix pattern compilation error for ~( !~>(~P) )Kevin McCarthy
2020-12-22Correct length to use LOFF_T.Kevin McCarthy
2020-12-12Add "headers" parameter to mx_open_message().Kevin McCarthy
2020-06-25Add tab-completion menu for patterns.Kevin McCarthy
2020-06-04Add other headers to written Protected Headers.Kevin McCarthy
2020-05-25Merge branch 'stable'Kevin McCarthy
2020-05-25Fix mutt_pattern_comp() to not segv on a NULL pattern string.Kevin McCarthy
2020-05-04Change pattern "operator" to "modifier" in doc and L10N strings.Kevin McCarthy
2020-04-03Change disabled crypto pattern op error message and return value.Kevin McCarthy
2020-01-20Allow ~b ~B ~h patterns in send2-hook.Kevin McCarthy
2019-12-01Minor isodate fixes.Kevin McCarthy
2019-12-01Adding ISO 8601 calendar date, closes #105.ed
2019-11-10Add gcc comments for fallthrough case statements.Kevin McCarthy
2019-10-16Convert msg_search to use buffer.Kevin McCarthy
2019-09-22Convert buffer callers of mutt_get_field() to use buffer version.Kevin McCarthy
2019-04-28Fix mailbox search to not recompile for a repeated search.Kevin McCarthy
2019-04-10Convert mutt_expand_fmt() and rfc1524_expand_filename() to BUFFER.Kevin McCarthy
2019-04-09Convert mutt_check_simple() to accept a BUFFER parameter.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-11-06Allow relative date hour/min/sec offsets.Kevin McCarthy
2018-10-31Add a flag for dynamic date range evaluation in patterns.Kevin McCarthy
2018-10-30Fix memory leak on error in eat_regexp() and eat_date().Kevin McCarthy
2018-10-08Create mutt_buffer_add_printf().Kevin McCarthy
2018-07-25Add message padding to ctx->vsize computation.Kevin McCarthy
2018-07-22Improved limit-to-all detection by skipping leading spaces of the pattern.Vincent Lefevre
2018-07-22Cleanup: avoid an ugly local preprocessor macro.Vincent Lefevre
2018-05-01Add ~M pattern to match mime Content-Types.Ammon Riley
2018-03-22Fix comparison of flags with multiple bits set.Kevin McCarthy
2018-01-17Fix a couple memory leaks in pattern.cKevin McCarthy
2017-07-05Add ~<() and ~>() immediate parent/children patterns. (closes #3144)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-16Adds the '@' pattern modifier to limit matches to known aliases.David Champion
2016-09-02Disable ~X when message scoring. (closes #3861)Kevin McCarthy
2016-07-17Add the trash folder patch.Kevin McCarthy
2016-06-18pass context in mx_close_messageDamien Riegel
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy