View Issue Details

IDProjectCategoryView StatusLast Update
0004830SOGoWeb Mailpublic2019-09-27 13:50
Reporterrof Assigned Tofrancis  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Versionnightly master 
Fixed in Version4.1.0 
Summary0004830: use of SOGoMailKeepDraftsAfterSend
Description

We have set the sogo.conf parameter "SOGoMailKeepDraftsAfterSend" to "YES". Nevertheless, the email will be deleted from the drafts folder after it has been sent. Is there anything else to consider here?

TagsNo tags attached.

Activities

Christian Mack

Christian Mack

2019-09-27 09:02

developer   ~0013778

Does it make a difference if you save the email before sending?

rof

rof

2019-09-27 10:53

reporter   ~0013779

Unfortunately, there is no difference if you only send emails or save them in drafts and then send them.

abma

abma

2019-09-27 11:49

reporter   ~0013783

mark deleted:
https://github.com/inverse-inc/sogo/blob/master/SoObjects/Mailer/SOGoDraftObject.m#L2072

vs expunge:
https://github.com/inverse-inc/sogo/blob/master/SoObjects/Mailer/SOGoDraftObject.m#L2088

it seems the setting controls if the drafts folder is expunged after send or not.

The documentation about this settings says:
"Parameter used to keep mails in the drafts folder once they have been
sent by SOGo. Defaults to NO when unset."

IMHO the mail draft shouldn't be marked as deleted when this setting is enabled as there is AFAIK no way to show mails which are marked as deleted in SOGO.

Related Changesets

sogo: master 5b818e8e

2019-09-27 09:48

francis


Details Diff
Fix behaviour of SOGoMailKeepDraftsAfterSend

Fixes 0004830
Affected Issues
0004830
mod - NEWS Diff File
mod - SoObjects/Mailer/SOGoDraftObject.m Diff File

Issue History

Date Modified Username Field Change
2019-09-26 07:47 rof New Issue
2019-09-27 09:02 Christian Mack Note Added: 0013778
2019-09-27 10:53 rof Note Added: 0013779
2019-09-27 11:49 abma Note Added: 0013783
2019-09-27 13:50 francis Changeset attached => sogo master 5b818e8e
2019-09-27 13:50 francis Assigned To => francis
2019-09-27 13:50 francis Resolution open => fixed
2019-09-27 13:50 francis Status new => resolved
2019-09-27 13:50 francis Fixed in Version => 4.1.0