[Pkg-wmaker-commits] [wmbiff] 07/09: oops, broke the cacheHeaders flag
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:05:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_23
in repository wmbiff.
commit 73b65973fe31988b1368e0ffe978fa9aa313be8a
Author: bluehal <bluehal>
Date: Wed Apr 21 21:53:11 2004 +0000
oops, broke the cacheHeaders flag
---
wmbiff/Imap4Client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wmbiff/Imap4Client.c b/wmbiff/Imap4Client.c
index 15b7ef3..5f9c1f8 100644
--- a/wmbiff/Imap4Client.c
+++ b/wmbiff/Imap4Client.c
@@ -571,7 +571,7 @@ int imap4Create( /*@notnull@ */ Pop3 pc, const char *const str)
IMAP_DM(pc, DEBUG_INFO, "authList= '%s'\n", PCU.authList);
if (strcmp(pc->action, "msglst") == 0 ||
- strcmp(pc->notify, "msglst") == 0 ||
+ strcmp(pc->fetchcmd, "msglst") == 0 ||
strcmp(pc->button2, "msglst") == 0) {
PCU.wantCacheHeaders = 1;
} else {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list