summaryrefslogtreecommitdiffstats
path: root/hcachever.pl
AgeCommit message (Collapse)Author
2022-01-27Update source file copyright lines based on commit history.Kevin McCarthy
This is based on the copyright-updater script. That script only updates existing copyright lines in the headers. Other copyright is stored in the commit history.
2021-04-15Use bkgrndset() as ATTRSET() backend if available.Kevin McCarthy
This function allows more usable color pairs, because it passes the pair parameter separately. The COLOR_PAIR() macro only returns 8-bits for a pair, limiting the total pairs used to 256 despite many systems having much larger COLOR_PAIRS values. In order to do this, separate out the pair and attrs values, instead of combining attr + COLOR_PAIR(pair) into a single value and storing that inside Mutt. For the older calls, bkgdset() and attrset(), we call COLOR_PAIR() at the last minute. Add COLOR_ATTR to header cache sum calculation, since it is used in the HEADER now.
2020-04-24Fix minor indentation problem in hcachever.pl.Kevin McCarthy
2020-01-09Convert hcachever.sh.in to hcachever.pl.Kevin McCarthy
Use Digest::MD5 to remove build-time dependency on mutt_md5, for cross-compilation support.