Commit a10ca99e a10ca99ec146bcbfa5bc42fe1669eaafce7f5486 by Sergey Poznyakoff

Updated

1 parent 300a2ab5
1 2002-12-11 Sergey Poznyakoff 1 2002-12-11 Sergey Poznyakoff
2 2
3 * examples/numaddr.c: Fixed malformed comment.
4 * doc/texinfo/libsieve.texi: Updated.
5
6 2002-12-11 Sergey Poznyakoff
7
3 * configure.ac: Added --enable-experimental option to enable 8 * configure.ac: Added --enable-experimental option to enable
4 building of experimental/unfinished utilities. Currently it 9 building of experimental/unfinished utilities. Currently it
5 controls mh utils. 10 controls mh utils.
......
...@@ -1140,7 +1140,7 @@ The effect of this action is to preserve the current message in the ...@@ -1140,7 +1140,7 @@ The effect of this action is to preserve the current message in the
1140 mailbox. This action is executed if no other action has been executed. 1140 mailbox. This action is executed if no other action has been executed.
1141 @end deffn 1141 @end deffn
1142 1142
1143 @deffn discard 1143 @deffn Action discard
1144 1144
1145 @code{Discard} silently throws away the current message. No notification 1145 @code{Discard} silently throws away the current message. No notification
1146 is returned to the sender, the message is deleted from the mailbox. 1146 is returned to the sender, the message is deleted from the mailbox.
......