diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-12-11 20:46:32 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-12-11 20:47:59 +0100 |
commit | f22f1723c01b56da14ae1de3491a78af1bc4c464 (patch) | |
tree | 030411c811d3474c4b322eca29d1bf8e96b7511f /mutt/.mbsyncrc | |
parent | d8713792f93473fe14e01d151529fb6ef139448f (diff) |
Dot files with `chezmoi`
Diffstat (limited to 'mutt/.mbsyncrc')
-rw-r--r-- | mutt/.mbsyncrc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mutt/.mbsyncrc b/mutt/.mbsyncrc deleted file mode 100644 index cb2ed55..0000000 --- a/mutt/.mbsyncrc +++ /dev/null @@ -1,27 +0,0 @@ -# ================== # -# <first_email> # -# ================== # - -IMAPStore <email>-remote -# Address to connect to -Host <host> -Port <port> -User <emil> -Pass <password> -SSLType STARTTLS -AuthMechs LOGIN - -MaildirStore <email>-local -Subfolders Verbatim -Path ~/.mail/<email>/ -INBOX ~/.mail/<email>/INBOX -Flatten . - -Channel <email> -Master :<email>-remote: -Slave :<email>-local: -Patterns INBOX Drafts Sent Trash -SyncState * -Create Both -Expunge Both -MaxMessages 0 |