summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2023-10-14build: use date.py instead of dateDirk-Jan C. Binnema
MacOS (and others) "date" command don't support all the options that GNU date has. So don't depend on that, add a small python program for this.
2022-05-29mu4e: use mu4e-config instead of mu4e-metaDirk-Jan C. Binnema
All these changes to avoid: ,---- | mu4e/meson.build:92: WARNING: Source item '/home/djcb/Sources/mu/build/mu4e/mu4e-meta.el' cannot be converted to File object, because it is a generated file. This will become a hard error in the future `---- This is because we want to byte-compile a file we just before generated using configure_file. This does not seem like a crazy thing, but meson threatens with breaking the build at some point in the future. So instead, we decide _not_ to compile this (very boring) file. But, users may still have an older mu4e-meta.elc lying around, leading to confusion. So, let's rename that file and we're golden.
2021-01-22contacts: remove some dead codeDirk-Jan C. Binnema
2021-01-22lib: Update for new querying machineryDirk-Jan C. Binnema
Port to c++ and use new APIs.
2020-12-05parser: restore most unit testsDirk-Jan C. Binnema
2020-11-28utils: Improve option/result typesDirk-Jan C. Binnema
And add the beginnings of unit tests.
2020-06-06lib/utils: build s-expression programmatically buildingDirk-Jan C. Binnema
Allow for programmatically buildings sexps, rather that using raw strings.
2020-04-08Adjust .gitignore regarding m4 macrosAndreas Rottmann
There are quite a few files below m4/ that are intentionally part of the repository, so do not ignore the whole directory contents.
2020-02-29ignore for windamon-kwok
2020-02-21.gitignore: UpdateDirk-Jan C. Binnema
2020-02-17gitignore: updateJonas Bernoulli
2020-02-15mu: add memcheck script for valgrindingDirk-Jan C. Binnema
2019-07-13gitignore: updateDirk-Jan C. Binnema
2017-12-10gitignore: updatedjcb
2017-02-17.gitignore: Update for the change made in ea409398Ævar Arnfjörð Bjarmason
2016-12-21Add xua/ to .gitignoreStig Brautaset
2016-05-11Ignore auto generated mu/mu-help-strings.hJun Hao
2016-05-03Only ignore the "/mu/mu" executableAaron LI
2014-08-15mu: Test splicing child containers when there is only one threadJakub Sitnicki
This test reproduces a regression introduced by commit 97101f1f82ba ("mu: Prune empty container when an only child gets promoted to the root set"). When the results of a mu-find query contain only a one thread: $ mu find --threads --fields 'd s' '' Sat 09 Aug 2014 07:00:00 PM CEST [mu4e] Test Message `-> Sat 09 Aug 2014 08:30:00 PM CEST Re: [mu4e] Test Message ... and we narrow down the query in such a way that the root message gets excluded, then a crash occurs: $ mu find --threads --fields 'd s' '' date:2014-08-09/20:00..2014-08-09/21:00 ** ERROR:mu-container.c:117:mu_container_append_siblings: assertion failed: (c) Aborted (core dumped) Reported-by: Josiah Schwab <jschwab@gmail.com>
2014-02-14.travis.yml: add basic Travis recipeAlex Bennée
This sets up a simple build and make check test against 3 versions of Emacs as installed by evm.
2013-09-07* update gitignoredjcb
2012-12-28* update gitignoredjcb
2012-11-09ignore more files/patternsJonas Bernoulli
2012-09-19* update gitignoredjcb
2012-06-10* update gitignoredjcb
2012-06-10* update gitignoredjcb
2012-04-17* update gitignoredjcb
2012-04-09* update gitignoredjcb
2011-12-14* update gitignoredjcb
2011-12-01* update gitignoredjcb
2011-09-18* update gitignoreDirk-Jan C. Binnema
2011-08-02* update gitignoreDirk-Jan C. Binnema
2011-05-23* cosmeticsDirk-Jan C. Binnema
2011-04-16* nothingDirk-Jan C. Binnema
2011-04-15* add .gitignoreDirk-Jan C. Binnema