7ebc5dbdea
1.5.21 (2010-09-15): + $mail_check_recent controls whether all unread mail or only new mail since the last mailbox visit will be reported as new + %D format expando for $folder_format ! $thorough_search defaults to yes + imap-logout-all closes all open IMAP connections ! header/body cache paths are always UTF-8 + $wrap_headers to control outgoing message's header length + all text/* parts can be displayed inline without mailcap + send-hooks now run in batch mode; previously only send2-hooks ran.
22 lines
738 B
Text
22 lines
738 B
Text
$NetBSD: patch-al,v 1.11 2010/11/07 14:52:47 tonio Exp $
|
|
|
|
--- configure.orig 2010-08-25 16:31:47.000000000 +0000
|
|
+++ configure
|
|
@@ -7836,7 +7836,7 @@ fi
|
|
|
|
old_LIBS="$LIBS"
|
|
LIBS="$LIBS $MUTTLIBS"
|
|
- for ac_func in start_color typeahead bkgdset curs_set meta use_default_colors resizeterm
|
|
+ for ac_func in start_color typeahead bkgdset curs_set meta use_default_colors resizeterm mvchgat mvwchgat
|
|
do
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_func declaration" >&5
|
|
@@ -8856,7 +8856,7 @@ fi
|
|
|
|
if test x$mutt_cv_setgid = xyes; then
|
|
DOTLOCK_GROUP='mail'
|
|
- DOTLOCK_PERMISSION=2755
|
|
+ DOTLOCK_PERMISSION=2555
|
|
else
|
|
DOTLOCK_GROUP=''
|
|
DOTLOCK_PERMISSION=755
|