* small documentation updates

This commit is contained in:
djcb 2012-01-06 16:18:18 +02:00
parent 78d52305f6
commit 959e94426d
3 changed files with 13 additions and 10 deletions

View File

@ -34,7 +34,7 @@ programming language.
@menu @menu
* Introduction:: * Introduction::
* Getting started:: * Getting started::
* Initialization:: * Initializing mu-guile::
* Messages:: * Messages::
* Contacts:: * Contacts::
@ -169,8 +169,8 @@ scheme@(guile-user)> (for-each
(mu:message-list "hello")) (mu:message-list "hello"))
@end verbatim @end verbatim
@node Initialization @node Initializing mu-guile
@chapter Initialization @chapter Initializing mu-guile
It is of course possible to write separate programs with @t{mu-guile}, but for It is of course possible to write separate programs with @t{mu-guile}, but for
now we'll do things @emph{interactively}, i.e., from the Guile-prompt now we'll do things @emph{interactively}, i.e., from the Guile-prompt
@ -291,6 +291,7 @@ scheme@(guile-user)> (mu:for-each-message
"subject:coffee") "subject:coffee")
Re: best coffee ever! Re: best coffee ever!
best coffee ever! best coffee ever!
Coffee beans
scheme@(guile-user)> scheme@(guile-user)>
@end verbatim @end verbatim

View File

@ -142,7 +142,7 @@ If =mu= did not guess the right Maildir, you can set it explicitly:
will give you a list of pancake-related messages in XML-format. will give you a list of pancake-related messages in XML-format.
#+html:<hr/><div align="center">&copy; 2011 Dirk-Jan C. Binnema</div> #+html:<hr/><div align="center">&copy; 2011-2012 Dirk-Jan C. Binnema</div>
#+begin_html #+begin_html
<script type="text/javascript"> <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

View File

@ -18,11 +18,13 @@
can then be queried using a custom query language. can then be queried using a custom query language.
** News ** News
- 2012-01-06: [[http://code.google.com/p/mu0/downloads/detail?name%3Dmu-0.9.8-alpha2.tar.gz&can%3D2&q%3D#makechanges][mu-0.9.8-alpha-2]] is available; updates for =mu4e=, much
- 2011-12-30 [[http://code.google.com/p/mu0/downloads/list][mu-0.9.8-alpha]] is available; it comes with a an emacs-based improved guile bindings + documentation. The work-in-progress documentation
email client, updated guile bindings, search for attachment mime type and is available here: [[http://www.djcbsoftware.nl/code/mu/mu4e/][mu4e]] and [[http://www.djcbsoftware.nl/code/mu/mu-guile/][mu-guile]].
search inside any text part of a message, more tests, improvements in many - 2011-12-30 [[http://code.google.com/p/mu0/downloads/list][mu-0.9.8-alpha]] is available; it comes with a an emacs-based
parts of the code. email client (=mu4e=), updated guile bindings, search for attachment mime
type and search inside any text part of a message, more tests, improvements
in many parts of the code.
- 2011-09-03: mu 0.9.7 is now available; compared to the -pre version there - 2011-09-03: mu 0.9.7 is now available; compared to the -pre version there
are a few small changes; the most important one is a fix specifically for are a few small changes; the most important one is a fix specifically for
running mu on MacOS. running mu on MacOS.
@ -106,7 +108,7 @@
*mu* was designed and implemented by Dirk-Jan C. Binnema, and is Free *mu* was designed and implemented by Dirk-Jan C. Binnema, and is Free
Software, licensed under the GNU GPLv3 Software, licensed under the GNU GPLv3
#+html:<hr/><div align="center">&copy; 2011 Dirk-Jan C. Binnema</div> #+html:<hr/><div align="center">&copy; 2011-2012 Dirk-Jan C. Binnema</div>
#+begin_html #+begin_html
<script type="text/javascript"> <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");