mail/.notmuch/hooks/post-new: Move from-archival to the end
authorW. Trevor King <wking@tremily.us>
Sat, 29 Mar 2014 15:09:51 +0000 (08:09 -0700)
committerW. Trevor King <wking@tremily.us>
Sun, 30 Mar 2014 16:31:47 +0000 (09:31 -0700)
I still want subject and issue tags on things I write.  Also fix a

  "from tvrkng@gmail.com" -> "from:tvrkng@gmail.com"

typo.

src/mail/.notmuch/hooks/post-new

index b29788e2de30b3cf97a961bdda5ed2e69ea5e306..dcaf65148c619e7806b802ebc603069a632232f2 100755 (executable)
@@ -1,8 +1,5 @@
 #!/bin/sh
 
-# immediately archive all messages from "me"
-notmuch tag -new -- tag:new and \( from:wking@tremily.us or from:wking@drexel.edu or from tvrkng@gmail.com \)
-
 # tag all message from mailing lists
 notmuch tag +be -- tag:new and to:be-devel@bugseverywhere.org
 notmuch tag +bluetooth -- tag:new and to:linux-bluetooth@vger.kernel.org
@@ -51,6 +48,9 @@ notmuch tag +admin -- tag:new and \( 'subject:report domain' or 'subject:DMARC.*
 # tag issues from bugtrackers
 notmuch tag +issue -- tag:new and \( from:bugzilla-daemon@gentoo.org or from:report@bugs.python.org \)
 
+# archive all messages from "me"
+notmuch tag -new -- tag:new and \( from:wking@tremily.us or from:wking@drexel.edu or from:tvrkng@gmail.com \)
+
 # remove new from things we don't want in the inbox
 notmuch tag +unread -new -- tag:new and \( tag:gramps or tag:notmuch or tag:simulavr \)