diff options
| author | Akshat Kumar <seed@mail.nanosouffle.net> | 2013-09-06 16:19:57 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2013-09-06 16:19:57 -0400 |
| commit | 7603066e73d31aab84657bc4c0806f11856f672f (patch) | |
| tree | 0b02b6d73929c567c3aa7efb91f27e7f5b269073 /src/cmd/acme/mail/dat.h | |
| parent | 951fef52c99ad174f9cfb413ba7fd831d1ee5e4b (diff) | |
| download | plan9port-7603066e73d31aab84657bc4c0806f11856f672f.tar.gz plan9port-7603066e73d31aab84657bc4c0806f11856f672f.zip | |
acme Mail: add Search command
Introduces the Search command for mailboxes.
Arguments passed are treated as one space-
separated string, passed on to mailfs' IMAP
search interface.
R=rsc, david.ducolombier
CC=plan9port.codebot
https://codereview.appspot.com/13238044
Diffstat (limited to 'src/cmd/acme/mail/dat.h')
| -rw-r--r-- | src/cmd/acme/mail/dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/acme/mail/dat.h b/src/cmd/acme/mail/dat.h index 9a6be955..a7ac6a0b 100644 --- a/src/cmd/acme/mail/dat.h +++ b/src/cmd/acme/mail/dat.h @@ -142,6 +142,7 @@ extern Message* mesglookupfile(Message*, char*, char*); extern void mesgfreeparts(Message*); extern int mesgcommand(Message*, char*); +extern char* info(Message*, int, int); extern char* readfile(char*, char*, int*); extern char* readbody(char*, char*, int*); extern void ctlprint(CFid*, char*, ...); |
