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

36 Commits

Author SHA1 Message Date
djcb
edb73a742f * mu-cmd-server: fix full-search vs limited-search 2012-12-20 23:34:34 +02:00
djcb
7053582dd7 * add skipping-dups support to mu4e 2012-12-17 22:30:26 +02:00
djcb
2f9dd78bb0 * add query flags (which match msgiterflags) to mu_query_run, update callers 2012-12-16 15:08:34 +02:00
djcb
0e204fece4 * small cleanup of the retagging support 2012-12-09 15:07:21 +02:00
Abdó Roig-Maranges
2803b43f63 Make cmd_add output update information
This way, if a message changes, I can use add to force reindexing it, and notify
mu4e about the changes.
2012-12-07 00:23:56 +01:00
djcb
6351a3906b * mu-cmd-server: use mu_util_supports 2012-10-18 12:25:46 +03:00
djcb
5b8de3a97b * mu4e: advertise guile support 2012-10-17 23:36:35 +03:00
djcb
6f3c738076 * mu-cmd-server: minor 2012-10-03 10:37:02 +03:00
djcb
8b5664fcfc * mu-cmd-server.c: small fixes / cleanups 2012-09-28 17:09:23 +03:00
djcb
af5ad981a2 * some line35 fixes 2012-09-27 21:52:54 +03:00
djcb
506f26a342 * mu4e: unbreak attachments in forwarded messages 2012-09-25 15:20:26 +03:00
djcb
a136e163fe * cosmetics 2012-09-24 09:29:53 +03:00
djcb
725059f03b * cosmetics 2012-09-23 11:42:17 +03:00
djcb
0eb032e642 * mu4e: load message by path (WIP) 2012-09-20 21:34:19 +03:00
djcb
55f7ecd362 * mu: try harder to create temp files for images (so we can show them in mu4e) 2012-09-16 23:10:23 +03:00
djcb
63e8ecb649 * mu/mu-cmd-server: make sure pgp sigs are checked in (:update) messages as well 2012-09-05 01:23:49 +03:00
djcb
b3760740f8 * update for attachment checking changes 2012-08-09 11:45:46 +03:00
djcb
67a9282fc9 * updates for mu-msg-part changes 2012-08-01 17:02:43 +03:00
djcb
f1a2e94b1a * crypto: update for crypto api changes 2012-07-27 18:04:49 +03:00
djcb
a3b4edf56a * updates for mu-msg-part changes 2012-07-24 22:12:49 +03:00
djcb
c240e6c17f * fixes for 'make line35' (small function refactoring) 2012-07-20 11:54:37 +03:00
djcb
acfabfdf4b * refactor: MU_MSG_PART_OPTION -> MU_MSG_OPTION and related changes 2012-07-18 16:22:10 +03:00
djcb
bf2585b50e * crypto: implement 'mu verify' command -- WIP 2012-07-17 19:17:49 +03:00
djcb
beced7857b * add guile (still non-functional) guile command 2012-07-03 20:59:44 +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
4dee4ccd28 * mu-cmd-server: some cleanups for the 'contacts' command 2012-06-20 11:29:46 +03:00
djcb
093534580d * mu-cmd-server.c: some fixes for 'my-address' support 2012-06-20 09:20:46 +03:00
djcb
b150f45090 * mu4e: support setting my-addresses when indexing 2012-06-19 17:59:35 +03:00
djcb
635e049ff7 * mu-cmd-server: add the 'contacts' command, which gives us the contacts (as
in mu-cfind)
2012-06-18 18:02:59 +03:00
djcb
7bb62db99e * mu-cmd-server.c: get initially, get *all* messages when doing a threaded
search. thus, it's more likely we get full threads, since threading is done
  on all messages.
2012-06-10 12:52:57 +03:00
djcb
5946499218 * silence some more compiler warnings 2012-06-10 12:21:41 +03:00
djcb
79f76c0057 * mu-cmd-server.c: fix some compiler warnings 2012-06-10 11:50:46 +03:00
djcb
20d858e464 * implement / document changing sort order and threading
- update the protocol a bit (mu4e-proc, mu-cmd-server)
  - provide the user-interface (mu4e-headers.el)
  - document it (mu4e.texi, mu-server.1)
  - some cosmetics (the other changes)
2012-06-10 11:19:51 +03:00
djcb
52c8b68352 * mu-cmd-server.c, TODO: provide error msg when attempting to move to existing file 2012-06-07 00:16:52 +03:00
djcb
895ab10a4b * optionally ignore invalid (unknown) message flag letters, update callers 2012-06-01 14:03:43 +02:00
djcb
46f10cfde9 * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00