[Pkg-wmaker-commits] [wmbiff] 36/77: treat all gicu messages as new (they're unread)
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:09 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 276614f48b75852d2fbd57e178e120146a57eb24
Author: bluehal <bluehal>
Date: Mon Apr 15 02:21:22 2002 +0000
treat all gicu messages as new (they're unread)
---
wmbiff/wmbiff.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/wmbiff/wmbiff.c b/wmbiff/wmbiff.c
index 0ebb207..94ec545 100644
--- a/wmbiff/wmbiff.c
+++ b/wmbiff/wmbiff.c
@@ -1,4 +1,4 @@
-/* $Id: wmbiff.c,v 1.22 2002/04/15 01:58:35 bluehal Exp $ */
+/* $Id: wmbiff.c,v 1.23 2002/04/15 02:21:22 bluehal Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
@@ -614,10 +614,10 @@ void parse_mbox_path(int item)
} else if (!strncasecmp(mbox[item].path, "gicu:", 5)) { /* gnomeicu check */
char buf[255];
if (isdigit(mbox[item].path[5])) {
- sprintf(buf, "shell:::gnomeicu-client -u%s msgcount",
+ sprintf(buf, "shell:::echo `gnomeicu-client -u%s msgcount` new",
mbox[item].path + 5);
} else {
- sprintf(buf, "shell:::gnomeicu-client msgcount");
+ sprintf(buf, "shell:::echo `gnomeicu-client msgcount` new");
}
shellCreate((&mbox[item]), buf);
} else if (!strncasecmp(mbox[item].path, "finger:", 7)) {
--
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