diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-08-19 12:52:18 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-08-19 12:52:18 +0800 |
commit | 801bef3ef346326e6a8d583870ad9ba4967a4b86 (patch) | |
tree | b10114115f18e2471595d8e183bdd0b017d6f6cc | |
parent | 756fd7ad738b521347a5a8d32ddaac61cb8b0802 (diff) | |
download | dotfiles-801bef3ef346326e6a8d583870ad9ba4967a4b86.tar.bz2 |
mu4e: remove CallLog bookmark
-rw-r--r-- | _spacemacs.d/config/aly-mu4e-config.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_spacemacs.d/config/aly-mu4e-config.el b/_spacemacs.d/config/aly-mu4e-config.el index e0e9b37..8421350 100644 --- a/_spacemacs.d/config/aly-mu4e-config.el +++ b/_spacemacs.d/config/aly-mu4e-config.el @@ -4,7 +4,7 @@ ;; ;; Aaron LI ;; Created: 2016-02-21 -;; Updated: 2016-05-15 +;; Updated: 2016-08-19 ;; ;;; Commentary: @@ -222,7 +222,6 @@ ("tag:astro" "Astro" ?a) ("tag:arxiv OR from:arxiv.org" "arXiv" ?x) ("tag:SMS" "SMS" ?S) - ("tag:CallLog" "Call Log" ?C) ("flag:trashed OR tag:\\\\Trash" "Deleted" ?d) ("mime:image/*" "Messages with images" ?p))) |