Commit Graph

68 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 cc63eca8ad autotools: improve build
*almost* works (except for guile/, which does work yet anyway).
2022-05-19 23:38:49 +03:00
Dirk-Jan C. Binnema 559296a3a7 toys: remove
The didn't work for quite some time, and would need quite a few updates to even
compile with the latest.

So remove.
2022-05-19 23:38:49 +03:00
Dirk-Jan C. Binnema 852c7044d9 guile: update, but disable for now
It's not ready for the new Message
2022-04-30 10:40:45 +03:00
Dirk-Jan C. Binnema 1d712f0922 build: remove some obsolete files 2021-08-29 20:30:29 +03:00
Dirk-Jan C. Binnema 303e569c0d README: Use org format, slight updates 2020-05-25 21:09:38 +03:00
Dirk-Jan C. Binnema c71f683e39 mu: use new command-parser 2020-01-22 11:42:15 +02:00
Dirk-Jan C. Binnema 12b34be3cf mu: allow for code-coverage reports 2020-01-01 15:56:48 +02:00
Dirk-Jan C. Binnema 0f98fbec2d README: remove README.org
We don't need both README(markdown) and README.org (org-mode).
2020-01-01 15:56:47 +02:00
djcb 676589b30a perl: disable build
the perl build is not being used, and is a bit of a pain to maintain.
So, we disable it for now; and remove it at some point in the future.
2018-05-28 13:55:16 +03:00
djcb d0671ac3da mu4e: bump minimal required emacs to 24.4
We didn't really support older versions anyway, so let's make it
official.
2018-04-24 14:58:39 +03:00
djcb f7e6d77c9a disable perl for now to unbreak make dist 2016-11-06 10:48:45 +02:00
attila 6b366e7d25 perl: Integrate the mup interface from https://github.com/StAlphonsos/mup 2016-08-26 15:32:24 -05:00
djcb 29230a787b Install NEWS.org, mu4e-about.org 2015-06-09 21:08:02 +03:00
djcb e02077ab3d mu: make NEWS.org the place to put user information 2015-06-09 21:08:02 +03:00
djcb 1f24e224a9 * more more copyright year updates 2013-03-30 11:38:01 +02:00
djcb e80050ec31 * fix for `find' invocation for non-GNU find (thanks to Eygene Ryabinkin) 2012-11-17 21:21:59 +02:00
djcb 37f51515ed * fix guile / mu4e doc building 2012-10-20 15:49:53 +03:00
djcb f0be196209 * guile/mu4e: refactor doc building a bit 2012-10-19 16:00:41 +03:00
djcb 4a87e84478 * README.org => README 2012-09-11 12:29:44 +03:00
djcb 2fcdcafe59 * move widgets/ -> toys/mug2; remove toys/mug; rename toys/mug2 -> toys/mug 2012-08-03 09:47:09 +03:00
djcb 5d40728a0a * Makefile.am: be lenient for SCM_DEFINE (line35) 2012-07-20 11:55:50 +03:00
djcb dc62bd6c75 * rename emacs/ => mu4e/ 2012-07-10 20:00:06 +03:00
djcb 74ce48971c * configure.ac/Makefile.am: require specific emacs version (23+) 2012-06-16 22:25:24 +03:00
djcb b0fe9770e4 * mu-str.c: much improved mu_str_normalize_subject (to skip Re:, Fwd: etc. for sorting) 2012-06-15 18:21:21 +03:00
djcb 245de14b1d * make guile/gtk/webkit dep optional (i.e., --disable-guile, --disable-webkit,
--with-gui=none); bump version to 0.9.8.5-dev4
2012-06-13 10:22:54 +03:00
djcb 46f10cfde9 * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
djcb edda59bff7 * mu4e: restructure code a bit and enable byte-compilation 2012-04-09 16:34:52 +03:00
djcb 41f5d4ace2 * Makefile.am: set the github repo as the default for `make gitcheck' 2012-03-25 14:32:43 +03:00
djcb 07c36f392d * Makefile.am: set 35 lines as the new max for function length ('make line35') 2012-03-24 11:18:35 +02:00
djcb 6014ef18a9 * Makefile.am: exempt big case-statement in mu-guile-message from pmccabe check 2012-01-15 14:11:48 +02:00
djcb dba9678035 * fix 'make gitcheck' 2011-12-30 15:02:09 +02:00
djcb 0446ec3d83 * add some documentation infrastructure 2011-12-14 09:12:46 +02:00
djcb 8b39c69c89 * some code re-arrangement: src/guile-> guile, toys/mm -> emacs 2011-12-13 08:03:19 +02:00
djcb ce332dad25 * update build system 2011-12-01 21:30:16 +02:00
Dirk-Jan C. Binnema ba4893cbbb * preparing for 0.9.7-pre 2011-07-31 12:59:16 +03:00
Dirk-Jan C. Binnema 6e15e3a8e1 Merge branch 'master' into procmule 2011-07-10 20:11:35 +03:00
Dirk-Jan C. Binnema 5441b1945f * cleanup --exec implementation 2011-07-10 14:48:45 +03:00
Dirk-Jan C. Binnema 0b7693d077 * guilify mu; first steps, and a new toy called 'muile' 2011-07-05 00:18:43 +03:00
Dirk-Jan C. Binnema 66a839a742 * Makefile.am: ignore tests/ for make cc10 and make line33 2011-03-06 12:16:25 +02:00
Dirk-Jan C. Binnema 1b69d1a835 * cosmetics 2011-01-13 21:41:19 +02:00
Dirk-Jan C. Binnema f42f0cdf8f * update build system 2011-01-09 14:56:33 +02:00
Dirk-Jan C. Binnema b46d591796 * start working on some mu-based widgets (widgets/), create toys2/mug2 for testing 2011-01-08 12:48:25 +02:00
Dirk-Jan C. Binnema 6d2cc60a5e * Makefile.am/configure.ac: some changes to make Solaris a bit happier 2010-12-17 08:34:31 +02:00
Dirk-Jan C. Binnema b4de366df7 * configure.ac: bump version to 0.9.2, add m4 dir to config 2010-12-08 00:18:02 +02:00
Dirk-Jan C. Binnema a53f549d07 * configure.ac/Makfile.am: add m4 as a macro dir, require stdc 2010-12-07 23:10:05 +02:00
Dirk-Jan C. Binnema 1d5d90d047 * add a dummy autogen.sh 2010-12-05 14:40:02 +02:00
Dirk-Jan C. Binnema a5b913e66c * Makefile.am, mug-msg-list-view.c: fix line33 test 2010-11-24 20:03:00 +02:00
Dirk-Jan C. Binnema c1203dd047 * Makefile.am: add 'make gitcheck'; bump database schema version 2010-11-21 16:06:16 +02:00
Dirk-Jan C. Binnema 5818c40d7f * <many>: fix source code checks; move mu_msg_str_normalize to separate file 2010-11-20 17:27:17 +02:00