summaryrefslogtreecommitdiff
path: root/src/mail-wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mail-wrapper.c')
-rw-r--r--src/mail-wrapper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mail-wrapper.c b/src/mail-wrapper.c
index 688591f55..5989ae162 100644
--- a/src/mail-wrapper.c
+++ b/src/mail-wrapper.c
@@ -38,8 +38,8 @@ const char *LEGAL_PARENT_NAMES[] = {
};
/* Should make these arrays too... */
-const int LEGAL_PARENT_UID = 0; /* mail's UID *//* actually, using smtp's */
-const int LEGAL_PARENT_GID = 0; /* mail's GID *//* actually, using smtp's */
+const int LEGAL_PARENT_UID = 1; /* mail's UID */
+const int LEGAL_PARENT_GID = 1; /* mail's GID */
/*