/[mailutils]/mailutils/mailbox/mbx_default.c
ViewVC logotype

Diff of /mailutils/mailbox/mbx_default.c

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

revision 1.26 by gray, Wed Sep 18 17:31:40 2002 UTC revision 1.27 by gray, Thu Dec 5 14:22:13 2002 UTC
# Line 91  split_shortcut (const char *file, const Line 91  split_shortcut (const char *file, const
91    return 0;    return 0;
92  }  }
93    
94  static const char *  static char *
95  get_homedir (const char *user)  get_homedir (const char *user)
96  {  {
97    const char *homedir = NULL;    char *homedir = NULL;
98    struct mu_auth_data *auth = NULL;    struct mu_auth_data *auth = NULL;
99        
100    if (user)    if (user)
# Line 172  plus_expand (const char *file, char **bu Line 172  plus_expand (const char *file, char **bu
172  {  {
173    char *user = NULL;    char *user = NULL;
174    char *path = NULL;    char *path = NULL;
175    const char *home;    char *home;
176    int status, len;    int status, len;
177        
178    if ((status = split_shortcut (file, "+=", &user, &path)))    if ((status = split_shortcut (file, "+=", &user, &path)))
# Line 218  tilde_expand (const char *file, char **b Line 218  tilde_expand (const char *file, char **b
218  {  {
219    char *user = NULL;    char *user = NULL;
220    char *path = NULL;    char *path = NULL;
221    const char *home;    char *home;
222    int status;    int status;
223    int len;    int len;
224        

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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