* hurd-i386 fixes:
+ Use libgdbm-dev for this arch until libtokyocabinet-dev is available.
+ + #define PATH_MAX _POSIX_PATH_MAX. (Fixed in upstream hg, though
+ differently.)
* /usr/bin/mutt is an alternative now, instead of a diversion in
mutt-patched.
upstream/573823-imap_internal_date
upstream/542344-dont_fold_From_
+upstream/path_max
misc/hyphen-as-minus.patch
#misc/manpage-typos.patch
misc/smime_keys-manpage.patch
--- /dev/null
+Fixed in hg around 5354:d4ea7f571f10; remove as soon as there's no PATH_MAX in the code anymore.
+
+--- a/mutt.h
++++ b/mutt.h
+@@ -52,6 +52,11 @@
+ #include <limits.h>
+ #endif
+
++/* PATH_MAX is undefined on the hurd */
++#ifndef PATH_MAX
++#define PATH_MAX _POSIX_PATH_MAX
++#endif
++
+ #include <pwd.h>
+ #include <grp.h>
+