On Wed, Jan 18, 2017 at 12:38:36AM +0000, Jethro Tull wrote: > I have written a script for folderfilter and nametrans which I load in the > [general] section like this: > > [general] > ... > pythonfile = ~/my_script.py > > It contains a function that takes as argument a list containing all folders > and > their corresponding local names. I would like to define the list, say, > "gmail_list", in the offlineimap config file, which is what I tried but it > doesn't seem to work. offlineimap complains like this " global name > 'gmail_list' is not defined". While "gmail_list" is defined in the [general] > section. I even tried defining it in [Repository gmaillocal] and [Repository > gmailremote]. The result is always the same.
Please, share both the pythonfile and the folderfilter configuration line. -- Nicolas Sebrecht _______________________________________________ OfflineIMAP-project mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org
