When I fixed the long-standing makedir() bugs in January, I had the code call
[mmh] / config.h.in
index 89b10e8..2fc6d3b 100644 (file)
 /*
  * Define the default creation modes for folders and messages.
  */
 /*
  * Define the default creation modes for folders and messages.
  */
-#define DEFAULT_FOLDER_MODE "0700"
-#define DEFAULT_MESSAGE_MODE "0600"
+#define DEFAULT_FOLDER_MODE "700"
+#define DEFAULT_MESSAGE_MODE "600"
 
 /*
  * The prefix which is prepended to the name of messages when they
 
 /*
  * The prefix which is prepended to the name of messages when they