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
- Host: GitHub
- URL: https://github.com/rougier/nano-mu4e
- Owner: rougier
- License: gpl-3.0
- Created: 2025-04-28T08:18:48.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-04-28T13:05:44.000Z (about 2 months ago)
- Last Synced: 2025-04-28T14:23:43.204Z (about 2 months ago)
- Topics: emacs, mail, mu4e, nano-emacs
- Language: Emacs Lisp
- Homepage:
- Size: 27.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)