搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

How to make "Do not send a response" a default?

  • 1 回覆
  • 1 有這個問題
  • 7 次檢視
  • 最近回覆由 andrybak

more options

When processing calendar event (using Lightning addon, I guess), and clicking "Accept" or "Accept all", it seems that "Send a response now" is the default.

How do I make Thunderbird not send a response for event invitations by default?

Thunderbird version 60.4.0. Lightning version 6.2.4.

When processing calendar event (using Lightning addon, I guess), and clicking "Accept" or "Accept all", it seems that "Send a response now" is the default. How do I make Thunderbird not send a response for event invitations by default? Thunderbird version 60.4.0. Lightning version 6.2.4.
附加的畫面擷圖

由 andrybak 於 修改

所有回覆 (1)

more options

Found the code which causes this behavior:

https://github.com/mozilla/releases-comm-central/blob/dfe26e87d97b3cfba5dbe32a8063dc69b7e358e9/calendar/lightning/content/imip-bar-overlay.xul#L139-L159

The default is "AUTO" and there is no way to switch it to "NONE", other than rebuilding Lightning from source.