1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-27 07:35:16 +02:00
Commit Graph

38 Commits

Author SHA1 Message Date
djcb
bbd55fe787 * cosmetics 2012-04-16 23:10:16 +03:00
djcb
127a9108fb * re-use the `message-mode' citation engine for generating cited messages (WIP) 2012-04-16 22:06:49 +03:00
djcb
7e53caa0a9 * mu4e-view.el: don't try to kill the window when it's the last one 2012-04-16 20:50:16 +03:00
djcb
95e49a33c4 * mu4e-view.el: make sure the output buffer is writable 2012-04-16 19:33:49 +03:00
djcb
bc13c49736 * improved debugging/logging support
- add mu4e-toggle-logging to enable/disable logging
  - add mu4e-show-log to view the log buffer, and bind it to '$' in the
    main/header/view buffers
  - add a note about it to the doc (mu4e.texi)
  - make mu4e-log the the new logging function, use colors to distinguish
    incoming/outgoing data
  - only keep last 1200 lines of log in the log buffer
2012-04-16 18:31:48 +03:00
djcb
6b4ced1f4f * implement additional attachment handling functions; update for new backend protocol 2012-04-15 14:22:43 +03:00
djcb
47467726d4 * mu4e-view.el: extended attachment handling (WIP) 2012-04-12 09:02:25 +03:00
djcb
1f4b169a09 * mu4e-view.el: fix closing / killing the view buffer 2012-04-11 18:27:26 +03:00
djcb
c090716509 * mu4e-view.el: fix closing, some cosmetics 2012-04-11 02:08:32 +03:00
djcb
9c03b76834 * don't return to headers view after closing mu4e 2012-04-10 18:13:03 +03:00
djcb
d0ff61b98a * cosmetic 2012-04-09 23:48:57 +03:00
djcb
edda59bff7 * mu4e: restructure code a bit and enable byte-compilation 2012-04-09 16:34:52 +03:00
djcb
344b1aea2e * further work on split-view (WIP) 2012-04-09 11:51:24 +03:00
djcb
2c34ed8182 * more work on the header/view split view, document it a bit (WIP2) 2012-04-08 20:28:49 +03:00
djcb
bf36858c9d * initial implementation of the header/view split viewmode (WIP) 2012-04-08 12:43:37 +03:00
djcb
dd1e11289a * add user-settable variables mu4e-view-wrap-lines and mu4e-view-hide-cited,
which determine the initial way a message is displayed. document this.
2012-04-01 12:31:23 +03:00
djcb
c6bfce4f8f * mu4e-hdrs, mu4e-view: add <deletechar> as binding for mu4e-mark-for-delete
as well (as it seems that in console-mode, pressing Del gives you
  <deletechar>, not <delete>
2012-03-31 17:20:03 +03:00
djcb
6c6b6d2d82 * mu4e-view.el: use derived mode 2012-03-27 21:17:00 +03:00
djcb
85cba86d07 * implement mu4e-search-bookmark-edit-first & document it. 2012-03-25 20:33:17 +03:00
djcb
c0ac3422f5 * mu4e-view.el, mu4e.texi: make filladapt.el optional 2012-02-16 21:37:40 +02:00
djcb
0236157cd8 * mu4e-view.el: improve url-matching regexp 2012-02-16 07:29:17 +02:00
djcb
56f02e01e2 * mu4e-view.el: don't show attachment size when there is none 2012-02-13 22:37:26 +02:00
djcb
2f56baec46 * cosmetic 2012-02-09 21:12:57 +02:00
djcb
a596961fe1 * mu4e.el, mu4e-view.el: colorize cited message parts 2012-02-08 22:18:34 +02:00
djcb
ff04b20712 * mu4e: show keybindings (C-h m), cosmetics 2012-01-14 11:05:23 +02:00
djcb
f05ac379aa * emacs: update documentation, fix mu4e-view org-contact handling 2012-01-06 14:04:08 +02:00
djcb
4dbb05f33c * add support for org-mode links to messages/queries
- org-mu4e.el: add "mu4e:"-link type and handlers to org-mode
  - Makefile.am: add org-mu4e.el to package
  - mu4e-hdrs.el: register handler functions for server data *outside* header
    mode, so they can be used independently (and we can link to messages even
    when mu4e is not active already)
  - mu4e-view.el, mu-server.1, mu-proc.el, mu-cmd-server.c: support viewing
    messages by msgid (rather than only by docid); document it
2012-01-06 12:31:28 +02:00
djcb
b01b70db05 * mu4e: mark the various views as 'special' 2011-12-29 10:39:30 +02:00
djcb
aec2e73ad4 * mu4e-view.el: make URL, attachments clickable 2011-12-26 11:16:51 +01:00
djcb
4af04b7038 * mu4e-view: some cleanups 2011-12-22 00:41:27 +02:00
djcb
4bcf2a30d6 * mu4e.el: improve url-matching regexp, some cosmetics 2011-12-21 08:49:13 +02:00
djcb
043945bc4b * mu4e: unify html2text 2011-12-19 23:54:08 +02:00
djcb
a43f8b2354 * mu4e-view.el: remove dead key binding 2011-12-19 22:12:29 +02:00
djcb
5307a8411b * mu4e: support external html2text 2011-12-19 09:06:47 +02:00
djcb
f1033bee5e * hdrs/main/view: all search functions use C-u to mean 'full-search' 2011-12-17 11:32:43 +02:00
djcb
1d624ccf86 * update key bindings 2011-12-15 21:47:01 +02:00
djcb
60ca7d6e46 * mu4e: set keybindings FREC for forward, reply, edit, compose 2011-12-15 08:51:39 +02:00
djcb
b9805567ed * renamed mm -> mu4e 2011-12-13 09:07:38 +02:00