From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: A mail client that is org-mode compatible Date: Wed, 16 Feb 2011 17:41:21 +0100 Message-ID: <87k4h00w5q.fsf@member.fsf.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=32872 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpkRd-0002Pc-HO for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 11:41:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpkRc-0001Rg-N9 for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 11:41:37 -0500 Received: from lo.gmane.org ([80.91.229.12]:54794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpkRc-0001RJ-Ca for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 11:41:36 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PpkRZ-00081x-W3 for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 17:41:34 +0100 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Feb 2011 17:41:33 +0100 Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Feb 2011 17:41:33 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carl Bolduc writes: Hi Carl, > Could you share some details of your gnus implementation with GMail? I > have been trying to setup this based on various sites and I never > succeded. With the git version of gnus (or the one included in emacs' bzr trunk), you only need this. (add-to-list 'gnus-secondary-select-methods '(nnimap "Gmail" (nnimap-address "imap.gmail.com"))) Put your credentials in your ~/.authinfo (on preferrable in your GnuPG encrypted ~/.authinfo.gpg), and everything should work smoothly. Bye, Tassilo