emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Allow applying filters to summary consecutively (was: Summar


From: Andrea Monaco
Subject: Re: [PATCH] Allow applying filters to summary consecutively (was: Summary by thread in rmail)
Date: Mon, 10 Oct 2022 10:38:19 +0200

  > Without some user ability to take advantage of these new options,
  > the feature is less useful, IMO.

I agree.  One possible solution is that for every rmail-summary-by-*
function, let's say rmail-summary-by-topic, we add another simple
command called rmail-summary-further-by-topic that looks something like
this:

(defun rmail-summary-further-by-topic (subject &optional whole-message)
  (interactive)
  (rmail-summary-by-topic subject whole-message t))


I agree on the other objections too.



Andrea Monaco



reply via email to

[Prev in Thread] Current Thread [Next in Thread]