[user]
name = Amin Bandali
email = amin@aminb.org
- # signingkey = 4E05246AB0BF7FFB
+ signingkey = 4E05246AB0BF7FFB
#+end_src
**** signing
#+begin_src conf
-# [commit]
-# gpgsign = true
+[commit]
+ gpgsign = true
# [format]
# signoff = true
#+end_src
user = aminb
#+end_src
+**** send-email
+#+begin_src conf
+[sendemail]
+ smtpuser = amin@aminb.org
+ smtpserver = nix.aminb.org
+ smtpserverport = 587
+ smtpencryption = tls
+ annotate = yes
+#+end_src
+
*** gitignore
:PROPERTIES:
:header-args+: :tangle ~/.gitignore_global
notmuch tag -new +sent -- from:amin@aminb.org or from:aminb@gnu.org or from:abandali@uwaterloo.ca or from:amin.bandali@uwaterloo.ca
# initial tagging
-notmuch tag +inbox +unread -new -- tag:new
+notmuch tag -latest -- tag:latest
+notmuch tag +inbox +unread +latest -new -- tag:new
# apply tags to lists
notmuch tag -inbox +lists/hackernewsletter -- folder:amin/lists/hackernewsletter
notmuch tag -inbox +lists/haskell-weekly -- folder:amin/lists/haskell-weekly
+
+notmuch tag -inbox +pay -- folder:amin/pay
# </aminb>
# <uw>
-notmuch tag -inbox +lists/cs136 -- folder:uwaterloo/lists/cs136
-notmuch tag -inbox +lists/se463 -- folder:uwaterloo/lists/se463
+notmuch tag -inbox +uw/cs136 -- folder:uwaterloo/lists/cs136
+notmuch tag -inbox +uw/se463 -- folder:uwaterloo/lists/se463
notmuch tag -inbox +lists/clvsingle -- folder:uwaterloo/lists/Clvsingle
notmuch tag -inbox +lists/gsa -- folder:uwaterloo/lists/GSA
notmuch tag -inbox +lists/haskell-cafe -- folder:gnu/l/haskell-cafe
notmuch tag -inbox +lists/haskell-art -- folder:gnu/l/haskell-art
notmuch tag -inbox +lists/notmuch -- folder:gnu/l/notmuch
-#</gnu>
+# </gnu>
+
+notmuch tag -inbox -unread +archive/notmuch -- path:archive/notmuch/**
+notmuch tag -inbox -unread +archive/emacs-devel -- path:archive/emacs-devel/**
#+end_src
*** notmuch.service