]> granicus.if.org Git - mutt/commitdiff
Comment a bit of code.
authorThomas Roessler <roessler@does-not-exist.org>
Sun, 21 May 2000 08:32:35 +0000 (08:32 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sun, 21 May 2000 08:32:35 +0000 (08:32 +0000)
muttlib.c

index 6a44e70a3dedcb06eff7283b1722057889212ef5..f96025cec11e8b7f0c54451596ceff28ea4d211f 100644 (file)
--- 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)
 {