lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 18.09-beta 13 lines 346 B view raw
1--- a/maildrop/configure 2012-09-06 01:52:13.000000000 +0100 2+++ b/maildrop/configure 2013-01-04 03:00:57.095628327 +0000 3@@ -17562,8 +17562,8 @@ 4 check_spooldir() { 5 if test "$CHECKED_SPOOLDIR" != 1 6 then 7- get_spooldir 8- MBOX_DIR="$SPOOLDIR" 9+ MBOX_DIR="/var/spool/mail" 10+ MBOX_RESET_GID=0 11 CHECKED_SPOOLDIR=1 12 fi 13 }