dracula / mutt

🧛🏻‍♂️ Dark theme for Mutt
https://draculatheme.com/mutt
MIT License
32 stars 1 forks source link

url regexp too simplistic #2

Open minusf opened 5 years ago

minusf commented 5 years ago
Screenshot 2019-04-10 at 15 07 04

having said that, it probably shouldnt be something monstrous like the solarized mutt url regexp :}

minusf commented 5 years ago

this seemed to help:

-color body     color228    default     (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+        # URLs
+color body     color228    default     (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9\+]+      # URLs