An open API service indexing awesome lists of open source software.

https://github.com/rougier/nano-mu4e

Alternative layour for mu4e
https://github.com/rougier/nano-mu4e

emacs mail mu4e nano-emacs

Last synced: about 2 months ago
JSON representation

Alternative layour for mu4e

Awesome Lists containing this project

README

        

*NANO mu4e*

* Introduction

NANO-mu4e is a minor mode for [[https://www.djcbsoftware.nl/code/mu/][mu4e]] that offer an alternative layout
for headers view when threads are enabled.

- Threads are clearly separated
- Threads are centered on the subject
- Tags are shown only on the thread subject line
- Unread mails are clearly marked
- New mails can be previewed in headers view
- Mark is made more salient
- Thread folding is adapted to the style.

Different stylaes are available

** Simple style

#+begin_src txt
[L] Thread subject 1 TAG-1 TAG-2 [15]
Initial sender Yesterday
[13 hidden messages] ...
Recipient 1 Today at 10:21
┊ New message content can be displayed inside the header view.
Recipient 2 Today at 11:07

[P] Thread subject 2 TAG-3 [1]
Initial sender Today at 10:32
#+end_src txt

** Regular style

#+begin_src text
───────────────────────────────────────────────────────────────────────────────
[L] Thread subject 1 TAG-1 TAG-2 [15]
Initial sender Yesterday
[13 hidden messages] •••
Recipient Today at 10:21
┊ New message content can be displayed inside the header view.
Recipient 2 Today at 11:07
───────────────────────────────────────────────────────────────────────────────
[P] Thread subject 2 TAG-3 [1]
Initial sender Today at 10:32
───────────────────────────────────────────────────────────────────────────────
#+end_src

** Compact style

#+begin_src text
┌─────────────────────────────────────────────────────────────────────────────┐
│ [L] Thread subject 1 TAG-1 TAG-2 [15] │
│ Initial sender Yesterday │
│ [13 hidden messages] ••• │
│ Recipient 1 Today at 10:21 │
│ ┊ New message content can be displayed inside the header view. │
│ Recipient 2 Today at 11:07 │
├─────────────────────────────────────────────────────────────────────────────┤
│ [P] Thread subject 2 TAG-3 [1] │
│ Initial sender Today at 10:32 │
└─────────────────────────────────────────────────────────────────────────────┘
#+end_src

** Boxed style

#+begin_src text
┌─────────────────────────────────────────────────────────────────────────────┐
│ [L] Thread subject 1 TAG-1 TAG-2 [15] │
│ Initial sender Yesterday │
│ [13 hidden messages] ••• │
│ Recipient 1 Today at 10:21 │
│ ┊ New message content can be displayed inside the header view. │
│ Recipient 2 Today at 11:07 │
└─────────────────────────────────────────────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────────────────────┐
│ [P] Thread subject 2 TAG-3 [1] │
│ Initial sender Today at 10:32 │
└─────────────────────────────────────────────────────────────────────────────┘
#+end_src

* Usage

When in mu4e-headers-mode, you can type:

#+begin_src emacs-lisp
(nano-mu4e-mode)
#+end_src emacs-lisp

! Note that for the time being, exiting the mode does not remove the
mode key bindings for some unknown reasons (bug)