*-* On Thu, 17 May 2007 01:08:16 -0600,
*-* In Article WMOdnVLdFLG0ndHb...@mozilla.org,
*-* Larry Gusaas wrote
*-* About Re: printing without headers
I want to do something similar, but _my_ format comes out like this:-
*-* On Thu, 17 May 2007 01:08:16 -0600,*-* In Article
WMOdnVLdFLG0ndHb...@mozilla.org,*-* Larry Gusaas wrote*-*
About Re: printing without headers
My question is, how do I get the hard return to happen?
Any help would be appreciated.
TIA
TBL
> Somebody wrote in one of these news messages the following:-
> *-* On Thu, 17 May 2007 01:08:16 -0600,
> *-* In Article WMOdnVLdFLG0ndHb...@mozilla.org,
> *-* Larry Gusaas wrote
> *-* About Re: printing without headers
Hey, that's my quote header!! :-)
> I want to do something similar, but _my_ format comes out like this:-
> *-* On Thu, 17 May 2007 01:08:16 -0600,*-* In Article
> WMOdnVLdFLG0ndHb...@mozilla.org,*-* Larry Gusaas wrote*-*
> About Re: printing without headers
> My question is, how do I get the hard return to happen?
If it's possible to have TBird do it, I haven't figured out how
yet. For the time being (at least), I'm doing it manually.
> Any help would be appreciated.
> TIA
> TBL
If someone else can tell us how to do it, we'll both learn
something. :-)
Ken Whiton
FIDO: 1:132/152
InterNet: kenw...@surfglobal.net.INVAL (remove the obvious to reply)
Seems you have changed the 'he said' (attribution) line from the
default. So go back in and put the proper spacing or returns in the line
The program is doing EXACTLY what you told it to do.
The default attribution line is
"userid wrote"
since you changed it to read
"date" in "message id" "userid wrote" "message subject"
the control of he spacing, and where the hard returns are are in your setup.
It may have been an extension that did this. so check your extensions
Many thanks, but how do I put 'hard returns' into the setup? That's
exactly what I need to do. I've put the \n formatting command in the
config editor setup, but this apparently is being ignored.
Regards,
TBL
See
http://www.holgermetzger.de/efaqmailnews.html#6
the default seperator is the comma (but you can make it anything you
want). If you left the seperator as is, then simply add the comma's to
your attribution lines in the correct places
Unfortunately, you cannot use the Config Editor to insert hard returns.
You have to use the user.js method.
<http://www.mozilla.org/support/thunderbird/edit#user>
--
Chris Ilias <http://ilias.ca>
List-owner: support-firefox, support-thunderbird
mozilla.test.multimedia moderator
(Please do not email me tech support questions)
> -----Original Message----- From: Moz Champion (Dan) ------ Sent:
> 5/18/2007 09:41:
>> Ken Whiton wrote:
>>> *-* TbirdLearner wrote
[ ... ]
>>>> My question is, how do I get the hard return to happen?
>>> If it's possible to have TBird do it, I haven't figured out
>>> how yet. For the time being (at least), I'm doing it manually.
>>>> Any help would be appreciated.
>>>> TIA
>>>> TBL
>>> If someone else can tell us how to do it, we'll both learn
>>> something. :-)
[ ... ]
> Many thanks, but how do I put 'hard returns' into the setup? That's
> exactly what I need to do. I've put the \n formatting command in the
> config editor setup, but this apparently is being ignored.
As Chris said, the "\n" has to be used in the user.js file, not
in the config editor.
> Regards,
> TBL
I didn't even know about the "\n", but thanks to the link Dan
provided (http://www.holgermetzger.de/efaqmailnews.html#6), (Thanks,
Dan) TBird now generates the hard returns in my quote headers. Here's
the relevant portion of my user.js:
user_pref("mailnews.reply_header_type", 2);
user_pref("mailnews.reply_header_ondate", "*-* On %s,\n");
user_pref("mailnews.reply_header_separator", "*-* In Article ,\n");
user_pref("mailnews.reply_header_authorwrote", "*-* %s wrote\n");
user_pref("mailnews.reply_header_colon", "*-* About \n");
I still have to copy and paste in the Message-ID and Subject
information, but that's a lot less manual manipulation than I was
doing before.
HTH.
Thanks to all. That really helped. Now I have to figure out a way to
place that reply just above what I'm typing :-)
Regards.
TBL