[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-965-g45616190a
paul at claws-mail.org
paul at claws-mail.org
Fri May 22 19:56:57 CEST 2020
The branch, gtk3 has been updated
via 45616190adbd0ba15afd1abcb567eb37fbb25f3a (commit)
from 4f12a0459191c29df4776124656bd1cfc0482efe (commit)
Summary of changes:
src/prefs_common.c | 2 --
src/prefs_common.h | 1 -
2 files changed, 3 deletions(-)
- Log -----------------------------------------------------------------
commit 45616190adbd0ba15afd1abcb567eb37fbb25f3a
Author: paul <paul at claws-mail.org>
Date: Fri May 22 18:56:52 2020 +0100
revert local changes which should not have been pushed
diff --git a/src/prefs_common.c b/src/prefs_common.c
index a9a0ab58f..d51cf945c 100644
--- a/src/prefs_common.c
+++ b/src/prefs_common.c
@@ -932,8 +932,6 @@ static PrefParam param[] = {
P_BOOL, NULL, NULL, NULL},
{"work_offline", "FALSE", &prefs_common.work_offline, P_BOOL,
NULL, NULL, NULL},
- {"no_override_work_offline", "FALSE", &prefs_common.no_override_work_offline, P_BOOL,
- NULL, NULL, NULL},
{"summary_quicksearch_type", "0", &prefs_common.summary_quicksearch_type, P_INT,
NULL, NULL, NULL},
#ifndef GENERIC_UMPC
diff --git a/src/prefs_common.h b/src/prefs_common.h
index 29203f4d7..782cdcf8d 100644
--- a/src/prefs_common.h
+++ b/src/prefs_common.h
@@ -465,7 +465,6 @@ struct _PrefsCommon
/* boolean for work offline
stored here for use in inc.c */
gboolean work_offline;
- gboolean no_override_work_offline;
gint summary_quicksearch_type;
gint summary_quicksearch_sticky;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list