mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Clean up some debugging code in the build system update.

+1 -1
+1 -1
m4/Makefile.am
··· 2 2 3 3 dist-hook: 4 4 for i in $(srcdir)/*.m4 ; do \ 5 - echo cp -p $$i $(distdir) ; \ 5 + cp -f -p $$i $(distdir) ; \ 6 6 done