Last week pitti gave a talk on setting up bug filters to get more use
out of launchpad's emails. I've been following his method for some
time, using the Mutt email client.
One of Mutt's features is the ability to colorize bug titles based on
sender, subject, or even body contents. I've found this quite handy for
going through large queues of bug emails and quickly spotting important
ones.
Lines look like this:
color index default green '~b "Status: .+ .+> Fix Released"'
^ ^ ^ ^-- regular expression
| | +-- b=body, f=from, s=subject, etc.
| +-- background color
+-- foreground (font) color
Here's an example .muttrc file similar to what I use:
http://bryceharrington.org/files/lp-mutt-colors
When using mutt's threaded view, you can quickly spot "patterns", like a
series of emails ending in one green one usually means that bug got
fixed, so you can skip over it. It's also useful in spotting
replies on bugs you've worked on.
Bryce
--
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel
12-16-2008, 07:43 PM
Bryce Harrington
Mutt launchpad bug coloring
Last week pitti gave a talk on setting up bug filters to get more use
out of launchpad's emails. I've been following his method for some
time, using the Mutt email client.
One of Mutt's features is the ability to colorize bug titles based on
sender, subject, or even body contents. I've found this quite handy for
going through large queues of bug emails and quickly spotting important
ones.
Lines look like this:
color index default green '~b "Status: .+ .+> Fix Released"'
^ ^ ^ ^-- regular expression
| | +-- b=body, f=from, s=subject, etc.
| +-- background color
+-- foreground (font) color
Here's an example .muttrc file similar to what I use:
http://bryceharrington.org/files/lp-mutt-colors
When using mutt's threaded view, you can quickly spot "patterns", like a
series of emails ending in one green one usually means that bug got
fixed, so you can skip over it. It's also useful in spotting
replies on bugs you've worked on.
Bryce
--
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu