Commit Graph

1832 Commits

Author SHA1 Message Date
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
djcb c3ea59b7df * mu4e-send.el: mark the buffer as 'modified' when sending it, so it will be
written to disk when we call save-buffer
2012-03-31 17:39:47 +03:00
djcb a69b0b8049 * mu4e-send.el: make mail-header-separator never appear in written files, only
in screen buffers

  This should not resolve problems where other tools get confused when they
  see the --text follows this line--.
2012-03-31 17:26:36 +03:00
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