> #define IDS_MIN_MAIL_CHECK_INTERVAL 209 > An integer value that enforces a minimum all check interval in minutes.
> You would need to create a resource-only DLL, so it requires a tool > that can edit resources. Microsoft's Visual Studio has such a > resource editor. You can make a copy of the existing Eudora32.dll > resource-only DLL, remove the resources in it, and then add the > specific string resources above that you are wanting to change > (name the resource the same as what is defined above, and make sure > it is a string resource). Name the file whatever you want, but > give it a .EPI extension (Eudora Plug-In). Place the .EPI file > either in the same directory as Eudora.exe or in the user's mail > directory to take affect. Sorry, I misspoke. Resource strings are only identified by numbers, so to set the mail check floor, edit string #209 in the string table resource. The setting is in terms of minutes, so to set it to 10 minutes, make the string resource be the 2 character string "10". It might be easier to start with the Esoteric.epi that is shipped with Eudora in the ExtraStuff folder.
