From: Thomas Roessler Date: Sun, 21 May 2000 08:32:35 +0000 (+0000) Subject: Comment a bit of code. X-Git-Tag: mutt-1-3-2-rel~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8687e3b52158dd40c6e85e9a95f77d88b4523dc7;p=mutt Comment a bit of code. --- diff --git a/muttlib.c b/muttlib.c index 6a44e70a..f96025ce 100644 --- a/muttlib.c +++ b/muttlib.c @@ -454,6 +454,13 @@ char *_mutt_expand_path (char *s, size_t slen, int rx) return (s); } +/* Extract the real name from /etc/passwd's GECOS field. + * When set, honor the regular expression in GecosMask, + * otherwise assume that the GECOS field is a + * comma-separated list. + * Replace "&" by a capitalized version of the user's login + * name. + */ char *mutt_gecos_name (char *dest, size_t destlen, struct passwd *pw) {