26955ebe78
mu4e: remove duplicated line
2015-11-02 09:05:42 +02:00
7eb244b3b0
mu: don't use __FUNCTION__, use __func__
...
__FUNCTION__ is deprecated and gives compilation warnings. __func__ is
standardized in c99.
2015-04-22 21:06:31 +03:00
17dbee957a
mu-cmd-server.c: quote msgid in query
2015-01-08 12:45:02 -08:00
925bc6a15c
Fix forwarding of gpg encrypted mails ( #186 )
2014-10-15 03:12:29 +03:00
c5fd36a67f
Fix replying to gpg encrypted mails ( #186 )
2014-10-15 02:42:57 +03:00
182974bbc7
mu-cmd-server: fix compilating warning (BSD_SOURCE)
...
Fedora-21's gcc started complaining about this
2014-10-11 14:03:31 +03:00
51037be7fb
Fix #186 Part 3
...
This patch fixes the attachment extraction (open, save, temp) when using
`mu4e`. `mu4e` used to not notify the mu-server about the
mu4e-decryption-policy. As a result mu-server did not decrypt the
attachments for extract, open, or temp.
2014-10-10 18:34:57 +03:00
e0e0c0c3ac
* mu-cmd-server: set default to 500 results (thanks to Frank Terbeck)
2013-12-01 20:40:06 +02:00
9ddb7510b9
* mu: initialize randomness in mu-cmd-server
2013-10-20 16:57:00 +03:00
7fe37334b5
* cosmetics
2013-06-24 22:44:36 +03:00
bfe74d1d11
* mu: add the backend for freq information for contacts
2013-06-16 23:02:19 +03:00
f4d3eb2d7a
* mu-cmd-server: add support for moving without renaming
2013-05-27 03:44:46 -07:00
0cb5f9145e
* mu-cmd-server: don't raise errors on empty lines
2013-05-22 00:06:51 +03:00
2f5d6e246b
* mu: update the server command and (use 'cmd:' for commands)
2013-05-20 05:11:49 +03:00
4174ac7ed2
* fix a few compiler warnings
2013-05-13 22:30:27 +03:00
5d069e786f
* lib: updates for mu-msg-field / mu-str updates
2013-05-13 00:03:47 +03:00
855e81db99
* update copyright years
2013-03-30 11:32:07 +02:00
afc1258c10
* updates for MU_QUERY_FLAG_THREADS in mu_query_run users
2012-12-27 11:09:37 +02:00
c23eee7b4c
* fix compiler warning
2012-12-26 09:41:40 +02:00
ba6955be21
* small updates for mu_query API changes
2012-12-25 17:34:57 +02:00
58f5e39d34
* add support for finding related messages to mu-find, mu4e, this does *not*
...
include the actual implementation though
2012-12-25 11:58:32 +02:00
edb73a742f
* mu-cmd-server: fix full-search vs limited-search
2012-12-20 23:34:34 +02:00
7053582dd7
* add skipping-dups support to mu4e
2012-12-17 22:30:26 +02:00
2f9dd78bb0
* add query flags (which match msgiterflags) to mu_query_run, update callers
2012-12-16 15:08:34 +02:00
0e204fece4
* small cleanup of the retagging support
2012-12-09 15:07:21 +02:00
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
6351a3906b
* mu-cmd-server: use mu_util_supports
2012-10-18 12:25:46 +03:00
5b8de3a97b
* mu4e: advertise guile support
2012-10-17 23:36:35 +03:00
6f3c738076
* mu-cmd-server: minor
2012-10-03 10:37:02 +03:00
8b5664fcfc
* mu-cmd-server.c: small fixes / cleanups
2012-09-28 17:09:23 +03:00
af5ad981a2
* some line35 fixes
2012-09-27 21:52:54 +03:00
506f26a342
* mu4e: unbreak attachments in forwarded messages
2012-09-25 15:20:26 +03:00
a136e163fe
* cosmetics
2012-09-24 09:29:53 +03:00
725059f03b
* cosmetics
2012-09-23 11:42:17 +03:00
0eb032e642
* mu4e: load message by path (WIP)
2012-09-20 21:34:19 +03:00
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
63e8ecb649
* mu/mu-cmd-server: make sure pgp sigs are checked in (:update) messages as well
2012-09-05 01:23:49 +03:00
b3760740f8
* update for attachment checking changes
2012-08-09 11:45:46 +03:00
67a9282fc9
* updates for mu-msg-part changes
2012-08-01 17:02:43 +03:00
f1a2e94b1a
* crypto: update for crypto api changes
2012-07-27 18:04:49 +03:00
a3b4edf56a
* updates for mu-msg-part changes
2012-07-24 22:12:49 +03:00
c240e6c17f
* fixes for 'make line35' (small function refactoring)
2012-07-20 11:54:37 +03:00
acfabfdf4b
* refactor: MU_MSG_PART_OPTION -> MU_MSG_OPTION and related changes
2012-07-18 16:22:10 +03:00
bf2585b50e
* crypto: implement 'mu verify' command -- WIP
2012-07-17 19:17:49 +03:00
beced7857b
* add guile (still non-functional) guile command
2012-07-03 20:59:44 +03:00
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
4dee4ccd28
* mu-cmd-server: some cleanups for the 'contacts' command
2012-06-20 11:29:46 +03:00
093534580d
* mu-cmd-server.c: some fixes for 'my-address' support
2012-06-20 09:20:46 +03:00
b150f45090
* mu4e: support setting my-addresses when indexing
2012-06-19 17:59:35 +03:00
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