From nobody Sat Sep 21 19:03:51 2024 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4X9zFF48C8z5XD1v for ; Sat, 21 Sep 2024 19:04:01 +0000 (UTC) (envelope-from josef.c.bailey@protonmail.com) Received: from mail-0201.mail-europe.com (mail-0201.mail-europe.com [51.77.79.158]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mailout.proton.ch", Issuer "mailout.proton.ch" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X9zFF25Zsz4H7G for ; Sat, 21 Sep 2024 19:04:01 +0000 (UTC) (envelope-from josef.c.bailey@protonmail.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1726945435; x=1727204635; bh=Q5o6xCT/ZrXxxwxlx6aQoKi9Y0ODU/r0hlwQ2q3bx/A=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=dfwmMTIaDO4sTQxtVANZJ+Gc4SS22k2bt4LWCvm6E6CDib2sEVkUj4HX+xptUdVnR 7z6pEUjVahzFta1T/y25lEy0lt02oP76zvrGV2b0136mzs7A87vQhjDVnliICMVb6g qZ2BE0XoVYwI/LrCj4JnXJScm/9ySP2dtQ8OL69TE+c2mt72KRf+lqjlS2S+jxsgGI iHSq+sHhI/CAlZ1QL0P97b5Uctukq4Tg6S1MHTIF3CS/q3MSRgtQY6Uo+dFlLPtXui 8WzSotg0WrWCmYqeUW61offTKDAeobKy1wJVYhBpWR4IUE2zWSqkQlw8dJhrvtLJ6/ mfovMPDGEOZAg== Date: Sat, 21 Sep 2024 19:03:51 +0000 To: Vitor Sonoki From: Joe B Cc: freebsd-questions@freebsd.org Subject: Re: Suggestions for mail client Message-ID: In-Reply-To: <20240921122415.509b48aa@parchmanl-003> References: <5wr52qrkvc7lp5cx4gd5vaadl6aq7wv5oslhi5w27beccznsxk@emcxnqvrtdp4> <20240921122415.509b48aa@parchmanl-003> Feedback-ID: 120396043:user:proton X-Pm-Message-ID: dfa198d654b89e6302cbd45676cc33d8601d83fb List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16276, ipnet:51.77.0.0/16, country:FR] X-Rspamd-Queue-Id: 4X9zFF25Zsz4H7G X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated On Saturday, September 21st, 2024 at 3:24 AM, Vitor Sonoki wrote: >=20 >=20 > On Sat, 21 Sep 2024 00:00:55 +0000 > Joe B josef.c.bailey@protonmail.com wrote: >=20 > > I would like to use neomutt/mutt as my main email client but my family > > still sends attachments and html emails. can mutt/neomutt open them ? > > if so how or could you point me somehwere that can help. >=20 >=20 > You can install www/elinks (pkg install elinks), a text-based browser > that can "dump" the output of an HTML message rendered as plain text > straight into the terminal. Then you can add a mailcap entry > (~/.mutt/mailcap) like this: >=20 > text/html; /usr/local/bin/elinks %s ; copiousoutput >=20 > And then mutt will automatically invoke elinks and render HTML emails > straight into the mutt viewport. No need to press 'v' and 'm' or open an > external browser or anything. It's very natural, quick, and I use it in > mutt all the time. >=20 > You can send attachments with mutt by pressing 'a' after composing the > text of your message. Thanks for the feedback. I will try it as soon as i get next to the laptop Thanks Joe