From ddf6d389102fc16b992bd1208be378528e055a12 Mon Sep 17 00:00:00 2001
From: Patrick Simianer
Date: Wed, 20 Dec 2017 20:00:29 +0100
Subject: mutt
---
mutt/.mutt/muttrc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'mutt')
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc
index 6d0b09e..c66b1b5 100644
--- a/mutt/.mutt/muttrc
+++ b/mutt/.mutt/muttrc
@@ -19,7 +19,7 @@ auto_view text/html
# macros
set wait_key = no
macro index,pager G "imapfilter -c ~/.imapfilter/personal.lua &>/dev/null && mbsync personal && notmuch new 2>/dev/null"
-macro index,pager H "imapfilter -c ~/.imapfilter/work.lua &>/dev/null && mbsync work && notmuch new 2>/dev/null"
+macro index,pager H "imapfilter -c ~/.imapfilter/work.lua &>/dev/null && mbsync work && notmuch new 2>/dev/null"
macro index,pager J "mbsync -a && notmuch new 2>/dev/null"
macro index m "T~N;WNT~O;WO\CT~T" "mark all messages read"
macro index c "?" "open a different folder"
@@ -36,7 +36,7 @@ unignore from date subject to cc
hdr_order from to cc date subject
# mailboxes
-mailboxes =personal/inbox =personal/drafts =personal/work =personal/all
+mailboxes =personal/inbox =personal/drafts =personal/all
mailboxes =work/inbox =work/drafts =work/all
# folder hooks
--
cgit v1.2.3