mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-16 15:16:44 +00:00
GODT-396 reduce number of exists calls
This commit is contained in:
12
Changelog.md
12
Changelog.md
@ -2,7 +2,14 @@
|
|||||||
|
|
||||||
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
## [v1.2.7] Emma - beta (2020-04-XXX)
|
## [v1.2.8] Donghai-fix-append (2020-05-XXX)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* GODT-396 reduce number of EXISTS calls
|
||||||
|
* GODT-143 Allow appending to Sent folder when sender matches account address
|
||||||
|
|
||||||
|
|
||||||
|
## [v1.2.7] Donghai-fix-sync - (beta 2020-05-07 live 2020-04-20)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* IMAP extension MOVE with UIDPLUS support
|
* IMAP extension MOVE with UIDPLUS support
|
||||||
@ -23,7 +30,8 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* Use correct binary name when finding location of addcert.scpt
|
* Use correct binary name when finding location of addcert.scpt
|
||||||
* GODT-143 Allow appending to Sent folder when sender matches account address
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.2.6] Donghai - beta (2020-03-31)
|
## [v1.2.6] Donghai - beta (2020-03-31)
|
||||||
|
|
||||||
|
|||||||
@ -290,7 +290,6 @@ func (storeMailbox *Mailbox) txCreateOrUpdateMessages(tx *bolt.Tx, msgs []*pmapi
|
|||||||
seqNum,
|
seqNum,
|
||||||
msg,
|
msg,
|
||||||
)
|
)
|
||||||
shouldSendMailboxUpdate = true
|
|
||||||
}
|
}
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user