Commit Graph

33 Commits

Author SHA1 Message Date
a21ce2eefd Add a few .gitignore files 2015-04-06 15:15:44 +02:00
d21ed9cdf5 No longer store Makefiles in the source tree 2015-04-06 15:10:55 +02:00
4dace889da Updated the copyright notice 2015-03-22 17:58:21 +01:00
e3ec66cef7 No longer expect to fail the "plugins" test 2015-03-22 17:58:10 +01:00
65d4532de1 .cvsignore files are no longer necessary 2014-12-27 17:50:04 +01:00
df52707b8d Added partial support for building with OBJDIR 2014-11-04 01:13:56 +01:00
25f5658879 More portable shebang, from 7heo <7heo@mail.com>
Original commit message:
« The path /bin/sh for the shebang is more portable
than /usr/bin/env, according to Sven Mascheck:
http://in-ulm.de/~mascheck/various/shebang/#env
and:
http://in-ulm.de/~mascheck/various/shells/

Additionally, a space after the shebang first two
characters (#!) is said to be more portable:
http://in-ulm.de/~mascheck/various/shebang/#blankrequired

I fixed the test script shebang accordingly. »

It doesn't say the presence of a space makes it more portable; it says it was a rumor that could never be proven true, for some completely obsolete releases of UNIX. I did not apply that part.

Thanks!
2014-03-13 13:52:43 +09:00
88b4822b26 No longer choke on expected failures 2013-10-26 21:49:02 +02:00
3167a5dfd4 Testing the plug-ins for conformance (some currently do not define an icon) 2013-10-26 21:44:43 +02:00
c5073fefb4 Re-generated Makefiles 2013-02-26 20:00:30 +01:00
e28e3605e9 Re-generated Makefiles 2013-01-07 03:36:27 +01:00
a660da295d Fixed "make clean" 2013-01-07 03:33:13 +01:00
2ce3aff03c Re-generated Makefiles 2013-01-07 02:21:29 +01:00
59c8dcfc2d Avoiding a few more compilation warnings 2013-01-03 19:07:03 +01:00
7af43077f5 Avoiding a few warnings 2013-01-03 19:04:08 +01:00
4cedcd0169 Setting the first flags 2012-12-17 17:14:26 +01:00
7199d1121c Testing some more code 2012-12-17 16:42:46 +01:00
92d435dd9b More robust test code 2012-12-12 16:57:19 +01:00
ede47231de Testing more code 2012-12-10 12:43:23 +01:00
2d1782954e Testing a slightly larger code path 2012-11-27 13:18:26 +01:00
d9114f91ec No longer ignore errors from tests 2012-11-17 19:22:04 +01:00
ca2789995f More complete date helper and tests 2012-11-14 19:14:03 +01:00
6108d62f68 Improved the test for the date helper 2012-11-14 18:23:56 +01:00
dac2451e84 Let the LIST test pass 2012-11-13 19:54:09 +01:00
409516b28f Added a test for LIST (currently failing "as expected") 2012-11-13 19:19:21 +01:00
54fcc0b0a7 Added some tests for the IMAP4 code 2012-11-13 17:57:51 +01:00
293cc1be5b Added a helper function (and tests) to handle dates 2012-10-31 01:17:22 +01:00
cf78ad6d03 Added some tests 2012-10-16 03:07:51 +00:00
c5cd2f0f36 Also trim single-quotes 2012-10-16 03:04:28 +00:00
6fd53722d5 Also remove surrounding double quotes around names within e-mail addresses 2012-10-16 01:29:52 +00:00
c7e25c1457 Fixed the test (not the error reported) 2012-10-15 20:56:49 +00:00
32e1961dd3 Added copyright and license information 2012-10-15 20:52:35 +00:00
c02e69308b Added some tests (e-mail recognition) 2012-10-15 20:28:29 +00:00