From 47a75495e5c6550e6f8748a77e615656430d5b67 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Sun, 31 Oct 2021 16:34:05 -0400
Subject: [PATCH] Icedove: corrected config file typo

---
 helpers/make-thunderbird | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/make-thunderbird b/helpers/make-thunderbird
index ff03866d..1cce396c 100644
--- a/helpers/make-thunderbird
+++ b/helpers/make-thunderbird
@@ -18,7 +18,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=9
+VERSION=10
 
 . ./config
 
@@ -66,7 +66,7 @@ pref("mail.shell.checkDefaultClient", false);
 
 // Preferences for the Get Add-ons panel
 pref("extensions.webservice.discoverURL", "https://directory.fsf.org/wiki/Icedove");
-pref("extensions.getAddons.search.url", "https://trisquel.info"
+pref("extensions.getAddons.search.url", "https://trisquel.info");
 pref("extensions.blocklist.enabled", false);
 
 // Dictionary download preference
-- 
GitLab