diff options
Diffstat (limited to 'mail/mutt-devel/files/patch-thread.c')
-rw-r--r-- | mail/mutt-devel/files/patch-thread.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/mutt-devel/files/patch-thread.c b/mail/mutt-devel/files/patch-thread.c deleted file mode 100644 index 7f231f6..0000000 --- a/mail/mutt-devel/files/patch-thread.c +++ /dev/null @@ -1,11 +0,0 @@ ---- thread.c.orig Tue Jan 21 13:25:22 2003 -+++ thread.c Thu Apr 10 17:59:05 2003 -@@ -1272,7 +1272,7 @@ - THREAD *threads[2]; - int i, rc; - -- if ((Sort & SORT_MASK) != SORT_THREADS) -+ if ((Sort & SORT_MASK) != SORT_THREADS || !hdr->thread) - return (1); - - threads[0] = hdr->thread; |