Commit Graph

92 Commits

Author SHA1 Message Date
djcb 523becb84c * mu4e-view: fix buffer quiting 2012-06-16 10:45:51 +03:00
djcb 6c854e4a25 * mu4e-view: select the headers window after quiting, if it's available 2012-06-15 11:09:27 +03:00
djcb 28583c4a9d * mu4e: improve buffer killing / switching behavior. less intrusive for other windows. 2012-06-15 11:01:40 +03:00
djcb 2367ab2d67 * mu4e: add support for custom matcher functions (WIP) 2012-06-14 21:54:24 +03:00
djcb 0d913c1a1f * new feature: deferred marking, i.e. mark now, decide what for later (WIP) 2012-06-14 19:10:02 +03:00
djcb 9b579e0265 * mu4e-view.el: make sure we're applying marks to the messages where
viewing (while in view mode)
2012-06-12 20:58:32 +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 cb9b2095a6 * make the 'window management' (killing windows etc.) a bit less aggressive 2012-06-11 12:03:37 +03:00
djcb 8b4dd81581 * mu4e: fix byte-compilation warnings 2012-06-10 16:14:21 +03:00
djcb 45d3d8b4f5 * make 'search-all' a togglable setting rather than a prefix arg, using
mu4e-headers-toggle-full-search
2012-06-10 13:24:41 +03:00
djcb fc03e613c5 * fix some fallout from recent changes 2012-06-10 11:33:31 +03:00
djcb 76e70185a2 * mu4e: support extracting ranges of attachments (C-u e); contributed by
Stephen Eglen.
2012-06-07 16:24:58 +03:00
djcb 15d31f75c9 * mu4e-view.el: better handle pipe commands on attachments 2012-06-06 08:16:16 +03:00
djcb 371ef064ed * mu4e-view.el: s/mu4e-view-headers-search-(edit|narrow)/mu4e-view-search-(edit|narrow)/ 2012-06-06 08:02:48 +03:00
djcb ab119df2d9 * mu4e-view.el: fix mu4e~view-fontify-cited 2012-05-21 15:11:56 +03:00
djcb 605657d4de * cleanup mu4e~view-fontify-cited a bit, and add a few levels 2012-05-20 20:13:27 +03:00
djcb ea101876e2 * fix next / unmark behavior in view, headers 2012-05-20 19:59:57 +03:00
djcb 0776476522 * WIP: show image attachment inline (mu4e-view-show-images) 2012-05-16 20:47:13 +03:00
djcb d6053ec737 * mu4e: allow for interactively changing number of headers or columns show in
split view, using C-+, C--. Idea by Jacek Generowicz.
2012-05-14 10:45:39 +03:00
djcb a411a567a1 * mu4e-view: require cl 2012-05-13 15:02:57 +03:00
djcb 0834dd5974 * mu4e: get information about all mime parts, not just attachments 2012-05-13 13:10:56 +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 a6f7f98f04 * mu4e-view.el: fix overwriting existing file (attachment) 2012-05-11 10:32:18 +03:00
djcb d7701702d7 * mu4e-(view|headers).el: cleanup keybindings a bit,
s/mu4e-headers-mark-matches/mu4e-headers-mark-pattern/
2012-05-10 09:55:28 +03:00
djcb 5b19d029d6 * mu4e-view.el: add query next/prev keybindings 2012-05-08 15:38:02 +03:00
djcb 089e75db9a * mu4e-view.el: add support for mu4e-headers-search-edit, cleanup the code
with some defmacro
2012-05-08 15:38:02 +03:00
djcb 9e6802993f * add `mu4e-headers-search-refine' (bound to "/"), which lets you filter the
current search results by appending to the current search expression.
2012-05-08 15:38:01 +03:00
djcb aaeb56734d * make mu4e[-view]-headers-(next|prev) take a prefix argument N to jump to Nth
next or previous message. Based on a patch by Jacek Generowicz. Also, some renaming.
2012-05-08 15:38:01 +03:00
djcb 602e857dc3 * refactor search / search-editing a bit 2012-05-08 15:38:01 +03:00
djcb cd281fc696 * mu4e-view.el: fix open-with for files with spaces in their name 2012-05-03 07:53:41 +03:00
djcb 9d7c1e7d4e * mu4e-view: fix mu4e-view-go-to-url 2012-05-02 18:35:32 +03:00
djcb 70f8cd55d4 * mu4e-view.el: use the mu4e-prefix stuff, add history in user queries 2012-05-02 17:26:57 +03:00
djcb b4bc9cb6c1 * move some vars around to prevent compile warnings 2012-05-02 17:17:02 +03:00
djcb 3a4814f38b * big renaming / refactoring 2012-05-01 22:45:54 +03:00
djcb f347d5eb1c * small fixes / cleanups 2012-04-29 22:03:27 +03:00
djcb 63711fd046 * cosmetics 2012-04-28 13:47:13 +03:00
djcb 49d7442312 * mu4e-view: support marking by thread/subthread + cleanups 2012-04-26 22:42:53 +03:00
djcb 5ce21d4e43 * add mu4e-view-mark-matching to headers view, too 2012-04-24 22:37:42 +03:00
djcb b893b16d81 * minor / cosmetic 2012-04-24 18:48:07 +03:00
djcb c48eca8d88 * move specific defvars from mu4e-vars to mu4e-(compose|hdrs|view) 2012-04-24 18:13:12 +03:00
djcb 259310c7e0 * mu4e-view.el: rename mu4e-view-temp-handler => mu4e~view-temp-handler 2012-04-24 18:08:47 +03:00
djcb c4c1e193cd * mu4e-view.el: emacs23 work-around hack for missing `window-parent' function 2012-04-23 21:01:28 +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
djcb 4a830a8e34 * s/mu4e-attachments-actions/mu4e-attachment-actions/ 2012-04-21 10:35:30 +03:00
djcb 419c00f5b2 * mu4e-view.el: add support for arbitrary actions 2012-04-20 18:23:47 +03:00
djcb fbf9c70cbb * unified the action / attachment handling
- mu4e-utils.el: s/mu4e-offer-action/mu4e-choose-action/, and return a
    function now, rather than executing it directly
  - mu4e-view.el: implement the attachment handling function in terms of
    mu4e-choose-action, and each other. also fix some small issues.
2012-04-20 17:53:41 +03:00
djcb bff93c9962 * cleanup attachment handling, add 'actions' system (WIP)
- user can define arbitrary actions (functions) to apply on attachments
2012-04-19 21:01:38 +03:00
djcb 3d1c5bb1e9 * mu4e-view.el: indent continuation header lines, so they're easier distinguishable 2012-04-19 19:00:09 +03:00
djcb 1e17d7890b * turn off autopair mode (when enabled) in mu4e-view mode, as it conflicts 2012-04-19 08:33:13 +03:00