/[mailutils]/mailutils/mh/mh_global.c
ViewVC logotype

Diff of /mailutils/mh/mh_global.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by gray, Fri Aug 22 14:02:27 2003 UTC revision 1.11 by gray, Sat Sep 20 15:37:36 2003 UTC
# Line 66  mh_read_profile () Line 66  mh_read_profile ()
66    
67    if (mh_auto_install && access (p, R_OK))    if (mh_auto_install && access (p, R_OK))
68      mh_install (p, 1);      mh_install (p, 1);
69      
70    profile = mh_context_create (p, 1);    profile = mh_context_create (p, 1);
71    mh_context_read (profile);    mh_context_read (profile);
72    
73      mh_set_reply_regex (mh_global_profile_get ("Reply-Regex", NULL));
74  }  }
75    
76  /* Global context */  /* Global context */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26