summaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
Diffstat (limited to 'mutt')
-rwxr-xr-xmutt/choose-muttrc-type2
-rw-r--r--mutt/local (renamed from mutt/offlineimap)2
2 files changed, 2 insertions, 2 deletions
diff --git a/mutt/choose-muttrc-type b/mutt/choose-muttrc-type
index 21db151..363a64c 100755
--- a/mutt/choose-muttrc-type
+++ b/mutt/choose-muttrc-type
@@ -4,7 +4,7 @@ set -o pipefail
case "$(hostname)" in
hornet)
- echo 'source ~/.mutt/offlineimap'
+ echo 'source ~/.mutt/local'
;;
*)
echo 'source ~/.mutt/imap'
diff --git a/mutt/offlineimap b/mutt/local
index e22fe53..0d6205f 100644
--- a/mutt/offlineimap
+++ b/mutt/local
@@ -10,7 +10,7 @@ mailboxes `\
echo -n "\"=$basename\" ";\
fi\
done`
-macro index R "<enter-command>unset wait_key<enter><shell-escape>update-mail<enter><enter-command>set wait_key<enter>" "fetch mail with offlineimap"
+macro index R "<enter-command>unset wait_key<enter><shell-escape>mbsync all && notmuch new<enter><enter-command>set wait_key<enter>" "fetch mail with mbsync"
set timeout=3
# vim: ft=neomuttrc