From ef24b42a64bed8820aa990eb74c5ba7de8d4cb50 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Mon, 23 Aug 2004 12:22:32 +0000 Subject: [PATCH] 2004-08-23 [colin] 0.9.12cvs77.2 * src/prefs_account.h Remove useless include --- ChangeLog-gtk2.claws | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/prefs_account.h | 5 ----- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog-gtk2.claws b/ChangeLog-gtk2.claws index beb210478..6ca4c8d0e 100644 --- a/ChangeLog-gtk2.claws +++ b/ChangeLog-gtk2.claws @@ -1,3 +1,8 @@ +2004-08-23 [colin] 0.9.12cvs77.2 + + * src/prefs_account.h + Remove useless include + 2004-08-23 [colin] 0.9.12cvs77.1 * src/imap.c diff --git a/PATCHSETS b/PATCHSETS index ed2ea60f9..177044b83 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -130,3 +130,4 @@ ( cvs diff -u -r 1.1.4.4 -r 1.1.4.5 src/gtk/colorsel.c; ) > 0.9.12cvs74.2.patchset ( cvs diff -u -r 1.14.2.10 -r 1.14.2.11 src/plugins/trayicon/trayicon.c; ) > 0.9.12cvs76.1.patchset ( cvs diff -u -r 1.179.2.6 -r 1.179.2.7 src/imap.c; cvs diff -u -r 1.60.2.3 -r 1.60.2.4 po/es.po; cvs diff -u -r 1.42.2.3 -r 1.42.2.4 po/fr.po; cvs diff -u -r 1.34.2.2 -r 1.34.2.3 po/it.po; cvs diff -u -r 1.10.2.3 -r 1.10.2.4 po/pl.po; cvs diff -u -r 1.50.2.1 -r 1.50.2.2 po/pt_BR.po; cvs diff -u -r 1.2.2.3 -r 1.2.2.4 po/sk.po; cvs diff -u -r 1.17.2.3 -r 1.17.2.4 po/sr.po; ) > 0.9.12cvs77.1.patchset +( cvs diff -u -r 1.49.2.3 -r 1.49.2.4 src/prefs_account.h; ) > 0.9.12cvs77.2.patchset diff --git a/configure.ac b/configure.ac index c9ea7814b..b1bc6cae0 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ INTERFACE_AGE=0 BINARY_AGE=0 EXTRA_VERSION=77 EXTRA_RELEASE= -EXTRA_GTK2_VERSION=.1 +EXTRA_GTK2_VERSION=.2 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}${EXTRA_RELEASE}${EXTRA_GTK2_VERSION} diff --git a/src/prefs_account.h b/src/prefs_account.h index ec69975a0..10987599b 100644 --- a/src/prefs_account.h +++ b/src/prefs_account.h @@ -60,11 +60,6 @@ typedef enum { #include "smtp.h" #include "folder.h" -#ifdef USE_GPGME -# include "rfc2015.h" -#endif - - struct _PrefsAccount { gchar *account_name; -- 2.25.1