From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82029 Path: news.gmane.org!not-for-mail From: Julien Cubizolles Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-message-archive-group Date: Thu, 12 Jul 2012 21:18:14 +0200 Message-ID: <87mx34eqkp.fsf@free.fr> References: <877gu9t3k6.fsf@free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1342120772 17328 80.91.229.3 (12 Jul 2012 19:19:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2012 19:19:32 +0000 (UTC) Cc: ding@gnus.org To: Andreas Schwab Original-X-From: ding-owner+M30299@lists.math.uh.edu Thu Jul 12 21:19:31 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SpOvC-0008Ve-Lp for ding-account@gmane.org; Thu, 12 Jul 2012 21:19:30 +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 1SpOu9-000661-UG; Thu, 12 Jul 2012 14:18:25 -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 1SpOu8-00065p-CM for ding@lists.math.uh.edu; Thu, 12 Jul 2012 14:18:24 -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 1SpOu5-0005sq-RG for ding@lists.math.uh.edu; Thu, 12 Jul 2012 14:18:23 -0500 Original-Received: from smtp3-g21.free.fr ([212.27.42.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1SpOu3-00024q-D2 for ding@gnus.org; Thu, 12 Jul 2012 21:18:19 +0200 Original-Received: from lago (unknown [78.250.74.94]) by smtp3-g21.free.fr (Postfix) with ESMTP id D0CB8A61E3; Thu, 12 Jul 2012 21:18:13 +0200 (CEST) In-Reply-To: (Andreas Schwab's message of "Thu, 12 Jul 2012 18:01:23 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82029 Archived-At: Andreas Schwab writes: > Julien Cubizolles writes: > >> I'm trying to use the date-named groups for archiving my sent messages >> but to separate news and mail messages. I tried the following=C2=A0: >> >> ((if >> (message-news-p) >> (format-time-string "sent-news.%Y-%m") >> (format-time-string "sent-mail.%Y-%m"))) > > Are you sure you didn't use "sent-mail/%Y-%m"? Yes I am, I copy-pasted the relevant line from my .gnus.el Julien.