I was hoping it would be in the config editor and just toggle it. But
can't find anything there.
Hi Sam,
I added this to prefs.js which then shows up in the header selector
dropdown (Newsgroup:, To:, etc)
user_pref("mail.compose.other.header", "X-No-Archive");
Terry R.
--
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
Great thanks. I don't need to add YES to it?
> On 6/11/2010 4:56 PM, Sam wrote:
>> I added Yes in the to field. We'll see what happens...
>
> Great. That worked. Now if I could learn other header tweaks like
> this, that would be nice !!!
Why do you not want to archive your posts? You do realize that when
someone quotes you, you're still in the archive...
--
-bts
-Four wheels carry the body; two wheels move the soul
--- Original Message ---
> On 6/11/2010 4:56 PM, Sam wrote:
>> On 6/11/2010 4:36 PM, Sam wrote:
>> I added Yes in the to field. We'll see what happens...
>>
>
>
> Great. That worked. Now if I could learn other header tweaks like this,
> that would be nice !!!
Sure you can, just add a second pref with a different wording, etc.
--
Jay Garcia - Netscape / Flock Champion
Netscape - Firefox - Flock - Thunderbird Support
UFAQ - http://www.UFAQ.org
You can add header lines to every message sent out via a certain identity.
This requires at least 2 user.js lines.
user_pref("mail.identity.id#.headers", "whatever");
user_pref("mail.identity.id#.header.whatever", "X-No-Archive: yes");
Put your identity number in place of the "#". You can look in the Config
Editor [1] to find out the number of the identity you want to add the
line to.
"whatever" is simply a description. You can put whatever word you want
there, as long is it is the same word you use in the line that actually
contains the header you want to add.
For example:
user_pref("mail.identity.id3.headers", "archive,secret");
user_pref("mail.identity.id3.header.archive", "X-No-Archive: yes");
user_pref("mail.identity.id3.header.secret", "X-Secret-Word: Mozilla");
[1]<http://www.mozilla.org/support/thunderbird/edit>
--
Chris Ilias <http://ilias.ca>
List-owner: support-firefox, support-thunderbird, test-multimedia
> On 6/11/2010 4:56 PM, Sam wrote:
>> On 6/11/2010 4:36 PM, Sam wrote:
>>> On 6/11/2010 3:23 PM, Terry R. wrote:
[ ... ]
>>>> I added this to prefs.js which then shows up in the header
>>>> selector dropdown (Newsgroup:, To:, etc)
>>>>
>>>> user_pref("mail.compose.other.header", "X-No-Archive");
>
>>> Great thanks. I don't need to add YES to it?
>
>> I added Yes in the to field. We'll see what happens...
>
> Great. That worked. Now if I could learn other header tweaks like
> this, that would be nice !!!
This might give you some ideas:
<http://kb.mozillazine.org/Custom_headers>
Ken Whiton
--
FIDO: 1:132/152
InterNet: kenw...@surfglobal.net.INVAL (remove the obvious to reply)
> I am just trying to learn more about headers and what I can and can't do.
> It's more experimental than anything else.
That's a good exercise, but perhaps it should also be noted
that "X-No-Archive: Yes" tends to be honored, by convention,
and in particular by Google (after its initial waiting time),
even if appearing as the first line of a message _body_
http://en.wikipedia.org/wiki/X-No-Archive
Even when honored, it can't stop anyone else
from quoting the original post into permanently archived replies.
Replying without quoting will leave the world guessing
what was replied to, while replying with quoting,
as is usually done, defeats most of the original idea.
--