65975c2510
-- The Mutt Mail User Agent This is a nifty e-mail client that includes excellent PGP hooks. Other features include: - color support - message threading - MIME support (including RFC2047 support for encoded headers) - IMAP (also over SSL) and POP3 support - support for multiple mailbox formats (mbox, MMDF, MH, maildir) - highly customizable, including key bindings - searches using regular expression - Delivery Status Notification (DSN) support - PGP/MIME (RFC2015) - small and efficient Flavors: slang - build using the S-Lang library for screen handling. imap - build with IMAP & SSL support. pop - build with POP3 support. compressed - build with compressed folder support (see: http://www.spinnaker.de/mutt/compressed/) mixmaster - build with anonymous remailing support. This is the development version of mutt. WWW: http://www.mutt.org/
13 lines
365 B
Plaintext
13 lines
365 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2001/08/20 19:51:53 lebel Exp $
|
|
--- configure.orig Tue Jul 24 17:27:20 2001
|
|
+++ configure Sun Aug 19 19:30:55 2001
|
|
@@ -4605,7 +4605,7 @@ docdir=$mutt_cv_docdir
|
|
|
|
|
|
if test x$mutt_cv_setgid = xyes; then
|
|
- DOTLOCK_GROUP='mail'
|
|
+ DOTLOCK_GROUP='wheel'
|
|
DOTLOCK_PERMISSION=2755
|
|
else
|
|
DOTLOCK_GROUP=''
|