How to unfold the thread by default when there are unread emails

2022-09-23 Thread Enze Li
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

Re: Strip signature on reply without standard separator

2022-09-23 Thread Satoshi Yoshida
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-