mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-30 17:29:37 +00:00
1
NEWS
1
NEWS
@@ -21,6 +21,7 @@ Bug fixes
|
||||
- [web] fixed search results in Calendar module when targeting all events
|
||||
- [web] properly encode URL of cards from exteral sources
|
||||
- [web] restore cards selection after automatic refresh (#4809)
|
||||
- [web] don't mark draft as deleted when SOGoMailKeepDraftsAfterSend is enabled (#4830)
|
||||
- [core] honor IMAPLoginFieldName also when setting IMAP ACLs
|
||||
- [core] honor groups when setting IMAP ACLs
|
||||
- [core] honor "any authenticated user" when setting IMAP ACLs
|
||||
|
||||
@@ -2068,7 +2068,7 @@ static NSString *userAgent = nil;
|
||||
if (!error)
|
||||
{
|
||||
[self imap4Connection];
|
||||
if (IMAP4ID > -1)
|
||||
if (IMAP4ID > -1 && ![dd mailKeepDraftsAfterSend])
|
||||
[imap4 markURLDeleted: [self imap4URL]];
|
||||
if (sourceURL && sourceFlag)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user