X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/288d502b3d8e7fa916104b486bbb146521e5c716..bf8293d3196d49d6c4a48b254a04415183ca2762:/ui-atom.c diff --git a/ui-atom.c b/ui-atom.c index a6ea3ee..9f049ae 100644 --- a/ui-atom.c +++ b/ui-atom.c @@ -32,7 +32,7 @@ void add_entry(struct commit *commit, char *host) html_txt(info->author); html("\n"); } - if (info->author_email) { + if (info->author_email && !ctx.cfg.noplainemail) { mail = xstrdup(info->author_email); t = strchr(mail, '<'); if (t) @@ -52,7 +52,8 @@ void add_entry(struct commit *commit, char *host) cgit_print_date(info->author_date, FMT_ATOMDATE, ctx.cfg.local_time); html("\n"); if (host) { - html("\n");