diff options
author | ltoetsch <> | 2001-03-15 14:25:05 +0000 |
---|---|---|
committer | ltoetsch <> | 2001-03-15 14:25:05 +0000 |
commit | 55d18afd6949185850a61441adbf245e18e7d1ed (patch) | |
tree | 4c16c32fcf95beb1bfef9bbac846dd183e83a43b /mail.h | |
parent | 17d48d42d690475b60be3b1e2cfdb30bfff54e83 (diff) | |
download | lcd4linux-55d18afd6949185850a61441adbf245e18e7d1ed.tar.gz |
[lcd4linux @ 2001-03-15 14:25:05 by ltoetsch]
added unread/total news
Diffstat (limited to 'mail.h')
-rw-r--r-- | mail.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: mail.h,v 1.3 2001/03/14 13:19:29 ltoetsch Exp $ +/* $Id: mail.h,v 1.4 2001/03/15 14:25:05 ltoetsch Exp $ * * email specific functions * @@ -20,6 +20,9 @@ * * * $Log: mail.h,v $ + * Revision 1.4 2001/03/15 14:25:05 ltoetsch + * added unread/total news + * * Revision 1.3 2001/03/14 13:19:29 ltoetsch * Added pop3/imap4 mail support * @@ -38,5 +41,5 @@ #define MAILBOXES 9 int Mail (int index, int *num, int *unseen); -int Mail_pop_imap(char *mbx, int *num, int *unseen); /* mail2.c */ +int Mail_pop_imap_news(char *mbx, int *num, int *unseen); /* mail2.c */ #endif |