Commit Graph

10 Commits

Author SHA1 Message Date
djcb 6c61b44a87 * mu4e-marks.el: some improvements in marking:
- use 'r' for marking as 'read'
   - show an overlay string for all marks to tell what they do
   - (this can be disabled by setting mu4e-headers-show-target to nil)
   - document this
2012-06-14 11:13:00 +03:00
djcb dcf2b6006c * fix mu4e-read-option and its callers; update the manual for this. 2012-06-11 16:40:23 +03:00
djcb 1dbb3aa395 * mu4e-mark: don't try to use a nil hash 2012-05-14 15:58:20 +03:00
djcb 192c5b12bc * mu4e: mark messages as flagged ('+') or unflagged ('-')
this maps to the the Maildir 'F' flag, which is a persistent mark on a
  message file; similar to the Gmail '*' marker
2012-05-11 11:18:00 +03:00
djcb 3a4814f38b * big renaming / refactoring 2012-05-01 22:45:54 +03:00
djcb fd48ca002c * move fringe stuff, headers-leave-behavior to mu4e-mark.el, as it's needed
there

  - there was a circular dependency with mu4e-hdrs, now solved by this move
2012-04-30 17:36:38 +03:00
djcb 99c1042769 * mu4e-mark: use y-or-n-p, not yes-or-no-p to ask for confirmation 2012-04-28 13:46:38 +03:00
djcb b58e1c231a * mu4e-mark: some cleanups 2012-04-26 22:45:38 +03:00
djcb 927e26ec05 * rename many internal functions to have a mu4e~ prefix (WIP)
- this allows to distinguish between internal and external stuff
  - the ~ is behind the 'z' in ascii, so last in the completion buffer
2012-04-23 20:35:14 +03:00
djcb 2f2853c0dd * factor out marking code to mu4e-mark.el 2012-04-23 19:07:20 +03:00