On (10/02/13 02:08), David Woodfall <d...@dawoodfall.net> put forth the
proposition:
On (09/02/13 20:08), Patrick Shanahan <ptilopt...@gmail.com> put forth the
proposition:
* David Woodfall <d...@dawoodfall.net> [02-09-13 19:44]:
I've a few mailing lists where people don't send to the mailing list
instead they CC it. In which case when I reply to the list mutt
doesn't recognise it as a list and I have to do a normal reply and
manually put in the mailing list address in the send field.
Is there a way of getting mutt to recognise a list from the CC
address?
procmail, remove dups
# remove duplicates ## from man procmailex examples ##
# 12-13-2002 ### adjust cache size to suit personale pref
# -------------------------------------------------------
LOCKFILE = msgid.cache.lock
:0 Whc: msgid.lock
| $FORMAIL -D 16384 msgid.cache
LOCKFILE
### save duplicates in case of error
:0 a:
$MAILDIR/duplicates
# -------------------------------------------------------
Thanks, I'll give that a shot
Of course that won't work when someone else is in the To: field. Might
be time to put together some sort of formail/shell script maybe.