[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
- Summary by thread in rmail, Andrea Monaco, 2022/10/05
- Re: Summary by thread in rmail, Eli Zaretskii, 2022/10/05
- Re: Summary by thread in rmail, Emanuel Berg, 2022/10/06
- Re: Summary by thread in rmail, Richard Stallman, 2022/10/06
- Re: Summary by thread in rmail, Andrea Monaco, 2022/10/07
- [PATCH] Allow applying filters to summary consecutively (was: Summary by thread in rmail), Andrea Monaco, 2022/10/09
- Re: [PATCH] Allow applying filters to summary consecutively (was: Summary by thread in rmail), Eli Zaretskii, 2022/10/10
- Re: [PATCH] Allow applying filters to summary consecutively (was: Summary by thread in rmail),
Andrea Monaco <=
- Re: [PATCH] Allow applying filters to summary consecutively (was: Summary by thread in rmail), Eli Zaretskii, 2022/10/10
- Re: [PATCH v2] Allow applying filters to summary consecutively (was: Summary by thread in rmail), Andrea Monaco, 2022/10/11
- Re: [PATCH v2] Allow applying filters to summary consecutively, Robert Pluim, 2022/10/11
- Re: [PATCH v2] Allow applying filters to summary consecutively, Andrea Monaco, 2022/10/12
- Re: [PATCH v2] Allow applying filters to summary consecutively, Robert Pluim, 2022/10/12
- Re: [PATCH v2] Allow applying filters to summary consecutively, Eli Zaretskii, 2022/10/12
- Re: [PATCH v2] Allow applying filters to summary consecutively, Andrea Monaco, 2022/10/12
- Re: [PATCH v2] Allow applying filters to summary consecutively, Eli Zaretskii, 2022/10/12
- Re: [PATCH v2] Allow applying filters to summary consecutively, Richard Stallman, 2022/10/12
- Re: [PATCH v3] Allow applying filters to summary consecutively, Andrea Monaco, 2022/10/19