-
Notifications
You must be signed in to change notification settings - Fork 1k
Mailboxes
Brennan Novak edited this page Jul 14, 2015
·
7 revisions
1 Add mailbox mailpile> add /path/to/your/something.mbox
Once that is done importing the new mailbox you just added, you may want to apply some tags. Do that by the following commands
- Add the tag "Custom Tag"
mailpile> tags/add Custom Tag
2.Search for that mailboxmailpile> search mailbox:something.mbox
- Tag that search with "Custom Tag"
mailpile> tag +custom-tag all
There you go, now that mail will show up in your Mailpile under the
Currently to make entire mailboxes disappear is a bit of a hack (and only works from the CLI), but here you go:
- Search for that mailbox mailpile> "search mailbox:something.mbox"
- Tag that search as Trash mailpile> "tag -inbox +trash all" on the CLI
- Quit mailpile and edit .mailpile/mailpile.cfg
- Replace the mailboxes you are deleting with the path with /dev/null
- Restart mailpile