notmuch/emacs
Austin Clements 109a0355d6 emacs: Fix applying stickiness to the :notmuch-part property
Previously, we simply called pushnew to add :notmuch-part to the
front-sticky and rear-nonsticky text property lists.  This works if
these are nil or lists, but they can also have the value t, meaning
that all properties are front-sticky/rear-nonsticky.  In this case,
pushnew will signal an error because t is not a list.  We never set
these properties to t ourselves, but since we apply these property
changes over arbitrary renderer output, we have to deal with this
possibility.
2013-06-04 08:39:42 -03:00
..
.gitignore emacs: update .gitignore 2013-06-02 20:44:26 -03:00
coolj.el
make-deps.el emacs: Compute build dependencies to fix byte compile issues 2013-05-23 08:06:12 -03:00
Makefile
Makefile.local emacs: Streaming S-expression parser 2013-06-01 08:56:25 -03:00
notmuch-address.el
notmuch-crypto.el
notmuch-hello.el
notmuch-lib.el emacs: Utilities to manage asynchronous notmuch processes 2013-06-01 08:53:36 -03:00
notmuch-logo.png
notmuch-maildir-fcc.el
notmuch-message.el emacs: replace (funcall 'foo ...) with (foo ...) 2013-06-02 11:37:22 -03:00
notmuch-mua.el
notmuch-parser.el emacs: Streaming S-expression parser 2013-06-01 08:56:25 -03:00
notmuch-print.el
notmuch-query.el
notmuch-show.el emacs: Fix applying stickiness to the :notmuch-part property 2013-06-04 08:39:42 -03:00
notmuch-tag.el
notmuch-wash.el emacs: Retain text properties when toggling buttons 2013-05-31 22:00:44 -03:00
notmuch.el emacs: add `notmuch-archive-tags' cross references in docstrings 2013-06-02 20:43:14 -03:00