| Summary | Kronolith sends unwanted emails | 
| Queue | Kronolith | 
| Queue Version | 4.2.28 | 
| Type | Bug | 
| State | Resolved | 
| Priority | 2. Medium | 
| Owners | mrubinsk (at) horde (dot) org | 
| Requester | horde (at) bugs (dot) uni-bremen (dot) de | 
| Created | 07/07/2020 (1946 days ago) | 
| Due | |
| Updated | 02/12/2021 (1726 days ago) | 
| Assigned | 07/07/2020 (1946 days ago) | 
| Resolved | 07/12/2020 (1941 days ago) | 
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No | 
commit ccf6d8a099ca5ed39592ca13ff574b36bcf05887
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 12 Jul 2020 14:33:44 -0400
[mjr] Fix regresssion in event modification notifications (
Bug #15022).M docs/changelog.yml
https://github.com/horde/kronolith/commit/ccf6d8a099ca5ed39592ca13ff574b36bcf05887
commit 9484e1d11d062bed711ff68ab3c9a9e3dd195321
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 12 Jul 2020 14:32:05 -0400
Bug: 15022Fix regression in sending event change notificationsM lib/Kronolith.php
https://github.com/horde/kronolith/commit/9484e1d11d062bed711ff68ab3c9a9e3dd195321
commit f7771b3b94a93bd0f74bef827993467053bcdb16
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 12 Jul 2020 14:29:36 -0400
Bug: 15022Fix regression in sending event change notificationsM lib/Kronolith.php
https://github.com/horde/kronolith/commit/f7771b3b94a93bd0f74bef827993467053bcdb16
New Attachment: Kronolith.php[1].patch
Yes you are right, I've added the exclamation mark
Jürgen
I tried your patch yesterday ? with one modification ? it works. So thank you!
In your patch at line 32
+ if (! empty($recipients[$user])) {
Shouldn't it be:
+ if (empty($recipients[$user])) {
Frank
New Attachment: Kronolith.php
Kronolith (4.2.28) and annoys our users (and me to support them).
maybe my fix helps you:
* make a backup o Kronolith.php in f [horde folder of you
webserver]/kronolith/lib
* copy the attachement to [horde folder of you webserver]/kronolith/lib
Juergen
Kronolith (4.2.28) and annoys our users (and me to support them).
New Attachment: Kronolith.php.patch
Maybe my solution helps
State ⇒ Assigned
Priority ⇒ 2. Medium
notifications, although these are disabled in the config.
Patch ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Kronolith sends unwanted emails
Type ⇒ Bug
Priority ⇒ 1. Low