sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit a637136070c47119cd0c1263784fb47e2fb43c15
parent d41b344820efa9194dd8cb31164eb7d1e386dfe6
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Fri, 23 Nov 2007 22:51:34 +0000

chronic on:today patch from Grant Hollingworth

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@712 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M lib/sup/index.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/index.rb b/lib/sup/index.rb
@@ -394,7 +394,7 @@ protected
       result = result.gsub(/\b(before|on|in|after):(\((.+?)\)\B|(\S+)\b)/) do
         break if chronic_failure
         field, datestr = $1, ($3 || $4)
-        realdate = Chronic.parse(datestr, :guess => false)
+        realdate = Chronic.parse(datestr, :guess => false, :context => :none)
         if realdate
           case field
           when "after"