Re: viewing attachments with identical filenames

2015-12-07 Thread Peter P.
* Arkadiusz Drabczyk [2015-11-19 18:11]: > On 2015-11-18, Peter P. wrote: > > Hi list, > > > > I came across an annoying issue when viewing attached files in mutt. > > In order to view attachment "A" Mutt saves the file to /tmp/mutt and > > launches the appropriate viewer. When I want to see anot

Re: viewing attachments with identical filenames

2015-11-19 Thread Arkadiusz Drabczyk
On 2015-11-18, Peter P. wrote: > Hi list, > > I came across an annoying issue when viewing attached files in mutt. > In order to view attachment "A" Mutt saves the file to /tmp/mutt and > launches the appropriate viewer. When I want to see another attachment > "B" which has an identical filename a

viewing attachments with identical filenames

2015-11-18 Thread Peter P.
Hi list, I came across an annoying issue when viewing attached files in mutt. In order to view attachment "A" Mutt saves the file to /tmp/mutt and launches the appropriate viewer. When I want to see another attachment "B" which has an identical filename as "A" and ask mutt to display it, mutt will

Re: Viewing attachments with wrong MIME types

2012-11-19 Thread Suvayu Ali
On Mon, Nov 19, 2012 at 10:41:48AM -0800, Gary Johnson wrote: > On 2012-11-19, Suvayu Ali wrote: > > Hi, > > > > I often get attachments with completely wrong MIME types. For example > > today I received a pdf and a doc file as application/octet-stream. Is > > there anyway to bypass my mailcap a

Re: Viewing attachments with wrong MIME types

2012-11-19 Thread Grant Edwards
On 2012-11-19, Gary Johnson wrote: > For application/octet-stream attachments, put this in your muttrc: > > mime_lookup application/octet-stream > > That tells mutt to determine the correct MIME type by looking up the > file name extension in your mime.types file Brilliant! I've been sweari

Re: Viewing attachments with wrong MIME types

2012-11-19 Thread Gary Johnson
On 2012-11-19, Suvayu Ali wrote: > Hi, > > I often get attachments with completely wrong MIME types. For example > today I received a pdf and a doc file as application/octet-stream. Is > there anyway to bypass my mailcap and ask mutt to open the attachment > with the proper application? So in t

Re: Viewing attachments with wrong MIME types

2012-11-19 Thread Suvayu Ali
Hi Mandar, On Mon, Nov 19, 2012 at 07:26:28PM +0530, Mandar Mitra wrote: > Suvayu Ali wrote (Mon, Nov 19, 2012 at 02:25:37PM +0100): > > I often get attachments with completely wrong MIME types. For example > > today I received a pdf and a doc file as application/octet-stream. Is > > there anywa

Re: Viewing attachments with wrong MIME types

2012-11-19 Thread Mandar Mitra
Suvayu Ali wrote (Mon, Nov 19, 2012 at 02:25:37PM +0100): > I often get attachments with completely wrong MIME types. For example > today I received a pdf and a doc file as application/octet-stream. Is > there anyway to bypass my mailcap and ask mutt to open the attachment > with the proper appli

Viewing attachments with wrong MIME types

2012-11-19 Thread Suvayu Ali
Hi, I often get attachments with completely wrong MIME types. For example today I received a pdf and a doc file as application/octet-stream. Is there anyway to bypass my mailcap and ask mutt to open the attachment with the proper application? So in this particular case, I would want to open the

Re: accidently viewing attachments repeatedly

2009-03-20 Thread Gary Johnson
On 2009-03-20, Hein Zelle wrote: > Dear Mutt users, > > when viewing attachments in external programs (notably openoffice), I > often have a terminal sit "unused" for a while as I'm reading the > attachment. What happens often is that I hit a key or enter in tha

accidently viewing attachments repeatedly

2009-03-20 Thread Hein Zelle
Dear Mutt users, when viewing attachments in external programs (notably openoffice), I often have a terminal sit "unused" for a while as I'm reading the attachment. What happens often is that I hit a key or enter in that terminal (which is showing just the last "$ mutt&quo

Re: Viewing attachments with detached process while remianing in attachments menu

2007-01-25 Thread Michelle Konzack
Hello Eric, Why not use "metamail" in a macro and pipe the whole message to it by detaching the whole process? If I open a pdf attachment, my viewer "xpdf" is always detached and i can continue reading my messages while "xpdf" stay open. Greetings Michelle Konzack Systemadministrator

Re: Viewing attachments with detached process while remianing in attachments menu

2007-01-18 Thread Travis H.
On Wed, Jan 17, 2007 at 04:12:27PM -0800, Gary Johnson wrote: > image/*; mutt_bgrun xv %s; test=test "$TERM" != "screen" && RunningX Is "RunningX" much like: test -n "$DISPLAY" > When your > sh -c "exec display %s > /dev/null 2>&1 &" Instead of asynchronously forking off a process, you c

Re: Viewing attachments with detached process while remianing in attachments menu

2007-01-17 Thread Gary Johnson
On 2007-01-18, Eric Smith <[EMAIL PROTECTED]> wrote: > Like in other mail clients I just want to press on the selected > attachment and view it and then go down to the next and view it. > So I may open any number of the attachments at one time. That's how I have my mutt configured and it works ver

Viewing attachments with detached process while remianing in attachments menu

2007-01-17 Thread Eric Smith
Like in other mail clients I just want to press on the selected attachment and view it and then go down to the next and view it. So I may open any number of the attachments at one time. To detach I am using a mailcap recipe of: image/jpg; sh -c "exec display %s > /dev/null 2>&1 &" When I concaten

Re: viewing attachments automatically?

2001-09-05 Thread Jonathan Irving
On Wed, Sep 05, 2001 at 10:20:36PM -0700, Denis Perelyubskiy wrote: > the problem with outlook is that it also sends a plain text > copy along with html one. so i DO NOT WANT to start any kind > of browser, dump some output, then look at it in my pager if > i can somehow train mutt to recognize th

Re: viewing attachments automatically?

2001-09-05 Thread Denis Perelyubskiy
* David Champion <[EMAIL PROTECTED]> [09-Wed-01 22:31 -0700]: > >On 2001.09.06, in <[EMAIL PROTECTED]>, > "Denis Perelyubskiy" <[EMAIL PROTECTED]> wrote: >> >> the problem with outlook is that it also sends a plain text >> copy along with html one. so i DO NOT WANT to start any kind

Re: viewing attachments automatically?

2001-09-05 Thread David Champion
On 2001.09.06, in <[EMAIL PROTECTED]>, "Denis Perelyubskiy" <[EMAIL PROTECTED]> wrote: > > the problem with outlook is that it also sends a plain text > copy along with html one. so i DO NOT WANT to start any kind > of browser, dump some output, then look at it in my pager if > i can some

Re: viewing attachments automatically?

2001-09-05 Thread Denis Perelyubskiy
* Will Yardley <[EMAIL PROTECTED]> [09-Wed-01 22:15 -0700]: > >Denis Perelyubskiy wrote: >> is there a way to tell mutt in which order to process >> attachments. in particular, i get lots of mail sent by >> people who use outlook. that thing sends out 2 copies of the >> message : plain text

Re: viewing attachments automatically?

2001-09-05 Thread Will Yardley
Denis Perelyubskiy wrote: > is there a way to tell mutt in which order to process > attachments. in particular, i get lots of mail sent by > people who use outlook. that thing sends out 2 copies of the > message : plain text and html. > looks like this sure. i do it like this: # view annoying h

viewing attachments automatically?

2001-09-05 Thread Denis Perelyubskiy
hello, is there a way to tell mutt in which order to process attachments. in particular, i get lots of mail sent by people who use outlook. that thing sends out 2 copies of the message : plain text and html. in fact, the attachment menu looks like this: I 1[multipa/alternativ, 7bit, 2.9K

viewing attachments

1999-03-28 Thread Eric Smith
Mutt is infinitely configurable at user level it seems. But daunting. Why not make it easier for the novices (me included perhaps) to do real useful things with mutt that enhance daily efficiency. I would like to start with viewing of attachments. The reality for most users is a high perce