Changes between Version 9 and Version 10 of Thunderbird Email Hacks
- Timestamp:
- 03/19/24 02:27:29 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Thunderbird Email Hacks
v9 v10 85 85 (-1 is default, change to 1,1.3 etc) 86 86 87 88 == Disable / Enable Signature -- == 89 90 {{{ 91 mail.identity.id1.attach_signature = True 92 93 or 94 95 mail.identity.default.suppress_signature_separator = True 96 }}} 97