Earlier quoted context omitted.
If mutt is accessing email via IMAP, why would you need a dedicated machine for accessing email?
Why would anyone use mutt when you can have 'local' (ie on a machine you ssh into) Maildirs? That's one of the selling points for using mutt. Imap sucks, it's just something we have to put up with for lack of something better, but I've never searched mail as fast as when I could just grep for what I needed.
Mutt email client 25 years old
141–150 of 161 posts
Re: Mutt email client 25 years old
#142Earlier quoted context omitted.
I'm amazed that you haven't had that experience yet. Years ago, when the web was less commonly used, it was pretty much frowned upon to send HTML emails. These days, it's almost the opposite: people asks "what's wrong with you" when you use a text-only email client (setting).
I use Claws, never ever sent an HTML email, and nobody complained so far.
Re: Mutt email client 25 years old
#143Earlier quoted context omitted.
A great example of the HN use of the word "just".
The real problem though is not preserving the rich-text-ness of the quoted message when replying, and the inability to have inline images. I use Outlook at work and mutt for private email. Using mutt at work just wouldn’t be practical, as the text markup and inline images are often critical to the exchange. On a related note, while I love the UX of mutt, I do find proportional fonts to be significantly more readable…
Re: Mutt email client 25 years old
#144Earlier quoted context omitted.
I'm amazed that you haven't had that experience yet. Years ago, when the web was less commonly used, it was pretty much frowned upon to send HTML emails. These days, it's almost the opposite: people asks "what's wrong with you" when you use a text-only email client (setting).
I use mutt, never send html emails; nobody has ever commented on this, in over 20 years.
Although nobody has commented on my mails, I know some people read them on mobile, and because plain text is formatted for an 80-column terminal, it doesn't reflow nicely on their mobile devices so they have to scroll side-to-side to read my message.
I think people don't know that's because I use Mutt, but a hard-to-read mail is not an impression I want to convey sometimes.
Also, sometimes my mails render in Courier font for some people when regular HTML mails show up in Arial, just because of the content type.
So if possible I'd like to write Markdown or similar and have that auto-formatted to HTML mail before sending. Not sure if there's a good way to do that in Mutt.
Re: Mutt email client 25 years old
#145Earlier quoted context omitted.
mutt is the best MUA for dealing with large quantities of email. The key to this is the limit/tag workflow. (I wrote it up a few years ago here: https://blog.randomstring.org/2016/09/26/secrets-of-mutt/ ) In brief, you use the limit command to see only the email you are interested in, then use the tag command to do something to those specific messages. Both limit and tag use the same pattern language to specify From,…
> use the limit command to see only the email you are interested in, then use the tag command Just for clarity: you can just tag without limiting first > it's easy to integrate an external tool (notmuch, maildir-utils, mairix...) grep...
Grepping my 47GB mail folder often takes longer than I'd like.
Notmuch is impressively near instant for the same searches.
Re: Mutt email client 25 years old
#146Earlier quoted context omitted.
I use mutt, never send html emails; nobody has ever commented on this, in over 20 years.
I use Mutt too. Although nobody has commented on my mails, I know some people read them on mobile, and because plain text is formatted for an 80-column terminal, it doesn't reflow nicely on their mobile devices so they have to scroll side-to-side to read my message. I think people don't know that's because I use Mutt, but a hard-to-read mail is not an impression I want to convey sometimes. Also, sometimes my mails re…
What i used to do back in the day, and appeared to work fine when i tested this weekend, is so-called flowed mode. [1] I think it's a controversial feature, because it's a brittle hack, but anecdotally an email i sent this weekend as a test displayed fine on an iPhone.
And indeed, i'm totally with you on wanting to use/send text email but not look like a freak with weirdly broken 80-char lines in paragraphs.
1. https://rinzewind.org/blog-en/2017/a-small-trick-for-sending...
Re: Mutt email client 25 years old
#147Earlier quoted context omitted.
I use mutt, never send html emails; nobody has ever commented on this, in over 20 years.
I use Mutt too. Although nobody has commented on my mails, I know some people read them on mobile, and because plain text is formatted for an 80-column terminal, it doesn't reflow nicely on their mobile devices so they have to scroll side-to-side to read my message. I think people don't know that's because I use Mutt, but a hard-to-read mail is not an impression I want to convey sometimes. Also, sometimes my mails re…
I think you should be able to use a hook in Mutt to process the markdown to HTML (using Pandoc) before sending. I've never tried anything like this—it has interesting possibilities.
Re: Mutt email client 25 years old
#148Earlier quoted context omitted.
I'm not sure what you are implying. That it is hard? It is only a single line added to the `mailcap` file: text/html; firefox '%s' &; test=test -n "$DISPLAY"; needsterminal; After that's in place, you simply open attachments (via `view-attachments`) and call `view-attach` (usually via a key binding) on the HTML attachment.
You just used the word “simply” in the same was as you used the word “just”. The argument GP was making is that what is obvious to one reader may not be obvious to another. So using the words “simply” or “just” or “obviously” does not add information, except to signal that you feel the reader is ignorant if they are not aware of what you’re explaining. My PhD advisor always crossed these words out of my scientific wr…
Re: Mutt email client 25 years old
#149Earlier quoted context omitted.
> The real problem though is not preserving the rich-text-ness of the quoted message when replying, Given the near ubiquitous use of top-posting and quoting the entire message that's being replied to, it stands to reason that others are not really reading the quoted material and are just reading the response on top. > and the inability to have inline images I wonder when email clients like Outlook would start renderi…
The quoted material is important, because people expect to be able to retrace the conversation within the single message. Technical (and also nontechnical) exchanges often consist of a dozen messages about a particular topic spread over weeks or sometimes months, where at almost each step you want to go back in the conversation to look at details of the previous discussion or to refresh your memory. Outlook users are…
Given the proliferation of rendering a thread of messages and showing them as a conversation (i.e., conversation view), reading the quoted material within the same message is not really necessary.
> Technical (and also nontechnical) exchanges often consist of a dozen messages about a particular topic spread over weeks or sometimes months, where at almost each step you want to go back in the conversation to look at details of the previous discussion or to refresh your memory.
While I have seen this done in threads where people follow the conventions of a typical mailing list or usenet newsgroup by replying inline and quoting only parts of the text they're responding to, I have not seen the equivalent in a threaded conversation in outlook. And, as you note:
> Outlook also doesn't have a great UX for that.
While they have addressed the UX issue to some extent with the conversation view, it still doesn't really lend itself to easily following the discussion amongst multiple people due to the fact that they don't typically use different subthreads under the same email chain.
Re: Mutt email client 25 years old
#150Earlier quoted context omitted.
I use mutt, never send html emails; nobody has ever commented on this, in over 20 years.
I use Mutt too. Although nobody has commented on my mails, I know some people read them on mobile, and because plain text is formatted for an 80-column terminal, it doesn't reflow nicely on their mobile devices so they have to scroll side-to-side to read my message. I think people don't know that's because I use Mutt, but a hard-to-read mail is not an impression I want to convey sometimes. Also, sometimes my mails re…