[pmmail-list] Naive question

Frank Winkler pmmail-list@blueprintsoftwareworks.com
Wed, 26 Nov 2003 16:55:09 -0800


On 11/26/2003 04:38 PM Tim Roberts wrote the following:

  >I believe the web page said it doesn't create one by default.  You have to
  >create it if you want to tweak things.

Obviously. But the sample you posted seems to be incorrect (of course, not 
your fault). After some tries I think it should rather be something like:

// Change the reply header
// 0 - No Reply-Text
// 1 - "[Author] wrote:" (default)
// 2 - "on [date] [author] wrote the following:"
// 3 - User-defined reply header. Use the prefs below in conjunction
//     with this:
user_pref("mailnews.reply_header_type", 2);

// If you set 3 for the pref above then you may set the following prefs.
user_pref("mailnews.reply_header_authorwrote", "%s wrote the following");
user_pref("mailnews.reply_header_separator", " ");
user_pref("mailnews.reply_header_ondate", "on %s");
user_pref("mailnews.reply_header_colon", ":");
// The end result will be [authorwrote][separator][ondate][colon]

Note the lower-case "o" for option #2 :(. And the date format should be 
configurable (PMMail's looks much better). And #3 is still too static. But 
a good start, anyway.

  >I didn't see the quote character in the list of tweaks.

Shit ;) ...

Regards

-- 
---------------------------------------------------------------------------
Frank Winkler                                         frank.winkler@sun.com
Sun Microsystems - REOS TZ
7777 Gateway Blvd.                                  Voice   +49 1802 000722
Newark, CA 94560  USA                                 Fax +49 89 46008.3311

- pmmail-list - The PMMail Discussion List ---------------------------
To POST to the list, send your message to:
pmmail-list@blueprintsoftwareworks.com

To UNSUBSCRIBE, send a message to mdaemon@bmtmicro.com 
with the first line of the message body being...
UNSUBSCRIBE pmmail-list@blueprintsoftwareworks.com
---------------------------------------------------------------------