X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=thread.c;h=998cd6c17f18a379a3abdcbfcc4d681e1a67290f;hb=3714b39a106889e8f9ca6de2664e7aabe9a7e853;hp=d3c33c70476d13dffd3a0e90eac27d2708adfb89;hpb=420f3633557ed75a0de989eb065af6e09eed29ba;p=apps%2Fmadmutt.git diff --git a/thread.c b/thread.c index d3c33c7..998cd6c 100644 --- a/thread.c +++ b/thread.c @@ -41,6 +41,10 @@ static int need_display_subject (CONTEXT *ctx, HEADER *hdr) { THREAD *tmp, *tree = hdr->thread; + /* if the user disabled subject hiding, display it */ + if (!option (OPTHIDETHREADSUBJECT)) + return (1); + /* if our subject is different from our parent's, display it */ if (hdr->subject_changed) return (1);