notmuch/emacs
David Edmondson ea1c2bb5c5 emacs: Improve the definition and use of `notmuch-fcc-dirs'.
Re-work the declaration and definition of `notmuch-fcc-dirs'. The
variable now allows three types of values:

- nil: no Fcc header is added,

- a string: the value of `notmuch-fcc-dirs' is the name of the
  folder to use,

- a list: the folder is chosen based on the From address of the
  current message using a list of regular expressions and
  corresponding folders:

     ((\"Sebastian@SSpaeth.de\" . \"privat\")
      (\"spaetz@sspaeth.de\" . \"OUTBOX.OSS\")
      (\".*\" . \"defaultinbox\"))

  If none of the regular expressions match the From address, no
  Fcc header will be added.
2010-11-11 17:16:28 -08:00
..
coolj.el emacs: Add more functions to clean up text/plain parts 2010-04-26 10:05:46 -07:00
Makefile emacs: Move emacs UI (currently just one file) to subdirectory. 2010-03-09 12:13:33 -08:00
Makefile.local Add notmuch-message.el to emacs/Makefile.local 2010-04-27 10:19:09 -07:00
notmuch-address.el emacs: Tell the user how many addresses matched when completing 2010-04-26 10:58:42 -07:00
notmuch-hello.el Don't use kill-this-buffer to kill notmuch emacs buffers 2010-11-08 09:02:54 -08:00
notmuch-lib.el Don't use kill-this-buffer to kill notmuch emacs buffers 2010-11-08 09:02:54 -08:00
notmuch-logo.png emacs: Add notmuch-hello.el, a friendly frontend to notmuch 2010-04-23 12:50:18 -07:00
notmuch-maildir-fcc.el emacs: Improve the definition and use of `notmuch-fcc-dirs'. 2010-11-11 17:16:28 -08:00
notmuch-message.el emacs: Add auto-tagging for replied messages. 2010-04-27 09:16:10 -07:00
notmuch-mua.el emacs: Eliminate duplicate From header in replies. 2010-10-27 18:44:05 -07:00
notmuch-query.el emacs: Fix to eliminate warning in notmuch-query-map-aux 2010-10-27 17:54:38 -07:00
notmuch-show.el emacs: Use the header line to show the subject of the thread. 2010-11-11 17:06:04 -08:00
notmuch-wash.el emacs: Correctly count the number of lines in a signature. 2010-11-11 16:50:22 -08:00
notmuch.el Don't use kill-this-buffer to kill notmuch emacs buffers 2010-11-08 09:02:54 -08:00