Adding iocom mail account to offlineimap, setting up autorefresh, mbnames, etc.
This commit is contained in:
@@ -1,25 +1,36 @@
|
|||||||
# Sample minimal config file. Copy this to ~/.offlineimaprc and edit to
|
|
||||||
# get started fast.
|
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
accounts = DustinSwanGmail, DswanIOCOM
|
accounts = DustinswanGmail, DswanIOCOM
|
||||||
pythonfile=~/.mutt/offlineimap.py
|
pythonfile=~/.mutt/offlineimap.py
|
||||||
|
maxsyncaccounts = 2
|
||||||
|
# ui = quiet
|
||||||
|
|
||||||
[Account DustinSwanGmail]
|
[mbnames]
|
||||||
localrepository = DustinSwanGmail-Local
|
enabled = yes
|
||||||
remoterepository = DustinSwanGmail-Remote
|
filename = ~/.mutt/mailboxes
|
||||||
|
header = "mailboxes "
|
||||||
|
peritem = "+%(accountname)s/%(foldername)s"
|
||||||
|
sep = " "
|
||||||
|
footer = "\n"
|
||||||
|
|
||||||
[Repository DustinSwanGmail-Local]
|
[Account DustinswanGmail]
|
||||||
|
localrepository = DustinswanGmail-Local
|
||||||
|
remoterepository = DustinswanGmail-Remote
|
||||||
|
autorefresh = 5
|
||||||
|
quick = 10
|
||||||
|
postsynchook = notmuch new
|
||||||
|
|
||||||
|
[Repository DustinswanGmail-Local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
localfolders = ~/.mail/dustinswan-gmail.com
|
localfolders = ~/.mail/DustinswanGmail
|
||||||
nametrans = lambda folder: {'drafts': '[Gmail]/Drafts',
|
nametrans = lambda folder: {'drafts': '[Gmail]/Drafts',
|
||||||
'sent': '[Gmail]/Sent Mail',
|
'sent': '[Gmail]/Sent Mail',
|
||||||
'flagged': '[Gmail]/Starred',
|
'flagged': '[Gmail]/Starred',
|
||||||
'trash': '[Gmail]/Trash',
|
'trash': '[Gmail]/Trash',
|
||||||
'archive': '[Gmail]/All Mail',
|
'archive': '[Gmail]/All Mail',
|
||||||
|
'important': '[Gmail]/Important',
|
||||||
}.get(folder, folder)
|
}.get(folder, folder)
|
||||||
|
|
||||||
[Repository DustinSwanGmail-Remote]
|
[Repository DustinswanGmail-Remote]
|
||||||
maxconnections = 1
|
maxconnections = 1
|
||||||
type = Gmail
|
type = Gmail
|
||||||
remoteuser = dustinswan@gmail.com
|
remoteuser = dustinswan@gmail.com
|
||||||
@@ -30,6 +41,7 @@ nametrans = lambda folder: {'[Gmail]/Drafts': 'drafts',
|
|||||||
'[Gmail]/Starred': 'flagged',
|
'[Gmail]/Starred': 'flagged',
|
||||||
'[Gmail]/Trash': 'trash',
|
'[Gmail]/Trash': 'trash',
|
||||||
'[Gmail]/All Mail': 'archive',
|
'[Gmail]/All Mail': 'archive',
|
||||||
|
'[Gmail]/Important': 'important',
|
||||||
}.get(folder, folder)
|
}.get(folder, folder)
|
||||||
|
|
||||||
folderfilter = lambda folder: folder not in ['[Gmail]/Trash',
|
folderfilter = lambda folder: folder not in ['[Gmail]/Trash',
|
||||||
@@ -38,5 +50,20 @@ folderfilter = lambda folder: folder not in ['[Gmail]/Trash',
|
|||||||
cert_fingerprint = 6d1b5b5ee0180ab493b71d3b94534b5ab937d042
|
cert_fingerprint = 6d1b5b5ee0180ab493b71d3b94534b5ab937d042
|
||||||
|
|
||||||
[Account DswanIOCOM]
|
[Account DswanIOCOM]
|
||||||
|
localrepository = DswanIOCOM-Local
|
||||||
|
remoterepository = DswanIOCOM-Remote
|
||||||
|
autorefresh = 5
|
||||||
|
quick = 10
|
||||||
|
postsynchook = notmuch new
|
||||||
|
|
||||||
|
[Repository DswanIOCOM-Local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
localfolders = ~/.mail/dswan-iocom.com
|
localfolders = ~/.mail/DswanIOCOM
|
||||||
|
|
||||||
|
folderfilter = lambda f: f not in ['drafts']
|
||||||
|
|
||||||
|
[Repository DswanIOCOM-Remote]
|
||||||
|
type = IMAP
|
||||||
|
remotehost = secure.emailsrvr.com
|
||||||
|
remoteuser = dswan@insors.com
|
||||||
|
remotepasseval = iocom_password()
|
||||||
|
|||||||
Reference in New Issue
Block a user