summaryrefslogtreecommitdiffstats
path: root/mutt/imap
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-03 17:30:09 -0400
committerJesse Luehrs <doy@tozt.net>2018-11-03 17:30:09 -0400
commit6c4c6aa0e4fed80c075641374a28e4d38223fad9 (patch)
tree77b87d1e97825263feaa4c0641d5ec5da04bc26c /mutt/imap
parent01faf31d70a945510a6cf8f3ec8dd785e9d632e1 (diff)
downloadconf-6c4c6aa0e4fed80c075641374a28e4d38223fad9.tar.gz
conf-6c4c6aa0e4fed80c075641374a28e4d38223fad9.zip
switch between imap and offlineimap depending on the machine
Diffstat (limited to 'mutt/imap')
-rw-r--r--mutt/imap7
1 files changed, 7 insertions, 0 deletions
diff --git a/mutt/imap b/mutt/imap
new file mode 100644
index 0000000..09649c9
--- /dev/null
+++ b/mutt/imap
@@ -0,0 +1,7 @@
+set folder="imap://doy@mail.tozt.net"
+set spoolfile="=INBOX"
+bind index R imap-fetch-mail
+set timeout=60
+set mail_check=60
+
+# vim: ft=muttrc