Hi, maybe this is a general and basic question about regex, but i also tried on regex101.com and it really should work... In my body i'd like to color URL indexes in the form [$ANYNUMBER], so in my muttrc i set a line like this:
color body brightmagenta default "\[[0-9]+\]" Now, strings like: [1] [123] etc. are matched, and this is what i want, but it seems it also matches something like: 123] :123] 12:123] What am i doning wrong? Thank you.