Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-boring-article-headers suggestion
@ 2001-01-16 19:50 NAGY Andras
  2001-01-17  8:45 ` importing mails from other gnus Dirk Gomez
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: NAGY Andras @ 2001-01-16 19:50 UTC (permalink / raw)


Following the pattern introduced by the `newsgroups' element, namely:

`newsgroups'
     Remove the `Newsgroups' header if it only contains the current
     group name.


I suggest having a `to' element available as well:

`to'
     Remove the `To' header if it only contains the value of the current
     group's `to-address' parameter.



Andras



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

* importing mails from other gnus
  2001-01-16 19:50 gnus-boring-article-headers suggestion NAGY Andras
@ 2001-01-17  8:45 ` Dirk Gomez
  2001-01-17  9:17   ` Kai Großjohann
  2001-01-18 21:31 ` gnus-boring-article-headers suggestion ShengHuo ZHU
  2001-02-19 17:21 ` another " NAGY Andras
  2 siblings, 1 reply; 10+ messages in thread
From: Dirk Gomez @ 2001-01-17  8:45 UTC (permalink / raw)


Hi,

I have about a megabyte of mails from another gnus that I want to import: no
syncing, just importing. How can I do this?

regards Dirk



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

* Re: importing mails from other gnus
  2001-01-17  8:45 ` importing mails from other gnus Dirk Gomez
@ 2001-01-17  9:17   ` Kai Großjohann
  0 siblings, 0 replies; 10+ messages in thread
From: Kai Großjohann @ 2001-01-17  9:17 UTC (permalink / raw)
  Cc: ding

On 17 Jan 2001, Dirk Gomez wrote:

> I have about a megabyte of mails from another gnus that I want to
> import: no syncing, just importing. How can I do this?

`G f' the old mail files, then `B c' to copy them over.  If each
folder is not a file but is a directory, use `G D' rather than `G f'.

kai
-- 
Be indiscrete.  Do it continuously.



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

* Re: gnus-boring-article-headers suggestion
  2001-01-16 19:50 gnus-boring-article-headers suggestion NAGY Andras
  2001-01-17  8:45 ` importing mails from other gnus Dirk Gomez
@ 2001-01-18 21:31 ` ShengHuo ZHU
  2001-01-18 21:50   ` NAGY Andras
  2001-01-19  1:12   ` Karl Kleinpaste
  2001-02-19 17:21 ` another " NAGY Andras
  2 siblings, 2 replies; 10+ messages in thread
From: ShengHuo ZHU @ 2001-01-18 21:31 UTC (permalink / raw)


NAGY Andras <nagya@inf.elte.hu> writes:

> Following the pattern introduced by the `newsgroups' element, namely:
> 
> `newsgroups'
>      Remove the `Newsgroups' header if it only contains the current
>      group name.
> 
> 
> I suggest having a `to' element available as well:
> 
> `to'
>      Remove the `To' header if it only contains the value of the current
>      group's `to-address' parameter.

Done, but I name it `to-address'.

ShengHuo



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

* Re: gnus-boring-article-headers suggestion
  2001-01-18 21:31 ` gnus-boring-article-headers suggestion ShengHuo ZHU
@ 2001-01-18 21:50   ` NAGY Andras
  2001-01-19  1:12   ` Karl Kleinpaste
  1 sibling, 0 replies; 10+ messages in thread
From: NAGY Andras @ 2001-01-18 21:50 UTC (permalink / raw)


ShengHuo ZHU <zsh@cs.rochester.edu> writes:

> Done, but I name it `to-address'.

Cool, seems to work nice.


thanks
Andras



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

* Re: gnus-boring-article-headers suggestion
  2001-01-18 21:31 ` gnus-boring-article-headers suggestion ShengHuo ZHU
  2001-01-18 21:50   ` NAGY Andras
@ 2001-01-19  1:12   ` Karl Kleinpaste
  2001-01-19  1:27     ` ShengHuo ZHU
  1 sibling, 1 reply; 10+ messages in thread
From: Karl Kleinpaste @ 2001-01-19  1:12 UTC (permalink / raw)


ShengHuo ZHU <zsh@cs.rochester.edu> writes:
> Done, but I name it `to-address'.

My nnml:list.ding group parameters are:

((to-address . "ding@gnus.org")
 (to-list . "ding@gnus.org")
 (total-expire . t)
 (expiry-wait . 45))

Yet I still see
        To: ding@gnus.org
in *Article* when gnus-boring-article-headers is set to
        '(empty followup-to reply-to to-address)

I'm confused.



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

* Re: gnus-boring-article-headers suggestion
  2001-01-19  1:12   ` Karl Kleinpaste
@ 2001-01-19  1:27     ` ShengHuo ZHU
  2001-01-19  2:14       ` Karl Kleinpaste
  0 siblings, 1 reply; 10+ messages in thread
From: ShengHuo ZHU @ 2001-01-19  1:27 UTC (permalink / raw)


Karl Kleinpaste <karl@charcoal.com> writes:

> ShengHuo ZHU <zsh@cs.rochester.edu> writes:
> > Done, but I name it `to-address'.
> 
> My nnml:list.ding group parameters are:
> 
> ((to-address . "ding@gnus.org")
>  (to-list . "ding@gnus.org")
>  (total-expire . t)
>  (expiry-wait . 45))
> 
> Yet I still see
>         To: ding@gnus.org
> in *Article* when gnus-boring-article-headers is set to
>         '(empty followup-to reply-to to-address)
> 
> I'm confused.

Have you turned on gnus-treat-hide-boring-headers? Or try `W W b'.

ShengHuo



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

* Re: gnus-boring-article-headers suggestion
  2001-01-19  1:27     ` ShengHuo ZHU
@ 2001-01-19  2:14       ` Karl Kleinpaste
  2001-01-19 14:27         ` David S. Goldberg
  0 siblings, 1 reply; 10+ messages in thread
From: Karl Kleinpaste @ 2001-01-19  2:14 UTC (permalink / raw)


ShengHuo ZHU <zsh@cs.rochester.edu> writes:
> Have you turned on gnus-treat-hide-boring-headers?

That did it, thanx.
(Though I suppose I should note that I needed to set it to 'head, not
to t, which surprises me somewhat.)



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

* Re: gnus-boring-article-headers suggestion
  2001-01-19  2:14       ` Karl Kleinpaste
@ 2001-01-19 14:27         ` David S. Goldberg
  0 siblings, 0 replies; 10+ messages in thread
From: David S. Goldberg @ 2001-01-19 14:27 UTC (permalink / raw)


> ShengHuo ZHU <zsh@cs.rochester.edu> writes:
>> Have you turned on gnus-treat-hide-boring-headers?

> That did it, thanx.
> (Though I suppose I should note that I needed to set it to 'head, not
> to t, which surprises me somewhat.)

This confusion has been an issue since the *treat* variables were
developed.  Some are relevant only to the headers and so 'head is
needed instead of t, which means apply to all parts in the body (you
can look it up :-) IMHO, a new value for the *treat* variables, 'body,
should be used to imply all body parts and t should imply treatment of
all parts of the article that are relevant to this particular
function.

-- 
Dave Goldberg
dsg@world.std.com



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

* another gnus-boring-article-headers suggestion
  2001-01-16 19:50 gnus-boring-article-headers suggestion NAGY Andras
  2001-01-17  8:45 ` importing mails from other gnus Dirk Gomez
  2001-01-18 21:31 ` gnus-boring-article-headers suggestion ShengHuo ZHU
@ 2001-02-19 17:21 ` NAGY Andras
  2 siblings, 0 replies; 10+ messages in thread
From: NAGY Andras @ 2001-02-19 17:21 UTC (permalink / raw)


We have `reply-to' as a possible value in
gnus-boring-article-headers.  What about a `broken-reply-to' option,
which would hide the Reply-To header if

(version A) the group has a broken-reply-to paramter set.

(version B) the address in the Reply-To field is identical to the
groups' to-address (to-list?) parameter.

(version C) conditions in A and B are met.




Andras



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

end of thread, other threads:[~2001-02-19 17:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-16 19:50 gnus-boring-article-headers suggestion NAGY Andras
2001-01-17  8:45 ` importing mails from other gnus Dirk Gomez
2001-01-17  9:17   ` Kai Großjohann
2001-01-18 21:31 ` gnus-boring-article-headers suggestion ShengHuo ZHU
2001-01-18 21:50   ` NAGY Andras
2001-01-19  1:12   ` Karl Kleinpaste
2001-01-19  1:27     ` ShengHuo ZHU
2001-01-19  2:14       ` Karl Kleinpaste
2001-01-19 14:27         ` David S. Goldberg
2001-02-19 17:21 ` another " NAGY Andras

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