Hi all!
How to delete all mails that have same subject with mutt? In fact I have
some rss feeds that are duplicated. Then, i could do such thing in bash
but, I would like to know if there is any _existing_solution with mutt.
Thank for advice.
--
---()()()()()()()()()--)()()()()()()
Le 05/03/2009 à 11:46:58+0100, Alexandre a écrit
> Hi all!
> How to delete all mails that have same subject with mutt? In fact I have
> some rss feeds that are duplicated. Then, i could do such thing in bash
> but, I would like to know if there is any _existing_solution with mutt.
D (not «d» but
Hi,
> How to delete all mails that have same subject with mutt? In fact I have
> some rss feeds that are duplicated. Then, i could do such thing in bash
> but, I would like to know if there is any _existing_solution with mutt.
I usually press T and use ~= as pattern which selects double messages
Hi,
useing muttprint sometimes i cannot print the selceted mail. After
pushing 'p' the next mail is printed not the selected.
Any idea?
Toni
On Thu, Mar 05, 2009 at 01:54:26AM -0600, Kyle Wheeler wrote:
> My point was that if you use some sort of hook for setting the From
> header, you can use that same hook for changing whatever settings.
Ok, so I have this working to change my signature and from header when
replying to a message sen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday, March 5 at 08:25 AM, quoth Bill Moseley:
>On Thu, Mar 05, 2009 at 01:54:26AM -0600, Kyle Wheeler wrote:
>> My point was that if you use some sort of hook for setting the From
>> header, you can use that same hook for changing whatever se
Thank you for your answers. In fact, i knew that with T or D, i could
select or delete messages depending on the regex. But i have a lot of
duplicate mails (because of feeds); regex change every time. Then, i
would need a regex of regex. Precisely a bash script seems to be needed.
Thank you for he
On Thu, Mar 05, 2009 at 12:57:45PM -0600, Kyle Wheeler wrote:
> reply-hook . \
> 'set signature=~/.standardsig.txt'
>
> reply-hook '~e owner-mutt-us...@mutt.org' \
> 'set signature=~/.muttsig.txt'
>
> Yes, you *can* embed reply-hooks in folder-hooks, bu