summaryrefslogtreecommitdiffstats
path: root/score.c (follow)
Commit message (Expand)AuthorAgeLines
* Reset header color after mutt_set_flag().Kevin McCarthy2022-11-21-6/+3
* Lazily update header colors after a thread-flag update.Kevin McCarthy2021-08-14-3/+9
* Add $sort_thread_groups for top-level thread sorting.Kevin McCarthy2021-08-08-4/+11
* Use bkgrndset() as ATTRSET() backend if available.Kevin McCarthy2021-04-15-1/+2
* Convert all mutt_atoX functions to behave strictly.Kevin McCarthy2021-01-27-1/+1
* Fix buffer pool buffer truncation with my_hdr and score commands.Kevin McCarthy2020-05-25-2/+1
* Convert Commands to use the union pointer_long_t too.Kevin McCarthy2019-06-26-2/+2
* Clean up formatting.Kevin McCarthy2019-01-04-1/+2
* Remove trailing whitespace.Kevin McCarthy2018-12-31-5/+5
* Enable full address matching during message scoring. (closes #2179) (see #3243)Kevin McCarthy2017-11-21-1/+1
* Remove the OPTFORCEREDRAW options.Kevin McCarthy2017-03-31-2/+3
* Add a pattern_cache_t to speed up a few repeated matches.Kevin McCarthy2017-01-02-1/+3
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-3/+3
* Consistently use mutt_buffer_init functionAaron Schrab2013-10-05-1/+1
* Use strtol() wrappers for most atoi() callsRocco Rutte2009-06-01-1/+6
* Make some variables static.Emanuele Giaquinta2008-10-19-1/+1
* Fix a small memory leak when updating a score pattern.Rocco Rutte2006-07-06-1/+6
* Gah, forgot the zip code when updating the FSF address...Brendan Cully2005-09-17-1/+1
* Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully2005-09-17-1/+1
* Add config.h to the top of every C file that could possibly want it.Brendan Cully2005-02-03-0/+4
* Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler2002-12-11-1/+1
* Replace safe_free calls by the FREE macro.Thomas Roessler2002-12-10-2/+2
* The FSF apparently has moved.Thomas Roessler2000-03-03-1/+1
* Update copyright notices for unstable.Thomas Roessler2000-01-06-1/+1
* Scoring improvements.Thomas Roessler1999-10-16-8/+13
* Get rid of RCS ids in source files. They are getting in our wayThomas Roessler1999-01-07-1/+0
* Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler1998-11-10-3/+3
* Fix an efficiency problem with the color index features.Thomas Roessler1998-11-09-1/+3
* Change "static char rcsid[]" to "static const char rcsid[]" to makeThomas Roessler1998-10-15-1/+1
* Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler1998-10-13-0/+1
* Adding gettext support, based on the patch by Marco d'Itri.Thomas Roessler1998-10-01-2/+2
* Initial revisionThomas Roessler1998-06-08-0/+174