Cleaned up some trailing white space(s)

- Walked through the NEWS, README, and about org-pages and removed some
  white spaces that where sticking around.
- 🤘
This commit is contained in:
JJ Asghar 2015-11-28 17:16:33 -06:00
parent 4d85bad069
commit 5ce58b68f3
3 changed files with 28 additions and 31 deletions

View File

@ -27,7 +27,7 @@
- when removing the "In-reply-to" header from replies, mu4e will - when removing the "In-reply-to" header from replies, mu4e will
also remove the (hidden) References header, effectively creating also remove the (hidden) References header, effectively creating
a new message-thread. a new message-thread.
** 0.9.13 ** 0.9.13
*** contributors *** contributors
@ -39,24 +39,24 @@
(and of course all people who reported issues, provided (and of course all people who reported issues, provided
suggestions etc.) suggestions etc.)
*** mu/mu4e/guile *** mu/mu4e/guile
- NEWS (this file) is now visible from within mu4e "N" in the main-menu. - NEWS (this file) is now visible from within mu4e "N" in the main-menu.
- make `mu4e-headers-sort-field', `mu4e-headers-sort-direction' - make `mu4e-headers-sort-field', `mu4e-headers-sort-direction'
public (that, is change the prefix from mu4e~ to mu4e-), so public (that, is change the prefix from mu4e~ to mu4e-), so
users can manipulate them users can manipulate them
- make it possible the 'fancy' (unicode) characters separately for - make it possible the 'fancy' (unicode) characters separately for
headers and marks (see the variable `mu4e-use-fancy-chars'.) headers and marks (see the variable `mu4e-use-fancy-chars'.)
- allow for composing in a separate frame (see - allow for composing in a separate frame (see
`mu4e-compose-in-new-frame') `mu4e-compose-in-new-frame')
- add the `:thread-subject' header field, for showing the subject - add the `:thread-subject' header field, for showing the subject
for a thread only once. So, instead of (from the manual): for a thread only once. So, instead of (from the manual):
#+BEGIN_EXAMPLE #+BEGIN_EXAMPLE
06:32 Nu To Edmund Dantès GstDev + Re: Gstreamer-V4L... 06:32 Nu To Edmund Dantès GstDev + Re: Gstreamer-V4L...
15:08 Nu Abbé Busoni GstDev + Re: Gstreamer-V... 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... 2013-03-18 Ss Baron Danglars GuileUsr | Guile-SDL 0.4.2 ava...
End of search results End of search results
#+END_EXAMPLE #+END_EXAMPLE
the headers list would now look something like: the headers list would now look something like:
#+BEGIN_EXAMPLE #+BEGIN_EXAMPLE
10:26 ⭑☐ Nicolas Goaziou Orgmode /bulk ◼ Re: [O] 2 issue with Include function 10:26 ⭑☐ Nicolas Goaziou Orgmode /bulk ◼ Re: [O] 2 issue with Include function
11:00 ⭑☐ Leonard Randall Orgmode /bulk ┗▶ 11:00 ⭑☐ Leonard Randall Orgmode /bulk ┗▶
10:55 ⭑☐ Guillermo Rodrigu... GstDev /bulk ◼ Re: stop pipeline into a callback funtion. 10:55 ⭑☐ Guillermo Rodrigu... GstDev /bulk ◼ Re: stop pipeline into a callback funtion.
12:04 ⭑☐ Enrique Ocaña Gon... GstDev /bulk ┗▶ 12:04 ⭑☐ Enrique Ocaña Gon... GstDev /bulk ┗▶
11:27 ⭑☐ Tim Müller GstDev /bulk ◼ 11:27 ⭑☐ Tim Müller GstDev /bulk ◼
09:34 ⭑☐ Robert Klein Orgmode /bulk ◼ Re: [O] Agenda Tag filtering - has the behaviour changed? 09:34 ⭑☐ Robert Klein Orgmode /bulk ◼ Re: [O] Agenda Tag filtering - has the behaviour changed?
#+END_EXAMPLE #+END_EXAMPLE
This is a feature known from e.g. `mutt' and `gnus` and many This is a feature known from e.g. `mutt' and `gnus` and many
other clients, and can be enabled by customizing other clients, and can be enabled by customizing
`mu4e-headers-fields' (replacing `:subject' with `:thread-subject') `mu4e-headers-fields' (replacing `:subject' with `:thread-subject')
It's not the default yet, but may become so in the future. It's not the default yet, but may become so in the future.
- add some spam-handling actions to mu4e-contrib.el - add some spam-handling actions to mu4e-contrib.el
- mu4e now targets org 8.x, which support for previous versions - mu4e now targets org 8.x, which support for previous versions
relegated to `org-old-mu4e.el`. Some of the new org-features are relegated to `org-old-mu4e.el`. Some of the new org-features are
improved capture templates. improved capture templates.
- updates to the documentation, in particular about using BBDB. - updates to the documentation, in particular about using BBDB.
- improved URL-handling (use emacs built-in functionality) - improved URL-handling (use emacs built-in functionality)
- many bug fixes, including some crash fixes on BSD - many bug fixes, including some crash fixes on BSD
*** guile *** guile
add --delete option to the find-dups scripts, to automatically 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 - provide fake message-ids for messages without it; fixes #183
- allow showing tags in 'mu find' output - allow showing tags in 'mu find' output
- fix CSV quoting - fix CSV quoting
-
*** mu4e *** mu4e

View File

@ -4,17 +4,17 @@
e-mail message in our work-flows, it's essential to quickly deal with all that 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 mail - in particular, to instantly find that one important e-mail you need right
now. now.
[[http://www.djcbsoftware.nl/code/mu][mu]] is a tool for dealing with e-mail messages stored in the [[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 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 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 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. examples. =mu= is fully documented.
After indexing your messages into a [[http://www.xapian.org][Xapian]]-database, you can search them using 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 a custom query language. You can use various message fields or words in the
body text to find the right messages. body text to find the right messages.
Built on top of the mu, are some extensions (included in this package): 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 - 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= =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. 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=; 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 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 that name with the [[http://mailutils.org/][GNU Mailutils]] project (which is totally unrelated) - but
now you have been warned. now you have been warned.

View File

@ -4,7 +4,7 @@
written & designed by /Dirk-Jan C. Binnema/, with contributions from others. 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]]. *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 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]]. and feature requests]].
@ -12,4 +12,3 @@
there's also the [[http://groups.google.com/group/mu-discuss][mu mailing list]]. there's also the [[http://groups.google.com/group/mu-discuss][mu mailing list]].
[Press *q* to quit this buffer] [Press *q* to quit this buffer]