astroidmail / astroid

A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch
http://astroidmail.github.io
Other
613 stars 65 forks source link

Sent messages are not being saved #665

Closed hughwilliams94 closed 5 years ago

hughwilliams94 commented 5 years ago

I have looked at previous issues with similar titles but mine does not seem to be the same. Messages seem to send successfully, but do not get saved.

The error that appears on sending is included below:

[11:30:38] [0x00007f2ec3b54700] [M] [warning] cm: message sent successfully!
[11:30:38] [0x00007f2ec3b54700] [M] [info] cm: saving message to: "/home/hugh/.mail/sent/cur/1571221789.q3obr17d71.astroid@home.none:2,"

(astroid:18983): gmime-CRITICAL **: 11:30:38.352: g_mime_stream_file_new: assertion 'fp != NULL' failed

(astroid:18983): gmime-CRITICAL **: 11:30:38.352: g_mime_object_write_to_stream: assertion 'GMIME_IS_STREAM (stream)' failed

(astroid:18983): gmime-CRITICAL **: 11:30:38.353: g_mime_stream_flush: assertion 'GMIME_IS_STREAM (stream)' failed

(astroid:18983): GLib-GObject-CRITICAL **: 11:30:38.354: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
[11:30:38] [0x00007f2ec46b4c40] [M] [info] cm: sent message added to db.
[11:30:38] [0x00007f2ec1e65700] [M] [info] db: open db read-write.
[11:30:38] [0x00007f2ec46b4c40] [M] [info] em: message sending done.
[11:30:38] [0x00007f2ec1e65700] [M] [info] db: adding sent message: /home/hugh/.mail/sent/cur/1571221789.q3obr17d71.astroid@home.none:2,
[11:30:38] [0x00007f2ec1e65700] [M] [error] db: error adding message: 4
[11:30:38] [0x00007f2ec1e65700] [M] [error] db: file seems to have been moved, ignoring - probably a race condition with some syncing program.
gauteh commented 5 years ago

Are you using latest master? There was a related fix that might affect this

ons. 16. okt. 2019, 12:36 skrev Hugh Williams notifications@github.com:

I have looked at previous issues with similar titles but mine does not seem to be the same. Messages seem to send successfully, but do not get saved.

The error that appears on sending is included below:

[11:30:38] [0x00007f2ec3b54700] [M] [warning] cm: message sent successfully! [11:30:38] [0x00007f2ec3b54700] [M] [info] cm: saving message to: "/home/hugh/.mail/sent/cur/1571221789.q3obr17d71.astroid@home.none:2,"

(astroid:18983): gmime-CRITICAL **: 11:30:38.352: g_mime_stream_file_new: assertion 'fp != NULL' failed

(astroid:18983): gmime-CRITICAL **: 11:30:38.352: g_mime_object_write_to_stream: assertion 'GMIME_IS_STREAM (stream)' failed

(astroid:18983): gmime-CRITICAL **: 11:30:38.353: g_mime_stream_flush: assertion 'GMIME_IS_STREAM (stream)' failed

(astroid:18983): GLib-GObject-CRITICAL **: 11:30:38.354: g_object_unref: assertion 'G_IS_OBJECT (object)' failed [11:30:38] [0x00007f2ec46b4c40] [M] [info] cm: sent message added to db. [11:30:38] [0x00007f2ec1e65700] [M] [info] db: open db read-write. [11:30:38] [0x00007f2ec46b4c40] [M] [info] em: message sending done. [11:30:38] [0x00007f2ec1e65700] [M] [info] db: adding sent message: /home/hugh/.mail/sent/cur/1571221789.q3obr17d71.astroid@home.none:2, [11:30:38] [0x00007f2ec1e65700] [M] [error] db: error adding message: 4 [11:30:38] [0x00007f2ec1e65700] [M] [error] db: file seems to have been moved, ignoring - probably a race condition with some syncing program.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/astroidmail/astroid/issues/665?email_source=notifications&email_token=AAAN366OVTLCA6HUHVPM6ALQO3VDVA5CNFSM4JBJR3I2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HSD4MHQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAN3624ZDF4RRRC5KRF7L3QO3VDVANCNFSM4JBJR3IQ .

hughwilliams94 commented 5 years ago

Apologies, it was a config error in the end. I had restored my mail folder from a backup in which the sent folder was moved. Thank your prompt reply and thanks as always for an exceptional mail client!