From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31697 Path: main.gmane.org!not-for-mail From: Ingo Fischenich Newsgroups: gmane.emacs.gnus.general Subject: dynamically created sent-mail folder Date: 08 Jul 2000 10:47:29 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87vgyh57q6.fsf@feik.erpel.home> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168078 15553 80.91.224.250 (21 Oct 2002 02:41:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:41:18 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 0368ED051E for ; Sat, 8 Jul 2000 04:48:19 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id DAC20786; Sat, 8 Jul 2000 03:48:03 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 08 Jul 2000 03:47:14 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id DAA08683 for ; Sat, 8 Jul 2000 03:47:04 -0500 (CDT) Original-Received: from feik.erpel.home (A658e.pppool.de [213.6.101.142]) by mailhost.sclp.com (Postfix) with ESMTP id 5782BD051E for ; Sat, 8 Jul 2000 04:47:35 -0400 (EDT) Original-Received: (from ingo@localhost) by feik.erpel.home (8.9.3/8.9.3/Debian 8.9.3-21) id KAA00920; Sat, 8 Jul 2000 10:47:32 +0200 X-Authentication-Warning: feik.erpel.home: ingo set sender to fischenich@guug.de using -f Mail-Copies-To: never Original-To: ding@gnus.org X-URL: http://www.mi.uni-koeln.de/~ingo/ X-Face: CVp/)H8t+Z^kiP55V=Knre`"g-xL3O-oG/wWT2*@De[w00*b1gLQ*"VPGq]\Yx#>8Wuw00& 799=Go+/Jz<&CwpG{ibSLFs\MNz.w#\,'+54g{N4_{ck#xt=?e)X X-GPG-Fingerprint: AC 58 20 BD F3 A1 1F F8 81 2C 4A 6A B8 F6 CA 88 1B 5E 79 A7 Original-Lines: 24 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Capitol Reef) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31697 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31697 Hi, I hope it's no FAQ ?! ;-) Using (setq gnus-message-archive-group '( (if (message-news-p) "sent-news" (concat "mail." (format-time-string "%Y-%m" )))) ) I create sent-mail folder depending on year and month. Is it possible to tell gnus to add these folder at a special position in the group listing automatically ? Now, these folder appear at the beginning of the *Group* Buffer. I would like to store these sent-mail folder under a special topic ... Is it possible ? ingo