summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-11-24 00:13:41 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-11-24 00:13:41 +0200
commit43853ce85b785d36b44b6850ceac7136c54f54f0 (patch)
tree091a2815b0378aa27366e04c9d7fb0c0cbcab58d /doc
parent764ebfd7f22dd2634413f1d427ab0f51b0b7797b (diff)
downloadmailutils-43853ce85b785d36b44b6850ceac7136c54f54f0.tar.gz
mailutils-43853ce85b785d36b44b6850ceac7136c54f54f0.tar.bz2
mh: implement rmmproc.
* include/mailutils/sys/amd.h (_amd_data) <delete_msg>: New method. * libmailutils/base/amd.c (amd_expunge): If delete_msg is defined, use it. * libproto/mh/mbox.c (_mh_msg_delete): New method. (_mailbox_mh_init): Set delete_msg if "rmmproc" component is defined. * mh/tests/movemsg: New file. * mh/tests/Makefile.am (EXTRA_DIST): Add movemsg. * mh/tests/rmm.at: Test rmmproc effects. * mh/tests/rmf.at (MH_KEYWORDS): Fix copy-n-paste error. * doc/texinfo/mu-mh.texi: Document rmmproc. * mh/TODO: Update.
Diffstat (limited to 'doc')
-rw-r--r--doc/texinfo/mu-mh.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/texinfo/mu-mh.texi b/doc/texinfo/mu-mh.texi
index 99ebaebf6..f231a69ed 100644
--- a/doc/texinfo/mu-mh.texi
+++ b/doc/texinfo/mu-mh.texi
@@ -427,7 +427,12 @@ Mailutils @command{rmm} does not delete any messages. Standard
non-existent one.
@item
-The @code{rmmproc} profile component is not used.
+The @command{rmm} utility will unlink messages, if the @code{rmmproc}
+profile component has empty value, e.g.:
+
+@example
+rmmproc:
+@end example
@end enumerate
@item sortm

Return to:

Send suggestions and report system problems to the System administrator.