On 11.06.2013 22:14, Νικόλαος Κούρας wrote:
Τη Τρίτη, 11 Ιουνίου 2013 2:21:50 μ.μ. UTC+3, ο χρήστης Andreas Perstinger 
έγραψε:
> sending the mail to [email protected] will just open anew
> subject intead of replyign to an opened thread.

You would need to find out the Message-Id of the post you want to reply
to and then add manually the In-Reply-To and References headers to your
e-mail using that Id.

You mean by viewing for example your post as 'view original source', finding
In-Reply-To: <[email protected]>

No, the In-Reply-To header in *my* post is the post *I* have replied to, i.e. that's the Message-ID of *your* earlier post.


and then compose a new mail as:

to: Andreas Perstinger <[email protected]>
cc: In-Reply-To: <[email protected]>

is this the way Andrea?

No, the headers would be:
To: [email protected]
In-Reply-To: <[email protected]>
References: <[email protected]> <[email protected]> <[email protected]> <[email protected]>

Basically, you should follow RFC 2822 and RFC 1036 if you don't mess up with message threading.

You also need to know that you can't add these headers manually in Thunderbird out of the box. You would need to edit the configuration.

Bye, Andreas
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to