Favorite Terminal Applications - BSD
Users browsing this thread: 2 Guest(s)
|
|||
(13-05-2020, 02:27 AM)wolf Wrote:(31-12-2019, 02:13 PM)z3bra Wrote: email: mu, mutt, isync, msmtp, webdump, ldapsearch and a lot of shell glue around it!Do you deal with multipart HTML messages ? Yup. I use webdump for that, coupled with 'cat -s' to join blank lines together, and 'fmt -s' to force reflowing to a max width of 120 char. webdump now has the hability to use escape codes to render bold/italics, which makes them pretty nice to read in the terminal ! The full config of my mutt setup involves the following: Code: # ~/.muttrc Code: # ~/.mailcap Code: #!/bin/sh Code: #!/bin/sh This makes pretty nice emails honestly. Here is your typical marketing email rendered in mutt's pager: I also have some scripts to display "text/calendar" messages for invites I receive. I still have to find a way to add them to my outlook calendar though. I expected to have them added automatically to the calendar when I reply to them with an "ACCEPTED" invite attachment, but it does not. I guess I'll have to use outlook's API. yuk. |
|||