Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Thunderbird Reply Headers

  • 11-02-2008 09:08PM
    #1
    Closed Accounts Posts: 362 ✭✭


    I'm try to get my thunderbird v2 to use a reply like outlook

    From: xxx
    Sent: xxx
    To: xxxx
    Subject: xxx
    I have messed around with user.js but can't get it working
    
    // Change the reply header
    // 0 - No Reply-Text
    // 1 - "[Author] wrote:"
    // 2 - "On [date] [author] wrote:"
    // 3 - User-defined reply header. Use the prefs below in conjunction with this:
    user_pref("mailnews.reply_header_type", 3);
    
    // If you set 3 for the pref above then you may set the following prefs.
    user_pref("mailnews.reply_header_authorwrote", "From: %s");
    user_pref("mailnews.reply_header_ondate", "Sent: %s");
    user_pref("mailnews.reply_header_separator", "\n");
    
    // these below don't work
    user_pref("mailnews.reply_header_from", "From: %s");
    user_pref("mailnews.reply_header_sent", "Sent: %s");
    user_pref("mailnews.reply_header_to", "To: %s");
    user_pref("mailnews.reply_header_cc", "Cc: %s");
    user_pref("mailnews.reply_header_subject", "Subject: %s");
    

    this gives
    From: xxxx
    Sent: date time
    but I can't bold or change the font or get the other headers to appear

    any help thanks


Comments

Advertisement