Add doc about mu
This commit is contained in:
parent
2cce5603d1
commit
41dfef471c
@ -335,9 +335,14 @@ https://marlam.de/msmtp/
|
||||
account default : gmail
|
||||
#+END_SRC
|
||||
|
||||
* TODO Mail Indexer - Mu
|
||||
http://www.djcbsoftware.nl/code/mu/
|
||||
http://www.djcbsoftware.nl/code/mu/cheatsheet.html
|
||||
* Mail Indexer - Mu
|
||||
=Mu= ([[https://github.com/djcb/mu][github]]) it used as a "maildir indexer/searcher".
|
||||
Useful commands are described in the [[http://www.djcbsoftware.nl/code/mu/cheatsheet.html][Cheat-sheet]].
|
||||
|
||||
For instance, to find mails with =pdf= attachments:
|
||||
#+begin_src bash :eval no
|
||||
mu find 'mime:application/pdf'
|
||||
#+end_src
|
||||
|
||||
* Mail Client - NeoMutt
|
||||
:PROPERTIES:
|
||||
@ -799,10 +804,7 @@ Attach multiple files using ranger
|
||||
fi
|
||||
#+end_src
|
||||
|
||||
**** TODO Send HTML mails using Markdown
|
||||
https://unix.stackexchange.com/questions/108485/send-email-written-in-markdown-using-mutt/424162
|
||||
https://github.com/Roguelazer/muttdown
|
||||
|
||||
**** Send HTML mails using Markdown
|
||||
Write html emails using markdown
|
||||
#+BEGIN_SRC conf
|
||||
# macro compose M "F pandoc -s -f markdown -t html \ny^T^Utext/html; charset=us-ascii\n"
|
||||
|
Loading…
Reference in New Issue
Block a user