GNOME Bugzilla – Bug 723281
messages are never sent
Last modified: 2014-01-30 18:54:28 UTC
With the latest master, if I send a message it appears to work (the message is not visible in my Outbox) but the message is never sent: it doesn't show up in Sent Mail in Gmail. If I run 'geary --debug', the console shows errors like these: [deb] 08:16:32 0.000076 db-connection.vala:351: Connection.exec_transaction: transaction threw error: (Statement.ctor /home/adam/.local/share/geary/adam@ongoing.ly/geary.db) [err=1] - no such column: sent ( SELECT id, ordering, message, sent FROM SmtpOutboxTable ORDER BY ordering DESC LIMIT ? ) [deb] 08:16:32 0.000067 app-conversation-monitor.vala:462: Error while assembling conversations in Gmail:adam@ongoing.ly:$GearyOutbox$: (Statement.ctor /home/adam/.local/share/geary/adam@ongoing.ly/geary.db) [err=1] - no such column: sent ( SELECT id, ordering, message, sent FROM SmtpOutboxTable ORDER BY ordering DESC LIMIT ? )
From the message above I thought this might be a database schema upgrade problem, so I deleted my Geary directory (/home/adam/.local/share/geary), ran Geary again and recreated my mail account. But this problem is still occurring.
Looks like once again I forgot to add the new SQL file to the list of installed files. This should be fixed as of 6631ed9. Can you try again?
Working fine now. Thanks for the quick fix!
Great, glad to hear it. Thanks for testing the install path, which as you can tell I rarely do! :)