How can I thread the mailing list in mutt?

by

in

This section or parts of it might be out-dated or in need of confirmation.

For some of the Ruby mailing lists, the mailing list software adds a prefix to the subject lines, for example ruby-core:1234. This can confuse the threading in some mail user agents.

In mutt, you can get threading to work using the following variable setting.

# reply regexp, to support MLs like ruby-talk.
set reply_regexp="^(\[[a-z0-9:-]+\][[:space:]]*)?(re([\[0-9\]+])*|aw):[[:space:]]*"

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *