]> git.notmuchmail.org Git - notmuch/commit
emacs: Add a notmuch-saved-searches function.
authorCarl Worth <cworth@cworth.org>
Tue, 27 Apr 2010 05:37:11 +0000 (22:37 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 27 Apr 2010 05:37:11 +0000 (22:37 -0700)
commitf1f7e71e0347672e0658362c513e49c05b0f4161
tree7915b7d4905d6e25c88d5eccf3c5497242951002
parent4727eacb36245ccd2eabe22bfa408a099b574255
emacs: Add a notmuch-saved-searches function.

We use this function to abstract away the common 3-step process for
looking for a value for the saved-searches variable:

1. Look at the notmuch-saved-searches variable itself
2. Look at the notmuch-folders vaiable
3. Use a default value

We were already using this logic (open-coded) in notmuch-hello, but
notmuch.el was accessing notmuch-folders directly for the clever name
selection of search buffers.
emacs/notmuch-hello.el
emacs/notmuch-lib.el
emacs/notmuch.el