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

Diff of /mailutils/mh/folder.c

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

revision 1.13 by gray, Thu Feb 20 14:00:34 2003 UTC revision 1.14 by gray, Fri Feb 21 12:59:00 2003 UTC
# Line 362  print_fast () Line 362  print_fast ()
362    struct folder_info *info, *end = folder_info + folder_info_count;    struct folder_info *info, *end = folder_info + folder_info_count;
363    
364    for (info = folder_info; info < end; info++)    for (info = folder_info; info < end; info++)
365      {      printf ("%s\n", info->name);
       printf ("%s", info->name);  
       if (strcmp (info->name, current_folder) == 0)  
         printf ("+");  
       printf ("\n");  
     }  
366  }  }
367    
368  static int  static int

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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