X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/681fdc45473143de3f3c5f69fbc7b94f5d6b0b75..e15842af627de03845b9c949f1f1596d94e3be02:/ui-atom.c diff --git a/ui-atom.c b/ui-atom.c index e5c31d9..808b2d0 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)