diff options
| author | djcb <djcb@localhost.localdomain> | 2012-01-21 12:25:14 +0200 |
|---|---|---|
| committer | djcb <djcb@localhost.localdomain> | 2012-01-21 12:25:14 +0200 |
| commit | dab117010ecd4a15be6883091ca9609be1fe94ae (patch) | |
| tree | 518ebc687dd0f2e44235ce8c182cfc2a4c3d4d13 /README | |
| parent | b563128a4f4044272c8f7078c0983f7e758d0984 (diff) | |
* updated README
Diffstat (limited to 'README')
| -rw-r--r-- | README | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -16,14 +16,18 @@ can then be queried using a custom query language. Built on top of mu there are some extensions: - * mu-for-emacs (mu4e): a full-features e-mail client that runs inside emacs - * mu-guile: bindings for the Guile/Scheme programming language + * mu-for-emacs (mu4e)[3]: a full-features e-mail client that runs inside emacs + * mu-guile[4]: bindings for the Guile/Scheme programming language -Mu is primarily written in C and a bit of C++, with parts of mu4e written in -Emacs-lisp and mu-guile in Scheme. +And, there is a toy GTK+-interface called 'mug' (in the 'toys/' subdir) + +Mu is written in C and a bit of C++, with mu4e written in Emacs-lisp and +mu-guile in a mix of C and Scheme. Note, mu is available in Debian/Ubuntu under the name "maildir-utils" because they don't like short names. [1] http://www.djcbsoftware.nl/code/mu/ [2] http://www.djcbsoftware.nl/code/mu/cheatsheet.html +[3] http://www.djcbsoftware.nl/code/mu/mu4e.html +[4] http://www.djcbsoftware.nl/code/mu/mu-guile.html |
