This directory contains Guile modules for the Guile-enabled Mutt.

Here is a short description of all these wonderful features noone could
ever live without:

  (mutt aliases)     - Save aliases in a Schemey way.

  (mutt notify)      - Notify of important new incoming messages.

  (mutt reminders)   - Remind you of unread messages from the person you
		       are writing to, or remind you of forgotten
		       attachments before you send a message.
 
  (mutt sorting)     - Utilities to sort mailing-list messages,
		       including auto-sorting!

  (mutt attribution) - Alternative replied message attribution.

  (mutt ping)        - Automagically reply to messages matching a
		       particular subject.

  (mutt spam)        - Run a spam filter (typically bogofilter) on each
                       viewed message and allow to teach it what spam is.

  (mutt make-doc)    - Produces documentation (Texinfo, HTML, Info, etc.)
     		       based on the modules currently loaded.

  (mutt mua-stats)   - Produces statistics on what MUA is used by the
		       folks who emailed you (this is slooow).


In order to enhance your mutt-guile with one of these features, please
add the following lines into your mutt.scm file:

  (use-modules (mutt aliases)
               (mutt notify)
               (mutt reminders)
	       (mutt sorting))

And so on and so forth...
Of course, you are encouraged to contribute with other such
life-changing modules!  The `helpers' subdirectory contains tiny
modules that may be, well, helpful to module developers.

Ludovic.