470
I Use This!
Activity Not Available

News

Analyzed about 1 year ago. based on code collected about 1 year ago.
Posted about 7 years ago by Vincent Lefevre
changeset d1d98c6570c7 branch default bookmark tag tip user Vincent Lefevre description Updated French translation. files po/fr.po
Posted about 7 years ago by Kevin McCarthy
changeset e9b1d221fbd0 branch bookmark tag user Kevin ... [More] McCarthy description Update copyright notices. files COPYRIGHTbcache.cbuffy.cimap/imap.cimap/imap.hmain.csidebar.c [Less]
Posted about 7 years ago by Kevin McCarthy
changeset 332af0fa7d4f branch default bookmark tag tip user ... [More] Kevin McCarthy description Enable full address matching during message scoring. (closes #2179) (see #3243) The tickets are old, but it seems reasonable to expect the pattern matching to behave the same in scoring as when applying limits or searching. I don't foresee a huge performance hit, and there are no arguments against the change in the tickets. Thanks to the muttng devs (noted in ticket 2179) and Kornilios Kourtis (from the Debian ticket referenced in ticket 3243). files score.c [Less]
Posted about 7 years ago by Kevin McCarthy
changeset 332af0fa7d4f branch bookmark tag user Kevin ... [More] McCarthy description Enable full address matching during message scoring. (closes #2179) (see #3243) The tickets are old, but it seems reasonable to expect the pattern matching to behave the same in scoring as when applying limits or searching. I don't foresee a huge performance hit, and there are no arguments against the change in the tickets. Thanks to the muttng devs (noted in ticket 2179) and Kornilios Kourtis (from the Debian ticket referenced in ticket 3243). files score.c [Less]
Posted about 7 years ago by Anton Lindqvist
changeset 7b21142450dd branch default bookmark tag tip user ... [More] Anton Lindqvist description Add NONULL to debug statement in fold_one_header(). files sendlib.c [Less]
Posted about 7 years ago by Anton Lindqvist
changeset 7b21142450dd branch bookmark tag user Anton ... [More] Lindqvist description Add NONULL to debug statement in fold_one_header(). files sendlib.c [Less]
Posted about 7 years ago by Kevin McCarthy
changeset 6e8050965f1a branch default bookmark tag tip user ... [More] Kevin McCarthy description Fix ansi escape sequences with both reset and color parameters. (closes #3689) The initial 0 "reset/normal" was setting attr = ANSI_OFF, which was subsequently being or'ed with ANSI_COLOR. The color resolution was then checking for the ANSI_OFF bit and turning all coloring off, even though ANSI_COLOR was also set. Change the color resolution to check for "attr == ANSI_OFF" instead, so the color isn't reset unless the reset occurs last in the sequence. files pager.c [Less]
Posted about 7 years ago by Kevin McCarthy
changeset 6e8050965f1a branch bookmark tag user Kevin ... [More] McCarthy description Fix ansi escape sequences with both reset and color parameters. (closes #3689) The initial 0 "reset/normal" was setting attr = ANSI_OFF, which was subsequently being or'ed with ANSI_COLOR. The color resolution was then checking for the ANSI_OFF bit and turning all coloring off, even though ANSI_COLOR was also set. Change the color resolution to check for "attr == ANSI_OFF" instead, so the color isn't reset unless the reset occurs last in the sequence. files pager.c [Less]
Posted about 7 years ago by Kevin McCarthy
changeset 2ff00d88bcf6 branch bookmark tag user Kevin ... [More] McCarthy description Remove useless else branch in the $smart_wrap code. (see #3857) Thanks to Vincent Lefèvre for noticing the nested else was redundant, since buf_ptr is already set to "buf + cnt" after the format_line() call. This allows us to merge the inner and outer if statement, resulting in simpler code. files pager.c [Less]
Posted about 7 years ago by Kevin McCarthy
changeset 2ff00d88bcf6 branch default bookmark tag tip user ... [More] Kevin McCarthy description Remove useless else branch in the $smart_wrap code. (see #3857) Thanks to Vincent Lefèvre for noticing the nested else was redundant, since buf_ptr is already set to "buf + cnt" after the format_line() call. This allows us to merge the inner and outer if statement, resulting in simpler code. files pager.c [Less]