Re: Adding a header with information taken from the message

2000-06-15 Thread Roberto Suarez Soto
On Jun/15/2000, Mikko Hänninen wrote: You can't really do that with Mutt, since you can't store information in arbitrary variables and then refer to them -- unfortunately, in this case. That's what I thought :-m Time for several hours of creative hacking, then :-) Anyway,

Re: Adding a header with information taken from the message

2000-06-15 Thread Roberto Suarez Soto
I did it ':-) It was easy, but I don't know if what I've done can break something. I just took the "in_reply_to" variable and added the "X-Comment-To:" part at its end. Like this: set in_reply_to=\ "%i; from %a on %{!%a, %b %d, %Y at %I:%M:%S%p

Re: Adding a header with information taken from the message

2000-06-15 Thread David T-G
Roberto -- ...and then Roberto Suarez Soto said... % % I did it ':-) Woo hoo! % % It was easy, but I don't know if what I've done can break something. I % just took the "in_reply_to" variable and added the "X-Comment-To:" part at its % end. Like this: % % set

Re: Adding a header with information taken from the message

2000-06-15 Thread Mikko Hänninen
David T-G [EMAIL PROTECTED] wrote on Thu, 15 Jun 2000: % set in_reply_to=\ % "%i; from %a on %{!%a, %b %d, %Y at %I:%M:%S%p %Z}\nX-Comment-To: %n" Hmmm... Doesn't that mean that the X-Comment-To: will appear in the body instead of in the header? Try a reply to this note with that

Re: Adding a header with information taken from the message

2000-06-15 Thread Byrial Jensen
On Thu, Jun 15, 2000 at 14:06:49 +0200, Roberto Suarez Soto wrote: set in_reply_to=\ "%i; from %a on %{!%a, %b %d, %Y at %I:%M:%S%p %Z}\nX-Comment-To: %n" Can this harm anything? I mean, some rfc stuff or the like :-? No, I don't think so. [NB: Mail-Followup-To header

Re: Adding a header with information taken from the message

2000-06-14 Thread Lars Hecking
Roberto Suarez Soto writes: The subject is not very clear about the question, so let me clarify it :-) I want to add a X-Comment-To header in every message that I reply. This header has to be in the form: X-Comment-To: Name Where name is the real name of the

Re: Adding a header with information taken from the message

2000-06-14 Thread Mikko Hänninen
Roberto Suarez Soto [EMAIL PROTECTED] wrote on Wed, 14 Jun 2000: I want to add a X-Comment-To header in every message that I reply. This header has to be in the form: X-Comment-To: Name Where name is the real name of the person I'm replying to (i.e: John Doe). You