[gnome-online-accounts] Enable IMAP/SMTP by default



commit 759d05abd17fc76c4c3f3f55a410a6e76de5aedb
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Mar 5 13:29:11 2013 +0100

    Enable IMAP/SMTP by default

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 24ca473..4fb8e06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,7 +173,7 @@ AC_ARG_ENABLE([imap-smtp],
               [AS_HELP_STRING([--enable-imap-smtp],
               [Enable IMAP/SMTP provider])],
               [],
-              [enable_imap_smtp=no])
+              [enable_imap_smtp=yes])
 if test "$enable_imap_smtp" != "no"; then
   AC_DEFINE(GOA_IMAP_SMTP_ENABLED, 1, [Enable IMAP/SMTP data provider])
 fi


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]