mutt stable branch with some hacks
0
fork

Configure Feed

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

Fix linking for body cache without IMAP support.

+1
+1
configure.in
··· 500 500 [ if test x$enableval = xyes ; then 501 501 AC_DEFINE(USE_POP,1,[ Define if you want support for the POP3 protocol. ]) 502 502 MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS pop.o pop_lib.o pop_auth.o" 503 + need_pop="yes" 503 504 need_socket="yes" 504 505 need_md5="yes" 505 506 fi