summaryrefslogtreecommitdiff
path: root/mail/mailline.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mailline.c')
-rw-r--r--mail/mailline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailline.c b/mail/mailline.c
index 647cb1e17..d6cef37df 100644
--- a/mail/mailline.c
+++ b/mail/mailline.c
@@ -687,13 +687,13 @@ folder_generator (const char *text, int state)
static char *
msgtype_generator (const char *text, int state)
{
/* Allowed message types, plus '/'. The latter can folow a colon,
meaning body lookup */
- static char types[] = "dnorTtu/";
+ static char types[] = "dnorsTtu/";
static int i;
char c;
if (!state)
{
i = 0;

Return to:

Send suggestions and report system problems to the System administrator.