MOVE .mbsyncrc to config directory
This commit is contained in:
parent
e3fba123af
commit
f9a146537d
|
@ -1,7 +1,7 @@
|
|||
IMAPAccount DRI
|
||||
Host imap.dri.fr
|
||||
User 1847_alexandre
|
||||
PassCmd "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/mails.gpg"
|
||||
PassCmd "pass email/alexandre"
|
||||
SSLType None
|
||||
|
||||
IMAPStore DRI-remote
|
||||
|
@ -9,19 +9,19 @@ Account DRI
|
|||
|
||||
MaildirStore DRI-local
|
||||
Subfolders Verbatim
|
||||
Path ~/Mails/DRI/
|
||||
Inbox ~/Mails/DRI/INBOX
|
||||
Path ~/Maildir/dri/
|
||||
Inbox ~/Maildir/dri/INBOX
|
||||
|
||||
Channel DRI-inbox
|
||||
Master :DRI-remote:
|
||||
Slave :DRI-local:
|
||||
Far :DRI-remote:
|
||||
Near :DRI-local:
|
||||
Patterns *
|
||||
Sync All
|
||||
SyncState *
|
||||
Create Both
|
||||
|
||||
Channel DRI-archives
|
||||
Master :DRI-local:archives
|
||||
Slave :DRI-remote:"INBOX/archives"
|
||||
Far :DRI-local:archives
|
||||
Near :DRI-remote:"INBOX/archives"
|
||||
Patterns *
|
||||
Sync All
|
Loading…
Reference in New Issue