A bunch of notmuch config, adding jrnl config, adding some vim plugins.
This commit is contained in:
@@ -1,10 +1,24 @@
|
||||
#!/bin/sh
|
||||
|
||||
# For mail my other MUAs has moved
|
||||
# IOCOM
|
||||
notmuch tag +iocom +inbox -- tag:new AND folder:iocom/INBOX
|
||||
notmuch tag +iocom +netmon -inbox -spam -- tag:new AND folder:iocom/INBOX.netmon
|
||||
notmuch tag +iocom +builder -spam -- tag:new AND folder:iocom/INBOX.builder
|
||||
notmuch tag +iocom +info -- tag:new AND folder:iocom/INBOX.info
|
||||
notmuch tag +iocom +bugzilla -- tag:new AND from:bugzilla-daemon@bugzilla.insors.net
|
||||
notmuch tag +iocom +draft -- tag:new AND folder:iocom/INBOX.Drafts
|
||||
notmuch tag +iocom +sent -- tag:new AND folder:iocom/INBOX.Sent
|
||||
notmuch tag +iocom +spam -- tag:new AND folder:iocom/INBOX.Spam
|
||||
notmuch tag +iocom +trash -- tag:new AND folder:iocom/INBOX.Trash
|
||||
notmuch tag +iocom -inbox -- folder:iocom/INBOX.Archive AND tag:inbox
|
||||
|
||||
# Look for archived mail that have inbox. Remove inbox.
|
||||
notmuch tag -inbox -- folder:INBOX.Archive tag:inbox
|
||||
notmuch tag -inbox -- tag:inbox AND tag:gmail NOT folder:gmail/INBOX
|
||||
# Gmail
|
||||
notmuch tag +gmail +inbox -- tag:new AND folder:gmail/INBOX
|
||||
notmuch tag +gmail +draft -- tag:new AND folder:gmail/drafts
|
||||
notmuch tag +gmail +sent -- tag:new AND folder:gmail/sent
|
||||
notmuch tag +gmail +spam -- tag:new AND folder:gmail/spam
|
||||
notmuch tag +gmail +trash -- tag:new AND folder:gmail/trash
|
||||
notmuch tag +gmail -inbox -- tag:inbox AND tag:gmail NOT folder:gmail/INBOX
|
||||
# TODO gmail tags
|
||||
|
||||
# Initial tagging for new mail
|
||||
afew --tag --new
|
||||
|
||||
Reference in New Issue
Block a user