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

2337 Commits

Author SHA1 Message Date
djcb
62489a31d0 * mu4e: make sure the about-page is unfolded 2012-07-11 11:46:03 +03:00
djcb
1e2ed5715a * mu4e: set sort order by clicking on header tabs 2012-07-11 11:36:05 +03:00
djcb
958a84d5e3 * update TODO 2012-07-11 10:21:19 +03:00
djcb
65d1e4ce07 * mu4e: indicate sort field in headers line 2012-07-11 10:21:09 +03:00
djcb
c0ed7e4b83 * mu4e-utils.el: fix some typos 2012-07-11 09:15:26 +03:00
djcb
51bdc15acf * mu4e.texi: FAQ: add some examples to change From:-addresses, sent-folder 2012-07-11 09:14:59 +03:00
djcb
60ea579135 * guile: add mu-biff example, to find new mail 2012-07-10 23:57:14 +03:00
djcb
b09b9ceaac * guile: add mu:timestamp accessor to <mu:message>, implement it 2012-07-10 23:36:21 +03:00
djcb
7721df4b28 * update docs / TODO 2012-07-10 22:53:55 +03:00
djcb
6ad12aa3a2 * cosmetics 2012-07-10 22:53:36 +03:00
djcb
daa4e01686 * bump version to 0.9.9-dev1 2012-07-10 21:10:22 +03:00
djcb
0e011783c0 * mu4e: add special face for replied/passed headers 2012-07-10 21:10:00 +03:00
djcb
dc62bd6c75 * rename emacs/ => mu4e/ 2012-07-10 20:00:06 +03:00
djcb
710cd609b1 * mu4e: turn header-info into cons-pairs 2012-07-10 19:15:13 +03:00
djcb
1ea5961d2a * update TODO 2012-07-10 12:16:11 +03:00
djcb
df4fe02141 * mu4e-headers: add tooltip for flags field 2012-07-10 12:16:04 +03:00
djcb
985d5340bc * add/use mu4e-error 2012-07-10 12:11:06 +03:00
djcb
129b5ad264 * mu4e: add tooltips for header fields in message, headers view 2012-07-10 11:51:54 +03:00
djcb
706a686134 * docs: add some examples of queries that need quoting 2012-07-09 11:17:28 +03:00
djcb
b50ebeb505 * cosmetic 2012-07-09 10:54:52 +03:00
djcb
aaf9fc1413 * mu4e.texi: add note about cycling through address-completion alternatives 2012-07-09 10:54:38 +03:00
djcb
34673b0e59 * mu-find.1: remove quotes in AND example 2012-07-09 09:58:27 +03:00
djcb
3914731874 * mu4e-view: don't use RET for opening urls, attachment at-point, use M-RET
(using RET conflicted with using RET for scrolling)
2012-07-03 21:37:30 +03:00
djcb
beced7857b * add guile (still non-functional) guile command 2012-07-03 20:59:44 +03:00
djcb
b6d11830f5 * some minor mu4e doc fixes 2012-07-02 09:51:13 +03:00
Dirk-Jan C. Binnema
56714cb36d Merge pull request #33 from fravashi/fixes
* documentation fix for emacs 24 smtp
2012-07-01 23:33:54 -07:00
Farasha Euker
3e1e1508ed documentation fix for emacs 24 smtp 2012-07-01 21:07:46 -04:00
djcb
a6f334661c * update for mu-0.9.8.5 2012-07-01 20:47:43 +03:00
djcb
13ee2ef420 * update TODO 2012-06-29 10:11:45 +03:00
djcb
0b70a457de * clear non-numerics from dates, so '2012-06-12' is parsed correctly 2012-06-29 10:11:26 +03:00
djcb
38d92b98c2 * mu4e-headers.el: don't try to view messages where there are none, make
'Waiting for message' read-only
2012-06-27 19:01:58 +03:00
djcb
006f1ece1f * minor 2012-06-26 22:49:34 +03:00
djcb
7816436b2a * mu4e-utils: cleanup some outlook encoding garbage 2012-06-26 22:49:01 +03:00
djcb
b16aab5b3d * update some documentation 2012-06-26 22:47:25 +03:00
djcb
e5448adbb8 * robustness/cleanup fixes:
- mu-util.c: don't raise errors when fputs failes (this would spam us when a
    pipe broke)
  - mu-cmd-server.c: handle SIGPIPE, ignore empty command lines
2012-06-26 13:11:50 +03:00
djcb
8b6a65114e * mu-find.1: don't recommend quoting the whole query (rather than terms) 2012-06-25 11:12:16 +03:00
djcb
b87cb4bef9 * updated TODO 2012-06-24 23:19:52 +03:00
djcb
8dfeb8fa41 * mu4e: autocompletion should work for emacs 23.2 and later 2012-06-24 17:41:02 +03:00
djcb
a73f06857d * mu4e-compose: unbreak address completion on emacs 23 (at least 23.4) 2012-06-24 17:27:57 +03:00
djcb
71d3371a63 * mu4e: unbreak address auto-completion on emacs24 2012-06-24 16:34:01 +03:00
djcb
4164a9bf0a * mu4e: don't show messages when we're waiting for user-input 2012-06-24 11:53:43 +03:00
djcb
fe755579a7 * mu4e-view.el: don't create new view buffers all the time 2012-06-24 11:44:40 +03:00
djcb
4b228535d0 * update TODO 2012-06-24 10:47:04 +03:00
djcb
0b808aff91 * mu4e-headers.el: don't create many message-views 2012-06-24 10:38:26 +03:00
djcb
0af32c4735 * cosmetic 2012-06-24 10:38:09 +03:00
djcb
85f1f31bf6 * update TODO 2012-06-24 09:46:08 +03:00
djcb
43e7a0c5df * mu4e-compose: disable auto-completion for emacs23 for now 2012-06-24 09:45:53 +03:00
djcb
1d7b7a00ce * mu4e-view: be a bit more strict when considering lines for citation 2012-06-24 09:45:01 +03:00
djcb
e90be96670 * mu4e-utils: make getting contacts less chatty 2012-06-23 19:38:26 +03:00
djcb
325dfdc483 * mu4e-view: fix visiting mailto: links (emacs23) 2012-06-23 19:38:06 +03:00