You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- mutt-1.5.13/configure.nodotlock 2007-02-06 15:14:03.000000000 +0100 |
|
+++ mutt-1.5.13/configure 2007-02-06 15:14:04.000000000 +0100 |
|
@@ -12300,6 +12300,7 @@ |
|
{ |
|
struct stat s; |
|
|
|
+ return 1; |
|
stat ("$mutt_cv_mailpath", &s); |
|
if (s.st_mode & S_IWGRP) exit (0); |
|
exit (1);
|
|
|