* automatic mail retrieval (WIP-2):

- mu4e-main.el: mu4e-update-mail-show-window retrieves mail / updates
    database, show output in split window (actual work is done by...:)
  - mu4e.el: mu4e-update-mail retrieves mail, updates database,
    asynchronously. Optionally, show output in a buffer
    when `mu4e-update-interval' is non-nil and some integer, it calls
    mu4e-update-mail every so many seconds.
  - mu4e.texi: document this
  - TODO: updated
This commit is contained in:
Dirk-Jan C. Binnema
2012-02-28 22:34:22 +02:00
parent d6a53ebee2
commit 253d03aaaa
4 changed files with 170 additions and 82 deletions

View File

@ -4,19 +4,15 @@
** Bugs
*** database locks (solved?)
*** sometimes +S-u-n does not seem to work?
** Features i
*** documentation
*** mu4e-get-sub-maildirs
*** auto-mail check
*** extract mailing list name
*** mark thread
*** bounce support
*** sorting
*** tool bars
*** colorize cited parts in view
*** refiling-by-pattern
*** window management
*** inspect message (muile)
@ -62,6 +58,10 @@
** make links clickable
** integrate with org-contacts
** forward should take the attachments from the original
** auto-mail check
** colorize cited parts in view
** documentation
** sometimes +S-u-n does not seem to work?
# Local Variables:
# mode: org; org-startup-folded: nil