Commit Graph

14 Commits

Author SHA1 Message Date
e792c61f32 * mu4e: when moving messages, always reset the N flag
(since N (new) messages cannot have any other flags, you would loose
  e.g. the T flag when moving to trash; now, we remove the N flag, and the T
  flag remains)
2012-06-23 10:11:18 +03:00
62efed8772 * mu4e: add an 'about mu4e' item to the main view 2012-06-15 09:57:48 +03:00
2367ab2d67 * mu4e: add support for custom matcher functions (WIP) 2012-06-14 21:54:24 +03:00
0d913c1a1f * new feature: deferred marking, i.e. mark now, decide what for later (WIP) 2012-06-14 19:10:02 +03:00
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
dcf2b6006c * fix mu4e-read-option and its callers; update the manual for this. 2012-06-11 16:40:23 +03:00
1dbb3aa395 * mu4e-mark: don't try to use a nil hash 2012-05-14 15:58:20 +03:00
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
3a4814f38b * big renaming / refactoring 2012-05-01 22:45:54 +03:00
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
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
b58e1c231a * mu4e-mark: some cleanups 2012-04-26 22:45:38 +03:00
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
2f2853c0dd * factor out marking code to mu4e-mark.el 2012-04-23 19:07:20 +03:00