From b71d17eb7ea919c4b9b8d0645e1843d55776634d Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 5 Feb 2016 00:16:49 +0100 Subject: muttrc: update mailbox list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- mutt/muttrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mutt') diff --git a/mutt/muttrc b/mutt/muttrc index 60e5787..d3ed01f 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -62,6 +62,7 @@ virtual-mailboxes \ "trash" "notmuch://?query=tag:trash" \ "unread" "notmuch://?query=tag:unread" \ "archive" "notmuch://?query=tag:archive" \ + "deleted" "notmuch://?query=tag:deleted" \ \ "spam" "notmuch://?query=tag:spam" \ "ham" "notmuch://?query=tag:ham" \ @@ -69,8 +70,11 @@ virtual-mailboxes \ "learn-ham" "notmuch://?query=tag:learn-ham" \ \ "arch-dev-public" "notmuch://?query=tag:arch-dev-public" \ + "arch-devops" "notmuch://?query=tag:arch-devops" \ "arch-bugs" "notmuch://?query=tag:arch-bugs" \ "arch-mirrors" "notmuch://?query=tag:arch-mirrors" \ + "arch-projects" "notmuch://?query=tag:arch-projects" \ + "arch-security" "notmuch://?query=tag:arch-security" \ "arch-general" "notmuch://?query=tag:arch-general" \ "aur-requests" "notmuch://?query=tag:aur-requests" \ "aur-general" "notmuch://?query=tag:aur-general" \ @@ -84,7 +88,8 @@ virtual-mailboxes \ "johannes-lothberg-gmail" "notmuch://?query=tag:johannes-lothberg-gmail" \ "lojban" "notmuch://?query=tag:lojban" \ "git" "notmuch://?query=tag:git" \ - "ccna" "notmuch://?query=tag:ccna" + "ccna" "notmuch://?query=tag:ccna" \ + "all" "notmuch://?query=*" set query_command='goobook -c "$XDG_CONFIG_HOME/goobookrc" query "%s"' macro index,pager A 'goobook -c "$XDG_CONFIG_HOME/goobookrc" add' \ -- cgit v1.2.3-54-g00ecf