notmuch/emacs
Sebastian Spaeth c000c4b394 notmuch-maildir-fcc: elisp syntax fixes
1)use insert-buffer-substring

Rather than the insert-buffer. Emacs complains that it is for interactive use
and not for use within elisp. So use insert-buffer-substring which does the
same thing when not handed any 'begin' 'end' parameters.

2)replace caddr with (car (cdr (cdr)))

The former requires 'cl to be loaded and during make install emacs complained
about not knowing it.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-04-26 11:58:43 -07: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 Integrate notmuch-maildir-fcc into notmuch 2010-04-26 11:58:34 -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 emacs: notmuch' should display the notmuch-hello' interface 2010-04-26 10:37:35 -07:00
notmuch-lib.el emacs: notmuch' should display the notmuch-hello' interface 2010-04-26 10:37:35 -07: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 notmuch-maildir-fcc: elisp syntax fixes 2010-04-26 11:58:43 -07:00
notmuch-mua.el emacs: More DWIM when editing messages 2010-04-26 10:24:36 -07:00
notmuch-query.el notmuch-query.el: new file to support access to the notmuch database. 2010-04-05 11:08:45 -07:00
notmuch-show.el emacs: Fix `notmuch-show-rewind' in the presence of invisible text 2010-04-26 10:33:38 -07:00
notmuch-wash.el emacs: Add more functions to clean up text/plain parts 2010-04-26 10:05:46 -07:00
notmuch.el Integrate notmuch-maildir-fcc into notmuch 2010-04-26 11:58:34 -07:00