uncrustify
1a8916786f
util: run uncrustify
...
This is the result of running
$ uncrustify --replace --config ../devel/uncrustify.cfg *.c *.h
in the util directory
2019-06-14 07:41:27 -03:00
Daniel Kahn Gillmor
6a833a6e83
Use https instead of http where possible
...
Many of the external links found in the notmuch source can be resolved
using https instead of http. This changeset addresses as many as i
could find, without touching the e-mail corpus or expected outputs
found in tests.
2016-06-05 08:32:17 -03:00
Jani Nikula
ad5c017b69
hex-escape: remove unused variable default_buf_size
...
Found by clang:
CC -O2 util/hex-escape.o
util/hex-escape.c:28:21: warning: unused variable 'default_buf_size'
[-Wunused-const-variable]
static const size_t default_buf_size = 1024;
^
1 warning generated.
2014-10-05 07:30:46 +02:00
David Bremner
902f2e19bd
hex-escape: (en|de)code strings to/from restricted character set
...
The character set is chosen to be suitable for pathnames, and the same
as that used by contrib/nmbug
[With additions by Jani Nikula]
2012-12-02 09:14:59 -04:00