summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.el35
1 files changed, 16 insertions, 19 deletions
diff --git a/config.el b/config.el
index 16d7085..9c6e537 100644
--- a/config.el
+++ b/config.el
@@ -11,31 +11,28 @@
(quote
(("vasudev-debian@copyninja.info" . "vasudev-debian/Sent")
("vasudev@debian.org" . "vasudev-debian/Sent")
- ("vasudev@copyninja.info" . "vasudev-copyninja.info/Sent")
+ ("vasudev@copyninja.info" . "vasudev/Sent")
("kamathvasudev@gmail.com" . "Gmail-1/Sent"))))
'(notmuch-hello-tag-list-make-query "tag:unread")
'(notmuch-message-headers (quote ("Subject" "To" "Cc" "Bcc" "Date" "Reply-To")))
'(notmuch-saved-searches
(quote
- ((:name "debian-devel" :query "tag:debian-devel and tag:unread")
- (:name "debian-fonts" :query "tag:debian-fonts and tag:unread")
- (:name "debian-india" :query "tag:debian-india and tag:Debian-India and tag:unread")
- (:name "debian-devel-announce" :query "tag:debian-devel-announce and tag:unread")
- (:name "Plan9 and 9Front" :query "tag:9fans and and tag:9front and tag:unread")
- (:name "rkrishnan" :query "tag:rkrishnan and tag:unread")
- (:name "Gmail/INBOX" :query "folder:Gmail-1/INBOX and tag:unread")
- (:name "vasudev/INBOX" :query "folder:vasudev-copyninja.info/INBOX and tag:unread")
- (:name "vasudev-debian/INBOX" :query "folder:vasudev-debian/INBOX and tag:unread")
- (:name "debian-project" :query "tag:debian-project and tag:unread")
- (:name "libindic-dev" :query "tag:libindic-dev and tag:unread")
+ ((:name "debian-devel" :query "tag:vasudev-debian/debian-devel and tag:unread")
+ (:name "debian-fonts" :query "tag:vasudev-debian/debian-fonts and tag:unread")
+ (:name "debian-india" :query "tag:vasudev-debian/debian-india and tag:unread")
+ (:name "debian-devel-announce" :query "tag:vasudev-debian/debian-devel-announce and tag:unread")
+ (:name "Plan9 and 9Front" :query "tag:vasudev/9fans and and tag:vasudev/9front and tag:unread")
+ (:name "rkrishnan" :query "tag:vasudev/rkrishnan and tag:unread")
+ (:name "vasudev/INBOX" :query "tag:vasudev/INBOX and tag:unread")
+ (:name "vasudev-debian/INBOX" :query "tag:vasudev-debian/INBOX and tag:unread")
+ (:name "debian-project" :query "tag:vasudev-debian/debian-project and tag:unread")
+ (:name "libindic-dev" :query "tag:vasudev/libindic-dev and tag:unread")
(:name "TODO" :query "tag:TODO")
- (:name "debian-rust" :query "tag:pkg-rust and tag:unread")
- (:name "Tahoe Development" :query "tag:tahoe-dev and tag:unread")
- (:name "Intrigeri conversations" :query "tag:nm-process and tag:unread")
- (:name "Debian Multimedia (my packages)"
- :query "tag:pkg-multimedia and tag:unread and \( subject:(rem.*):.* or subject:(librem.*):.* \)")
- (:name "Debian VoIP (my packages)"
- :query "tag:pkg-voip and tag:unread and subject:(*libre*):.* or subject:(baresip*):.* or subject:(biboumi*):.*"))))
+ (:name "debian-rust" :query "tag:vasudev-debian/pkg-rust and tag:unread")
+ (:name "Tahoe Development" :query "tag:vasudev/tahoe-dev and tag:unread")
+ (:name "Intrigeri conversations" :query "tag:vasudev/nm-process and tag:unread")
+ (:name "pkg-multimedia" :query "tag:vasudev-debian/pkg-multimedia and tag:unread and subject:.*rem.*")
+ (:name "pkg-voip" :query "tag:vasudev-debian/pkg-voip and tag:unread and (subject:.*biboumi.* or subject:.*baresip.* or subject:.*libre.*)"))))
'(notmuch-search-line-faces
(quote
(("deleted" :foreground "red")