Thunderbird: Difference between revisions

From miki
Jump to navigation Jump to search
Line 37: Line 37:
sqlite3 global-messages-db.sqlite vacuum
sqlite3 global-messages-db.sqlite vacuum
</source>
</source>

=== Mail not deleted ===
Deleting a mail seems a hard task in Thunderbird [http://kb.mozillazine.org/Deleting_messages_in_IMAP_accounts]:
* Set '''mail.imap.expunge_after_delete''' to '''true'''.

Revision as of 16:07, 2 November 2015

Keyboard shortcuts

From Keyboard Shortcuts TB:

M Mark message as read / unread
R Mark thread as read

Add-Ons

Currently in use

Nostalgy
  • Note: Auto-completion does not appear at first.
Copy Sent To Current

Tested or no longer used

Quick Folder Move
  • Nostalgy is a better alternative

Enigmail - GPG support

Recommended settings for Enigmail

  • Disable loading of IMAP parts on demand
  • Disable flowed text (RFC 2646)
  • View message body as plain text
  • Use 8-bit encoding for message sending
  • Do not compose HTML messages

Troubleshoot

Sent folder not updated

Like a corruption of the TB database [1]. Go to ~/.thunderbird/*.default:

sqlite3 global-messages-db.sqlite vacuum

Mail not deleted

Deleting a mail seems a hard task in Thunderbird [2]:

  • Set mail.imap.expunge_after_delete to true.