https://github.com/rougier/nano-mu4e
Alternative layour for mu4e
https://github.com/rougier/nano-mu4e
emacs mail mu4e nano-emacs
Last synced: 11 months ago
JSON representation
Alternative layour for mu4e
- Host: GitHub
- URL: https://github.com/rougier/nano-mu4e
- Owner: rougier
- License: gpl-3.0
- Created: 2025-04-28T08:18:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-14T05:07:17.000Z (about 1 year ago)
- Last Synced: 2025-07-22T00:22:58.393Z (11 months ago)
- Topics: emacs, mail, mu4e, nano-emacs
- Language: Emacs Lisp
- Homepage:
- Size: 50.8 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
- License: LICENSE.txt
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)