diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-31 23:24:00 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-31 23:24:00 +0800 |
commit | 470807d73b98ee6d3ed6d03ec0e9b8c61307430c (patch) | |
tree | 20bd83db7616fbd126cbe6191a5639472acb4c1c /_offlineimaprc | |
parent | 97f447974151cddc50ef32a7798d69a2a6a51cf7 (diff) | |
download | dotfiles-470807d73b98ee6d3ed6d03ec0e9b8c61307430c.tar.bz2 |
Add Gmail labels note; drop FreeBSD and OpenBSD folders
Diffstat (limited to '_offlineimaprc')
-rw-r--r-- | _offlineimaprc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/_offlineimaprc b/_offlineimaprc index b775748..abfd737 100644 --- a/_offlineimaprc +++ b/_offlineimaprc @@ -17,6 +17,12 @@ ## * How to rename a local OfflineIMAP managed folder ## Credits: https://www.preining.info/blog/2015/09/rename-offlineimap-folder/ ## +## NOTE for Gmail labels: +## New labels must be created in remote Gmail (e.g., through the web UI), +## Otherwise, the IMAP sync will fail with error: +## 'Invalid Arguments: Label name is not allowed' +## if the new label was manually added to local messages. +## ## Aaron LI <aaronly.me@gmail.com> ## Created: 2015-02-03 ## Updated: 2016-01-31 @@ -250,7 +256,6 @@ holdconnectionopen = yes folderfilter = lambda folder: folder in [ 'Inbox', 'Sent', 'Archive', 'Drafts', 'Junk', 'Deleted', - 'FreeBSD', 'OpenBSD', ] nametrans = lambda folder: { 'Inbox' : 'inbox', |