From 8687e3b52158dd40c6e85e9a95f77d88b4523dc7 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sun, 21 May 2000 08:32:35 +0000 Subject: [PATCH] Comment a bit of code. --- muttlib.c | 7 +++++++ 1 file changed, 7 insertions(+) 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) { -- 2.50.1