From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79155 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: Multiple gmal accounts and agent Date: Wed, 22 Jun 2011 16:39:04 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: <31d3i62anr.fsf@news.eternal-september.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1308753661 9782 80.91.229.12 (22 Jun 2011 14:41:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2011 14:41:01 +0000 (UTC) To: nognus Original-X-From: ding-owner+M27454@lists.math.uh.edu Wed Jun 22 16:40:57 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QZObv-0007d7-EO for ding-account@gmane.org; Wed, 22 Jun 2011 16:40:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QZOaF-0007Qo-2y; Wed, 22 Jun 2011 09:39:11 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QZOaD-0007Qe-Tx for ding@lists.math.uh.edu; Wed, 22 Jun 2011 09:39:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QZOaC-0007uA-W9 for ding@lists.math.uh.edu; Wed, 22 Jun 2011 09:39:09 -0500 Original-Received: from mail-fx0-f44.google.com ([209.85.161.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QZOa7-0006Sg-MN for ding@gnus.org; Wed, 22 Jun 2011 16:39:03 +0200 Original-Received: by fxm15 with SMTP id 15so1170065fxm.17 for ; Wed, 22 Jun 2011 07:38:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:from:to:subject:date:organization:message-id :user-agent:mime-version:content-type; bh=+b22ZZjWS8jyYcvEWUCA4PISCzeUVlOEAGiVqIaqm5g=; b=ocUG2CPTIrP36CgqTQ6jGStHFelkxkCGGh/x9rSpe0yRa/FrXntlotPegQPq1+v31g JPC8/UO3WGCLvbatfqE31iinFXQhRCJuLnpvk8HVXAR9eHhhj6JrOVBAdb3f5bwtI8xK sxenJXW9nXdj2JM+ugc1zHl1l8vfl4nUGhO+A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:organization:message-id:user-agent :mime-version:content-type; b=rqzVAXQz6AF8NJuhNhWpEcLdKSNsxP+I92SVznvgISbr+OHv7gvMwp0yWQW/Pw4us3 pMIG0iMTHxoG3ZP3shL5hJdh28TyGhm1kbY0kaNJNZxT4f8p3T5oUCMM9wcNx0vrFl3y r0JjOwPRZRZQ2w1khDfGz1N0PTkDeDotXh5jc= Original-Received: by 10.223.97.142 with SMTP id l14mr929667fan.137.1308753536381; Wed, 22 Jun 2011 07:38:56 -0700 (PDT) Original-Received: from dev ([85.183.18.158]) by mx.google.com with ESMTPS id h28sm371942faj.29.2011.06.22.07.38.54 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Jun 2011 07:38:54 -0700 (PDT) Original-Received: from shamrock by dev with local (Exim 4.72) (envelope-from ) id 1QZOaD-0008K0-Am for ding@gnus.org; Wed, 22 Jun 2011 16:39:09 +0200 User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79155 Archived-At: Just a quick "ping" to see if there are any plans to address the issue with multiple accounts on the same servers with the gnus agent? I reported before how with a set up like below the agent gets confused and all groups end up with the same counts:- (add-to-list 'gnus-secondary-select-methods '(nnimap "riley" (nnir-search-engine imap) (nnimap-address "imap.gmail.com") )) (add-to-list 'gnus-secondary-select-methods '(nnimap "shamrockpub" (nnir-search-engine imap) (nnimap-address "imap.gmail.com") )) (add-to-list 'gnus-secondary-select-methods '(nnimap "friends" (nnir-search-engine imap) (nnimap-address "imap.gmail.com") )) where riley, shamrockpub and friends all denote the authinfo machine line. I would love to use the agent but this set up doesnt work with it. Apologies if I missed a workaround. regards r.