Re: [dev] Re: [hackers] announcing tec: temporary email commands

2020-10-21 Thread Silvan Jegen
Cág wrote: > Greg Reagle wrote: > > May I see the single script please? > > Attached. > > My workflow is usually similar to this: > 1. Download mails and list unread: `mblaze s -d` > 2. Read them: `mblaze s -v 1:5` > 3. Reply to a message: `mblaze s -r 4` > > There are separate arguments to lis

Re: [dev] Re: [hackers] announcing tec: temporary email commands

2020-10-21 Thread Cág
Greg Reagle wrote: > May I see the single script please? Attached. My workflow is usually similar to this: 1. Download mails and list unread: `mblaze s -d` 2. Read them: `mblaze s -v 1:5` 3. Reply to a message: `mblaze s -r 4` There are separate arguments to list sent, unread, archived, etc., ma

[dev] Re: [hackers] announcing tec: temporary email commands

2020-10-21 Thread Greg Reagle
I am replying on dev since it seems more appropriate. On Wed, Oct 21, 2020, at 05:06, Cág wrote: > This reminds me of how I use mblaze. Instead of using the plethora of > small commands for my own convenience I made a single script to call them > using arguments. May I see the single script plea