<<< Date Index >>>     <<< Thread Index >>>

Re: [Mutt] #2556: using spam tagging disrupts drawing of threads



#2556: using spam tagging disrupts drawing of threads

Changes (by brendan):

  * status:  new => closed
  * resolution:  => invalid

Old description:

> {{{
> When using 'spam' to tag mail and using '%?H?[%H]?' to display
> this in index the threading arrow drawing if off for files
> having been marked as spam. See the screenshot for an explanation.
>
> I use:
> # --- spam
> spam "X-Spam-Level: \\*\\*"  "SA2"
> spam "X-Spam-Level: \\*\\*\\*"  "SA3"
> spam "X-Spam-Level: \\*\\*\\*\\*"  "SA4"
> >How-To-Repeat:
> See description, you also need to setup threading.
> >Fix:
> Unknown
> }}}

New description:

 {{{
 When using 'spam' to tag mail and using '%?H?[%H]?' to display
 this in index the threading arrow drawing if off for files
 having been marked as spam. See the screenshot for an explanation.

 I use:
 # --- spam
 spam "X-Spam-Level: \\*\\*"  "SA2"
 spam "X-Spam-Level: \\*\\*\\*"  "SA3"
 spam "X-Spam-Level: \\*\\*\\*\\*"  "SA4"
 >How-To-Repeat:
 See description, you also need to setup threading.
 >Fix:
 Unknown
 }}}

Comment:

 that's a config error. You need to leave room for your spam tag, eg with
 `%?H?[%H]&     ?`

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/2556#comment:1>