[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] Getting the addresses with comments of sent messages
From: |
norm |
Subject: |
Re: [Nmh-workers] Getting the addresses with comments of sent messages |
Date: |
Thu, 22 May 2014 11:46:43 -0700 |
Ralph Corderoy <address@hidden> writes:
>Hi Norm,
>
>> > That puts multiple addresses on the same line, delimited by commas.
>> > But commas can also occur in comments, so I would have to go to some
>> > trouble to parse the output. Is there a variant that would put each
>> > address on on a separate line? I tried sprinkling '\n's in your
>> > format string, to no avail.
>>
>> Unfortunately ... mh-format(5) doesn't really have the ability to
>> parse multiple addresses.
>
>repl(1) does. Does
>
>yes n |
>repl -cc all -query -editor false 2>/dev/null |
>sed -r 's/\<Reply to ([^?]+)\? /\1\n/g'
>
>help? It leaves an abandoned draft behind for later clear-up.
Works like a charm. Now I have to figure how it works.
If it ddoes leave abandoned draft behind, I can't figure our where.
Certainly not in my Draft-folder.
Norman Shapiro
- [Nmh-workers] Getting the addresses with comments of sent messages, norm, 2014/05/13
- Re: [Nmh-workers] Getting the addresses with comments of sent messages, Paul Fox, 2014/05/13
- Re: [Nmh-workers] Getting the addresses with comments of sent messages, Ken Hornstein, 2014/05/13
- Re: [Nmh-workers] Getting the addresses with comments of sent messages, norm, 2014/05/14
- Re: [Nmh-workers] Getting the addresses with comments of sent messages, Ken Hornstein, 2014/05/14
- [Nmh-workers] mh-format, norm, 2014/05/14
- Re: [Nmh-workers] Getting the addresses with comments of sent messages, Ralph Corderoy, 2014/05/21
- Re: [Nmh-workers] Getting the addresses with comments of sent messages,
norm <=
- Re: [Nmh-workers] Getting the addresses with comments of sent messages, Ralph Corderoy, 2014/05/22
- Re: [Nmh-workers] Getting the addresses with comments of sent messages, norm, 2014/05/23
- Re: [Nmh-workers] Getting the addresses with comments of sent messages, Ralph Corderoy, 2014/05/23