aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-09-12 06:17:22 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-09-12 06:17:22 +0000
commit5d9989113b56376af1c7707b8a67088c44d42020 (patch)
tree89d3e374996f13a03ca794badd93332bc72b7bad
parent3e02257318034a35959a9680159f1c99399fa0f7 (diff)
downloadlcd4linux-5d9989113b56376af1c7707b8a67088c44d42020.tar.gz
[lcd4linux @ 2001-09-12 06:17:22 by reinelt]
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@149 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r--TODO3
-rw-r--r--mail2.c6
2 files changed, 8 insertions, 1 deletions
diff --git a/TODO b/TODO
index 066cde1..4d8559b 100644
--- a/TODO
+++ b/TODO
@@ -107,3 +107,6 @@ e.g. '%nw' is 'network transmit' for _all_ devices
2001-09-11 Michael Reinelt <reinelt@eunet.at>
remove bar code from drivers and create a common bar library
+
+2001-09-12 Carsten Nau <info@cnau.de>
+make the output for emails shorter (at the moment up to 9999 emails)
diff --git a/mail2.c b/mail2.c
index 4692a2c..02cdbd8 100644
--- a/mail2.c
+++ b/mail2.c
@@ -1,4 +1,4 @@
-/* $Id: mail2.c,v 1.5 2001/09/12 05:58:16 reinelt Exp $
+/* $Id: mail2.c,v 1.6 2001/09/12 06:17:22 reinelt Exp $
*
* mail: pop3, imap, news functions
*
@@ -20,6 +20,9 @@
*
*
* $Log: mail2.c,v $
+ * Revision 1.6 2001/09/12 06:17:22 reinelt
+ * *** empty log message ***
+ *
* Revision 1.5 2001/09/12 05:58:16 reinelt
* fixed bug in mail2.c
*
@@ -226,6 +229,7 @@ static int check_nntp(char *user, char *pass, char *machine,
return -1;
}
}
+ // Fixme: this is badbadbadbad
sleep(2); /* wait for newsserver to read groupinfo */
groups = 0;
err = 0;