mutt stable branch with some hacks
0
fork

Configure Feed

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

Drop declaration for unused argv/argc parameters.

Fixes GCC warning with -Wextra.

+1 -1
+1 -1
md5.c
··· 456 456 457 457 #ifdef MD5UTIL 458 458 /* local md5 equivalent for header cache versioning */ 459 - int main(int argc, char** argv) 459 + int main(void) 460 460 { 461 461 unsigned char r[16]; 462 462 int rc;