Re: Saving all attachments

2015-06-09 Thread Michael Tatge
* On Tue, Jun 09, 2015 04:33PM -0400 Xu Wang (xuwang...@gmail.com) muttered: > On Tue, Jun 9, 2015 at 4:00 PM, Marcelo Laia wrote: > > On 09/06/15 at 02:23pm, Michael Tatge wrote: > >> # extract all attachments > >> macro index,pager X ' set my_wk=$wait_key; unset > >> wait_key\ > >> ripmime --pa

Re: Saving all attachments

2015-06-09 Thread Xu Wang
On Tue, Jun 9, 2015 at 4:00 PM, Marcelo Laia wrote: > On 09/06/15 at 02:23pm, Michael Tatge wrote: >> FWIW, >> >> I ended up with these two macros: >> >> # extract all attachments >> macro index,pager X ' set my_wk=$wait_key; unset >> wait_key\ >> ripmime --paranoid -i - -d ~/tmp/attachments\ >>

Re: Saving all attachments

2015-06-09 Thread Marcelo Laia
On 09/06/15 at 02:23pm, Michael Tatge wrote: > FWIW, > > I ended up with these two macros: > > # extract all attachments > macro index,pager X ' set my_wk=$wait_key; unset > wait_key\ > ripmime --paranoid -i - -d ~/tmp/attachments\ > set wait_key=$my_wk' "save all attachments" > > macro attac

Re: Saving all attachments

2015-06-09 Thread Chris Spackman
On 2015/06/09 at 01:42pm, Michael Tatge wrote: > * On Sun, Jun 07, 2015 02:44PM -0400 Chris Spackman > (ch...@osugisakae.com) muttered: > >macro index,pager X "ripmime -i - -d " > > but you have to "press any key to continue" after it finishes > > that depends - see $wait_key. Ha, wonderful

Re: Saving all attachments

2015-06-09 Thread Michael Tatge
FWIW, I ended up with these two macros: # extract all attachments macro index,pager X ' set my_wk=$wait_key; unset wait_key\ ripmime --paranoid -i - -d ~/tmp/attachments\ set wait_key=$my_wk' "save all attachments" macro attach X ' set my_wk=$wait_key; unset wait_key\ ripmime --paranoid -i

Re: Saving all attachments

2015-06-09 Thread Michael Tatge
Chris, * On Sun, Jun 07, 2015 02:44PM -0400 Chris Spackman (ch...@osugisakae.com) muttered: >macro index,pager X "ripmime -i - -d " > > but you have to "press any key to continue" after it finishes that depends - see $wait_key. For instance you could use a macro like: # extract all attach

Re: Saving all attachments

2015-06-08 Thread Marcelo Laia
So good! https://packages.debian.org/unstable/main/ripmime 2015-06-08 9:29 GMT-03:00 Chris Spackman : > On 2015/06/08 at 12:03am, Xu Wang wrote: >> On Sun, Jun 7, 2015 at 3:28 PM, John Niendorf wrote: >> > On Sun, Jun 07, 2015 at 02:44:22PM -0400, Chris Spackman wrote: >> >> >> This seems to be

Re: Saving all attachments

2015-06-08 Thread Chris Spackman
On 2015/06/08 at 12:03am, Xu Wang wrote: > On Sun, Jun 7, 2015 at 3:28 PM, John Niendorf wrote: > > On Sun, Jun 07, 2015 at 02:44:22PM -0400, Chris Spackman wrote: > > >> This seems to be the "official" site for ripmime: > >> http://www.pldaniels.com/ripmime/ > >> -- > >> Chris Spackman > > > Hey

Re: Saving all attachments

2015-06-07 Thread Xu Wang
On Sun, Jun 7, 2015 at 3:28 PM, John Niendorf wrote: > On Sun, Jun 07, 2015 at 02:44:22PM -0400, Chris Spackman wrote: >> >> I have this in my .muttrc: >> >> macro index,pager X "ripmime -i - -d " >> >> when I press X, ripmime asks for a directory and then puts all the >> attachments there. No n

Re: Saving all attachments

2015-06-07 Thread John Niendorf
On Sun, Jun 07, 2015 at 02:44:22PM -0400, Chris Spackman wrote: I have this in my .muttrc: macro index,pager X "ripmime -i - -d " when I press X, ripmime asks for a directory and then puts all the attachments there. No need to select any attachments or confirm the saving (but you have to "pre

Re: Saving all attachments

2015-06-07 Thread Chris Spackman
On 2015/05/31 at 08:25am, Xu Wang wrote: > When doing the following, as suggested by [1], > > /home/xuwang/Downloads/ > > I am presented with "File is a directory, save under it? [(y)es, (n)o, (a)ll]" > > Is there an option to choose this value in an rc variable? I cannot > seem to find it? > I

Saving all attachments

2015-05-31 Thread Xu Wang
When doing the following, as suggested by [1], /home/xuwang/Downloads/ I am presented with "File is a directory, save under it? [(y)es, (n)o, (a)ll]" Is there an option to choose this value in an rc variable? I cannot seem to find it? I would like to have the automatic response "yes". Kind rega

Re: Saving all attachments

2002-04-10 Thread Cameron Simpson
On 12:56 10 Apr 2002, David Champion <[EMAIL PROTECTED]> wrote: | * On 2002.04.10, in <[EMAIL PROTECTED]>, | * "Andre Bonhote" <[EMAIL PROTECTED]> wrote: | > I recently received a mail with about 20 attached files. The sender | > didn't want to tar it, so I got them attached one by one. | > Yo

Re: Saving all attachments

2002-04-10 Thread David Champion
* On 2002.04.10, in <[EMAIL PROTECTED]>, * "David Champion" <[EMAIL PROTECTED]> wrote: > > No, but tagging all 20 messages, pressing > (probably ";s"), and pressing enter 20 times should be less painless. s/nless/nful/ -- -D.[EMAIL PROTECTED]NSITUniversity of Chicago

Re: Saving all attachments

2002-04-10 Thread David Champion
* On 2002.04.10, in <[EMAIL PROTECTED]>, * "Andre Bonhote" <[EMAIL PROTECTED]> wrote: > Hi there, mutt users! > > I recently received a mail with about 20 attached files. The sender > didn't want to tar it, so I got them attached one by one. > > You can imagine that saving was quite annoyi

Re: Saving all attachments

2002-04-10 Thread Shawn McMahon
begin Andre Bonhote quotation: > > I recently received a mail with about 20 attached files. The sender > didn't want to tar it, so I got them attached one by one. IMHO, bounce it, and say "give me a break, dude, use tar." -- Shawn McMahon| Information may want to be free,

Saving all attachments

2002-04-10 Thread Andre Bonhote
Hi there, mutt users! I recently received a mail with about 20 attached files. The sender didn't want to tar it, so I got them attached one by one. You can imagine that saving was quite annoying. Is there a way to save all at once? [andre@coffee andre]$ mutt -v Mutt 1.3.28i (2002-03-13) Copyri