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

1811 Commits

Author SHA1 Message Date
djcb
62d455ad7e * cosmetic 2012-03-31 17:20:28 +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
60826d7ccb * mu4e-send.el: automatically include message signature if it's set 2012-03-31 14:22:06 +03:00
djcb
e7e84ed08a * updates for new mu_str escaping function, better error handling 2012-03-30 19:02:46 +03:00
djcb
2a105f1612 * mu-util.h: fix catch-macro for the case where the GError is set already 2012-03-30 19:02:07 +03:00
djcb
7f0ec697d8 * mu-str etc.: improve escaping (for gmail folder names) 2012-03-30 18:45:06 +03:00
djcb
6e2c3bf726 * mu-store-read.cc: cosmetic 2012-03-30 09:16:08 +03:00
djcb
79f3289a25 * fix mu4e-sent-messages-behavior for 'delete when user hasn't saved draft 2012-03-30 09:15:52 +03:00
djcb
5daa703678 * mu-msg.c: fix for mu_msg_move_to_maildir for top-level messages 2012-03-29 19:49:39 +03:00
djcb
dc75e63532 * don't try to update the headers buffer if it's dead 2012-03-29 00:28:49 +03:00
djcb
9867349314 * automatically load mu4e-speedbar 2012-03-28 22:23:35 +03:00
djcb
87e70a5b5a * small documentation update 2012-03-28 19:00:26 +03:00
djcb
7cf551a070 * mu4e-hdrs.el: display # of matches in echo area 2012-03-28 19:00:10 +03:00
djcb
ad0c315c02 * mu4e-send.el: make sure messages are saved before moving them from draft -->
sent (or elsewhere)
2012-03-28 18:58:43 +03:00
djcb
25801c7c51 * update TODO for mu4e 2012-03-28 01:48:09 +03:00
djcb
9ac09a971e * mu4e-send.el: create mu4e-edit-mode (deriving from message-mode) 2012-03-28 01:47:52 +03:00
djcb
4556a9351a * mu4e-proc.el: do the plumbing for the new sent-message 2012-03-27 21:17:29 +03:00
djcb
6c6b6d2d82 * mu4e-view.el: use derived mode 2012-03-27 21:17:00 +03:00
djcb
8a66cfb9d9 * mu4e-hdrs.el: use derived-mode and fix editing drafts 2012-03-27 21:16:32 +03:00
djcb
c2e3eac1de * don't save drafts immediately, and do the post-sending stuff not in hooks,
but rather by a special 'sent-' message handler
2012-03-27 21:15:47 +03:00
djcb
86a1424b17 * mu-maildir.c: ignore emacs temp files 2012-03-26 22:54:30 +03:00
djcb
6c1462cfad * index.org: mention github, mailing list on mu homepage 2012-03-26 21:19:32 +03:00
djcb
a144fdd613 * mu4e.texi: small docu improvements 2012-03-26 21:19:11 +03:00
djcb
b61d1bfc9a * mu4e.el: clearer error when mu4e-mu-binary is not found 2012-03-26 21:18:26 +03:00
djcb
07926fd72e * mu-store.cc: add include unistd.h; this is needed by g++ 4.7 (as noted by
Tom Willemsen)
2012-03-26 21:17:38 +03:00
djcb
a534baa18a * update NEWS 2012-03-25 20:34:41 +03:00
djcb
eba25ea850 * bump version to 0.9.8.3 2012-03-25 20:33:33 +03:00
djcb
85cba86d07 * implement mu4e-search-bookmark-edit-first & document it. 2012-03-25 20:33:17 +03:00
djcb
41f5d4ace2 * Makefile.am: set the github repo as the default for `make gitcheck' 2012-03-25 14:32:43 +03:00
djcb
57bc744632 * mu4e.texi: improve mu4e-speedbar paragraph 2012-03-25 14:32:22 +03:00
djcb
9bba0d87ff * mu4e-speedbar: much improved / better integrated with mu4e 2012-03-25 13:28:43 +03:00
djcb
1d5640fde2 * clear up the mu4e headers updating mechanism, so it's more robust (i.e..,
when another window is selected, such as in the case when using the
  speedbar).

  Also, some cleanup in message composition (that would deserve a separate
  commit, but it's too late now...)
2012-03-25 13:28:06 +03:00
djcb
67261b614d * implement the :erase message from the backend to properly clean up the
header buffer

  When we're doing a search while the results of a previous search are still
  coming in from the backend, this way we can tell the frontend that this is
  the right time to clear the buffer (previously, sometimes the results would
  be mixed).
2012-03-25 13:25:55 +03:00
djcb
50b50d87b7 * mu4e.texi: add FAQ about running mu while mu4e is already running 2012-03-24 11:19:41 +02:00
djcb
07c36f392d * Makefile.am: set 35 lines as the new max for function length ('make line35') 2012-03-24 11:18:35 +02:00
djcb
6bc7ce040e * mu-maildir.c: small cleanups 2012-03-24 11:17:54 +02:00
djcb
d44cb572ef * updated the HACKING instructions 2012-03-24 11:17:11 +02:00
djcb
3fb7e5d6ff * WIP: fixes for gtk3.2 (prevent warnings for deprecated widgets) 2012-03-24 11:16:12 +02:00
djcb
9444a3eb0e * mu4e-send.el: use mu4e-send-citation-prefix instead of hardcoded " > "
(thanks to James Ladan)
2012-03-21 00:03:20 +02:00
djcb
bd0573f3db * (WIP) add speedbar support (thanks to Antono V) 2012-03-19 21:45:26 +02:00
djcb
f43f704429 * test-mu-util.c: remove broken test case 2012-03-19 20:54:23 +02:00
djcb
acf1cd63f2 * fix mu_util_guess_maildir, mu_util_guess_mu_homedir for freebsd 2012-03-19 20:53:18 +02:00
djcb
2a6c9bebd6 * mu-msg-file.c: mu_msg_mime_part_to_string: less noisy handling of broken messages 2012-03-19 20:50:12 +02:00
djcb
027f870322 * tests: don't use mu_util_init_system, small cleanups 2012-03-19 20:49:19 +02:00
djcb
de4836a874 * mu-runtime.c, mu-util.c: remove mu_util_init_system
- no longer needed, since we no longer need to special case the BSDs
2012-03-19 20:47:38 +02:00
djcb
58ecdd78b7 * mu-maildir.c: clear up maildir scanning
- improve handle of special dirs/files (add dovecot special-casing)
  - clear up struct direntry* mem management
2012-03-19 20:46:17 +02:00
djcb
159d26ee7d * configure.ac: add warning if makeinfo is missing 2012-03-19 00:16:24 +02:00
djcb
2a7b6f1304 * test-mu-cmd-cfind.c: fix unit tests for ubuntu 10.04
the tests made unwarranted assumptions about the order in which addresses
  are returned.
2012-03-19 00:14:48 +02:00
djcb
4a4a757946 * typo fix in manpage (thanks to chandan) 2012-03-18 19:06:45 +02:00
djcb
eb9aafa8d8 * fix logic screwup in determining submailddirs of dirs starting with 'c' or
'n'; based on a patch by Jack Erwin
2012-03-18 12:22:00 +02:00