Gnus development mailing list
 help / color / mirror / Atom feed
From: Jack Vinson <jvinson@cheux.ecs.umass.edu>
Cc: ding@ifi.uio.no
Subject: Re: gnus no longer saving mail/posts in archive folder
Date: 30 Jun 1996 10:23:50 -0400	[thread overview]
Message-ID: <wo7mspz7yh.fsf@cheux.ecs.umass.edu> (raw)
In-Reply-To: Graham Murray's message of 30 Jun 1996 06:47:37 +0000

>>>>> "GM" == Graham Murray <graham@barnowl.demon.co.uk> writes:

GM> In the upgrade of gnus from 5.2.26 to 5.2.27 the behaviour of gnus in
GM> automatically adding a Gcc: header to write a copy to an archive file
GM> changed.

Yes, gnus-message-archive-group now defaults to nil.  I think the
documentation string should point to either info or (more appropriately)
indicate the string/function which will give basic functionality for
archiving.

(setq gnus-message-archive-group "nnfolder+archive:misc-mail") 

will put ALL archives in misc-mail.  Something like

(defun jmv-archive-group (group)
  (if (message-news-p) "misc-news" "misc-mail"))
(setq gnus-message-archive-group 'jmv-archive-group) 

Will return to the pre-5.27 default settings.  There is probably a Gnus
function which does this.  The doc string should point to it.


-- 
(setq sender '((name . "Jack Vinson") (email . "jvinson@cheux.ecs.umass.edu")
               (employer . "University of Massachusetts, Jim Douglas")
               (phone . "413.545.6144")
               (url . <http://www.cis.upenn.edu/~vinson/>))


  reply	other threads:[~1996-06-30 14:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-06-30  6:47 Graham Murray
1996-06-30 14:23 ` Jack Vinson [this message]
1996-06-30 18:47   ` Lars Magne Ingebrigtsen
1996-07-01 10:59   ` Hallvard B Furuseth
1996-07-02  6:36     ` Lars Magne Ingebrigtsen
1996-07-04 16:26       ` Hallvard B Furuseth
1996-07-05  1:19         ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wo7mspz7yh.fsf@cheux.ecs.umass.edu \
    --to=jvinson@cheux.ecs.umass.edu \
    --cc=ding@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).