]> diplodocus.org Git - nmh/blobdiff - uip/sortm.c
m_getfld.c: Remove else after break in m_unknown() and m_Eom().
[nmh] / uip / sortm.c
index 2a711199a19600948b38fc9ec10577f318056953..6c436ba761ccf40844f2f078f58024e5d53ea61a 100644 (file)
@@ -431,10 +431,9 @@ get_fields (char *datesw, int msg, struct smsg *smsg)
            if (strcmp (subjsort, "subject") == 0) {
                while ((c = *cp)) {
                    if (! isspace((unsigned char) c)) {
-                       if(uprf(cp, "re:"))
-                           cp += 2;
-                       else
+                       if(!uprf(cp, "re:"))
                            break;
+                        cp += 2;
                    }
                    cp++;
                }