Gnus development mailing list
 help / color / mirror / Atom feed
* Threading problems
@ 2003-02-08 23:04 Jorge Godoy
  2003-02-08 23:54 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Jorge Godoy @ 2003-02-08 23:04 UTC (permalink / raw)



Anyone here is having any threading problems when other people see
your news messages?

Some friends of mine are telling me that some messages of mine are not
being put correctly on the thread. We've tracked that sometimes the
References header is missing. Isn't it obligatory by RFC 2980? I've
seen some changes that had 'references' on ChangeLog and were done on
December 29th... 


See you,
-- 
Godoy.    <godoy@metalab.unc.edu>



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

* Re: Threading problems
  2003-02-08 23:04 Threading problems Jorge Godoy
@ 2003-02-08 23:54 ` Lars Magne Ingebrigtsen
  2003-02-08 23:57   ` Jorge Godoy
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-02-08 23:54 UTC (permalink / raw)


Jorge Godoy <godoy@metalab.unc.edu> writes:

> Some friends of mine are telling me that some messages of mine are not
> being put correctly on the thread. We've tracked that sometimes the
> References header is missing.

You haven't been fiddling with `message-required-headers', have you?  

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: Threading problems
  2003-02-08 23:54 ` Lars Magne Ingebrigtsen
@ 2003-02-08 23:57   ` Jorge Godoy
  2003-02-09  0:01     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Jorge Godoy @ 2003-02-08 23:57 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Jorge Godoy <godoy@metalab.unc.edu> writes:
>
>> Some friends of mine are telling me that some messages of mine are not
>> being put correctly on the thread. We've tracked that sometimes the
>> References header is missing.
>
> You haven't been fiddling with `message-required-headers', have you?  

No. I only changed the visible headers:

(setq gnus-visible-headers "^X-Spam-Status:\\|^Date:\\|^From:\\|^To:\\|^Subject:\\|^Newsgroups:\\|^Reply-To:\\|^Cc:\\|^Organization:\\|^Followup-To:\\|^User-Agent:\\|^X-Newsreader:\\|^X-Bogosity:\\|^References:")


-- 
Godoy.    <godoy@metalab.unc.edu>



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

* Re: Threading problems
  2003-02-08 23:57   ` Jorge Godoy
@ 2003-02-09  0:01     ` Lars Magne Ingebrigtsen
  2003-02-09 11:38       ` Jorge Godoy
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-02-09  0:01 UTC (permalink / raw)


Jorge Godoy <godoy@metalab.unc.edu> writes:

>> You haven't been fiddling with `message-required-headers', have you?  
>
> No. I only changed the visible headers:

And you generated correct References here.

Under what circumstances don't you generate References?

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: Threading problems
  2003-02-09  0:01     ` Lars Magne Ingebrigtsen
@ 2003-02-09 11:38       ` Jorge Godoy
  2003-02-11  1:34         ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 9+ messages in thread
From: Jorge Godoy @ 2003-02-09 11:38 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Jorge Godoy <godoy@metalab.unc.edu> writes:
>
>>> You haven't been fiddling with `message-required-headers', have you?  
>>
>> No. I only changed the visible headers:
>
> And you generated correct References here.
>
> Under what circumstances don't you generate References?

I don't know. I think that when I save a message in drafts and then
resume it is one. 

I'm trying to find out if it happens when the previous message had no
references... It might be a problem with DNews too. That's the nntp
server used on the place where people are telling me they're having
problems. 

-- 
Godoy.    <godoy@metalab.unc.edu>



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

* Re: Threading problems
  2003-02-09 11:38       ` Jorge Godoy
@ 2003-02-11  1:34         ` Lars Magne Ingebrigtsen
  2003-02-11 12:48           ` Jorge Godoy
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-02-11  1:34 UTC (permalink / raw)


Jorge Godoy <godoy@metalab.unc.edu> writes:

> I don't know. I think that when I save a message in drafts and then
> resume it is one. 

The References header is supposed to be generated when the message is
saved to the draft buffer.  Doesn't this happen to you?

(When I pressed `C-x C-s', Emacs generated three new headers --
References, From and X-Draft-From.  I hadn't actually seen that in
action before.  Neat.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: Threading problems
  2003-02-11  1:34         ` Lars Magne Ingebrigtsen
@ 2003-02-11 12:48           ` Jorge Godoy
  2003-02-11 18:27             ` Reiner Steib
  0 siblings, 1 reply; 9+ messages in thread
From: Jorge Godoy @ 2003-02-11 12:48 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@quimbies.gnus.org> writes:

> Jorge Godoy <godoy@metalab.unc.edu> writes:
>
>> I don't know. I think that when I save a message in drafts and then
>> resume it is one. 
>
> The References header is supposed to be generated when the message is
> saved to the draft buffer.  Doesn't this happen to you?
>
> (When I pressed `C-x C-s', Emacs generated three new headers --
> References, From and X-Draft-From.  I hadn't actually seen that in
> action before.  Neat.  :-)

It does... The 'autosave' (that puts the message on drafts while I'm
writing it or when there's a crash) doesn't. 

Hmmmm... 


OK... Lars, thanks. I won't take more of your time. I'll recompile
Emacs and Gnus here... I think it's something with regards to the
crash I was talking about. I've checked and when Gnus crash these
headers aren't generated in the autosaved message. 



Sorry,
-- 
Godoy.    <godoy@metalab.unc.edu>



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

* Re: Threading problems
  2003-02-11 12:48           ` Jorge Godoy
@ 2003-02-11 18:27             ` Reiner Steib
  2003-02-12  0:48               ` Jorge Godoy
  0 siblings, 1 reply; 9+ messages in thread
From: Reiner Steib @ 2003-02-11 18:27 UTC (permalink / raw)


On Tue, Feb 11 2003, Jorge Godoy wrote:

> Lars Magne Ingebrigtsen <larsi@quimbies.gnus.org> writes:
[...]
>> The References header is supposed to be generated when the message is
>> saved to the draft buffer.  Doesn't this happen to you?
>>
>> (When I pressed `C-x C-s', Emacs generated three new headers --
>> References, From and X-Draft-From.  I hadn't actually seen that in
>> action before.  Neat.  :-)
>
> It does... The 'autosave' (that puts the message on drafts while I'm
> writing it or when there's a crash) doesn't. 

I've seen the same here yesterday: No References in an outgoing
posting after resuming a message from an autosave file.

Jorge, you may set message-generate-headers-first to '(References):

,----[ C-h v message-generate-headers-first RET ]
| message-generate-headers-first's value is (References)
| 
| Documentation:
| [...]
| This can also be a list of headers that should be generated before
| composing.
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/



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

* Re: Threading problems
  2003-02-11 18:27             ` Reiner Steib
@ 2003-02-12  0:48               ` Jorge Godoy
  0 siblings, 0 replies; 9+ messages in thread
From: Jorge Godoy @ 2003-02-12  0:48 UTC (permalink / raw)


Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:

> Jorge, you may set message-generate-headers-first to '(References):

Thanks, Reiner!


I've install XEmacs here --- I wanted to give it a try --- and the
problem with the crash is gone, but I'll add that to
message-generate-headers-first, just in case.


So, both problems are solved and none of them were in Gnus --- well,
this last one has a Gnus solution... ;-)

-- 
Godoy.    <godoy@metalab.unc.edu>



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

end of thread, other threads:[~2003-02-12  0:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-08 23:04 Threading problems Jorge Godoy
2003-02-08 23:54 ` Lars Magne Ingebrigtsen
2003-02-08 23:57   ` Jorge Godoy
2003-02-09  0:01     ` Lars Magne Ingebrigtsen
2003-02-09 11:38       ` Jorge Godoy
2003-02-11  1:34         ` Lars Magne Ingebrigtsen
2003-02-11 12:48           ` Jorge Godoy
2003-02-11 18:27             ` Reiner Steib
2003-02-12  0:48               ` Jorge Godoy

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