dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 38f87dd5c88fc708fd148ea915e27ac08f210420
parent 6247026b2167a5a8371aeb7bd42694e700aab65a
Author: Ashymad <czilukim@o2.pl>
Date:   Sat, 25 Aug 2018 17:45:05 +0200

Sample mbsyncrc

Diffstat:
Aisync/.mbsyncrc | 102+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 102 insertions(+), 0 deletions(-)

diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc @@ -0,0 +1,102 @@ +# Global configuration section +# Values here are used as defaults for any following Channel section that +# doesn't specify them. +Expunge None +Create Both + +MaildirStore local +Path ~/.mail/ +Trash Trash + + +IMAPStore work +Host work.host.com +User tehuser +Pass xxxxxxxx +# Fetch password from gnome-keyring: +#PassCmd "gnome-keyring-query get mail_pw" +# Fetch password from .netrc: +#PassCmd "sed -n -e 's,^machine work\\.host\\.com login tehuser password \\(.*\\),\\1,p' < $HOME/.netrc" +# Fetch password from a gpg-encrypted file: +#PassCmd "gpg --quiet --for-your-eyes-only --decrypt $HOME/imappassword.gpg" +# Fetch password from pwmd (http://pwmd.sourceforge.net/): +#PassCmd "echo -ne 'GET myIsp\\tpassword' | pwmc datafile" +# On Mac OS X, run "KeyChain Access" -- File->New Password Item. Fill out form using +# "Keychain Item Name" http://IMAPSERVER (note: the "http://" is a hack) +# "Account Name" USERNAME +# "Password" PASSWORD +#PassCmd "/usr/bin/security find-internet-password -w -a USERNAME -s IMAPSERVER ~/Library/Keychains/login.keychain" + +Channel work +Master :work: +Slave :local:work +Expunge Slave +Sync PullNew Push + + +IMAPStore personal +Host host.play.com +Port 6789 +RequireSSL no + +Channel personal +Master :personal: +Slave :local:personal +Expunge Both +MaxMessages 150 +MaxSize 200k + +IMAPStore remote +Tunnel "ssh -q host.remote.com /usr/sbin/imapd" + +Channel remote +Master :remote: +Slave :local:remote + + +Group boxes +Channels work personal remote + + +IMAPStore st1 +Host st1.domain.com +RequireCRAM yes +CertificateFile ~/.st1-certificate.crt + +IMAPStore st2 +Host imap.another-domain.com +Path non-standard/ +RequireSSL no +UseTLSv1 no + +Channel rst +Master :st1:somebox +Slave :st2: + + +IMAPAccount server +Host imaps:foo.bar.com +CertificateFile ~/.server-certificate.crt + +IMAPStore server +Account server +MapInbox inbox +Trash ~/trash +TrashRemoteNew yes + +MaildirStore mirror +Path ~/Maildir/ +SubFolders Verbatim + +Channel o2o +Master :server: +Slave :mirror: +Patterns % + +Group partial o2o:inbox,sent-mail,foobar + +# INBOX => server, INBOX.foo => server.foo, etc. +Channel inbox +Master :server:INBOX +Slave :mirror:server +Patterns *