[Pkg-wmaker-commits] [wmbiff] 71/77: bugfix when alternates between numeric and text

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_0
in repository wmbiff.

commit 4f8d4b5c1eb18d76c99f546031a643ccd940b1d3
Author: bluehal <bluehal>
Date:   Fri May 3 05:42:17 2002 +0000

    bugfix when alternates between numeric and text
---
 wmbiff/ShellClient.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/wmbiff/ShellClient.c b/wmbiff/ShellClient.c
index 8eed082..1a27bc3 100644
--- a/wmbiff/ShellClient.c
+++ b/wmbiff/ShellClient.c
@@ -179,6 +179,7 @@ int shellCmdCheck(Pop3 pc)
 		}
 		/* see if we should print as new or not */
 		pc->UnreadMsgs = (strstr(commandOutput, "new")) ? 1 : 0;
+		pc->TotalMsgs = -1; /* we might alternat numeric /string */
 	} else {
 		SH_DM(pc, DEBUG_ERROR,
 			  "'%s' returned something other than an integer message count"

-- 
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