From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7476 Path: news.gmane.org!not-for-mail From: Nelson Ferreira Newsgroups: gmane.emacs.gnus.user Subject: Re: archiving mail with nnmail-expiry-target Date: Wed, 07 Jun 2006 18:51:34 -0400 Organization: - none - Message-ID: References: <1149720222.539263.235340@u72g2000cwu.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1149723644 20280 80.91.229.2 (7 Jun 2006 23:40:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Jun 2006 23:40:44 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Jun 08 01:40:42 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fo7dS-00027c-9V for gegu-info-gnus-english@m.gmane.org; Thu, 08 Jun 2006 01:40:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fo7dR-0000xz-RB for gegu-info-gnus-english@m.gmane.org; Wed, 07 Jun 2006 19:40:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!newsfeed.freenet.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 27 Original-X-Trace: individual.net +6UQeVCEgENbMpQUisdcqgaGIjR8soZqI/3CVaMy3OFmwpmf8N User-Agent: Gnus/5.110006 (No Gnus v0.6) SXEmacs/22.1.6 (linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEUmHxdbVUyVdGOriHfF qZx9gXrnvF8aAAAACXBIWXMAACNfAAAjXwHuwDalAAACAklEQVR42nVUQZLjIAwUWzV3cMb3RMw8 YBD5wAoe4Bj+/5Vt4cR2aneVSpyire6WBFD5TxC+PbVeW9dmj1Zqr7UZ0Dtzb60K9yMA1N5D6EDS 1Gf8X/qCR6O6BOduUYrINSB8cPboADw5zrmpMCG8/ZDrVIKnSTI8aPIO684jglGRA5EBsgyWsFGV TiGWDfgZgN+o6uJ+xTwQSc49NWg2qmlbNxE6AYFYNkR1t+VmuDLtDbEMd6LaTJmI3wsxcVr1Ceg5 o/SwPk1leSoPjXp1zIz13yInqpn0RgC+SslZFcX5V0ZBBlqLIkSUdy60BBmCSlRillsg/6KqnTix REgLs3+aMleoAyyC6oXjCRgFItTay1c6AOsV3rfq5RAfVB2esr4DoyWXbHZRvkZ/qnzx8QCuB4DR XkAyGi/xXGAgVGZV4MuvAW5UcMWiCuDq3lxNkmA2G7Bn2L7yFwDoYyx5r899QtzNzagM27VNfPEf TVIG02mCo1f+wxypjXZf31yFVYxHJdEbVQgP9BdE6w+dqbrHbkCGrnLMyTZ1DzQDUK2Rby9k9CqE iRl9vD84eb9r4Az68ACgD7aN5U8AMqavIt/YEHY48XHjcLrwmaYod8bmhuKIebPbEq8czVptYR5A g3ifMSKslTGs7WIYQGl2Avbb5T4QAPWviweXyLhk/hF4+Q+wWa5X3wHMdgAAAA90RVh0SlBFRy1R dWFsaXR5ADc13rg1kAAAABF0RVh0SlBFRy1Db2xvcnNwYWNlADKBDSEkAAAAIXRFWHRKUEVHLVNh bXBsaW5nLWZhY3RvcnMAMngyLDF4MSwxeDHlUdu4AAAAAElFTkSuQmCC Cancel-Lock: sha1:f5ajPzAXGkYIfq/0aIFQOqeYS5k= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77658 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 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: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7476 Archived-At: "martin" == martin bishop@gmail com writes: martin> In my .gnus I have the following martin> (setq nnmail-expiry-wait 'immediate) martin> (setq nnmail-expiry-target martin> '(lambda (group) martin> (concat "nnfolder:" Here you are using the nnfolder backend which is a single file based group which gets loaded into a buffer. If you use nnml or some other backend you'll get around this.. martin> (format-time-string "%b-%Y." (current-time)) martin> group))) martin> Is there any way to prevent gnus from opening the group to be archive martin> to in a buffer ? martin> I.E. when I go to exit emacs, I get prompted to save the Jun-2006.Inbox martin> buffer Are you sure you quit Gnus properly with 'q' in the Group buffer ? Gnus should save the buffer at that time. You can also do it by pressing 's' in the group buffer which saves all changes in the state of groups etc. -- Nelson Ferreira