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

1913 Commits

Author SHA1 Message Date
djcb
9c03b76834 * don't return to headers view after closing mu4e 2012-04-10 18:13:03 +03:00
djcb
3e723b331a * mu4e-hdrs.el: fix window splitting for emacs-23 compatibility 2012-04-10 17:56:06 +03:00
djcb
b2f3610c65 * mu4e-version.el.in: use @VERSION@, not @PACKAGE_STRING@ to compare the version 2012-04-10 09:08:29 +03:00
djcb
d0ff61b98a * cosmetic 2012-04-09 23:48:57 +03:00
djcb
640dd00847 * update gitignore 2012-04-09 23:48:44 +03:00
djcb
f2bbf744aa * mu4e-hdrs.el: fix some of the header-view-split corner cases 2012-04-09 23:48:30 +03:00
djcb
edda59bff7 * mu4e: restructure code a bit and enable byte-compilation 2012-04-09 16:34:52 +03:00
djcb
b943f5630e * mu4e.texi: fix typo 2012-04-09 12:01:07 +03:00
djcb
757d97421b * emacs/TODO: update 2012-04-09 11:53:05 +03:00
djcb
16a35ef58e * mu4e.texi: document the split view 2012-04-09 11:52:49 +03:00
djcb
ae54538ea2 * mu4e-mail.el: use the mu4e-utils.el 2012-04-09 11:52:33 +03:00
djcb
9649c89a1f * emacs/Makefile.am: add mu4e-utils.el 2012-04-09 11:51:52 +03:00
djcb
344b1aea2e * further work on split-view (WIP) 2012-04-09 11:51:24 +03:00
djcb
c6116fc676 * mu4e.el, mu4e-utils.el: split out utility functions 2012-04-09 11:50:23 +03:00
djcb
ad7b500c59 * mu4e: add `mu4e-field-at-point', allow for querying properties of the
current message in either message view or headers buffer
2012-04-08 20:29:30 +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
1b451b754a * set mu4e-search-results-limit default to 1000, document this 2012-04-07 19:08:33 +03:00
djcb
9a59e3d8a1 * mu-cmd-server.c: fix off-by-one in number of matches to display 2012-04-07 19:07:48 +03:00
djcb
1b65acdec0 * mu4e-hdrs: fixes for the markless headers buffer 2012-04-07 18:25:22 +03:00
djcb
b7f2b4e609 * don't use markers for finding messages
instead of keeping around a (slow!) hashtable of markers around, use
  invisible cookies with the docid at the beginning of each header, and search
  for those.
2012-04-07 17:59:08 +03:00
djcb
747c88ed67 * mu4e.el: add mu4e-title-face 2012-04-06 12:22:55 +03:00
djcb
284fb46a8f * update www, NEWS 2012-04-06 12:22:31 +03:00
djcb
c7dd37aa9f * improved docs, NEWS 2012-04-06 11:00:39 +03:00
djcb
46d38d203e * mark drafts as 'S' (seen) when creating them 2012-04-06 01:28:58 +03:00
djcb
ee840997c3 * fix memleak in threading 2012-04-05 23:08:48 +03:00
djcb
3db459b19a * mu-cmd-server.c: fix error handling 2012-04-04 17:56:52 +03:00
djcb
34091dcbda * mu-msg-part.c: fix errr handling in write_part_to_fd 2012-04-04 17:56:01 +03:00
djcb
e4b5220788 * mu4e.el: explicitly set timer to nil when quiting, so it will be restarted
when restarting
2012-04-04 07:47:33 +03:00
djcb
eff294796d * mu-threader.c: for now disable the special code for messages with dup msgids
as this is causing infloops... FIXME
2012-04-03 23:31:04 +03:00
djcb
69c57f8961 * update NEWS 2012-04-03 23:30:25 +03:00
djcb
b862584fb1 * mu4e.el: don't reset update timer when going back to main screen 2012-04-03 22:47:02 +03:00
djcb
7933eb31c1 * mu4e-hdsr.el: set the left margin to 2 again 2012-04-03 19:37:29 +03:00
djcb
140f9cc562 * set the domain in g_set_error, to prevent runtime-warnings with recent glib 2012-04-03 19:37:07 +03:00
djcb
d421f4bff6 * small leak fixes 2012-04-03 19:36:43 +03:00
djcb
0a15f82ede * mu-msg-file.c: correctly display utf-8 encoded messages without explicit
charset (such as mu4e draft messages)
2012-04-02 20:01:58 +03:00
djcb
a46e8c8626 * mu4e.texi: some better section in the manual 2012-04-02 20:00:42 +03:00
djcb
8b2539a835 * mu4e.el: by default don't show the message path in the message view
(see `mu4e-view-fields')
2012-04-02 20:00:15 +03:00
djcb
ce9efe43a4 * mu4e-send.el: set default encoding to utf-8 2012-04-02 19:59:16 +03:00
djcb
f7abd1b7ee * update TODO 2012-04-02 01:00:32 +03:00
djcb
b7dcb4182d * mu4e.el: don't use underlines for the header titles 2012-04-02 01:00:21 +03:00
djcb
59cf2cfec4 * mu4e: some documentation updates 2012-04-02 00:59:55 +03:00
djcb
501885e5da * mu4e-send.el: use more descriptive buffer names, based on Subject:, if any 2012-04-01 21:36:13 +03:00
Dirk-Jan C. Binnema
ac632e9ec8 Merge pull request #11 from Trundle/master
* fix typo in emacs/mu4e-hdrs.el
2012-04-01 08:39:16 -07:00
Andreas Stuehrk
5d5177b621 * fix typo 2012-04-01 16:56:38 +02:00
djcb
bc6f9ebbb8 * fix glib warnings (compile time, runtime): add error gquark, don't use g_atexit 2012-04-01 13:08:02 +03:00
djcb
fa10095ce2 * mu-cmd-server.c: return full message info in (:update ...) so we don't lose
the body when refreshing previously-unread messages
2012-04-01 12:32:01 +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
aa952aa430 * mu-stored-read.cc: don't do excessive logging 2012-04-01 12:29:44 +03:00
djcb
f11160aece * cosmetics 2012-04-01 12:29:24 +03:00