TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mu4e – Emacs email client backed by Xapian

4 pointsby s0l1dsnak3123almost 3 years ago

1 comment

s0l1dsnak3123almost 3 years ago
Some tips:<p>- The mu4e-alert package allows you to receive alerts with libnotify&#x2F;growl&#x2F;etc<p>- The org-msg package allows you to write your emails in org-mode and render them in both text and HTML<p>- message-view-patch is very helpful if you are dealing with patches over email (which I started doing as I started using <a href="https:&#x2F;&#x2F;sr.ht" rel="nofollow">https:&#x2F;&#x2F;sr.ht</a> instead of Github)<p>- The mu4e-view-actions variable lets you implement quick actions for messages. One of my favourites is mu4e-action-git-apply-patch!<p>- The mu4e-contexts variable can be used to segment your config for different email accounts<p>- Mu4e has fantastic support for GPG signing and encryption. I use it way more now that I have it.<p>- mu4e-icalendar allows you to accept calendar invites and for them to be imported into Emacs as a calendar invite<p>- I prefer to read plaintext emails over HTML. You can discourage HTML and richtext mimetypes with the mm-discouraged-alternatives variable