From 6c4c6aa0e4fed80c075641374a28e4d38223fad9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 3 Nov 2018 17:30:09 -0400 Subject: switch between imap and offlineimap depending on the machine --- mutt/imap | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mutt/imap (limited to 'mutt/imap') 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 -- cgit v1.2.3-54-g00ecf