unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] emacs: search face bugfix
@ 2016-10-12  7:39 Mark Walters
  2016-10-12  8:37 ` Tomi Ollila
  2016-10-19 11:50 ` David Bremner
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Walters @ 2016-10-12  7:39 UTC (permalink / raw)
  To: notmuch

In commit 2a7b11b064233afc4feead876fa396e3c18a6b91 the default faces
for unread and flagged were accidentally swapped. This swaps them back.
---

rlb reported this on irc yesterday. I am assuming all the rest of us
had customized notmuch-search-line-faces and so weren't affected.

Best wishes

Mark



emacs/notmuch.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 6c36ad8..2834d44 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -314,7 +314,7 @@ there will be called at other points of notmuch execution."
 
 (defface notmuch-search-flagged-face
   '((t
-     (:weight bold)))
+     (:foreground "blue")))
   "Face used in search mode face for flagged threads.
 
 This face is the default value for the \"flagged\" tag in
@@ -324,7 +324,7 @@ This face is the default value for the \"flagged\" tag in
 
 (defface notmuch-search-unread-face
   '((t
-     (:foreground "blue")))
+     (:weight bold)))
   "Face used in search mode for unread threads.
 
 This face is the default value for the \"unread\" tag in
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] emacs: search face bugfix
  2016-10-12  7:39 [PATCH] emacs: search face bugfix Mark Walters
@ 2016-10-12  8:37 ` Tomi Ollila
  2016-10-19 11:50 ` David Bremner
  1 sibling, 0 replies; 3+ messages in thread
From: Tomi Ollila @ 2016-10-12  8:37 UTC (permalink / raw)
  To: Mark Walters, notmuch

On Wed, Oct 12 2016, Mark Walters <markwalters1009@gmail.com> wrote:

> In commit 2a7b11b064233afc4feead876fa396e3c18a6b91 the default faces
> for unread and flagged were accidentally swapped. This swaps them back.
> ---
>
> rlb reported this on irc yesterday. I am assuming all the rest of us
> had customized notmuch-search-line-faces and so weren't affected.

LGTM. +1 for 0.23.1

>
> Best wishes
>
> Mark
>
>
>
> emacs/notmuch.el | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/emacs/notmuch.el b/emacs/notmuch.el
> index 6c36ad8..2834d44 100644
> --- a/emacs/notmuch.el
> +++ b/emacs/notmuch.el
> @@ -314,7 +314,7 @@ there will be called at other points of notmuch execution."
>  
>  (defface notmuch-search-flagged-face
>    '((t
> -     (:weight bold)))
> +     (:foreground "blue")))
>    "Face used in search mode face for flagged threads.
>  
>  This face is the default value for the \"flagged\" tag in
> @@ -324,7 +324,7 @@ This face is the default value for the \"flagged\" tag in
>  
>  (defface notmuch-search-unread-face
>    '((t
> -     (:foreground "blue")))
> +     (:weight bold)))
>    "Face used in search mode for unread threads.
>  
>  This face is the default value for the \"unread\" tag in
> -- 
> 2.1.4
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> https://notmuchmail.org/mailman/listinfo/notmuch

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] emacs: search face bugfix
  2016-10-12  7:39 [PATCH] emacs: search face bugfix Mark Walters
  2016-10-12  8:37 ` Tomi Ollila
@ 2016-10-19 11:50 ` David Bremner
  1 sibling, 0 replies; 3+ messages in thread
From: David Bremner @ 2016-10-19 11:50 UTC (permalink / raw)
  To: Mark Walters, notmuch

Mark Walters <markwalters1009@gmail.com> writes:

> In commit 2a7b11b064233afc4feead876fa396e3c18a6b91 the default faces
> for unread and flagged were accidentally swapped. This swaps them back.
> ---

pushed to release and master

d

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-19 11:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-12  7:39 [PATCH] emacs: search face bugfix Mark Walters
2016-10-12  8:37 ` Tomi Ollila
2016-10-19 11:50 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).