+2007-04-29 [wwp] 2.9.1cvs34
+
+ * src/mainwindow.c
+ * configure.ac
+ Fix few grammatical errors (patch by David Relson < relson at
+ osagesoftware dot com >).
+
2007-04-28 [colin] 2.9.1cvs33
* src/account.c
( cvs diff -u -r 1.213.2.142 -r 1.213.2.143 src/folder.c; cvs diff -u -r 1.179.2.170 -r 1.179.2.171 src/imap.c; cvs diff -u -r 1.105.2.92 -r 1.105.2.93 src/prefs_account.c; cvs diff -u -r 1.49.2.25 -r 1.49.2.26 src/prefs_account.h; cvs diff -u -r 1.1.4.78 -r 1.1.4.79 src/etpan/imap-thread.c; cvs diff -u -r 1.1.4.15 -r 1.1.4.16 src/etpan/imap-thread.h; ) > 2.9.1cvs31.patchset
( cvs diff -u -r 1.61.2.61 -r 1.61.2.62 src/account.c; cvs diff -u -r 1.105.2.93 -r 1.105.2.94 src/prefs_account.c; cvs diff -u -r 1.49.2.26 -r 1.49.2.27 src/prefs_account.h; ) > 2.9.1cvs32.patchset
( cvs diff -u -r 1.61.2.62 -r 1.61.2.63 src/account.c; cvs diff -u -r 1.56.2.51 -r 1.56.2.52 src/pop.c; cvs diff -u -r 1.105.2.94 -r 1.105.2.95 src/prefs_account.c; cvs diff -u -r 1.49.2.27 -r 1.49.2.28 src/prefs_account.h; ) > 2.9.1cvs33.patchset
+( cvs diff -u -r 1.274.2.187 -r 1.274.2.188 src/mainwindow.c; cvs diff -u -r 1.654.2.2617 -r 1.654.2.2618 configure.ac; ) > 2.9.1cvs34.patchset
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=33
+EXTRA_VERSION=34
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
AC_MSG_RESULT(yes)
AC_SPAMASSASSIN
PLUGINS="spamassassin $PLUGINS"
- AC_DEFINE(USE_SPAMASSASSIN_PLUGIN, 1, Define if spamassassin plugin is being build.)
+ AC_DEFINE(USE_SPAMASSASSIN_PLUGIN, 1, Define if spamassassin plugin is being built.)
else
AC_MSG_RESULT(no)
fi
if test x"$ac_cv_enable_bogofilter_plugin" = xyes; then
AC_MSG_RESULT(yes)
PLUGINS="bogofilter $PLUGINS"
- AC_DEFINE(USE_BOGOFILTER_PLUGIN, 1, Define if bogofilter plugin is being build.)
+ AC_DEFINE(USE_BOGOFILTER_PLUGIN, 1, Define if bogofilter plugin is being built.)
else
AC_MSG_RESULT(no)
fi
path = input_dialog(_("Add mailbox"),
_("Input the location of mailbox.\n"
- "If the existing mailbox is specified, it will be\n"
+ "If an existing mailbox is specified, it will be\n"
"scanned automatically."),
"Mail");
if (!path) return;