IT/Linux

Thunderbird reply header Outlook Style로 변경 (썬더버드 아웃룩 스타일 헤더 변경)

HKEBI 2012. 4. 5. 11:19

썬더버드로 메일 클라이언트 프로그램을 바꾸고 나서 메일을 회신 하거나 할때 헤더가 마음에 안들어서 변경 하는 방법을 찾아 보았습니다.

기본적으로 썬더버드에서 제공 하는걸 변경 하는 방법이 있지만 아웃룩 하고 비슷하게 만들수는 없습니다.

그래도 방법은 올려 봅니다.

또 다른 방법은 add-on 설치 하는 방법입니다. 제 썬더 버드 버전은 리눅스 버전이고 11.0 입니다.

 

 

Edit -> Perferences 를 선택 합니다. 

Advenced -> General -> config Editor를 선택 합니다.  검색에 mailnews.reply 를 치면 항목 들이 나옵니다.

아래 내용을 참고해서 변경 하시면 됩니다..

 

mailnews.reply_header_type
A code number that specifies the sequence of elements in the reply header. Each element is specified by a separate preference
ValueElementsExample
0mailnews.reply_header_originalmessage-------- Original Message --------
1authorwrote colonAlf Aardvark wrote:
2 (default) ondate separator authorwrote colon On 01-01-2007 11:00 AM, Alf Aardvark wrote:
3authorwrote separator ondate colon Alf Aardvark wrote, on 01-01-2007 11:00 AM:
mailnews.reply_header_authorwrote
Default: %s wrote
Thunderbird replaces the %s with the author's name or e-mail address.
mailnews.reply_header_colon
Default: : (colon)
You can add more text here, before the colon or replacing the colon.
mailnews.reply_header_separator
Default: (comma space)
You can add more text here, before the comma or replacing the comma.
mailnews.reply_header_ondate
Default: On %s
Thunderbird replaces the %s with the date and time.
mailnews.reply_header_locale
Default: empty
Optionally specify a locale for formatting the date and time—for example: en-US
mailnews.reply_header_originalmessage
Default: -------- Original Message --------
Changes the reply header to the text you specify if mailnews.reply_header_type is set to 0.

 

그리고 add-on 으로 하는 방법입니다.. 

https://nic-nac-project.org/~kaosmos/changequote-en.html 여기서 파일을 다운 받으신후에

파일로  add-on 하시면 됩니다.. 

이제 아웃룩 하고 비슷해 졌네요 ^^