1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00
Commit Graph

2335 Commits

Author SHA1 Message Date
djcb
d3c5fcd6ad * mu4e-vars.el: mu4e-search-results-limit was defined twice 2012-05-05 00:34:59 +03:00
djcb
9db172792d * mu-str.c: do some more massaging for xapian queries with brackets, add unit tests 2012-05-04 20:58:34 +03:00
djcb
858c874fbd * some manpage fixes 2012-05-04 17:14:52 +03:00
djcb
1bbca9e1eb * small fixes in address generation, mu:contact->string 2012-05-04 14:52:45 +03:00
djcb
3bb3514198 * mu-cmd-find.c: don't try to summarize a NULL body 2012-05-04 09:40:38 +03:00
djcb
e2faf1cc16 * mu4e-headers.el: make the "To " in :from-or-to a defconst 2012-05-04 08:58:02 +03:00
djcb
e2fa4f3478 * mu4e-proc.el: don't copy string when unnecessary (decode-coding-string) 2012-05-04 08:32:45 +03:00
djcb
5f5714184e * mu4e-vars.el: set the default search results limit to 500, so we're really
snappy by default
2012-05-04 08:30:29 +03:00
djcb
f4ae1bb6d6 * mu4e.texi: s/GMail/Gmail/g 2012-05-03 20:49:31 +03:00
djcb
cd281fc696 * mu4e-view.el: fix open-with for files with spaces in their name 2012-05-03 07:53:41 +03:00
djcb
0eb205b1e6 * cosmetic 2012-05-02 22:15:14 +03:00
djcb
c970389d2d * document :from-or-to a bit clearer 2012-05-02 22:14:54 +03:00
djcb
9d7c1e7d4e * mu4e-view: fix mu4e-view-go-to-url 2012-05-02 18:35:32 +03:00
djcb
3543a3d2aa * small improvements for the documentation 2012-05-02 17:28:43 +03:00
djcb
6a6e2ad657 * mu4e-proc.el: add some mu4e-prefix stuff 2012-05-02 17:27:44 +03:00
djcb
b30316c6b1 * mu4e-vars.el: add a mu4e 'logo' string 2012-05-02 17:27:19 +03:00
djcb
70f8cd55d4 * mu4e-view.el: use the mu4e-prefix stuff, add history in user queries 2012-05-02 17:26:57 +03:00
djcb
41c6d18a0e * mu4e-utils: add some [mu4e] prefix for stuff in the echo area / mini-buffer 2012-05-02 17:26:13 +03:00
djcb
936c5056a6 * mu4e-headers.el: missing part of previous commit 2012-05-02 17:22:45 +03:00
djcb
24a18246d2 * mu4e-headers.el: add history for search input, fix
mu4e-headers-search (interactive)
2012-05-02 17:21:40 +03:00
djcb
b4bc9cb6c1 * move some vars around to prevent compile warnings 2012-05-02 17:17:02 +03:00
djcb
3a4814f38b * big renaming / refactoring 2012-05-01 22:45:54 +03:00
djcb
c489482e86 * mu4e: some improvements in get body parts 2012-04-30 17:48:37 +03:00
djcb
48a01ae814 * small doc improvements 2012-04-30 17:48:07 +03:00
djcb
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
djcb
131e1c9b51 * mu4e-speedbar: require mu4e-hdrs, so mu4e-hdrs-find is defined 2012-04-30 17:35:30 +03:00
djcb
de2e719dd2 * move all user-agent stuff to mu4e-compose 2012-04-30 17:34:51 +03:00
djcb
e2a0fc31cf * some small fixes for passing 'make cc10' and 'make line35' 2012-04-30 17:32:34 +03:00
djcb
ecee4831ef * minor change to mu-completion.zsh 2012-04-30 08:17:43 +03:00
djcb
f007bb369b * update docs 2012-04-30 08:16:44 +03:00
djcb
ce641551c6 * update webpage 2012-04-29 22:06:44 +03:00
djcb
9f8e5edb8a * updates for some internal api changes 2012-04-29 22:04:35 +03:00
djcb
f347d5eb1c * small fixes / cleanups 2012-04-29 22:03:27 +03:00
djcb
422516a77c * mu-server.1: update manpage for the mu client/server protocol changes 2012-04-29 17:37:27 +03:00
djcb
ea9e4eff75 * make the msg2pdf action a bit more robust 2012-04-29 17:32:34 +03:00
djcb
ee9dd9c06a * msg2pdf.c: make a bit more robust 2012-04-29 17:31:54 +03:00
djcb
27cc5cea62 * guile/examples/msg-graphs: show years correctly in graphs, add year-month period 2012-04-28 23:03:22 +03:00
djcb
378d086fc9 * fix mu4e~read-option-normalize-list for options with only a title 2012-04-28 20:51:09 +03:00
djcb
1a8de6efc1 * mu4e-hdrs.el: after marking a thread, jump after the thread 2012-04-28 14:39:57 +03:00
djcb
d460c7f907 * update NEWS 2012-04-28 14:22:05 +03:00
djcb
3e64a90e64 * don't concatenate all text parts in message body 2012-04-28 13:48:52 +03:00
djcb
7fa0e80e07 * default to application/octet-stream for attached messages, since
message/rfc822 sometimes fails (FIXME)
2012-04-28 13:48:20 +03:00
djcb
63711fd046 * cosmetics 2012-04-28 13:47:13 +03:00
djcb
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
djcb
b57f1e3314 * mu-cmd-server.c: add some comment 2012-04-28 13:46:03 +03:00
djcb
5013f4c23d * add --summary-len option for mu find and mu view, and document it 2012-04-28 12:56:57 +03:00
djcb
9e8863f5e0 * cosmetic 2012-04-28 09:13:08 +03:00
djcb
794725b293 * mu4e.texi: document thread marking functionality 2012-04-28 09:12:54 +03:00
djcb
c70ad866c8 * add mu4e-header-marks-face 2012-04-28 09:09:16 +03:00
djcb
645eac4076 * mu4e-hdrs.el: cleanup the handling of the mark fringe 2012-04-28 09:08:28 +03:00