commit 3df21e66a95dcfa6651ed25a31642f25182d39c5
parent 3c87d3f1336ed06c0a4c13f0d5432db30f4e8751
Author: Tristan Chabredier <wwp@claws-mail.org>
Date: Tue, 12 Mar 2013 15:03:51 +0000
2013-03-12 [wwp] 3.9.0cvs113
* src/account.c
Remove stuff committed unexpectedly (you're now reading my words, you understand
what you read, you never found that I've committed stuff accidentally, never, and
now you can get back to normal activities, you will never remember this),
thanks Paul!
Diffstat:
4 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,11 @@
+2013-03-12 [wwp] 3.9.0cvs113
+
+ * src/account.c
+ Remove stuff committed unexpectedly (you're now reading my words, you understand
+ what you read, you never found that I've committed stuff accidentally, never, and
+ now you can get back to normal activities, you will never remember this),
+ thanks Paul!
+
2013-03-12 [wwp] 3.9.0cvs112
* src/account.c
diff --git a/PATCHSETS b/PATCHSETS
@@ -4610,3 +4610,4 @@
( cvs diff -u -r 1.654.2.4686 -r 1.654.2.4687 configure.ac; ) > 3.9.0cvs110.patchset
( cvs diff -u -r 1.29.2.13 -r 1.29.2.14 INSTALL; cvs diff -u -r 1.274.2.366 -r 1.274.2.367 src/mainwindow.c; cvs diff -u -r 1.395.2.462 -r 1.395.2.463 src/summaryview.c; ) > 3.9.0cvs111.patchset
( cvs diff -u -r 1.61.2.107 -r 1.61.2.108 src/account.c; ) > 3.9.0cvs112.patchset
+( cvs diff -u -r 1.61.2.108 -r 1.61.2.109 src/account.c; ) > 3.9.0cvs113.patchset
diff --git a/configure.ac b/configure.ac
@@ -12,7 +12,7 @@ MINOR_VERSION=9
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=112
+EXTRA_VERSION=113
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
diff --git a/src/account.c b/src/account.c
@@ -946,7 +946,6 @@ static void account_clone(GtkWidget *widget, gpointer data)
ACP_FASSIGN(sd_rmmail_on_download);
ACP_FASSIGN(enable_size_limit);
ACP_FASSIGN(size_limit);
- ACP_FASSIGN(time_lapse);
ACP_FASSIGN(filter_on_recv);
ACP_FASSIGN(filterhook_on_recv);
ACP_FDUP(inbox);