2004-08-23 [colin] 0.9.12cvs77.2
* src/prefs_account.h Remove useless include
This commit is contained in:
parent
430c17899d
commit
ef24b42a64
4 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -60,11 +60,6 @@ typedef enum {
|
|||
#include "smtp.h"
|
||||
#include "folder.h"
|
||||
|
||||
#ifdef USE_GPGME
|
||||
# include "rfc2015.h"
|
||||
#endif
|
||||
|
||||
|
||||
struct _PrefsAccount
|
||||
{
|
||||
gchar *account_name;
|
||||
|
|
Loading…
Reference in a new issue