From owner-freebsd-questions@FreeBSD.ORG Sun Sep 30 07:41:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 458BD16A421 for ; Sun, 30 Sep 2007 07:41:22 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from alnrmhc12.comcast.net (alnrmhc12.comcast.net [206.18.177.52]) by mx1.freebsd.org (Postfix) with ESMTP id 303ED13C44B for ; Sun, 30 Sep 2007 07:41:21 +0000 (UTC) (envelope-from rem@bsd.remdog.net) Received: from remdog.net (c-67-164-123-46.hsd1.ca.comcast.net[67.164.123.46]) by comcast.net (alnrmhc12) with ESMTP id <20070930074121b1200lvu0te>; Sun, 30 Sep 2007 07:41:21 +0000 Received: by bsd.remdog.net (Postfix, from userid 1001) id 3CE7E1CE22; Sun, 30 Sep 2007 00:41:30 -0700 (PDT) Date: Sun, 30 Sep 2007 00:41:30 -0700 From: Rem P Roberti To: freebsd-questions@freebsd.org Message-ID: <20070930074130.GB28573@bsd.remdog.net> References: <20070930024534.457351CC7C@bsd.remdog.net> <20070930070337.GA3329@mugin.localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070930070337.GA3329@mugin.localhost> User-Agent: Mutt/1.4.2.3i Subject: Re: Viewing jpegs with Mutt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 07:41:22 -0000 On Sun, Sep 30, 2007 at 09:03:37AM +0200, Harry Matthiesen Jensen wrote: > On Sat, Sep 29, 2007 at 07:45:34PM -0700, Rem P Roberti wrote: > > Is it possible to view jpegs inline using the Mutt MUA? If so, I > > would appreciate being directed to a site that would have that > > information. > > To your ".mailcap" file, add: > > # This maps all types of images (image/gif, image/jpeg, etc.) > # to the viewer 'display'. > image/*; display %s > > > I'm using the "display" command from ImageMagick, so you just have > replace that command to your preferable viewer. > > Also remember you have to select "v" from within the e-mail in Mutt, and > then select the jpeg. > > See also: > http://www.pantz.org/os/linux/programs/muttsetup.shtml > > -- > Mvh/Brgds Harry > FreeBSD mugin.localhost 7.0-CURRENT #8: i386 Wow! That really worked well just the way it is. Thank you very much. Rem