dotfiles

Mahdi's dotfiles
git clone git://mahdi.pw/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

mbsyncrc (707B)


      1 # Automatically create missing mailboxes, both locally and on the server.
      2 Create Both
      3 
      4 # Sync the movement of messages between folders and deletions,
      5 # add after making sure the sync works.
      6 Expunge Both
      7 
      8 # Save the synchronization state files in the relevant directory.
      9 SyncState *
     10 
     11 IMAPAccount acct0
     12 Host mail.mahdi.pw
     13 User me
     14 #Pass "This is my secure password"
     15 PassCmd "pash s email"
     16 SSLType IMAPS
     17 SSLVersions TLSv1.2
     18 AuthMechs LOGIN
     19 PipelineDepth 50
     20 
     21 IMAPStore acct0-remote
     22 Account acct0
     23 
     24 MaildirStore acct0-local
     25 Subfolders Verbatim
     26 Path ~/.local/share/mail/acct0/                # The trailing "/" is important
     27 Inbox ~/.local/share/mail/acct0/Inbox
     28 
     29 Channel acct0
     30 Far :acct0-remote:
     31 Near :acct0-local: