]> granicus.if.org Git - neomutt/commit
Add subjectrx command to replace matching subjects with something else.
authorDavid Champion <dgc@bikeshed.us>
Tue, 24 Jan 2017 03:01:50 +0000 (19:01 -0800)
committerRichard Russon <rich@flatcap.org>
Fri, 10 Feb 2017 03:32:55 +0000 (03:32 +0000)
commit7b40b51e6889805c43cc8e2468a9dd9aedba4958
tree44a739dae4e30a305dbbd25ff31c286ab5c2052c
parentdde4d5ad6c30e07cce1a727ac7a590d6ae241d06
Add subjectrx command to replace matching subjects with something else.

This lets you define regular expressions-replacement pairs for subject
display.  When a Subject: matches the regular expression, the replacement
value will be displayed instead in the message index.  Backreferences
are supported.

This is especially nice for simplifying subjects that are overly wordy,
such as mailing list posts (with [Listname] tags, etc), mail from
ticketing systems or bug trackers, etc.  It lets you reduce clutter in
your mutt display without altering the messages themselves.
doc/manual.xml.head
globals.h
hdrline.c
init.c
init.h
mutt.h
muttlib.c