Changeset 898 for trunk/dll/init.c


Ignore:
Timestamp:
Dec 31, 2007, 1:41:15 AM (18 years ago)
Author:
Gregg Young
Message:

Add option to not use <mailto:> wrapper (it doesn't work with the old pmmail); Cleanup of mailrun code; Replaced dunno.ico with a new version from David

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r896 r898  
    12061206  PrfQueryProfileData(fmprof, appname, "HttpRunDir", httprundir, &size);
    12071207  size = sizeof(mailrundir);
    1208   PrfQueryProfileData(fmprof, appname, "MailRun", mailrun, &size);
     1208  PrfQueryProfileData(fmprof, appname, "MailRunDir", mailrundir, &size);
    12091209  size = sizeof(lasttoolbox);
    12101210  PrfQueryProfileData(fmprof, FM3Str, "LastToolBox", lasttoolbox,
     
    12181218  size = sizeof(BOOL);
    12191219  PrfQueryProfileData(fmprof, appname, "LibPathStrictMailRun", &fLibPathStrictMailRun,
     1220                      &size);
     1221  size = sizeof(BOOL);
     1222  PrfQueryProfileData(fmprof, appname, "NoMailtoMailRun", &fNoMailtoMailRun,
    12201223                      &size);
    12211224  size = sizeof(BOOL);
Note: See TracChangeset for help on using the changeset viewer.