Go to file
Dirk-Jan C. Binnema 8d2a805672 config: remove help_enabled flag
We of course still have "mu help <command>" but don't suggest help
options that do not exist.

Fixes #1664.
2022-06-30 07:44:03 +03:00
.github ci: run with the address sanitizer 2022-05-18 10:03:33 +03:00
build-aux build: add dummy config.rpath 2018-05-29 10:59:20 +03:00
contrib tests: move to subdir, move to meson 2021-11-08 23:58:05 +02:00
guile build: update autotools build 2022-06-18 15:21:26 +03:00
lib document: cosmetic 2022-06-29 22:20:34 +03:00
m4 autotools: improve build 2022-05-19 23:38:49 +03:00
man man/mu-index.1: update 2022-06-07 23:06:25 +03:00
mu config: remove help_enabled flag 2022-06-30 07:44:03 +03:00
mu4e mu4e: include version.texi.in for doc generation 2022-06-29 08:00:43 +03:00
.editorconfig tweak coding style / configuration 2022-02-13 14:33:12 +02:00
.gitignore mu4e: use mu4e-config instead of mu4e-meta 2022-05-29 11:10:58 +03:00
.mailmap Add .mailmap file 2020-02-17 14:28:00 +01:00
AUTHORS * initial import of mu - the next generation 2009-11-25 22:55:06 +02:00
COPYING * initial import of mu - the next generation 2009-11-25 22:55:06 +02:00
ChangeLog Fix incorrect ChangeLog. 2015-08-08 08:54:33 +07:00
Makefile.am autotools: improve build 2022-05-19 23:38:49 +03:00
Makefile.meson meson: improve coverage target 2022-06-29 22:20:44 +03:00
NEWS Add the missing NEWS 2015-06-09 21:08:02 +03:00
NEWS.org NEWS.org: update 2022-06-26 11:25:11 +03:00
README.org README.org: update 2022-05-23 23:56:31 +03:00
TODO * update TODO 2012-12-02 22:57:47 +02:00
autogen.sh build: fix macos/clang build (disable guile) 2021-10-18 22:31:44 +03:00
configure.ac build: bump version to 1.8.2/465 2022-06-29 08:00:43 +03:00
gtest.mk mu: allow for code-coverage reports 2020-01-01 15:56:48 +02:00
meson.build build: bump version to 1.8.2/465 2022-06-29 08:00:43 +03:00
meson_options.txt toys: remove 2022-05-19 23:38:49 +03:00
version.texi.in meson: Generate version.texi for guile, mu4e 2021-03-17 00:16:49 +02:00

README.org

#+TITLE:Mu https://img.shields.io/github/license/djcb/mu?logo=gnu&.svg https://img.shields.io/badge/Made%20with-C/CPP-1f425f?logo=c&.svg https://img.shields.io/github/v/release/djcb/mu.svg https://img.shields.io/github/contributors/djcb/mu.svg https://img.shields.io/github/issues/djcb/mu.svg https://img.shields.io/github/issues/djcb/mu/rfe?color=008b8b.svg https://img.shields.io/badge/PRs-welcome-brightgreen.svg
https://img.shields.io/badge/Emacs-25.3-922793?logo=gnu-emacs&logoColor=b39ddb&.svg https://img.shields.io/badge/Platform-Linux-2e8b57?logo=linux&.svg https://img.shields.io/badge/Platform-FreeBSD-8b3a3a?logo=freebsd&logoColor=c32136&.svg https://img.shields.io/badge/Platform-macOS-101010?logo=apple&logoColor=ffffff&.svg

Welcome to mu!

Note: you are looking at the development branch, which is where new code is being developed and tested, and which may occasionally break.

Distribution and non-adventurous users are instead recommended to use the 1.6.x Release Branch or to pick up one of the 1.6.x Releases.

Given the enormous amounts of e-mail many people gather and the importance of e-mail message in our work-flows, it's essential to quickly deal with all that mail - in particular, to instantly find that one important e-mail you need right now, and quickly file away message for later use.

mu is a tool for dealing with e-mail messages stored in the Maildir-format. mu's purpose in life is to help you to quickly find the messages you need; in addition, it allows you to view messages, extract attachments, create new maildirs, and so on. See the mu cheatsheet for some examples. mu is fully documented.

After indexing your messages into a Xapian-database, you can search them using a custom query language. You can use various message fields or words in the body text to find the right messages.

Built on top of mu are some extensions (included in this package):

  • mu4e: a full-featured e-mail client that runs inside emacs
  • mu-guile: bindings for the Guile/Scheme programming language (version 3.0 and later)

mu is written in C and C++; mu4e is written in elisp, and ~mu-guile in a mix of C++ and Scheme.

Note, mu is available in Linux distributions (e.g. Debian/Ubuntu and Fedora) under the name maildir-utils; apparently because they don't like short names. All of the code is distributed under the terms of the GNU General Public License version 3 (or higher).