Gnus development mailing list
 help / color / mirror / Atom feed
* dynamically created sent-mail folder
@ 2000-07-08  8:47 Ingo Fischenich
  2000-07-08 13:01 ` Kai Großjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Fischenich @ 2000-07-08  8:47 UTC (permalink / raw)


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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: dynamically created sent-mail folder
  2000-07-08  8:47 dynamically created sent-mail folder Ingo Fischenich
@ 2000-07-08 13:01 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2000-07-08 13:01 UTC (permalink / raw)


Ingo Fischenich <fischenich@guug.de> writes:

> 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 ?

The Gnus info file has a node `Subscription Methods' which explains
how to put newsgroups into a specific topic automatically.

(setq gnus-subscribe-newsgroup-method 'gnus-subscribe-topics)

The above line goes in ~/.gnus or ~/.emacs, and see the info file for
additional settings you need.

kai
-- 
I like BOTH kinds of music.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-07-08 13:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-08  8:47 dynamically created sent-mail folder Ingo Fischenich
2000-07-08 13:01 ` Kai Großjohann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).