X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e352a013aed6e925a10a92916500c7deccf1410a..6940b23b9e4698ba466a4616e4de77b986560ad3:/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");