Hey Dave,

You'd probably need to escape the parens and the space in that search
command, i.e. '(no subject)'.

You're right though, the two numbers in the attachment path will help
out. The first number (166) is the message's ID in geary's database, so
you can search for it in there. First, make sure database front end is
installed:

  sudo apt-get install sqlite3

Then run this query:

  echo 'SELECT from_field, to_field, subject, date_field FROM
MessageTable WHERE id = 166;' | sqlite3
~/.local/share/geary/EMAIL/geary.db

Replacing EMAIL with the email address of your account, e.g.
[email protected]

That should tell you the sender, recipient, subject and date, and should
make it possible to find in Thunderbird. Ta!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618259

Title:
  crashes synchronizing attachment when email has "(no subject)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/geary/+bug/1618259/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to