Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Thunderbird Reply Headers

  • 11-02-2008 10: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