]> Pileus Git - ~andy/fetchmail/commitdiff
Show IMAP in the protocols.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 19 Feb 2001 21:49:00 +0000 (21:49 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 19 Feb 2001 21:49:00 +0000 (21:49 -0000)
svn path=/trunk/; revision=3126

env.c

diff --git a/env.c b/env.c
index e6230233ff95dea52ec33a667279b4816c6fae10..4533275dbae073bb0d0d422b1d6ae3bc8d46aeb3 100644 (file)
--- a/env.c
+++ b/env.c
@@ -209,6 +209,9 @@ const char *showproto(int proto)
     case P_APOP: return("APOP");
     case P_RPOP: return("RPOP");
 #endif /* POP3_ENABLE */
+#ifdef IMAP_ENABLE
+    case P_IMAP: return("IMAP");
+#endif /* IMAP_ENABLE */
 #ifdef ETRN_ENABLE
     case P_ETRN: return("ETRN");
 #endif /* ETRN_ENABLE */