Commit Graph

4564 Commits

Author SHA1 Message Date
121bb00278 mu4e (ical): Make sure all user emails known to mu4e are used for ical events 2019-07-13 14:07:10 +02:00
2e676b6c11 mu4e (ical): Insert a text summary of the reply .ics file
This is important because the users of some email clients (such as
Outlook Wep Application) cannot read .ics files.  See e.g.,
https://answers.microsoft.com/en-us/office/forum/office_2010-outlook/how-do-i-open-ics-files-in-outlook-web-access/c765c07e-20ae-44b5-baa4-1d4f94fdfbeb
2019-07-13 14:07:07 +02:00
1078fee2c5 mu4e (ical): Allow to reply to icalendar invitations
Fixes https://github.com/djcb/mu/issues/994
2019-07-13 14:07:03 +02:00
c639a939f4 mu4e (ical): Fix indentation & typos 2019-07-13 14:06:57 +02:00
8ec8ab5380 mu-contacts: remove newlines from addresses
Seems gmime passes them on; and it causes havoc with our contacts cache.

Bump database schema version to force an rebuild (since that's what's
required.)
2019-07-11 23:30:27 +03:00
0dce3607d4 configure.ac: modernize a bit 2019-07-11 23:30:27 +03:00
5440747ba4 mu: require glib >= 2.38; remove g_type_init calls
Minor cleanup.
2019-07-11 23:30:27 +03:00
629badbd8f Merge pull request #1437 from sham1/replace-obsolete-m4
configure.ac: Replace AM_PROG_LIBTOOL with LT_INIT
2019-06-22 12:13:18 +03:00
8e64ea0ee5 Merge pull request #1438 from znewman01/mu4e-fix-docs
mu4e: Update reference to obsolete variable in documentation
2019-06-22 08:46:57 +03:00
2a51699ae5 mu4e: Update reference to obsolete variable in documentation 2019-06-19 13:30:17 -04:00
f261c104cc Replace AM_PROG_LIBTOOL with LT_INIT 2019-06-19 10:03:01 +03:00
c30b9fa49e org-mu4e: fix org linking
And some whitespace / flycheck cleanups.
2019-05-26 18:50:14 +03:00
2beb2eda02 mu4e-contacts: cleanups, save-match-data
Whitespace cleanups

Flycheck cleanups

Save the match data for (after|before)-save-hook
2019-05-25 17:38:58 +03:00
5a8ac5c023 mu4e: don't compile old-org-mu4e.el
It generates warnings.
2019-05-25 10:39:40 +03:00
c6a0771480 mu4e-actions: fix some compiler warnings 2019-05-25 10:39:40 +03:00
dc271f4721 mu-contacts: fix some compiler warnings 2019-05-25 10:39:40 +03:00
10ddaebf06 mu4e-draft: fix flycheck warnings + whitespace 2019-05-23 21:45:03 +03:00
0d33e64dc9 mu4e: don't sort contacts in completion handler
mu4e~sort-contacts-for-completion no longer exists.
2019-05-13 13:29:25 +03:00
2face85bb5 Merge pull request #1422 from piyushs/master
guile: Fix the behavior of guile/examples/msg-graphs and a typo in guile/mu/plots.scm
2019-05-12 15:35:19 +03:00
c4a23bfb66 Merge branch 'master' of github:djcb/mu 2019-05-11 18:13:36 +05:30
7563b89c9c mu4e: support incremental contacts 2019-05-11 13:41:03 +03:00
9edcae0203 update store, msg for new contacts-cache handling 2019-05-11 13:41:03 +03:00
c858651d0c doc: document the new contacts handling
mu4e.texi and NEWS.org
2019-05-11 13:41:03 +03:00
0437edc982 mu4e: mu4e-proc: Fix flymake warnings, whitespace 2019-05-11 13:41:03 +03:00
4b52ddc1cb configure.ac: bump database, package version
Bump database version so an update is forced; and the package version
since the mu/mu4e protocol changed.
2019-05-11 13:41:03 +03:00
bd52902290 contacts: update test cases for updated contacts
Remove the old ones, add new ones.
2019-05-11 13:41:03 +03:00
e9a0939f8f update cfind, server for new contacts-cache
Use the new APIs.
2019-05-11 13:41:03 +03:00
8193cc3e4c contacts: rework: install in database
Rewrite the contacts-cache backend in c++

Store the contacts as metadata in the xapian database, rather than in a
separate file.

Update the Store to deal with this.
2019-05-11 13:41:03 +03:00
c4e037c16f Fix handling of --text option in `msg-graphs' example
The previous implementation of `msg-graphs` called `mu:plots/mu:plot` with
output set to `#t` when the option `--text` was passed.  This caused an error in
the `string-append` call in `mu:plot` since the expression `(or output "dumb")`
evaluated to the symbol `#t` rather than a string.

This commit fixes this by making sure that `mu:plot` is called with `output` set
to `"dumb"` when the option `--text` is passed to `msg-graphs`, and with
`output` set to `"wxt"` (the default multi-platform graphical output device in
`gnuplot`) otherwise.  This is done by essentially making the code of
`msg-graphs` agree with the plotting code in the `guile/scripts` directory.
2019-05-11 14:46:30 +05:30
7498760084 Fix typo in the definition of mu:plot 2019-05-11 14:03:35 +05:30
9a225365c1 Merge pull request #1413 from Chris00/rm-handler
mu4e: Fix mu4e~headers-remove-handler
2019-05-08 21:32:12 +03:00
bf0b79c2ff Merge pull request #1417 from eklitzke/wparenthesis
Fix pedantic -Wparentheses warning generated by gcc 9
2019-05-08 21:10:23 +03:00
0cc94468b3 Fix pedantic -Wparentheses warning emitted by gcc 9.0 2019-05-06 07:58:37 -07:00
da626cef80 Merge pull request #1414 from garaud/fix-mu4e-action-header
mu4e: fix a remaining local variable 'short'
2019-05-01 08:36:39 +03:00
91c0681781 mu4e: fix a remaining local variable 'short'
in the function 'mu4e~action-header-to-html'
2019-04-30 18:53:12 +02:00
939c066732 Fix mu4e~headers-remove-handler 2019-04-29 20:28:24 +02:00
a2c27c0c5a mu4e: construct attach map even when not showing header
This is a bit of hack, but solves the problem; even when not _showing_
the attachments-header, construct the corresponding map, so the
keybindings work.
2019-04-27 08:38:53 +03:00
736ed2e0de guile: remove save/save-as from manual
They are not currently implemented.
2019-04-27 08:21:29 +03:00
d979efb9c5 Merge pull request #1374 from Chris00/prepare-display
mu4e: Increase `max-specpdl-size' when decoding messages
2019-04-27 08:21:10 +03:00
bb23e4a5b8 Merge pull request #1409 from edwargix/master
guile doc: Fix grammar
2019-04-27 08:18:19 +03:00
258d5947bf Fix grammar 2019-04-23 12:21:51 -06:00
fcdb11d69f Merge pull request #1407 from Chris00/to-html
mu4e: Escape HTML entities in export
2019-04-23 06:40:46 +03:00
325c623575 Escape HTML entities 2019-04-21 21:59:10 +02:00
4ffecba0b8 Merge pull request #1406 from Chris00/to-html
mu4e: Better conversion to HTML
2019-04-21 22:19:07 +03:00
2a8c57e56d Do not repeat the "From" and "To" when converting to HTML
Before this commit the HTML was looking as

From: From: email
To: To: email
2019-04-20 12:19:21 +02:00
d7b21f1d8b Merge pull request #1405 from wavexx/fix_texinfo_errors
Quote '@' symbols in texinfo's @code section
2019-04-18 22:06:26 +03:00
8eb0c2eb49 Quote '@' symbols in @code section 2019-04-18 16:16:16 +02:00
2ec1b46076 Merge pull request #1390 from Ambrevar/easy-accounts
mu4e: Easy accounts with make-mu4e-context-account
2019-04-17 22:59:30 +03:00
e9970fb890 mu4e-actions: fix whitespace, flycheck warnings 2019-04-15 07:38:58 +03:00
da1cb4e97b mu4e-actions: fix mu4e~write-body-to-html
Use mu4e~view-construct-contacts-header instead of a non-existing
function.
2019-04-15 07:19:44 +03:00