sqlite3:ai:f16b1
Mark a message as read in Thunderbird using SQLite command
$ sqlite3 /path/to/Thunderbird/Profile/folder/Inbox.msf "UPDATE messages SET flags = flags | 1 WHERE message_key = 'message_id'"
try on your machine
Mark a message as read in Thunderbird using SQLite command
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- How do I make Thunderbird mark a message as read, from the command line, without using Applescript?