sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 90bc833454f62d4c7d543ade8519201071e166df
parent eff41c810443850deea2057f7964d9e1486b942f
Author: Rich Lane <rlane@club.cc.cmu.edu>
Date:   Sat, 16 Jan 2010 12:03:06 -0800

id query prefix synonym for msgid

notmuch has created an "id:" convention for referring to emails.
We already had "msgid:", but support this syntax too.

Diffstat:
M lib/sup/xapian_index.rb | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup/xapian_index.rb b/lib/sup/xapian_index.rb
@@ -300,6 +300,7 @@ EOS
     'source_id' => 'I',
     'attachment_extension' => 'O',
     'msgid' => 'Q',
+    'id' => 'Q',
     'thread' => 'H',
     'ref' => 'R',
   }