<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=186.177.4.166</id>
	<title>WikEmacs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=186.177.4.166"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/186.177.4.166"/>
	<updated>2026-04-17T01:15:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Mu4e&amp;diff=47587</id>
		<title>Mu4e</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Mu4e&amp;diff=47587"/>
		<updated>2016-08-20T05:39:15Z</updated>

		<summary type="html">&lt;p&gt;186.177.4.166: Snippet of code to tweak the behavior of Mu4e after exiting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Package&lt;br /&gt;
|name=Mu4e&lt;br /&gt;
|description=Email client&lt;br /&gt;
|author=[[Dirk-Jan C. Binnema ]]&lt;br /&gt;
|maintainer=[[Dirk-Jan C. Binnema]]&lt;br /&gt;
|screenshots=http://www.djcbsoftware.nl/code/mu/mu4e.html&lt;br /&gt;
|manual=http://www.djcbsoftware.nl/code/mu/mu4e/index.html&lt;br /&gt;
|source=https://github.com/djcb/mu&lt;br /&gt;
|in_emacs=no&lt;br /&gt;
|Development status=active&lt;br /&gt;
|website=http://www.djcbsoftware.nl/code/mu/mu4e.html&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Mu4e'''  is designed to enable super-efficient handling of e-mail; searching, reading, replying, moving, deleting. It  sits on top of your Maildir (which you update with e.g. offlineimap or fetchmail).&lt;br /&gt;
&lt;br /&gt;
Under the hood, mu4e is fully search-based, similar to programs like notmuch, md and sup. However, mu4e's user-interface is quite different. mu4e's mail handling (deleting, moving etc.) is inspired by Wanderlust [another emacs-based e-mail client, famously hard to get working], mutt and dired.&lt;br /&gt;
&lt;br /&gt;
mu4e tries to keep all the 'state' in your maildirs, so you can easily switch between clients, synchronize over IMAP, backup with rsync and so on. If you delete the database, you won't lose any information. &lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
&lt;br /&gt;
Features include:&lt;br /&gt;
&lt;br /&gt;
*    Fully search-based: there are no folders, only queries&lt;br /&gt;
*    UI optimized for speed with quick key strokes for common actions&lt;br /&gt;
*    Fully documented, with example configurations (like [http://www.djcbsoftware.nl/code/mu/mu4e/Gmail-configuration.html#Gmail-configuration for gmail])&lt;br /&gt;
*    Asynchronous: heavy actions never block emacs&lt;br /&gt;
*    Write rich-text e-mails using org-mode (experimental)&lt;br /&gt;
*    Address auto-completion based on your messages – no need for managing address books&lt;br /&gt;
*    Extendable in many places using custom actions &lt;br /&gt;
&lt;br /&gt;
For all the details, please see the (very good) [http://www.djcbsoftware.nl/code/mu/mu4e/index.html manual], and see the [http://www.djcbsoftware.nl/code/mu/mu4e.html screenshots] !&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The main view:&lt;br /&gt;
[[File:Mu4e-1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The messages/header split view, with speedbar support:&lt;br /&gt;
[[File:Mu4e-splitview.png]]&lt;br /&gt;
&lt;br /&gt;
= Extensions =&lt;br /&gt;
&lt;br /&gt;
== Complete contacts with Helm ==&lt;br /&gt;
&lt;br /&gt;
There's a very nice and efficient solution to complete contacts in [http://kitchingroup.cheme.cmu.edu/blog/2015/03/14/A-helm-mu4e-contact-selector/ this blog post].&lt;br /&gt;
&lt;br /&gt;
== Desktop and modline notifications ==&lt;br /&gt;
&lt;br /&gt;
Miss the &amp;quot;You have 2 unread messages&amp;quot; desktop notification ? Get it with [https://github.com/iqbalansari/mu4e-alert mu4e-alert]. It also displays the total of unread messages on the modline.&lt;br /&gt;
&lt;br /&gt;
== Push changes to your mail server automatically ==&lt;br /&gt;
&lt;br /&gt;
Usually the user is in charge of sending updates about the changes made in his mail box to his mail server. You can actually automate this when you close mu4e using this code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
(defadvice mu4e-quit (after mu4e-close-and-push activate)&lt;br /&gt;
    (start-process &amp;quot;pushmail&amp;quot; nil &amp;quot;pushmail.sh&amp;quot;))&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Third Party Package]]&lt;br /&gt;
[[Category:Email]]&lt;br /&gt;
[[Category:MUA]]&lt;br /&gt;
[[Category:Mail Client]]&lt;/div&gt;</summary>
		<author><name>186.177.4.166</name></author>
	</entry>
</feed>