mutt stable branch with some hacks
0
fork

Configure Feed

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

Only define min() if not present. Closes #3199

+2
+2
alias.c
··· 488 488 char bestname[HUGE_STRING]; 489 489 int i; 490 490 491 + #ifndef min 491 492 #define min(a,b) ((a<b)?a:b) 493 + #endif 492 494 493 495 if (s[0] != 0) /* avoid empty string as strstr argument */ 494 496 {