summaryrefslogtreecommitdiff
path: root/imap4d/uid.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkaivo@ndn.net>2000-09-04 06:07:44 +0000
committerJakob Kaivo <jkaivo@ndn.net>2000-09-04 06:07:44 +0000
commit865067223c5fe78dd2b48b3aa1496fcd2a7ae5fd (patch)
treeb1842cb8e707541953427c9374a08a21936912af /imap4d/uid.c
parente4695e885cac8cf698113e080a12062a20145d83 (diff)
downloadmailutils-865067223c5fe78dd2b48b3aa1496fcd2a7ae5fd.tar.gz
mailutils-865067223c5fe78dd2b48b3aa1496fcd2a7ae5fd.tar.bz2
more imap4d infrastructure
Diffstat (limited to 'imap4d/uid.c')
-rw-r--r--imap4d/uid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/imap4d/uid.c b/imap4d/uid.c
index 0925c1e1d..ab251e757 100644
--- a/imap4d/uid.c
+++ b/imap4d/uid.c
@@ -18,12 +18,12 @@
#include "imap4d.h"
/*
- *
+ * see comment in store.c, raise to the nth power
+ * this is really going to sux0r (maybe)
*/
int
imap4d_uid (int argc, char **argv)
{
- util_out (argv[0], TAG_NONE, "BAD %s Command not implemented", argv[1]);
- return util_finish (argc, argv, RESP_BAD, "Command not implemented");
+ return NOT_IMPL;
}

Return to:

Send suggestions and report system problems to the System administrator.