Delete messages containing a keyword in Mutt
Posted by lopeza on February 11, 2009
Log in as user, run mutt, then run the following
T
Newsletter
;
d
$
T – asks which messages you want to tag.
; – asks which action you want to run on the tagged messages.
d – tells that the action you want is delete.
$ – synchronizes the view with the underlying persistence layer.
Advertisement