summaryrefslogtreecommitdiff
path: root/libproto/mh/mbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/mh/mbox.c')
-rw-r--r--libproto/mh/mbox.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/libproto/mh/mbox.c b/libproto/mh/mbox.c
index da7da4d99..707f63b49 100644
--- a/libproto/mh/mbox.c
+++ b/libproto/mh/mbox.c
@@ -353,6 +353,13 @@ _mh_msg_init (struct _amd_data *amd, struct _amd_message *amm)
}
+static int
+mh_remove (struct _amd_data *amd)
+{
+ return amd_remove_dir (amd->name);
+}
+
+
int
_mailbox_mh_init (mu_mailbox_t mailbox)
@@ -375,7 +382,8 @@ _mailbox_mh_init (mu_mailbox_t mailbox)
amd->msg_cmp = mh_message_cmp;
amd->message_uid = mh_message_uid;
amd->next_uid = _mh_next_seq;
-
+ amd->remove = mh_remove;
+
/* Set our properties. */
{
mu_property_t property = NULL;

Return to:

Send suggestions and report system problems to the System administrator.