mutt
This is an old revision of the document!
Il tree della directory .mutt:
francesco@serverHP:~/.mutt$ tree . ├── aliases ├── biblioteca ├── cache │ └── headers ├── francesco ├── gmail ├── mailboxes └── muttrc
Per eliminare tutti i messaggi di un dossier:
In the main view press “D” (Shift + d) At the bottom it asks “Delete messages matching:”
Enter the following and press enter:
~s .*
All messages will be marked for deletion. Now just press “q” to quit and “y” to confirm you want to delete all those messages.
(The ~s makes it search the subject for the given expression and of course “.*” is a global regex wild card.
See this page for more details. http://www.mutt.org/doc/manual/manual-4.html)
mutt.1346334111.txt.gz · Last modified: 2012/08/30 15:41 by admin