talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 45616190adbd0ba15afd1abcb567eb37fbb25f3a
parent 4f12a0459191c29df4776124656bd1cfc0482efe
Author: paul <paul@claws-mail.org>
Date:   Fri, 22 May 2020 18:56:52 +0100

revert local changes which should not have been pushed

Diffstat:
Msrc/prefs_common.c | 2--
Msrc/prefs_common.h | 1-
2 files changed, 0 insertions(+), 3 deletions(-)

diff --git 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 @@ -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;