On Tue, 6 Apr 2010 09:39:19 +0200, Sebastian Spaeth wrote: > From: David Edmondson > > In many conversations the last few lines of a citation are more > interesting than the first few lines, hence allow those to be shown if > desired. Thanks, David! (and Sebastian). I've pushed out this change, (along with a followup that actually enables this functionality by default), and I absolutely love it already. > Modify the face used for the citation button to distinguish it from > the surrounding citation. This piece looks totally independent, so I separated it out. I was going to push it out separately, but I didn't actually find that it did anything by default. (For me, font-lock-comment-delimiter-face inherits from font-lock-comment-face with no changes.) And actually, that makes me realize that we should be defining our own notmuch face names for all the faces we use. Instead of just using font-lock (or even message-mode) face names, we should use our own, (but make them inherit liberally from other modes where that makes sense. With that, plus changing a bunch of our current defvar calls into defcustom calls, and I think we'd have a fairly reasonable customize interface where people could tweak the appearance of notmuch without having to write any emacs lisp. -Carl