From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16185 Path: news.gmane.org!not-for-mail From: Hideyuki Ito Newsgroups: gmane.emacs.gnus.user Subject: How to set up multiple username on same IMAP server? Date: Sun, 31 Mar 2013 19:10:53 -0700 (PDT) Message-ID: <852a05d7-5d39-4eb4-88f9-8a685c69ee46@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1364782502 28815 80.91.229.3 (1 Apr 2013 02:15:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2013 02:15:02 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Apr 01 04:15:30 2013 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UMUHR-0004S5-NM for gegu-info-gnus-english@m.gmane.org; Mon, 01 Apr 2013 04:15:29 +0200 Original-Received: from localhost ([::1]:45490 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMUH3-0004ZC-6u for gegu-info-gnus-english@m.gmane.org; Sun, 31 Mar 2013 22:15:05 -0400 X-Received: by 10.224.72.199 with SMTP id n7mr7526621qaj.5.1364782253605; Sun, 31 Mar 2013 19:10:53 -0700 (PDT) X-Received: by 10.50.33.175 with SMTP id s15mr642058igi.8.1364782253560; Sun, 31 Mar 2013 19:10:53 -0700 (PDT) Original-Path: usenet.stanford.edu!t2no28654259qal.0!news-out.google.com!v17ni6816qad.0!nntp.google.com!ca1no19230896qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=223.218.47.250; posting-account=K1iK_goAAAAqE0HNTxzdS2lwhakCKvKJ Original-NNTP-Posting-Host: 223.218.47.250 User-Agent: G2/1.0 Injection-Date: Mon, 01 Apr 2013 02:10:53 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:87313 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16185 Hi, I'd like to set up multiple username(usreacount) on same IMAP server (imap.gmail.com). Could you tell me how to write it in .gnus.el and .authinfo ? Currently, I'd written them as (setq gnus-select-method '(nnnil) gnus-secondary-select-methods `( (nnimap "FOO" (nnimap-address "imap.gmail.com") (nnimap-server-port 993) (nnimap-authinfo-file "~/.authinfo") (nnimap-stream ssl) (nnir-search-engine imap)) (nnimap "BAR" (nnimap-inbox "INBOX") (nnimap-address "imap.gmail.com") (nnimap-server-port 993) (nnimap-authinfo-file "~/.authinfo") (nnimap-stream ssl) (nnir-search-engine imap)) )) I'd like to use username "foo" and password "passfoo" on Foo IMAP connection and username "bar" and password "passbar" on BAR IMAP connection. What elisp descriptions are required? Thanks, -- Hideyuki Ito An Absolute Beginner