Gnus development mailing list
 help / color / mirror / Atom feed
* Archived sent messages
@ 1996-01-12 14:22 Lars Magne Ingebrigtsen
  1996-01-13 18:02 ` Per Abrahamsen
  0 siblings, 1 reply; 12+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-01-12 14:22 UTC (permalink / raw)


I had a look over the methods that Gnus use to save outgoing messages,
and I didn't much like what I saw.  `gnus-mail-self-blind',
`gnus-author-copy', "Fcc", and `gnus-outgoing-message-group'.  They
all seem so, like, unintegrated.  I want mail I've sent to appear as a
group automagically, wihtout me having to fiddle with all these
variables and then having to do a `G m' to create a group manually.

So I've added a few variables and a few functions.

`gnus-message-archive-method' is a virtual server that stores all
messages you've sent.  It is native in a way -- it'll always be
queried for new groups and new articles in the groups, so no fidding
with it is necessary.

`gnus-message-archive-group' is a variable that says what group on the
archive server to say in.  It can be a string, or a list of strings,
or an alist of regexps, functions, and forms.  (The usual.)  It is 

  '((if (eq major-mode 'news-reply-mode) "misc-news" "misc-mail))

by default, which means that articles are saved in "misc-news" and
mail is saved in "misc-mail", which seems reasonable to me.

All this is on by default, which means that new users will get
archiving by default.  The rest of us who use other archiving methods
either have to turn this off, or turn the older archiving methods
off.  Or get double archiving. 

-- 
   Lars Magne Ingebrigtsen * larsi@ifi.uio.no
      (a red leaf that falls from the purple tree)


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

end of thread, other threads:[~1996-01-17  2:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-01-12 14:22 Archived sent messages Lars Magne Ingebrigtsen
1996-01-13 18:02 ` Per Abrahamsen
1996-01-14 23:17   ` Steven L. Baur
1996-01-15  1:54     ` Per Abrahamsen
1996-01-15 23:17       ` Lars Magne Ingebrigtsen
1996-01-16  4:29         ` Per Abrahamsen
1996-01-17  2:51           ` Lars Magne Ingebrigtsen
1996-01-15  2:18     ` Brian Edmonds
1996-01-15  4:35       ` Steven L Baur
1996-01-15 23:17       ` Lars Magne Ingebrigtsen
1996-01-16  4:30         ` Per Abrahamsen
1996-01-15 23:17   ` Lars Magne Ingebrigtsen

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).