summaryrefslogtreecommitdiff
path: root/tests/t0010-validate-html.sh
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2010-09-06 09:31:26 -0400
committerLars Hjemli <hjemli@gmail.com>2010-09-19 19:12:51 +0200
commit66df1134573dccd364394f8a177e3d94bfb1e8d1 (patch)
tree74ae35276c8ce71defdbba32d3bc9646f1c37ab5 /tests/t0010-validate-html.sh
parentd7765df117d25fc015856598c06f4796e8cdbb27 (diff)
downloadcgit-66df1134573dccd364394f8a177e3d94bfb1e8d1.tar.gz
cgit-66df1134573dccd364394f8a177e3d94bfb1e8d1.tar.bz2
cgit-66df1134573dccd364394f8a177e3d94bfb1e8d1.zip
Use example.com in documentation, per RFC 2606
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
-26Avoid using "acme.com"Lucas Nussbaum4-10/+19 Patch from Guido Berhoerster <guido@berhoerster.name>: Hello, here is a small patch that avoids using the valid(!) domain "acme.com" for generating message ids and email addresses. It adds a new global configuration option "default-email" which will be used in case a feed does provide one, currently feed2imap resorts to "feed2imap@acme.com". If this configuration option is not given it will basically default to <logname>@<hostname> as returned by Etc.getlogin and Socket.gethostname. Yours, 2009-09-04fix to use Message-Id instead of X-CacheIndexLucas Nussbaum1-5/+2 2009-09-03added the forth arg to ConfigFeed::new for maildirLucas Nussbaum1-1/+1