mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
updating mailbox generation portion of offlineimap
This commit is contained in:
parent
5ca1cc5089
commit
f626eefa41
1 changed files with 13 additions and 1 deletions
|
@ -13,6 +13,9 @@ metadata = ~/.cache/offlineimap
|
||||||
remoterepository = protonmail-remote
|
remoterepository = protonmail-remote
|
||||||
localrepository = protonmail-local
|
localrepository = protonmail-local
|
||||||
|
|
||||||
|
# this is to make notmuch update tags
|
||||||
|
# postsynchook = ~/.config/offlineimap/postsync.sh
|
||||||
|
|
||||||
[Repository protonmail-local]
|
[Repository protonmail-local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
localfolders = ~/.local/share/offlineimap
|
localfolders = ~/.local/share/offlineimap
|
||||||
|
@ -34,6 +37,15 @@ sslcacertfile = ~/.config/protonmail/bridge/cert.pem
|
||||||
# I don't know what this does
|
# I don't know what this does
|
||||||
expunge = yes
|
expunge = yes
|
||||||
|
|
||||||
# --------- section for what folders and labels you pull ------------
|
# section for what folders and labels you pull
|
||||||
nametrans = lambda foldername: re.sub ('^Folders.', '', foldername)
|
nametrans = lambda foldername: re.sub ('^Folders.', '', foldername)
|
||||||
folderfilter = lambda foldername: foldername not in ['All Mail']
|
folderfilter = lambda foldername: foldername not in ['All Mail']
|
||||||
|
|
||||||
|
# this generates a config for neomutt
|
||||||
|
[mbnames]
|
||||||
|
enabled = yes
|
||||||
|
filename = ~/.config/neomutt/mailboxes
|
||||||
|
header = "named-mailboxes \"\" "
|
||||||
|
peritem = "+%(foldername)s"
|
||||||
|
sep = "\nnamed-mailboxes \"\" "
|
||||||
|
footer = "\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue