From mboxrd@z Thu Jan 1 00:00:00 1970 From: vasudeva@linkswarm.com (vasudeva) Date: Wed, 31 Oct 2007 14:05:10 -0400 Subject: [sup-talk] new user of sup In-Reply-To: <4728B67A.7020604@gslab.com> References: <4728B67A.7020604@gslab.com> Message-ID: <20071031180510.GA7449@lenin.sovietwar.org> * on 10-31-07, Manish Sapariya wrote: > - I configured two sources, however sup only keeps the last > added source. I tried modifying sources.yaml, but it did not > help. I have my TB configured with various rules to move all > of my mails to different folders and I want to read all of > these mboxes into sup. Is this a known bug? If yes, is there > any workaround. I had an issue like this, and found it to be related somehow to the following lines being present in my ~/.sup/sources.yaml... - !masanjin.net,2006-10-01/Redwood/SentLoader cur_offset: 29245 - !masanjin.net,2006-10-01/Redwood/DraftLoader cur_offset: 4 It seems if I snipped those out, then sup-add would actually add all the sources I told it, not simply the final one. That is, if those lines were present, sup-add seemed to overwrite any recently-added source with the next source I'd add. (The two lines get generated and replaced by sup at some point.) Not sure if this is relevant to your issue, but the symptoms do sound similar. />