From 985731abc9adfa215c66fe779c3504a78d38bac8 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sun, 11 Aug 2019 00:49:33 +0000 Subject: mail/thunderbird: update to 68.0 Changes: https://www.thunderbird.net/thunderbird/68.0/releasenotes/ --- mail/thunderbird/files/patch-bug991253 | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 mail/thunderbird/files/patch-bug991253 (limited to 'mail/thunderbird/files/patch-bug991253') diff --git a/mail/thunderbird/files/patch-bug991253 b/mail/thunderbird/files/patch-bug991253 deleted file mode 100644 index a9931030e915..000000000000 --- a/mail/thunderbird/files/patch-bug991253 +++ /dev/null @@ -1,17 +0,0 @@ ---- extensions/spellcheck/hunspell/glue/mozHunspell.cpp~ -+++ extensions/spellcheck/hunspell/glue/mozHunspell.cpp -@@ -392,6 +392,14 @@ mozHunspell::LoadDictionaryList(bool aNo - } - } - -+ // load system hunspell dictionaries -+ nsCOMPtr hunDir; -+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"), -+ true, getter_AddRefs(hunDir)); -+ if (hunDir) { -+ LoadDictionariesFromDir(hunDir); -+ } -+ - // find dictionaries from extensions requiring restart - nsCOMPtr dictDirs; - rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST, -- cgit v1.2.3