Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: Re: Gnus 5.10?
Date: Wed, 15 Jan 2003 09:09:41 +0100	[thread overview]
Message-ID: <ilu3cnu7s1m.fsf@latte.josefsson.org> (raw)
In-Reply-To: <v9k7h7mrun.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Tue, 14 Jan 2003 20:52:32 +0100")

Reiner Steib <4uce.02.r.steib@gmx.net> writes:

>>> - Integration of message-utils.el (Change subject, stripping "(was:
>>>   ...)", announced cross-post, ...)
>>
>> ** Features from third party message-utils.el added to message.el.
>>
>> Message now asks if you wish to remove "(was: <old subject>)" from
>> subject lines (see `message-subject-trailing-was-query').  C-c M-m and
>> C-c M-f inserts markers indicating included text.  C-c C-f a adds a
>> X-No-Archive: header.  Improved crosspost follow behaviour with
>> `message-cross-post-*'.
>
> I'd mention `C-c C-f x', maybe...
>
> --8<---------------cut here---------------start------------->8---
> --- GNUS-NEWS.~6.38.~	Mon Jan 13 22:56:32 2003
> +++ GNUS-NEWS	Tue Jan 14 20:45:00 2003
> @@ -28,8 +28,9 @@
>  Message now asks if you wish to remove "(was: <old subject>)" from
>  subject lines (see `message-subject-trailing-was-query').  C-c M-m and
>  C-c M-f inserts markers indicating included text.  C-c C-f a adds a
> -X-No-Archive: header.  Improved crosspost follow behaviour with
> -`message-cross-post-*'.
> +X-No-Archive: header.  C-c C-f x inserts appropriate headers and a
> +note in the body for cross-postings and followups (see the variables
> +`message-cross-post-*').
>  
>  ** References and X-Draft-Headers are no longer generated when you
>     start composing messages.
> --8<---------------cut here---------------end--------------->8---

Added, thanks.

>>> Suggestion:
>>> - Message buffer:
>>>   File|Buffers|Edit|Field|Message|Attachment|Security|[Emacs]|Help
>>> - Summary buffer:
>>>   File|Buffers|Gnus|Group|Post|Thread|Article|Score|[Emacs]|Help
> [...]
>>> Opinions?
>>
>> Hmm, yes.  I don't think we should add more menus though, even today I
>> have to resize my emacs window to see all menus.  Perhaps if the W3
>> approach is used.
>
> ACK, I would not suggest to add additional menus unless we take the w3
> approach.

But I agree that a redesign of the menus would probably be a good
idea.  As I rarely use the menus, I don't know how to improve them
though.

> Oops, I meant `gnus-parameters' (not `gnus-group-parameters'), which
> is new in Oort:
>
> 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
> [...]   * gnus.el (gnus-parameters): New variable.
>
> I think it should be mentioned in GNUS-NEWS because it allows to move
> (some) configuration stuff from ~/.newsrc.eld to ~/.gnus.el, which is
> more human readable.

Yup.

** The new variable `gnus-parameters' can be used to set group parameters.

Earlier this was done only via `G p' (or `G c'), which stored the
parameters in ~/.newsrc.eld, but via this variable you can enjoy the
powers of customize, and simplified backups since you set the variable
in ~/.emacs instead of ~/.newsrc.eld.  The variable maps regular
expressions matching group names to group parameters, a'la:

     (setq gnus-parameters
           '(("mail\\..*"
              (gnus-show-threads nil)
              (gnus-use-scoring nil))
             ("^nnimap:\\(foo.bar\\)$"
              (to-group . "\\1"))))




  parent reply	other threads:[~2003-01-15  8:09 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-03 17:50 Kai Großjohann
2003-01-03 18:13 ` Henrik Enberg
2003-01-03 20:21 ` Lars Magne Ingebrigtsen
2003-01-03 20:28   ` Karl Kleinpaste
2003-01-03 20:46     ` David S Goldberg
2003-01-03 20:55       ` Lars Magne Ingebrigtsen
2003-01-03 21:08         ` David S Goldberg
2003-01-03 21:26           ` Lars Magne Ingebrigtsen
2003-01-03 23:57             ` Pavel Janík
2003-01-04  0:10               ` Lars Magne Ingebrigtsen
2003-01-04  2:27             ` Jesper Harder
2003-01-04  4:47             ` Steve Youngs
2003-01-04  5:47               ` Lars Magne Ingebrigtsen
2003-01-04 17:37             ` X-Faces in elisp WAS: " Ami Fischman
2003-01-04 23:47               ` Lars Magne Ingebrigtsen
2003-01-05  0:58                 ` Simon Josefsson
2003-01-05  1:05                   ` Lars Magne Ingebrigtsen
2003-01-05 17:39                     ` Ami Fischman
2003-01-03 20:48     ` A.J. Rossini
2003-01-03 20:57   ` Kai Großjohann
2003-01-03 21:09     ` Lars Magne Ingebrigtsen
2003-01-04 14:49       ` Kai Großjohann
2003-01-04 23:41         ` Lars Magne Ingebrigtsen
2003-01-04 16:02       ` Frank Schmitt
2003-01-04 20:43         ` Bill White
2003-01-05 11:44       ` Malcolm Purvis
2003-01-05 11:47         ` Lars Magne Ingebrigtsen
2003-01-04 16:01 ` Frank Schmitt
2003-01-04 16:35   ` Simon Josefsson
2003-01-04 18:07     ` Frank Schmitt
2003-01-05 13:42       ` Reiner Steib
2003-01-13 16:33         ` Simon Josefsson
2003-01-13 16:32       ` Simon Josefsson
2003-01-05 13:40     ` Reiner Steib
2003-01-13 17:09       ` Simon Josefsson
2003-01-13 18:40         ` Lars Magne Ingebrigtsen
2003-01-14 19:52         ` Reiner Steib
2003-01-14 21:02           ` Reiner Steib
2003-01-15  8:09           ` Simon Josefsson [this message]
2003-01-15 20:16             ` Lars Magne Ingebrigtsen
2003-01-16  5:01       ` Menu reorganization (was: Gnus 5.10?) Jesper Harder
2003-01-21  5:51         ` Menu reorganization Lars Magne Ingebrigtsen
2003-01-05 14:02     ` Gnus 5.10? Andreas Fuchs
2003-01-13 16:41       ` Simon Josefsson
2003-01-04 19:02   ` Michael Shields
2003-01-04 21:46   ` Ted Zlatanov
2003-01-04 23:04     ` Simon Josefsson
2003-01-04 23:43       ` Lars Magne Ingebrigtsen
2003-01-05 22:33       ` Ted Zlatanov

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=ilu3cnu7s1m.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    /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).