diff --git a/NEWS.org b/NEWS.org index 0de191f4..6ea65d0b 100644 --- a/NEWS.org +++ b/NEWS.org @@ -27,7 +27,7 @@ - when removing the "In-reply-to" header from replies, mu4e will also remove the (hidden) References header, effectively creating a new message-thread. - + ** 0.9.13 *** contributors @@ -39,24 +39,24 @@ (and of course all people who reported issues, provided suggestions etc.) - + *** mu/mu4e/guile - NEWS (this file) is now visible from within mu4e – "N" in the main-menu. - + - make `mu4e-headers-sort-field', `mu4e-headers-sort-direction' public (that, is change the prefix from mu4e~ to mu4e-), so users can manipulate them - + - make it possible the 'fancy' (unicode) characters separately for headers and marks (see the variable `mu4e-use-fancy-chars'.) - + - allow for composing in a separate frame (see `mu4e-compose-in-new-frame') - + - add the `:thread-subject' header field, for showing the subject for a thread only once. So, instead of (from the manual): - + #+BEGIN_EXAMPLE 06:32 Nu To Edmund Dantès GstDev + Re: Gstreamer-V4L... 15:08 Nu Abbé Busoni GstDev + Re: Gstreamer-V... @@ -69,35 +69,35 @@ 2013-03-18 Ss Baron Danglars GuileUsr | Guile-SDL 0.4.2 ava... End of search results #+END_EXAMPLE - + the headers list would now look something like: #+BEGIN_EXAMPLE -10:26 ⭑☐ Nicolas Goaziou Orgmode /bulk ◼ Re: [O] 2 issue with Include function -11:00 ⭑☐ Leonard Randall Orgmode /bulk ┗▶ -10:55 ⭑☐ Guillermo Rodrigu... GstDev /bulk ◼ Re: stop pipeline into a callback funtion. -12:04 ⭑☐ Enrique Ocaña Gon... GstDev /bulk ┗▶ -11:27 ⭑☐ Tim Müller GstDev /bulk ◼ -09:34 ⭑☐ Robert Klein Orgmode /bulk ◼ Re: [O] Agenda Tag filtering - has the behaviour changed? - #+END_EXAMPLE - +10:26 ⭑☐ Nicolas Goaziou Orgmode /bulk ◼ Re: [O] 2 issue with Include function +11:00 ⭑☐ Leonard Randall Orgmode /bulk ┗▶ +10:55 ⭑☐ Guillermo Rodrigu... GstDev /bulk ◼ Re: stop pipeline into a callback funtion. +12:04 ⭑☐ Enrique Ocaña Gon... GstDev /bulk ┗▶ +11:27 ⭑☐ Tim Müller GstDev /bulk ◼ +09:34 ⭑☐ Robert Klein Orgmode /bulk ◼ Re: [O] Agenda Tag filtering - has the behaviour changed? + #+END_EXAMPLE + This is a feature known from e.g. `mutt' and `gnus` and many other clients, and can be enabled by customizing `mu4e-headers-fields' (replacing `:subject' with `:thread-subject') - + It's not the default yet, but may become so in the future. - + - add some spam-handling actions to mu4e-contrib.el - + - mu4e now targets org 8.x, which support for previous versions relegated to `org-old-mu4e.el`. Some of the new org-features are improved capture templates. - + - updates to the documentation, in particular about using BBDB. - + - improved URL-handling (use emacs built-in functionality) - + - many bug fixes, including some crash fixes on BSD - + *** guile – add --delete option to the find-dups scripts, to automatically @@ -116,7 +116,6 @@ End of search results - provide fake message-ids for messages without it; fixes #183 - allow showing tags in 'mu find' output - fix CSV quoting - - *** mu4e diff --git a/README.org b/README.org index ed6744c3..59042fde 100644 --- a/README.org +++ b/README.org @@ -4,17 +4,17 @@ 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. - + [[http://www.djcbsoftware.nl/code/mu][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 [[http://www.djcbsoftware.nl/code/mu/cheatsheet.html][mu cheatsheet]] for some examples. =mu= is fully documented. - + After indexing your messages into a [[http://www.xapian.org][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 the mu, are some extensions (included in this package): - mu-for-emacs ([[http://www.djcbsoftware.nl/code/mu/mu4e.html][mu4e]]): a full-featured e-mail client that runs inside emacs @@ -24,9 +24,8 @@ =mu= is written in C and a bit of C++ (to interface with Xapian), with =mu4e= written in [[http://en.wikipedia.org/wiki/Emacs-Lisp][Emacs-Lisp]] and =mu-guile= in a mix of C and Scheme. - + Note, =mu= is available in Debian/Ubuntu under the name =maildir-utils=; apparently because they don't like short name. It's also possible to confuse that name with the [[http://mailutils.org/][GNU Mailutils]] project (which is totally unrelated) - but now you have been warned. - diff --git a/mu4e/mu4e-about.org b/mu4e/mu4e-about.org index 8775f4b1..122ab7e9 100644 --- a/mu4e/mu4e-about.org +++ b/mu4e/mu4e-about.org @@ -4,7 +4,7 @@ written & designed by /Dirk-Jan C. Binnema/, with contributions from others. *mu4e* and *mu* are free software, licensed under the terms of the [[http://www.gnu.org/licenses/gpl-3.0.html][GNU GPLv3]]. - + You can get the code from [[https://github.com/djcb/mu][the git repository]]; there, you can also [[https://github.com/djcb/mu/issues][file bugs and feature requests]]. @@ -12,4 +12,3 @@ there's also the [[http://groups.google.com/group/mu-discuss][mu mailing list]]. [Press *q* to quit this buffer] -