summaryrefslogtreecommitdiff
path: root/libmailutils/mailbox/header.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-01-26 00:30:28 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-01-26 01:05:52 +0200
commit3798a0f09da7fcaa6daa12e9ae483ebf99f7c46a (patch)
tree97c80866168b24c3c45f2d1961311d80b6ff1823 /libmailutils/mailbox/header.c
parentbc4d023a3810a7da6ede2cc522cdc34fa3129378 (diff)
downloadmailutils-3798a0f09da7fcaa6daa12e9ae483ebf99f7c46a.tar.gz
mailutils-3798a0f09da7fcaa6daa12e9ae483ebf99f7c46a.tar.bz2
imap4d: implement SEARCH CHARSET; fix BODY and TEXT searches.
* imap4d/search.c: Implement proper BODY searches. Implement CHARSET. * imap4d/util.c (util_strcasestr): Remove. Use mu_c_strcasestr instead. * imap4d/imap4d.h: Likewise. * NEWS: Document changes.
Diffstat (limited to 'libmailutils/mailbox/header.c')
-rw-r--r--libmailutils/mailbox/header.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmailutils/mailbox/header.c b/libmailutils/mailbox/header.c
index 66af14209..98433b740 100644
--- a/libmailutils/mailbox/header.c
+++ b/libmailutils/mailbox/header.c
@@ -688,8 +688,8 @@ mu_header_sget_value_n (mu_header_t header,
int
mu_header_aget_value_n (mu_header_t header,
- const char *name, int n,
- char **pval)
+ const char *name, int n,
+ char **pval)
{
const char *s;
int status = mu_header_sget_value_n (header, name, n, &s);

Return to:

Send suggestions and report system problems to the System administrator.