Commit Graph

32 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema e416a5215f autotools: remove
Since 2008, autotools has served us well - thank you!

However, mu is now using meson build, and it's time to remove the
autotools support -- one build system is enough.
2022-08-20 11:19:29 +03:00
Dirk-Jan C. Binnema 48d3f9cfab tests: move to subdir, move to meson
De-clutter the source directories a bit. Ensure tests build with meson, and
remove from autotools in a few places (no need to do things twice).
2021-11-08 23:58:05 +02:00
Dirk-Jan C. Binnema c087824126 gmime-test: move to mu/tests
and build it with meson, too.
2021-11-02 22:13:33 +02:00
Dirk-Jan C. Binnema c8a2151cb9 mu: use g_strerror instead of strerror
Some #includes were missing for the latter (but only noticeable on some
systems - e.g., build breaks on Cygwin).

So let's replace with something that works equally everywhere.

Fixes: #2060
2021-07-29 00:02:30 +03:00
Yuri D'Elia 61341486d2 Support gmime 3.0 2017-07-30 16:47:38 +02:00
djcb 465e069a3d gmime-test: dump (unencode) body, too.
Useful for testing.
2017-05-06 13:12:38 +03:00
djcb e11f69128a * add mu.spec to misc/Makefile.am/EXTRA_DIST 2014-02-16 14:58:38 +02:00
Santiago Saavedra 01ba6a7271 Add spec file for building in RPM-based systems.
Spec file creates the following packages:
* mu: The main email indexer, with mu4e included for emacs
* mu-gtk: with the mug executable
* mu-guile: with the bindings for guile

As per the Fedora Packaging Guidelines, there should not be a separate
emacs-mu package if the main package (mu) does not require emacs, but it
provides additional files for its use with emacs. I think that's the
point of mu4e.
2014-02-15 16:05:35 +01:00
djcb c898265ee5 * use timegm instead of the tzset hack 2013-10-07 00:50:36 +03:00
djcb 1f24e224a9 * more more copyright year updates 2013-03-30 11:38:01 +02:00
mmirate e9db0df402 mu-sexp-convert: Fix conversion of elisp times.
Previously, the first element was used where the second should have been.

In essence, whereas the algorithm is T[0]<<16 & T[1], the code was previously performing T[0]<<16 & T[0].

The timestamp produced was therefore inaccurate by up to about 18 hours.
2013-01-23 17:22:21 -05:00
djcb c5f8ea6451 * use AM_CPPFLAGS instead of INCLUDES 2012-12-22 22:54:50 +02:00
mmirate e8c00e3001 mu-sexp-convert: fix intra-array separator
It is now ", " rather than " ".
2012-12-19 22:32:47 -05:00
djcb 1f93fecc9d * contrib/Makefile.am: add mu-sexp-convert to EXTRA_DIST 2012-09-20 21:26:33 +03:00
djcb f6ec3665ae * some improvements for mu-sexp-convert
(output should now pass xmllint, json_verify)
2012-09-18 21:24:45 +03:00
djcb 244696d6e0 * add mu-sexp-convert, a guile script to convert sexps into XML or JSON (WIP) 2012-09-18 02:15:50 +03:00
djcb ca87649efd * gmime-test.c: set up locale 2012-05-17 10:57:40 +03:00
djcb ecee4831ef * minor change to mu-completion.zsh 2012-04-30 08:17:43 +03:00
djcb e62292cb1d * contrib: fix compilation for freebsd 2012-03-14 21:33:51 +02:00
Dirk-Jan C. Binnema d1b527d321 * gmime-test: whitespace fixes 2011-08-29 23:41:33 +03:00
Dirk-Jan C. Binnema 9c6014e40b * remove debug output, fix code for cc10, line33 2011-06-24 12:39:46 +03:00
Dirk-Jan C. Binnema ac2fe36f20 * gmime-test: display message references 2011-06-24 00:19:09 +03:00
Dirk-Jan C. Binnema fbaa1fc66e * minor update to mu-completion.zsh 2011-06-16 08:14:39 +03:00
Dirk-Jan C. Binnema 4d183fc868 * update zsh completions (still very much WIP) 2011-05-25 22:04:32 +03:00
Dirk-Jan C. Binnema dca15dbefc * minor contrib stuff 2011-05-24 22:43:22 +03:00
Dirk-Jan C. Binnema 99a5b4918c * bump version to 0.9.6, add gmime-test.c 2011-05-19 23:26:46 +03:00
Dirk-Jan C. Binnema 9d31d8aaca * update test-cases 2011-05-19 22:49:13 +03:00
Dirk-Jan C. Binnema 98b9b68aa0 * contrib/gmime-test.c: add little test program to test plain GMime 2011-05-18 09:05:09 +03:00
Dirk-Jan C. Binnema b3ef775489 * add some stuff to the zsh completions 2010-09-05 13:44:04 +03:00
djcb dd263ec1ed * contrib/Makefile.am: small fix to ignore make check 2010-08-25 00:57:40 +03:00
Dirk-Jan C. Binnema 1b75323e1c * many: small cosmetic / documentation updates 2010-08-23 08:23:58 +03:00
Dirk-Jan C. Binnema a3ec22bae9 * add start of zsh-completion support (WIP) 2010-08-21 20:44:45 +03:00