Add doc about mu
This commit is contained in:
parent
2cce5603d1
commit
41dfef471c
@ -335,9 +335,14 @@ https://marlam.de/msmtp/
|
|||||||
account default : gmail
|
account default : gmail
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* TODO Mail Indexer - Mu
|
* Mail Indexer - Mu
|
||||||
http://www.djcbsoftware.nl/code/mu/
|
=Mu= ([[https://github.com/djcb/mu][github]]) it used as a "maildir indexer/searcher".
|
||||||
http://www.djcbsoftware.nl/code/mu/cheatsheet.html
|
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
|
* Mail Client - NeoMutt
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
@ -799,10 +804,7 @@ Attach multiple files using ranger
|
|||||||
fi
|
fi
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
**** TODO Send HTML mails using Markdown
|
**** Send HTML mails using Markdown
|
||||||
https://unix.stackexchange.com/questions/108485/send-email-written-in-markdown-using-mutt/424162
|
|
||||||
https://github.com/Roguelazer/muttdown
|
|
||||||
|
|
||||||
Write html emails using markdown
|
Write html emails using markdown
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
# macro compose M "F pandoc -s -f markdown -t html \ny^T^Utext/html; charset=us-ascii\n"
|
# 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