Re: [PATCH 1/1] emacs: Use "message-cited-text" instead of "message-cited-text-face"

2011-05-08 Thread Jameson Graef Rollins
Hi, Pieter.  I applied this patch to the release-candidate/0.6 branch.
Thanks for sending it in, and fixing it up.

jamie.


pgpbyIwoInDUg.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH 1/1] emacs: Use "message-cited-text" instead of "message-cited-text-face"

2011-05-08 Thread Jameson Graef Rollins
Hi, Pieter.  I applied this patch to the release-candidate/0.6 branch.
Thanks for sending it in, and fixing it up.

jamie.
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: 



[PATCH 1/1] emacs: Use "message-cited-text" instead of "message-cited-text-face"

2011-03-20 Thread Pieter Praet

(describe-face 'message-cited-text-face)
> message-cited-text-face is an alias for the face `message-cited-text'.
> This face is obsolete since 22.1; use `message-cited-text' instead.

Signed-off-by: Pieter Praet 
---
 emacs/notmuch-wash.el |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el
index c4a7a41..0e64eb2 100644
--- a/emacs/notmuch-wash.el
+++ b/emacs/notmuch-wash.el
@@ -125,7 +125,7 @@ is what to put on the button."
 (let* ((cite-start (match-beginning 0))
   (cite-end (match-end 0))
   (cite-lines (count-lines cite-start cite-end)))
-  (overlay-put (make-overlay cite-start cite-end) 'face 
'message-cited-text-face)
+  (overlay-put (make-overlay cite-start cite-end) 'face 
'message-cited-text)
   (when (> cite-lines (+ notmuch-wash-citation-lines-prefix
 notmuch-wash-citation-lines-suffix
 1))
@@ -151,7 +151,7 @@ is what to put on the button."
  (sig-end-marker (make-marker)))
  (set-marker sig-start-marker sig-start)
  (set-marker sig-end-marker (point-max))
- (overlay-put (make-overlay sig-start-marker sig-end-marker) 'face 
'message-cited-text-face)
+ (overlay-put (make-overlay sig-start-marker sig-end-marker) 'face 
'message-cited-text)
  (notmuch-wash-region-to-button
   sig-start-marker sig-end-marker
   "signature" "\n"
-- 
1.7.1


[PATCH 1/1] emacs: Use "message-cited-text" instead of "message-cited-text-face"

2011-03-20 Thread Pieter Praet

(describe-face 'message-cited-text-face)
> message-cited-text-face is an alias for the face `message-cited-text'.
> This face is obsolete since 22.1; use `message-cited-text' instead.

Signed-off-by: Pieter Praet 
---
 emacs/notmuch-wash.el |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el
index c4a7a41..0e64eb2 100644
--- a/emacs/notmuch-wash.el
+++ b/emacs/notmuch-wash.el
@@ -125,7 +125,7 @@ is what to put on the button."
 (let* ((cite-start (match-beginning 0))
   (cite-end (match-end 0))
   (cite-lines (count-lines cite-start cite-end)))
-  (overlay-put (make-overlay cite-start cite-end) 'face 
'message-cited-text-face)
+  (overlay-put (make-overlay cite-start cite-end) 'face 
'message-cited-text)
   (when (> cite-lines (+ notmuch-wash-citation-lines-prefix
 notmuch-wash-citation-lines-suffix
 1))
@@ -151,7 +151,7 @@ is what to put on the button."
  (sig-end-marker (make-marker)))
  (set-marker sig-start-marker sig-start)
  (set-marker sig-end-marker (point-max))
- (overlay-put (make-overlay sig-start-marker sig-end-marker) 'face 
'message-cited-text-face)
+ (overlay-put (make-overlay sig-start-marker sig-end-marker) 'face 
'message-cited-text)
  (notmuch-wash-region-to-button
   sig-start-marker sig-end-marker
   "signature" "\n"
-- 
1.7.1
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch