From 7ef530000efea9173bf10b687ecd895625c1958c Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 15 Oct 2019 20:05:03 +0000 Subject: modules/mail: run notmuch after mbsync Doesn't really make sense to call this service "mbsync" any more. It might be better to run notmuch on inotify, though... --- modules/workstation/mail/mbsyncrc.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 modules/workstation/mail/mbsyncrc.in (limited to 'modules/workstation/mail/mbsyncrc.in') diff --git a/modules/workstation/mail/mbsyncrc.in b/modules/workstation/mail/mbsyncrc.in new file mode 100644 index 000000000000..987646dd9e66 --- /dev/null +++ b/modules/workstation/mail/mbsyncrc.in @@ -0,0 +1,22 @@ +Create Both + +MaildirStore local + Path @maildir@/ + Inbox @maildir@/INBOX + Subfolders Verbatim + +IMAPAccount fastmail + Host imap.fastmail.com + User alyssa@fastmail.com + PassCmd "cat ~/imappass" + SSLType IMAPS + SSLVersions TLSv1.2 + +IMAPStore fastmail-remote + Account fastmail + +Channel fastmail + Master :fastmail-remote: + Slave :local: + Patterns * + SyncState * -- cgit 1.4.1