-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
25 lines (25 loc) · 1.15 KB
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
zones=1 #1 private 2 buisness 3 both 4:protected (eg. passwords) 8:public www
base_path=/media/daten
database=$base_path/infosystem.db
backup=$base_path/backup
infosystem=$base_path/infosystem
#pub_db=$base_path/infosystem_anon.db
#pub_db=/mnt/ftp/infosystem_anon.db
use_add_db=y #dbs from add_db file
ffox_profile=$base_path/Profiles/Firefox/$USER
lighning_db=$base_path/Profile/Thunderbird/$USER/calendar-data/local.sqlite
pid=$zones #user defined profile-id for browser-profile (e.g. work, home..)
VERBOSE=n #for debugging (note: msearch -c (count) doesn't work in Verbose mode)
USE_HISTORY=n
category_flat_mode=2 #2 for mixed mode best choice
SHOW_REFS=a # a/y/n (own and foreign refs / only own refs
use_clipboard=1
ramdisk=/tmp
#open_browser
open_filemanager=0
cached_files=$base_path/infosystem/cache/
hits_before_asking=4 #Ask for proceeding if there are more than defined hits
auto_update=0 #auto update (in view changed) files and infos in database alpha
email_and_files="$base_path/Profile/Thunderbird/$USER/INBOX ~/.psql_history ~/.bash_history "
import_exclude="weekly meeting"
useragent='Mozilla/5.0 (X11; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0'