about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
author_1126 <mail@elfsechsundzwanzig.de>2014-07-02 17:14:20 +0200
committer_1126 <mail@elfsechsundzwanzig.de>2014-07-02 17:14:20 +0200
commit61c200391a225ebeabe147a70dbfb0c5bfda44b6 (patch)
treef9804e49fad4882bd7e3d0248aff08f37891f21b /pkgs/applications/networking/mailreaders
parent6a7d60c01a22e83d625506b7cc9243b8da41656a (diff)
downloadnixlib-61c200391a225ebeabe147a70dbfb0c5bfda44b6.tar
nixlib-61c200391a225ebeabe147a70dbfb0c5bfda44b6.tar.gz
nixlib-61c200391a225ebeabe147a70dbfb0c5bfda44b6.tar.bz2
nixlib-61c200391a225ebeabe147a70dbfb0c5bfda44b6.tar.lz
nixlib-61c200391a225ebeabe147a70dbfb0c5bfda44b6.tar.xz
nixlib-61c200391a225ebeabe147a70dbfb0c5bfda44b6.tar.zst
nixlib-61c200391a225ebeabe147a70dbfb0c5bfda44b6.zip
mutt: added mailpath.patch.
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/mutt/mailpath.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/mutt/mailpath.patch b/pkgs/applications/networking/mailreaders/mutt/mailpath.patch
new file mode 100644
index 000000000000..3fb9c7a5f7f9
--- /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