X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc3676.c;h=b1a2e01608e5a65c654a0b7366981a6021a1a678;hp=650fc5001903456135f982e7aaa02b01cdb8d64c;hb=6f41c52076e60ae7f2b6337b7dc9ea3fa23400e2;hpb=2f15afad1abb96ced1cb433fed38c90d686ffa0e diff --git a/rfc3676.c b/rfc3676.c index 650fc50..b1a2e01 100644 --- a/rfc3676.c +++ b/rfc3676.c @@ -173,7 +173,7 @@ int rfc3676_handler (BODY * a, STATE * s) { * possibly a change in quoting level. But that's better than not * displaying it at all. */ - if ((t = strrchr (buf, '\n')) || (t = strrchr (buf, '\r'))) { + if ((t = strrchr (buf, '\r')) || (t = strrchr (buf, '\n'))) { *t = '\0'; buf_len = t - buf; }