summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-bug991253
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-08-11 00:49:33 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-08-11 00:49:33 +0000
commit985731abc9adfa215c66fe779c3504a78d38bac8 (patch)
tree13b46c5f5f28986b24c5d991197fc3f27712eda0 /mail/thunderbird/files/patch-bug991253
parentlang/rust-nightly: update to 1.38.0.20190811 (diff)
mail/thunderbird: update to 68.0
Changes: https://www.thunderbird.net/thunderbird/68.0/releasenotes/
Notes
Notes: svn path=/head/; revision=508581
Diffstat (limited to 'mail/thunderbird/files/patch-bug991253')
-rw-r--r--mail/thunderbird/files/patch-bug99125317
1 files changed, 0 insertions, 17 deletions
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<nsIFile> hunDir;
-+ NS_NewNativeLocalFile(NS_LITERAL_CSTRING("%%LOCALBASE%%/share/hunspell"),
-+ true, getter_AddRefs(hunDir));
-+ if (hunDir) {
-+ LoadDictionariesFromDir(hunDir);
-+ }
-+
- // find dictionaries from extensions requiring restart
- nsCOMPtr<nsISimpleEnumerator> dictDirs;
- rv = dirSvc->Get(DICTIONARY_SEARCH_DIRECTORY_LIST,