Lines Matching refs:app_resources
48 if (snprintf(str, sizeof(str), "%s/%s", app_resources.mail_path, name)
64 if (snprintf(str, sizeof(str), "%s/%s", app_resources.mail_path, name)
67 *numfoldersptr = ScanDir(app_resources.mail_path, namelistptr, IsDir);
95 app_resources.mail_path, name) >= sizeof(subfolder_path))
112 app_resources.mail_path, toc->foldername);
145 } else if ( app_resources.initial_inc_file &&
146 *app_resources.initial_inc_file)
147 InitialFolder->incfile = app_resources.initial_inc_file;
161 numFolders = ScanDir(app_resources.mail_path, &namelist, IsDir);
163 (void) mkdir(app_resources.mail_path, 0700);
164 numFolders = ScanDir(app_resources.mail_path, &namelist, IsDir);
168 if (IsSubfolder(app_resources.initial_folder_name))
170 app_resources.initial_folder_name);
173 app_resources.initial_folder_name);
175 if (IsSubfolder(app_resources.drafts_folder_name))
177 app_resources.drafts_folder_name);
180 app_resources.drafts_folder_name);
187 if (! (InitialFolder = TocGetNamed(app_resources.initial_folder_name)))
188 InitialFolder = TocCreate(app_resources.initial_folder_name);
190 if (! (DraftsFolder = TocGetNamed(app_resources.drafts_folder_name)))
191 DraftsFolder = TocCreate(app_resources.drafts_folder_name);
218 if (snprintf(str, sizeof(str), "%s/%s", app_resources.mail_path, foldername)
287 if (app_resources.mail_waiting_flag) {
297 (mail_waiting ? app_resources.new_mail_icon
298 : app_resources.no_mail_icon));
430 if (app_resources.prefix_wm_and_icon_name) {
490 if (app_resources.block_events_on_busy) ShowBusyCursor();
498 if (app_resources.block_events_on_busy) UnshowBusyCursor();
934 if (app_resources.block_events_on_busy) ShowBusyCursor();
996 if (app_resources.debug) {
1016 if (app_resources.block_events_on_busy) UnshowBusyCursor();
1042 snprintf(str, sizeof(str), "%d", app_resources.toc_width);
1049 if (app_resources.block_events_on_busy) ShowBusyCursor();
1072 if (app_resources.block_events_on_busy) UnshowBusyCursor();
1098 snprintf(str2, sizeof(str2), "%d", app_resources.toc_width);
1145 if (app_resources.debug) {