본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Can I create a toolbar item that creates a new message to a frequent correspondent?

  • 3 답장
  • 1 이 문제를 만남
  • 7 보기
  • 최종 답변자: Toad-Hall

more options

I used to use Eudora, but a year ago I converted to Thunderbird. One of the features I liked in Eudora was the ability to put an icon on the tool bar that created a blank message addressed to a frequent correspondent. When one added the icon, one was given the opportunity to add the email address or the nickname of the addressee. Then whenever one clicked on the icon, a blank message was created addressed to that addressee. In fact, one could put the name of an address book list of addressees as the intended recipient and in that way one could instantly create a new message to the entire group. It's almost like having a button which calls a macro which creates the blank message complete with addressee.

Just thought I'd ask. :)

I used to use Eudora, but a year ago I converted to Thunderbird. One of the features I liked in Eudora was the ability to put an icon on the tool bar that created a blank message addressed to a frequent correspondent. When one added the icon, one was given the opportunity to add the email address or the nickname of the addressee. Then whenever one clicked on the icon, a blank message was created addressed to that addressee. In fact, one could put the name of an address book list of addressees as the intended recipient and in that way one could instantly create a new message to the entire group. It's almost like having a button which calls a macro which creates the blank message complete with addressee. Just thought I'd ask. :)

모든 댓글 (3)

more options

You could open a new Write message and enter the email address. give suitable Subject' - this will be editable, but helps to recognise the correct Template. then Save as Template. It will be stored in your Templates folder. To use, double click on the email to open in a new Write message. The original will be stored in Templates fodler for reuse again and again.

more options

There is an addon Custom Buttons wheer you can create your own button. But you have to write your own code for what the button suppose to do. Like add specific address to cc of an active Write window.: /*Code*/ var recipientType = "addr_cc"; var address = "foo bar <test@invalid.com>"; AddRecipient(recipientType, address); // awDeleteRow(awGetMaxRecipients());

He who is looking will be searching.

more options