#ifndef _CHARSET_H
#define _CHARSET_H
-#define CHARSET_MAGIC "Mutt Character Set Definition 1.1\n"
-
-#ifndef _GEN_CHARSETS
-
typedef int CHARSET_MAP[256];
typedef struct descr
unsigned char mutt_display_char(unsigned char, CHARSET_MAP *);
void mutt_decode_utf8_string(char *, CHARSET *);
-#endif
-
#endif /* _CHARSET_H */
** If this variable is set, mutt will try to use the "LAST" POP command
** for retrieving only unread messages from the POP server.
*/
- { "pop_user", DT_STR, R_NONE, UL &PopUser, UL "" },
+ { "pop_user", DT_STR, R_NONE, UL &PopUser, 0 },
/*
** .pp
** Your login name on the POP3 server.
}
}
flush_doc (docstat, out);
+ fputs ("\n", out);
}
/* skip whitespace */
{
msg = mutt_new_header ();
-#if 0
-
- /* this is no longer used. */
-
- if (flags == SENDRESEND)
- {
- if (mutt_prepare_template (fp, ctx, msg, cur, 1) < 0)
- goto cleanup;
- }
- else
-
-#endif
-
if (flags == SENDPOSTPONED)
{
if ((flags = mutt_get_postponed (ctx, msg, &cur, fcc, sizeof (fcc))) < 0)