summaryrefslogtreecommitdiff
path: root/from
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2001-01-08 08:06:18 +0000
committerAlain Magloire <alainm@gnu.org>2001-01-08 08:06:18 +0000
commit2fc7c34cd9817d56aa30195aa9162fbb7e87543d (patch)
tree9fa32275a3b7f1075a9b7d7c8b31426704285073 /from
parent4f3ca8147d96eac6fac979844f8ef94b4c16d394 (diff)
downloadmailutils-2fc7c34cd9817d56aa30195aa9162fbb7e87543d.tar.gz
mailutils-2fc7c34cd9817d56aa30195aa9162fbb7e87543d.tar.bz2
add imap_record for the test.
Diffstat (limited to 'from')
-rw-r--r--from/from.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/from/from.c b/from/from.c
index 01c724184..8d8532cfc 100644
--- a/from/from.c
+++ b/from/from.c
@@ -61,6 +61,7 @@ main(int argc, char **argv)
list_append (bookie, mbox_record);
list_append (bookie, path_record);
list_append (bookie, pop_record);
+ list_append (bookie, imap_record);
}
if ((status = mailbox_create_default (&mbox, mailbox_name)) != 0)

Return to:

Send suggestions and report system problems to the System administrator.