From mboxrd@z Thu Jan 1 00:00:00 1970 From: marcus-sup@bar-coded.net (Marcus Williams) Date: Thu, 08 Nov 2007 11:18:51 +0000 Subject: [sup-talk] Sup sources question Message-ID: <1194520465-sup-413@tomsk> I cocked up when I set up one of my sources so that I added a sent folder from imap to sup without the sent label. What I thought I'd do is sup-dump, sup-sync everything again and then restore my settings. Then I remembered I'd noticed that you have a source_id in the ferret index, so I can search for messages marked with that source_id and add the label in manually. The only problem is I dont know the source_id (although its easy to find out in the console.sh). What I'm thinking is, rather than use an auto-generated id which I assume is some index into the source.yaml could you not name the sources in some way in the yaml so that you can then use this name to look up certain sources? This would also stop your source.yaml and your source_id's getting out of sync which I assume they can if you add a source to your yaml file in the middle somewhere. On startup you could check for uniqueness if needed. Does this make sense? Marcus