summaryrefslogtreecommitdiff
path: root/include/mailutils/stream.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-10-27 17:29:36 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-10-27 17:29:36 +0200
commitcdb95d01e4ead871b5d10543a32dd28ea5740a0d (patch)
tree877424091045179ebd69c2eacbe1c060553869dc /include/mailutils/stream.h
parent42ca2c2ef8ed0987f302cc360359c5b2ce4427c8 (diff)
downloadmailutils-cdb95d01e4ead871b5d10543a32dd28ea5740a0d.tar.gz
mailutils-cdb95d01e4ead871b5d10543a32dd28ea5740a0d.tar.bz2
vacation: read message body from the file
* doc/texinfo/sieve.texi: Document recent changes to vacation. * libmu_sieve/extensions/vacation.c (vacation_reply): Handle the "rfc2822" tag: if set together with :file, treat the file as the RFC2822 message. Otherwise, read message body from it. * sieve/tests/vacation.at: Add test for :rfc2822
Diffstat (limited to 'include/mailutils/stream.h')
-rw-r--r--include/mailutils/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mailutils/stream.h b/include/mailutils/stream.h
index 07f99c30a..12d6d7cfa 100644
--- a/include/mailutils/stream.h
+++ b/include/mailutils/stream.h
@@ -93,7 +93,7 @@ enum mu_buffer_type
If pat==NULL, any reads from that stream will return EOF. */
#define MU_IOCTL_NULLSTREAM_SET_PATTERN 0
/* Set pattern class for reads: Argument int *pclass (a class mask
- from mailutils/cctype.h */
+ from mailutils/cctype.h) */
#define MU_IOCTL_NULLSTREAM_SET_PATCLASS 1
/* Limit stream size. Argument: mu_off_t *psize; */
#define MU_IOCTL_NULLSTREAM_SETSIZE 2

Return to:

Send suggestions and report system problems to the System administrator.