sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit beade458306f7ed3a11280280c4dbc49e8b076bb
parent 909626a317d1a0abf3df214663847eb2f2b60a9d
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Thu, 31 Oct 2013 09:04:29 +0100

rmail: no need to monkeypatch regexp anymore, included in our rmail-sup version

Diffstat:
M lib/sup/util.rb | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/lib/sup/util.rb b/lib/sup/util.rb
@@ -132,8 +132,6 @@ module RMail
     # Convert to ASCII before trying to match with regexp
     class Field
 
-      EXTRACT_FIELD_NAME_RE = /\A([^\x00-\x1f\x7f-\xff :]+):\s*/no
-
       class << self
         def parse(field)
           field = field.dup.to_s