Skip to content

Commit

Permalink
Resets mail.SpellCheckBeforeSend
Browse files Browse the repository at this point in the history
> see #35
  • Loading branch information
Samuel FORESTIER committed Jul 15, 2023
1 parent d2283b8 commit 07d26c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1429,9 +1429,9 @@ user_pref("mail.suppress_content_language", true);
user_pref("mail.sanitize_date_header", true);

/** COMPOSITION ***/
/* 9210: Check spelling before sending [SETUP-FEATURE]
/* 9210: Check spelling before sending
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=667133 ***/
user_pref("mail.SpellCheckBeforeSend", false);
// user_pref("mail.SpellCheckBeforeSend", false);
/* 9212: Compose email in plaintext unless expressly overridden
* [SETUP-FEATURE] Sometimes HTML is useful especially when used with Markdown Here
* [SETTING] Account Settings > Composition & Addressing > Composition > Compose messages in HTML format
Expand Down

0 comments on commit 07d26c7

Please sign in to comment.