summaryrefslogtreecommitdiff
path: root/frm
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2001-01-20 04:34:39 +0000
committerAlain Magloire <alainm@gnu.org>2001-01-20 04:34:39 +0000
commit94eda4fb6f6ae904fe56f37203a10bf8cb583ee6 (patch)
tree6786fc9100913df789c9aaac45adb1c300b9031b /frm
parent5bc4fc415d8e7bfdf30b63473bd37d41e1e94637 (diff)
downloadmailutils-94eda4fb6f6ae904fe56f37203a10bf8cb583ee6.tar.gz
mailutils-94eda4fb6f6ae904fe56f37203a10bf8cb583ee6.tar.bz2
pop: Check for Berkeley DB in configure and define HAVE_DB_H and WITH_BDB2
pop: RETR and TOP if buffer is not a full line i.e terminated by a '\n' realloc the buffer and try again. pop: STAT remove excess comment. pop: user use the /dev/null scheme if mailbox does not exist. mailbox: buglet if the mailbox format we were reading less then expected.
Diffstat (limited to 'frm')
-rw-r--r--frm/frm.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/frm/frm.c b/frm/frm.c
index a47b61dd1..a90ca8ec3 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -201,13 +201,12 @@ usage (const char *argv)
exit (0);
}
-/* This a close of the elm program call "frm". It is a good example on
+/* This is a clone of the elm program call "frm". It is a good example on
how to use the observable(callback) of libmailutils. "frm" has to
- be very interactive so it is not possible to call mailbox_messages_count()
+ be very interactive, it is not possible to call mailbox_messages_count()
and wait for the scanning to finish before displaying. As soon as the scan
find a new message we want to know about it, this is done by registering
- an observable type MU_MAILBOX_NEW_MSG. The rest is simple displaying
- formating code. */
+ an observable type MU_MAILBOX_MSG_ADD. The rest is formating code. */
int
main(int argc, char **argv)

Return to:

Send suggestions and report system problems to the System administrator.