mutt stable branch with some hacks
0
fork

Configure Feed

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

Increase mutt_pgpring path size to silence warning.

This is an independent binary, and doesn't have access to the BUFFER
functions. The binary is used by very few (if any) people at this
point, so just make the minimum fix to silence the warning.

+1 -1
+1 -1
pgppubring.c
··· 86 86 char *env_pgppath, *env_home; 87 87 88 88 char pgppath[_POSIX_PATH_MAX]; 89 - char kring[_POSIX_PATH_MAX]; 89 + char kring[_POSIX_PATH_MAX+12]; 90 90 91 91 while ((c = getopt (argc, argv, "f25sk:S")) != EOF) 92 92 {