From 41dfef471c55dae0dc6adf91521ad90854a7b1ab Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Sun, 22 Mar 2020 23:03:23 +0100 Subject: [PATCH] Add doc about mu --- dotfiles/mail.org | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/dotfiles/mail.org b/dotfiles/mail.org index 202eeed..0fe8c87 100644 --- a/dotfiles/mail.org +++ b/dotfiles/mail.org @@ -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"