summaryrefslogtreecommitdiff
path: root/readmsg
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2001-06-29 04:01:50 +0000
committerAlain Magloire <alainm@gnu.org>2001-06-29 04:01:50 +0000
commit29d84e71986f154374d02ed1975cd667dbd1b4ef (patch)
treee8a840d78f3e5953b10ec516a51e644aa5699d91 /readmsg
parent284950f5badb33ecc86338ce08ad9cddd068e092 (diff)
downloadmailutils-29d84e71986f154374d02ed1975cd667dbd1b4ef.tar.gz
mailutils-29d84e71986f154374d02ed1975cd667dbd1b4ef.tar.bz2
* mail/util.c (util_expand_msglist): Implement expansion of
:d All deleted messages :n All new messages :o All old messages :r All messages that have already been read :u All unread messages /string All messages with string in the subject line (the case of characters in string is ignored)
Diffstat (limited to 'readmsg')
-rw-r--r--readmsg/readmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/readmsg/readmsg.c b/readmsg/readmsg.c
index aae3b7acb..1d3302301 100644
--- a/readmsg/readmsg.c
+++ b/readmsg/readmsg.c
@@ -85,7 +85,7 @@ main(int argc, char **argv)
msgset (argc - 1, &argv[1], &set, &n);
else
{
- char *av[] = { "*" };
+ const char *av[] = { "*" };
msgset (1, av, &set, &n);
}

Return to:

Send suggestions and report system problems to the System administrator.