Gnus development mailing list
 help / color / mirror / Atom feed
From: Jens Lautenbacher <jens@lemcbed.lem.uni-karlsruhe.de>
Subject: Re: Probs with mailreading.
Date: 11 Jun 1996 12:02:26 +0200	[thread overview]
Message-ID: <x24toi7j65.fsf@lemcbed.lem.uni-karlsruhe.de> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of 09 Jun 1996 06:14:47 +0200


Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

> 
> Just write a nice `gnus-message-archive-group'.  Perhaps something
> like:
> 
> (setq gnus-message-archive-group
>   '((cond ((message-news-p) "misc-news")
>           (t (gnus-group-real-name gnus-newsgroup-name)))))
> 
> Embellish to suit your needs.

This would not work if pressing m outside of a group. Maybe better lie
this:

 (setq gnus-message-archive-group
	     '((cond ((message-news-p) "misc-news")
		     (gnus-newsgroup-name
		      (gnus-group-real-name gnus-newsgroup-name))
		     (t "misc-mail"))))

But this (and your suggestion) have the drawback that they don't work
except for "nnfolder+archive" Groups. I have the archive server as it
is the default: "Real" news  go into nnfolder+archive:misc-news, Mail
goes to nnfolder+archive:mic-mail.

But I also have groups like nnfolder+private:JTL. Mails send in this
groups should be Gcc'ed there. So your suggestion gives me a header
like: nnfolder+archive:JTL
               ^^^^^^^

How to change this? I would like to try to expand the group parameters
that they would recognice something like gcc-self. if this parameter
is not present or nil, the normal way of archive saving should
happen. But if it is 'self, the Gcc header should point to the group,
and if it is 'none, the Gcc header should not pop up (Nice on
Mailinglists) 

If one could easy define locally other servers than "archive" this
would be easy. The function above would simply check for the parameter
gcc-self and react accordingly. But how to change archive to private
inside this function?

Cheers,
	Jens


  reply	other threads:[~1996-06-11 10:02 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-06-08 22:00 Jens Lautenbacher
1996-06-08 22:35 ` Jens Lautenbacher
1996-06-09  4:14 ` Lars Magne Ingebrigtsen
1996-06-11 10:02   ` Jens Lautenbacher [this message]
1996-06-11 18:26     ` Lars Magne Ingebrigtsen
1996-06-12  8:13       ` Jens Lautenbacher
1996-06-12 18:13         ` Lars Magne Ingebrigtsen
1996-06-13  7:43           ` Jens Lautenbacher
1996-06-13 20:15             ` Lars Magne Ingebrigtsen
1996-06-14  0:41               ` Firebeard
1996-06-14  1:37                 ` Lars Magne Ingebrigtsen
1996-06-09 21:37 ` Kai Grossjohann

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=x24toi7j65.fsf@lemcbed.lem.uni-karlsruhe.de \
    --to=jens@lemcbed.lem.uni-karlsruhe.de \
    /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).