aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-thread.c')
-rw-r--r--mail/message-thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-thread.c b/mail/message-thread.c
index a1abc23560..e3200b3a69 100644
--- a/mail/message-thread.c
+++ b/mail/message-thread.c
@@ -190,7 +190,7 @@ get_root_subject(struct _container *c, int *re)
if ((s[0] == 'r' || s[0]=='R')
&& (s[1] == 'e' || s[1]=='E')) {
p = s+2;
- while (ispunct(*p) || (isdigit(*p) && (*p != ':')))
+ while (isdigit(*p) || (ispunct(*p) && (*p != ':')))
p++;
if (*p==':') {
*re = TRUE;