Commit Graph

2012 Commits

Author SHA1 Message Date
48a01ae814 * small doc improvements 2012-04-30 17:48:07 +03:00
fd48ca002c * move fringe stuff, headers-leave-behavior to mu4e-mark.el, as it's needed
there

  - there was a circular dependency with mu4e-hdrs, now solved by this move
2012-04-30 17:36:38 +03:00
131e1c9b51 * mu4e-speedbar: require mu4e-hdrs, so mu4e-hdrs-find is defined 2012-04-30 17:35:30 +03:00
de2e719dd2 * move all user-agent stuff to mu4e-compose 2012-04-30 17:34:51 +03:00
e2a0fc31cf * some small fixes for passing 'make cc10' and 'make line35' 2012-04-30 17:32:34 +03:00
ecee4831ef * minor change to mu-completion.zsh 2012-04-30 08:17:43 +03:00
f007bb369b * update docs 2012-04-30 08:16:44 +03:00
ce641551c6 * update webpage 2012-04-29 22:06:44 +03:00
9f8e5edb8a * updates for some internal api changes 2012-04-29 22:04:35 +03:00
f347d5eb1c * small fixes / cleanups 2012-04-29 22:03:27 +03:00
422516a77c * mu-server.1: update manpage for the mu client/server protocol changes 2012-04-29 17:37:27 +03:00
ea9e4eff75 * make the msg2pdf action a bit more robust 2012-04-29 17:32:34 +03:00
ee9dd9c06a * msg2pdf.c: make a bit more robust 2012-04-29 17:31:54 +03:00
27cc5cea62 * guile/examples/msg-graphs: show years correctly in graphs, add year-month period 2012-04-28 23:03:22 +03:00
378d086fc9 * fix mu4e~read-option-normalize-list for options with only a title 2012-04-28 20:51:09 +03:00
1a8de6efc1 * mu4e-hdrs.el: after marking a thread, jump after the thread 2012-04-28 14:39:57 +03:00
d460c7f907 * update NEWS 2012-04-28 14:22:05 +03:00
3e64a90e64 * don't concatenate all text parts in message body 2012-04-28 13:48:52 +03:00
7fa0e80e07 * default to application/octet-stream for attached messages, since
message/rfc822 sometimes fails (FIXME)
2012-04-28 13:48:20 +03:00
63711fd046 * cosmetics 2012-04-28 13:47:13 +03:00
99c1042769 * mu4e-mark: use y-or-n-p, not yes-or-no-p to ask for confirmation 2012-04-28 13:46:38 +03:00
b57f1e3314 * mu-cmd-server.c: add some comment 2012-04-28 13:46:03 +03:00
5013f4c23d * add --summary-len option for mu find and mu view, and document it 2012-04-28 12:56:57 +03:00
9e8863f5e0 * cosmetic 2012-04-28 09:13:08 +03:00
794725b293 * mu4e.texi: document thread marking functionality 2012-04-28 09:12:54 +03:00
c70ad866c8 * add mu4e-header-marks-face 2012-04-28 09:09:16 +03:00
645eac4076 * mu4e-hdrs.el: cleanup the handling of the mark fringe 2012-04-28 09:08:28 +03:00
b01390785e * mu4e-proc, mu-cmd-server: update server output
protocol

  - this unbreaks running mu server on non-utf8 locales
  - should also be a bit faster
  - configure.ac: bump version
2012-04-28 09:05:05 +03:00
b58e1c231a * mu4e-mark: some cleanups 2012-04-26 22:45:38 +03:00
a8bb465e58 * mu4e-utils: remove mu4e-choose-action 2012-04-26 22:45:01 +03:00
475a4593f4 * cosmetic 2012-04-26 22:43:24 +03:00
49d7442312 * mu4e-view: support marking by thread/subthread + cleanups 2012-04-26 22:42:53 +03:00
9220d6095c * mu4e-hdrs: add marking for threads & subthreads, and more:
- fix find headers docid (this was b0rked)
  - don't use mu4e-choose-action anymore, use mu4e-read-option
  - some typo fixes
2012-04-26 22:42:15 +03:00
2f3bd58c03 * mu4e-compose.el: let message-mode FCC take care of saving to sent-messages
- replace the old system with a bit less rube-goldbergesque (only a bit)
    system. Immediate advantage is that attachments are now also present in
    the saved messages, i.e. the copy is now the /same/ as what is sent,
    rather than an approximation.

   'fcc' refers to saving a copy of a sent message to a certain folder. that's
   what these 'Sent mail' folders are for!

   We let message mode take care of this by adding a field
     Fcc: <full-path-to-message-in-target-folder>
   in the "message-send-hook" (ie., just before sending).
   message mode will then take care of the saving when the message is actually
   sent.

   note, where and if you make this copy depends on the value of
    `mu4e-sent-messages-behavior'.

  - also quite a bit of cleanup in particular on mu4e~compose
2012-04-26 18:08:42 +03:00
084ecc71d2 * mu4e(-main|-proc-|utils).el: refactoring, some cleanup/improvements
- move all mu4e startup functions to mu4e-utils
  - add `mu4e' function to mu4e.el that call these mu4e-utils function
  - now easy to start mu4e without showing ui
  - mu4e~proc-is-running moved to mu4e-proc
  - made mu4e-read-option a bit smarter
  - renamed some more functions from mu4e- => mu4e~ (i.e.., mark them private)
2012-04-26 17:59:34 +03:00
5ea06f1469 * cosmetics 2012-04-26 17:53:34 +03:00
ed8bc7fb3b * use the same action char face everywhere 2012-04-25 08:40:06 +03:00
284ec577f4 * fix mu4e~compose, some cosmetics 2012-04-25 08:30:10 +03:00
35fd83ac59 * improve documentation 2012-04-24 22:37:50 +03:00
5ce21d4e43 * add mu4e-view-mark-matching to headers view, too 2012-04-24 22:37:42 +03:00
af0162d94f * mu4e-hdrs.el: add marking based on regexp; fix false alarm when sending 2012-04-24 21:12:15 +03:00
ec94a7a2e7 * mu4e-utils,mu4e-log: some cleanup, small additions:
- move logging vars to mu4e-utils
  - some typos fixed
  - add mu4e-ask-maildir-check-exists, which is like mu4e-ask-maildir, but
    checks that the maildir exists, if not, ask the user
2012-04-24 19:17:42 +03:00
b893b16d81 * minor / cosmetic 2012-04-24 18:48:07 +03:00
6e65e5a328 * document the update org-contacts support 2012-04-24 18:47:32 +03:00
0a215e4931 * remove mu4e-tech.org 2012-04-24 18:13:49 +03:00
c48eca8d88 * move specific defvars from mu4e-vars to mu4e-(compose|hdrs|view) 2012-04-24 18:13:12 +03:00
6950ef4836 * mu4e-actions: split of the example actions (i.e..,
mu4e-(view|view-attachment|header)-actions into their own file
2012-04-24 18:11:56 +03:00
259310c7e0 * mu4e-view.el: rename mu4e-view-temp-handler => mu4e~view-temp-handler 2012-04-24 18:08:47 +03:00
3917528719 * some refactoring / cleanups 2012-04-24 09:08:15 +03:00
5f158b32dc * mu4e-utils.el: improve sorting in mu4e-get-maildirs 2012-04-23 22:45:21 +03:00