diff options
Diffstat (limited to 'pith/msgno.c')
-rw-r--r-- | pith/msgno.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/msgno.c b/pith/msgno.c index e1dd2f35..91b53e12 100644 --- a/pith/msgno.c +++ b/pith/msgno.c @@ -271,7 +271,7 @@ msgno_exclude_deleted(MAILSTREAM *stream, MSGNO_S *msgs, char *sequence) (void) count_flagged(stream, F_DEL); if(sequence) - mail_sequence (stream,sequence); + mail_sequence (stream,(unsigned char *) sequence); /* * Start with the end of the folder and work backwards so that |