tmp is only used for mbox and mmdf iniital line examination. That
only needs to look at 6 characters from the first line.
{
struct stat st;
int magic = 0;
- char tmp[_POSIX_PATH_MAX];
FILE *f;
#ifdef USE_IMAP
struct utimbuf times;
#endif /* HAVE_UTIMENSAT */
int ch;
+ char tmp[10];
/* Some mailbox creation tools erroneously append a blank line to
* a file before appending a mail message. This allows mutt to