aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-11 19:18:41 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-11 19:18:41 +0000
commit2d69b9b093b7aaf9b2d2b97317fc54d0bd6813b7 (patch)
treed69e2f7ca90d0774483bb506901c2ec043c5fdea /fetchmail.h
parentd9285e0f40c27f0808460744cb2ade53ba0a0599 (diff)
downloadfetchmail-2d69b9b093b7aaf9b2d2b97317fc54d0bd6813b7.tar.gz
fetchmail-2d69b9b093b7aaf9b2d2b97317fc54d0bd6813b7.tar.bz2
fetchmail-2d69b9b093b7aaf9b2d2b97317fc54d0bd6813b7.zip
CRAM-MD5 IMAP works.
svn path=/trunk/; revision=3061
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 2dbff2f3..5a2ca283 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -363,6 +363,7 @@ extern int pass; /* number of re-polling pass */
extern flag configdump; /* dump control blocks as Python dictionary */
extern const char *fetchmailhost;
/* either "localhost" or an FQDN */
+extern suppress_tags; /* suppress tags in tagged protocols? */
#ifdef SDPS_ENABLE
extern char *sdps_envfrom;
extern char *sdps_envto;