Hello @ all,
can someone tell me the meaning of following lines in the notes.ini?
Preferences=-1610594191
Preference_ja=,I,
Preference_de=,I,
Besides what´s the meaning of the value of Preferences??
Thanks!!
Christian
Hello @ all,
can someone tell me the meaning of following lines in the notes.ini?
Preferences=-1610594191
Preference_ja=,I,
Preference_de=,I,
Besides what´s the meaning of the value of Preferences??
Thanks!!
Christian
Subject: notes.ini
The value for this keyword holds a bit pattern which represents various client settings. Each setting has one or two bits assigned to it. You can use binary logic to decode the settings or use a tool such as IniGen to decode it for you.
The list shows the bit position (from the right) and the value.
Rich Text: 0 <0> = Keep workspace in back when maximized (Enabled=1)
01 <2> = Scan for unread
02 <4> = <Unknown?>
03 <8> = Large fonts
04 <16> = <Unknown?>
05 <32> = Make Internet URLs (http//
into hotspots
06 <64> = <Unknown?>
07 <128> = Typewriter fonts only
08 <256> = Monochrome display
09 <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> = Textured workspace
Got this from the ini reference from www.drcc.com
Subject: notes.ini
PREFERENCES is a 32 bit variable in notes.ini, which adopts the form of decimal. It can be positive or negative. Every bit represents a different preference setting. The following is just a reference, the meaning is not guarantee absolutely:
1 =scan unread document
3 =Big font
5 =Change URLs to hotspot
9 = Scandinavian
10 =encrypt
11 = save already send email
12 =sign send email
13 =encrypt send email
14 = Metric(1)/Imperial(0)
18 = check new message every X minutes
19 = enable local backend index
20 = encrypt save email
23 =right double clicks close window
26 = mark read document after previewing
27 = enable local schedule agent
28 =save send email(always,1=YES,0=NO)
29 = enable new message alerm visible
30 =enable new message alerm listening
31 =having strip desktop