summaryrefslogtreecommitdiff
path: root/mh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-12 14:36:03 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-12 14:36:03 +0000
commit7b9112029e568981f1dedeee35cce33775dbaf56 (patch)
tree85e6614dcdda13ab9983c1a1d2366d09ba700cc4 /mh
parent85b1c4366494353eec9538a039dd2a1d45ed10e8 (diff)
downloadmailutils-7b9112029e568981f1dedeee35cce33775dbaf56.tar.gz
mailutils-7b9112029e568981f1dedeee35cce33775dbaf56.tar.bz2
(mh_open_folder): Changed default open flags to MU_STREAM_RDWR.
Diffstat (limited to 'mh')
-rw-r--r--mh/mh_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/mh_init.c b/mh/mh_init.c
index 15a234399..a4b110c68 100644
--- a/mh/mh_init.c
+++ b/mh/mh_init.c
@@ -291,7 +291,7 @@ mh_open_folder (const char *folder, int create)
{
mailbox_t mbox = NULL;
char *name;
- int flags = MU_STREAM_READ;
+ int flags = MU_STREAM_RDWR;
name = mh_expand_name (folder, 1);
if (create && mh_check_folder (name, 1))

Return to:

Send suggestions and report system problems to the System administrator.