openbsd-ports/mail/mutt/patches/patch-configure
brad 25fdf11cc2 - add optional SSL transport layer encryption for IMAP
- switch mailbox locking to flock()
- add RCS id to patch-configure
- fix offsets in patch_mbox_c
- mention IMAP support in DESCR
--
from naddy@
2000-07-27 22:27:59 +00:00

13 lines
309 B
Plaintext

$OpenBSD: patch-configure,v 1.5 2000/07/27 22:28:00 brad Exp $
--- configure.orig Thu Jul 6 19:07:35 2000
+++ configure Sat Jul 22 13:22:30 2000
@@ -3819,7 +3819,7 @@
if test x$mutt_cv_setgid = xyes; then
- DOTLOCK_GROUP='mail'
+ DOTLOCK_GROUP='wheel'
DOTLOCK_PERMISSION=2755
else
DOTLOCK_GROUP=''