summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorIsmael Luceno2021-07-12 22:17:47 +0200
committerIsmael Luceno2021-07-13 00:02:49 +0200
commite6abe34c19884542651a7eec49510bae74eeeb8f (patch)
treedaf2520453b9e6591cabc59ba43326f415529d65 /mail
parent4d91e199908c58f59ece03eb8e2833d4786ec171 (diff)
claws-mail: Remove SYLPHEED_OPTS
Diffstat (limited to 'mail')
-rwxr-xr-xmail/claws-mail/BUILD2
-rwxr-xr-xmail/claws-mail/CONFIGURE4
-rw-r--r--mail/claws-mail/HISTORY3
3 files changed, 7 insertions, 2 deletions
diff --git a/mail/claws-mail/BUILD b/mail/claws-mail/BUILD
index 76f1b4caaa..eaf1cb9192 100755
--- a/mail/claws-mail/BUILD
+++ b/mail/claws-mail/BUILD
@@ -1,2 +1,2 @@
-OPTS="${CLAWSMAIL_OPTS} ${SYLPHEED_OPTS} ${OPTS}" &&
+OPTS+=" $CLAWSMAIL_OPTS" &&
default_build
diff --git a/mail/claws-mail/CONFIGURE b/mail/claws-mail/CONFIGURE
index 1d00c09687..6671e306e2 100755
--- a/mail/claws-mail/CONFIGURE
+++ b/mail/claws-mail/CONFIGURE
@@ -1,3 +1,5 @@
+persistent_remove SYLPHEED_OPTS &&
+
config_query_list CLAWSMAIL_GTK "Use which GTK to build (gtk+3 experimental)?" gtk+2 gtk+3 &&
config_query_option CLAWSMAIL_OPTS "Compile the ManageSieve plugin?" y \
@@ -8,7 +10,7 @@ config_query_option CLAWSMAIL_OPTS "Compile crash dialog?" n \
"--enable-crash-dialog" \
"--disable-crash-dialog" &&
-config_query_option SYLPHEED_OPTS "Enable IPv6 support?" y \
+config_query_option CLAWSMAIL_OPTS "Enable IPv6 support?" y \
"--enable-ipv6" \
"--disable-ipv6" &&
diff --git a/mail/claws-mail/HISTORY b/mail/claws-mail/HISTORY
index 4a4aa2af1e..af8b86fa68 100644
--- a/mail/claws-mail/HISTORY
+++ b/mail/claws-mail/HISTORY
@@ -1,3 +1,6 @@
+2021-07-12 Ismael Luceno <ismael@iodev.co.uk>
+ * BUILD, CONFIGURE: removed SYLPHEED_OPTS
+
2021-05-15 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 3.17.8