When filling postmaster queue, include all messages, not just unsent. Bug 727679.
* src/engine/imap-db/outbox/smtp-outbox-folder.vala: Remove where clause from prefill query.
This commit is contained in:
parent
d5277fea3b
commit
f36d6804e0
1 changed files with 0 additions and 1 deletions
|
|
@ -146,7 +146,6 @@ private class Geary.SmtpOutboxFolder : Geary.AbstractLocalFolder, Geary.FolderSu
|
|||
Db.Statement stmt = cx.prepare("""
|
||||
SELECT id, ordering, message
|
||||
FROM SmtpOutboxTable
|
||||
WHERE sent = 0
|
||||
ORDER BY ordering
|
||||
""");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue