Skip to content

Instantly share code, notes, and snippets.

@larsks
Created February 5, 2014 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsks/8816614 to your computer and use it in GitHub Desktop.
Save larsks/8816614 to your computer and use it in GitHub Desktop.
virtual-mailboxes \
"INBOX" "notmuch://?query=tag:inbox AND NOT tag:archive" \
"mentions" "notmuch://?query=larsks AND NOT to:lars@redhat.com AND NOT from:lars@redhat.com AND NOT to:larsks AND NOT from:larsks AND tag:unread" \
\
"tag/important" "notmuch://?query=tag:flagged" \
"tag/interesting" "notmuch://?query=tag:interesting" \
"tag/following" "notmuch://?query=tag:following&type=threads" \
"tag/cfp" "notmuch://?query=tag:cfp" \
\
"bugs" "notmuch://?query=tag:bug AND tag:unread &limit=200" \
\
"lists/redhat/cloud" "notmuch://?query=tag:unread AND tag:redhat AND tag:cloud &limit=200" \
"lists/redhat/other" "notmuch://?query=tag:unread AND tag:redhat AND tag:list AND NOT tag:distro AND NOT tag:cloud AND NOT tag:robot&limit=200" \
"lists/other" "notmuch://?query=tag:unread AND NOT tag:redhat AND tag:list &limit=500" \
"lists/distro" "notmuch://?query=tag:unread AND tag:distro AND tag:list &limit=500" \
"lists/cloud" "notmuch://?query=tag:cloud AND date:7days.. AND tag:unread AND NOT tag:redhat" \
"lists/unfiltered" "notmuch://?query=tag:unread AND tag:list AND tag:latent &limit=200" \
\
"people/person1" "notmuch://?query=from:person1 AND tag:unread" \
"people/person2" "notmuch://?query=from:person2 AND tag:unread" \
"people/person3" "notmuch://?query=(from:person3 OR from:person3altA OR from:person3altB) AND tag:unread" \
\
"topic/cloud-init" "notmuch://?query=cloud-init AND tag:unread AND NOT subject:\"rawhide report\" &limit=200"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment