From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68026 Path: news.gmane.org!not-for-mail From: William Xu Newsgroups: gmane.emacs.gnus.general Subject: Re: Agent fetch for a particular server? Date: Thu, 01 Jan 2009 13:14:49 +0800 Organization: the Church of Emacs Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1230858070 19583 80.91.229.12 (2 Jan 2009 01:01:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Jan 2009 01:01:10 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16471@lists.math.uh.edu Fri Jan 02 02:02:19 2009 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.50) id 1LIYQc-0004Pa-Hp for ding-account@gmane.org; Fri, 02 Jan 2009 02:02:18 +0100 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 1LIYOj-0001v5-Uu; Thu, 01 Jan 2009 19:00:22 -0600 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 1LIFxQ-0005eU-2t for ding@lists.math.uh.edu; Wed, 31 Dec 2008 23:18:56 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LIFxN-0000KK-Ns for ding@lists.math.uh.edu; Wed, 31 Dec 2008 23:18:56 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LIFxc-000807-00 for ; Thu, 01 Jan 2009 06:19:08 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LIFxM-0004xe-Dz for ding@gnus.org; Thu, 01 Jan 2009 05:18:52 +0000 Original-Received: from 221.221.155.251 ([221.221.155.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Jan 2009 05:18:52 +0000 Original-Received: from william.xwl by 221.221.155.251 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Jan 2009 05:18:52 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 221.221.155.251 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin) Cancel-Lock: sha1:WykevsisIWvnou+l1kMlRPGgGv8= X-Spam-Score: -1.5 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68026 Archived-At: Steinar Bang writes: > Is there a way to make Agent fetch all articles from all groups on a > particular server (eg. my nnimap server)? I think you can set gnus-select-method to that particular server when running agent, use something like: ,---- | (if noninteractive | (setq gnus-select-method '((nnimap "imap.foo.bar"))) | ;; else... | ) `---- -- William http://williamxu.net9.org