/[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.3 by polak, Sun Dec 29 12:52:08 2002 UTC revision 1.4 by gray, Sat Jan 11 22:21:59 2003 UTC
# Line 72  _mh_init_global_context () Line 72  _mh_init_global_context ()
72    p = getenv ("CONTEXT");    p = getenv ("CONTEXT");
73    if (!p)    if (!p)
74      p = "context";      p = "context";
75    ctx_name = mh_expand_name (p, 0);    ctx_name = mh_expand_name (NULL, p, 0);
76    context = mh_context_create (ctx_name, 1);    context = mh_context_create (ctx_name, 1);
77    mh_context_read (context);    mh_context_read (context);
78        
# Line 115  _mh_init_global_sequences () Line 115  _mh_init_global_sequences ()
115        
116    _mh_init_global_context ();    _mh_init_global_context ();
117    name = mh_global_profile_get ("mh-sequences", MH_SEQUENCES_FILE);    name = mh_global_profile_get ("mh-sequences", MH_SEQUENCES_FILE);
118    p = mh_expand_name (current_folder, 0);    p = mh_expand_name (NULL, current_folder, 0);
119    asprintf (&seq_name, "%s/%s", p, name);    asprintf (&seq_name, "%s/%s", p, name);
120    free (p);    free (p);
121    sequences = mh_context_create (seq_name, 1);    sequences = mh_context_create (seq_name, 1);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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