talons

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

commit 7f91b034133c74b8474fa464ca6db7a38a989c08
parent 2acf20e6fba2f3aceadd0a95a560fc5eaaacf895
Author: Paul <paul@claws-mail.org>
Date:   Thu,  9 Apr 2020 10:49:04 +0100

fix typo

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -956,7 +956,7 @@ if test x"$enable_libetpan" = xyes; then fi AC_SUBST(LIBETPAN_FLAGS) AC_SUBST(LIBETPAN_LIBS) - AC_DEFINE(HAVE_LIBETPAN, 1, Define if you want IMAP and/or NNit TP support.) + AC_DEFINE(HAVE_LIBETPAN, 1, Define if you want IMAP and/or NNTP support.) else AC_MSG_RESULT([*** Claws Mail requires libetpan 0.57 or newer. See http://www.etpan.org/ ]) AC_MSG_RESULT([*** You can use --disable-libetpan if you don't need IMAP4 and/or NNTP support.])