Hier ist beschrieben, was in Preferences steckt:
http://www.lotus.com/ldd/46dom.nsf/0/e870840587eed796852568f6006facde?OpenDocumentdaraus:
This is a listing of the bit settings for PREFERENCES= line in the NOTES.INI. This line governs settings such as "scan unread", "empty trash", etc. The number is simply derived by doing an "AND" operation on the values of the individual settings. If you convert the number from the INI into Binary, you can see the bit positions.
This listing is expanded from data I picked up on the web - it originated from James Buzek at Procter & Gamble.
The list shows the bit position (from the right) and the value.
Rich Text: 0 <0> = Keep workspace in back when maximized (Enabled=1)
1 <2> = Scan for unread
2 <4> = <Unknown?>
3 <8> = Large fonts
4 <16> = <Unknown?>
5 <32> = Make Internet URLs (http//:) into hotspots
6 <64> = <Unknown?>
7 <128> = Typewriter fonts only
8 <256> = Monochrome display
9 <512> = Scandinavian collation
10 <1024> = <Unknown?>
11 <2048> = <see 28>
12 <4096> = Sign sent mail (Enabled(1))
13 <8192> = Encrypt sent mail
14 <16384> = Metric(1)/Imperial(0) measurements
15 <32768> = Numbers last collation
16 <65536> = French casing
17 <131072> = empty trash folder (prompt during db close=0/always during db close=1<plus "EmptyTrash=1" in INI>/manual=1<plus "EmptyTrash=2" in INI>
18 <262144> = Check for new mail every x minutes (Enabled=0)
19 <524288> = Enable local background indexing
20 <1048576> = Encrypt saved mail
21 <2097152> = <Unknown?>
22 <4194304> = <Unknown?>
23 <8388608> = Right double-click closes window
24 <16777216> = Prompt for location
25 <33554432> = <Unknown?>
26 <67108864> = Mark documents read when opened in the preview pane
27 <134217728> = Enable local scheduled agents
28 <268435456> = Save sent mail (Always prompt=10/Don't keep a copy=00/Always keep a copy=01)
29 <536870912> = <see 30>
30 <1073741824> = New mail notification (None=10/Audible=00/Visible=01)
31 <2147483648> = <Unknown? - there is no 31 in 4.6x...>
Other User Preferences INI entries:
Make Notes default browser - DefaultBrowser=1
Dither Images - DisableImageDithering=0
Enable Plugins - EnablePlugins=1
Enable Java Applets - EnableJavaApplets=1
Keep all windows within Notes main window (MDI) - SDI_WINDOW=0
Alternate editor (Word) - $AltEditorProgID=Word.Document
Alternate editor (WordPro) - $AltEditorProgID=WordPro.Document
Start of the week - WeekStart=1 (Sunday), WeekStart=2 (Monday), etc.
Encrypt and sign all sent mail - SecureMail=1
Andreas