From mboxrd@z Thu Jan 1 00:00:00 1970 From: marcus-sup@bar-coded.net (Marcus Williams) Date: Sun, 06 Jan 2008 12:27:16 +0000 Subject: [sup-talk] Multiple accounts on the same source In-Reply-To: <50BB997E-2741-475C-98BD-7806CDADAF9D@gmail.com> References: <50BB997E-2741-475C-98BD-7806CDADAF9D@gmail.com> Message-ID: <1199622101-sup-9598@tomsk> On 5.1.2008, thefed wrote: > I have two GMail accounts, and they're (of course) on the same server. > > However, I am unable to add it in sup-add because it says it already > knows of it. William may have to confirm this, but this works for me: Either hand edit it in (but see below) or use a trick in the imap uri: imap://account1 at gmail.com/ imap://account2 at gmail.com/ The account1 and account2 bits can be anything you want - sup ignores them anyway (except when comparing two uris). But its useful to use so that you can distinguish between two sources. Note that if you dont use above and ever want to distinguish between your two gmail accounts via the source uri you wont be able to. So my recommendation is to use the trick above. Marcus