From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.90.87.14 with SMTP id k14cs676989agb; Mon, 21 Dec 2009 08:56:24 -0800 (PST) Received: by 10.224.35.87 with SMTP id o23mr3990181qad.9.1261414583882; Mon, 21 Dec 2009 08:56:23 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 4si9405825qyk.110.2009.12.21.08.56.23; Mon, 21 Dec 2009 08:56:23 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 96B0A1D78877; Mon, 21 Dec 2009 11:56:23 -0500 (EST) Received: from entry.masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id 0EAE81858307 for ; Mon, 21 Dec 2009 11:56:19 -0500 (EST) Received: from w by entry.masanjin.net with local (Exim 4.69) (envelope-from ) id 1NMlYR-0005uV-Nd for sup-talk@rubyforge.org; Mon, 21 Dec 2009 08:56:19 -0800 From: William Morgan To: sup-talk In-reply-to: <314cf0830912210828i278fd9efxd8d688c10a2a4b73@mail.gmail.com> References: <314cf0830912210828i278fd9efxd8d688c10a2a4b73@mail.gmail.com> Date: Mon, 21 Dec 2009 08:56:19 -0800 Message-Id: <1261414173-sup-9168@masanjin.net> User-Agent: Sup/git Subject: Re: [sup-talk] Gmail question X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Reformatted excerpts from Joel Esler's message of 2009-12-21: > Obviously I'd like to be able to mash the "L" and see all these labels > and their unread counts, however, I am obviously missing how to > configure this, and I am sure it's quite easy. Heck, I don't mind if > you guys RTFM me to the right section of the 'manual', but please do. I believe that Gmail exposes those types of things to IMAP clients as IMAP folders with funny names. (If you see these messages in Sup's inbox, then I am wrong about that.) So the easiest approach to duplicate them in Sup is add each source by hand as sup-add, and have Sup auto-apply labels when it sees new messages in those "folders". (And auto-archive them.) Unfortunately Sup's stupid URI syntax for sources combines very poorly with Gmail's names for these types of folders, so you'll have to do something horrible like: sup-add imaps://imap.gmail.com/%5BGmail%5D%2FSent+Mail sup-add imaps://imap.gmail.com/%5BGmail%5D%2Flabelname etc., with the appropriate arguments to sup-add for auto-archiving and auto-applying labels. Anyone more familiar with Gmail+Sup, please correct me if I'm wrong. -- William _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk