Re: My experiences with Mutt to date: Suggestions for overcoming some issues

2021-02-01 Thread Andrew Marks
On Sun, Jan 31, 2021 at 09:06:23AM +0100, Claus Assmann wrote: > On Sun, Jan 31, 2021, Chinmaya Nagpal wrote: > > > I have a similar setup as yours, except I use the built-in SMTP. What > > advantages are there to using an external sendmail program? Primarily speed, not waiting for mutt to

Re: My experiences with Mutt to date: Suggestions for overcoming some issues

2021-02-01 Thread Chinmaya Nagpal
On Mon, Feb 01, 2021 at 06:32:41AM -0800, Andrew Marks wrote: > On Sun, Jan 31, 2021 at 09:06:23AM +0100, Claus Assmann wrote: > > On Sun, Jan 31, 2021, Chinmaya Nagpal wrote: > > > > > I have a similar setup as yours, except I use the built-in SMTP. What > > > advantages are there to using an

Re: My experiences with Mutt to date: Suggestions for overcoming some issues

2021-02-01 Thread José María Mateos
On Mon, Feb 01, 2021 at 06:32:41AM -0800, Andrew Marks wrote: Primarily speed, not waiting for mutt to establish an SMTP connection and authenticate to a remote MTA. The mail is sent to the local MTA instantly, and the local MTA is working to relay the mail appropriately while I continue working

Re: My experiences with Mutt to date: Suggestions for overcoming some issues

2021-02-01 Thread ಚಿರಾಗ್ ನಟರಾಜ್
12021/00/31 04:49.41 ನಲ್ಲಿ, José María Mateos ಬರೆದರು: > > On Mon, Feb 01, 2021 at 06:32:41AM -0800, Andrew Marks wrote: > >Primarily speed, not waiting for mutt to establish an SMTP connection > >and authenticate to a remote MTA. The mail is sent to the local MTA > >instantly, and the local MTA

Re: My experiences with Mutt to date: Suggestions for overcoming some issues

2021-02-01 Thread Grant Edwards
On 2021-02-01, José María Mateos wrote: > I was thinking about this. I have offlineimap running, so I have a > local copy of all my mail, but the SMTP connection still goes > through my mail provider, not locally. While I can appreciate the > increase in speed that a local rely can offer, I

Re: My experiences with Mutt to date: Suggestions for overcoming some issues

2021-02-01 Thread José María Mateos
On Mon, Feb 01, 2021 at 04:34:47PM -, Grant Edwards wrote: If you set up your local MTA properly, yes. However, that's not trivial. I maintained a local queueing MTA for many years, but after multiple screwups where mail wasn't getting sent (and I didn't find out in a timely manner) I

Re: Any "one-step" html viewing macros

2021-02-01 Thread Oleg A. Mamontov
On Mon, Feb 01, 2021 at 12:14:45PM -0500, Jon LaBadie wrote: I typically view html attachments by piping them to a text viewer such as lynx. However this is a multi- step process of 'v' to view attachments, 'arrows' to select the html attachment, '' to invoke my macro, and upon exiting lynx,

Re: Any "one-step" html viewing macros

2021-02-01 Thread José María Mateos
On Mon, Feb 01, 2021 at 09:46:04PM +0300, Oleg A. Mamontov wrote: I use below macro (Alt-h) for the same: --- macro index,pager h /html "view first html attachment" --- Of course, I also have Chrome as a viewer for text/html in mailcap. Hope this helps. I tried it and in my case (using mutt

Any "one-step" html viewing macros

2021-02-01 Thread Jon LaBadie
I typically view html attachments by piping them to a text viewer such as lynx. However this is a multi- step process of 'v' to view attachments, 'arrows' to select the html attachment, '' to invoke my macro, and upon exiting lynx, several keystrokes to return to the mutt index. Has anyone a

Re: Any "one-step" html viewing macros

2021-02-01 Thread Francesco Ariis
Il 01 febbraio 2021 alle 21:46 Oleg A. Mamontov ha scritto: > I use below macro (Alt-h) for the same: > --- > macro index,pager h /html "view > first html attachment" This is clever and needs to be put in the wiki! Thanks —F

Re: Any "one-step" html viewing macros

2021-02-01 Thread ಚಿರಾಗ್ ನಟರಾಜ್
12021/00/31 06:08.56 ನಲ್ಲಿ, Francesco Ariis ಬರೆದರು: > > Il 01 febbraio 2021 alle 21:46 Oleg A. Mamontov ha scritto: > > I use below macro (Alt-h) for the same: > > --- > > macro index,pager h /html "view > > first html attachment" > > This is clever and needs to be put in the wiki! Thanks —F