From 470807d73b98ee6d3ed6d03ec0e9b8c61307430c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 31 Jan 2016 23:24:00 +0800 Subject: Add Gmail labels note; drop FreeBSD and OpenBSD folders --- _offlineimaprc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '_offlineimaprc') 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 ## 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', -- cgit v1.2.2