Hi all,
This is my cofiguration,
...
(setq gnus-thread-hide-subtree
'(not gnus-article-unread-p))
...
However, it doesn't work well. Here's what I got,
+ root email
+-> subthread-1
|\-> email-1
+-> subthread-2
\-> email-2
This is a thread tree, all the emails are unread. If
Emanuel Berg writes:
> Just try - and you will fly ...
>
> ;;; -*- lexical-binding: t -*-
>
> (defun c ()
> (message b) )
>
> (defun a (b)
> (message b)
> (setq b "ah")
> (c) )
>
> ;; (a "oh")
> ;; ^ eval me
Error message is displayed on *Backtrace* buffer.
Debugger entered-