On 11/10/14 01:00, Ludovic Marcotte wrote:
> On 2014-10-10 1:25 PM, Gunnar Weissmann wrote:
>> Hello,
>>
>> is there a way to disable the e-mail notification pop-ups when
>> acception an invitation? It is not necessary, because SOGo already
>> send a notification.
>>
> I had a look at the Lightning source code, and it seems that it's now
> simply hardcoded - at least in v31.
> 
> See: https://bugzilla.mozilla.org/show_bug.cgi?id=463402
> 
> Ludo

It is certainly annoying.

I have got in the habit of just modifying the installed Lightning code
to prevent it:

--- calItipEmailTransport.js
+++ calItipEmailTransport.js    2012-07-18 11:20:16.000000000 +0100
@@ -220,7 +220,7 @@
         }
     },

-    _sendXpcomMail: function cietSXM(aToList, aSubject, aBody, aItem) {
+    _sendXpcomMail: function cietSXM(aToList, aSubject, aBody, aItem) {
return;
         let identity = null;
         let account;
         if (aItem.targetCalendar) {


Max.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to