mutt stable branch with some hacks
0
fork

Configure Feed

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

Add missing include <locale.h> to send.c and edit.c.

+2
+1
edit.c
··· 29 29 #include <stdio.h> 30 30 #include <string.h> 31 31 #include <stdlib.h> 32 + #include <locale.h> 32 33 #include <ctype.h> 33 34 #include <sys/stat.h> 34 35 #include <fcntl.h>
+1
send.c
··· 34 34 35 35 #include <ctype.h> 36 36 #include <stdlib.h> 37 + #include <locale.h> 37 38 #include <unistd.h> 38 39 #include <string.h> 39 40 #include <errno.h>