From 61c200391a225ebeabe147a70dbfb0c5bfda44b6 Mon Sep 17 00:00:00 2001 From: _1126 Date: Wed, 2 Jul 2014 17:14:20 +0200 Subject: [PATCH] mutt: added mailpath.patch. --- .../networking/mailreaders/mutt/mailpath.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pkgs/applications/networking/mailreaders/mutt/mailpath.patch diff --git a/pkgs/applications/networking/mailreaders/mutt/mailpath.patch b/pkgs/applications/networking/mailreaders/mutt/mailpath.patch new file mode 100644 index 00000000000..3fb9c7a5f7f --- /dev/null +++ b/pkgs/applications/networking/mailreaders/mutt/mailpath.patch @@ -0,0 +1,12 @@ +diff -r 8f62001989cc configure.ac +--- a/configure.ac Sat Feb 08 10:24:22 2014 -0800 ++++ b/configure.ac Wed Jul 02 12:34:40 2014 +0200 +@@ -473,6 +473,8 @@ + mutt_cv_mailpath=/usr/spool/mail + elif test -d /usr/mail; then + mutt_cv_mailpath=/usr/mail ++ elif test -d /tmp; then ++ mutt_cv_mailpath=/tmp + fi]) + ]) + if test "$mutt_cv_mailpath" = no; then