1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-28 07:41:04 +02:00
Commit Graph

2157 Commits

Author SHA1 Message Date
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
9dd3224986 * msg2pdf.c: create tempdir before trying to save 2012-04-23 08:06:58 +03:00
djcb
d366c8d41e * don't ask for mu-version.el, it's no longer there 2012-04-22 16:35:44 +03:00
djcb
c1891d0165 * mu4e-vars.el: modify default actions 2012-04-22 11:36:44 +03:00
djcb
13a765a5b3 * mu4e-utils.el: small fixes 2012-04-22 11:35:11 +03:00
djcb
6162b282ce * mu4e.texi: small fix for actions example 2012-04-22 11:33:56 +03:00
djcb
607de43ae9 * msg2pdf.c: show date in the default for the current locale 2012-04-22 11:33:25 +03:00
djcb
6321db9129 * msg2pdf.c: support images as well 2012-04-21 19:21:06 +03:00
djcb
3a4d4f80ff * some improvements to the mu4e documentation 2012-04-21 17:47:14 +03:00
djcb
565017dac0 * document the actions system and message sexps 2012-04-21 12:48:00 +03:00
djcb
c2a22d40f6 * cosmetic 2012-04-21 12:47:30 +03:00
djcb
87f91df5a8 * mu4e-proc.el: move mu4e-proc-is-running to mu4e-utils 2012-04-21 12:47:13 +03:00
djcb
29a0647d75 * mu4e-util.el: add mu4e-msg-field helper; fix mu4e-proc-is-running 2012-04-21 12:46:37 +03:00
djcb
b48a9e5276 * cosmetic 2012-04-21 12:45:03 +03:00
djcb
4a830a8e34 * s/mu4e-attachments-actions/mu4e-attachment-actions/ 2012-04-21 10:35:30 +03:00
djcb
ada52dfe80 * add example action to view messages as pdfs 2012-04-21 09:31:39 +03:00
djcb
cb654c8a4a * rename mu4e-version.el.in => mu4e-meta.el.in 2012-04-21 09:30:54 +03:00
djcb
916671e6f3 * cosmetic 2012-04-21 09:27:49 +03:00
djcb
bd7a5d6915 * add little msg2pdf toy, to convert messages to pdfs, uses webkit (WIP)
(still misses image support)

  - add toys/msg2pdf
  - update configure.ac, Makefile.am etc.
  - ensure webkit version agrees with gtk version
  - bump version to 0.8.9.4-dev2
2012-04-21 09:27:10 +03:00
djcb
340ad9fc8a * mug: make warning-free for gtk3 compilation 2012-04-21 09:10:12 +03:00
djcb
af3d206fb1 * cosmetics 2012-04-20 18:24:10 +03:00
djcb
419c00f5b2 * mu4e-view.el: add support for arbitrary actions 2012-04-20 18:23:47 +03:00
djcb
b3ba3d94be * mu4e-hdrs.el: add support for arbitrary actions 2012-04-20 18:23:16 +03:00
djcb
b99f3612ea * define some example actions for headers, and views 2012-04-20 18:22:33 +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
e0db2dcfb2 * mu4e-utils.el: warn when no actions are defined + some cosmetics 2012-04-20 08:46:05 +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
1ba30650e3 * mu4e-server.c: when flagging based on message-id, update /all/ matching
messages

    this is a common case when sending messages to ourselves (maybe through a
    mailing list), where there would a message in inbox and sentbox with the
    same id. we set the flag on both
2012-04-19 18:56:44 +03:00
djcb
ff32d85bc0 * cleanup mu4e-user-agent a bit, add support for adding arbitrary headers 2012-04-19 18:54:31 +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
djcb
73568f8e5e * cosmetics 2012-04-19 08:31:59 +03:00
djcb
effca34174 * add documentation for setting up mail-user-agent 2012-04-19 08:31:48 +03:00
djcb
3540abdfeb * initial support for mail-user-agent (WIP) 2012-04-19 08:30:42 +03:00
djcb
d52d534d71 * optionally hide e-mail addresses in address fields in the view; document it 2012-04-18 19:55:50 +03:00
djcb
0915ae96c0 * mu4e-view: fill headers before display, so they don't run off the screen 2012-04-18 19:13:34 +03:00
djcb
54ce26cc11 * remove mu4e-raw-view, refactor processing attachments, messages through
pipes a bit. Document it.
2012-04-18 19:10:48 +03:00
djcb
9e58ff96ed * mu4e-view.el: make the open-in-emacs attachment temp files read-only 2012-04-18 07:41:37 +03:00
djcb
8ee4b4436d * update NEWS 2012-04-18 07:18:30 +03:00
djcb
22a092cda7 * cosmetic 2012-04-18 07:18:23 +03:00
djcb
04d14affaf * make version available in the documentation (version.texi.in) 2012-04-18 07:17:49 +03:00
djcb
94fcaf16a6 * update gitignore 2012-04-17 20:37:18 +03:00
djcb
443a5a4fea * mu4e-get-maildirs: make it work recursively 2012-04-17 20:35:32 +03:00
djcb
a04a1ea449 * mu4e.texi: include the version, add note about using mu-cite 2012-04-17 20:35:02 +03:00
djcb
bbd55fe787 * cosmetics 2012-04-16 23:10:16 +03:00
djcb
2ac3a63f98 * fetchmail returns non-zero when there is no mail; try to handle this a bit
more gracefully by showing (possible) 'errors for 5 seconds in the update buffer
2012-04-16 23:09:42 +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
57c261ef87 * cosmetics 2012-04-16 20:54:58 +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