diff options
author | noa@gaiwan.org | 2024-04-13 01:30:18 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-04-13 01:30:18 +0000 |
commit | 7cd319b7eafb0a60768222f062b324f720cccff9 (patch) | |
tree | d798c92d3689f4b920ba30fd8f0c327f77a86469 | |
parent | 3ad265f282e8e61398fad6a4ec7fe0fa5d227586 (diff) |
add mbsync configuration
-rw-r--r-- | mbsyncrc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mbsyncrc b/mbsyncrc new file mode 100644 index 0000000..b76adcf --- /dev/null +++ b/mbsyncrc @@ -0,0 +1,21 @@ +IMAPAccount fastmail +Host imap.fastmail.com +User noa@gaiwan.org +Pass !!REDACTED!! +SSLType IMAPS + +IMAPStore fastmail-remote +Account fastmail + +MaildirStore fastmail-local +SuBFolders Verbatim +Path ~/Documents/Mail/ +Inbox ~/Documents/Mail/Inbox + +Channel fastmail +Far :fastmail-remote: +Near :fastmail-local: +Patterns * +Create Both +Expunge Both +SyncState * |