comparison src/core/constants.py @ 1227:4da2e4d58bd0

memory (params): add parameters "Show offline contacts" and "Show empty groups"
author souliane <souliane@mailoo.org>
date Mon, 06 Oct 2014 11:20:43 +0200
parents e6e0ea4dc835
children 2e1b4e7c8eb8
comparison
equal deleted inserted replaced
1226:72f25d671368 1227:4da2e4d58bd0
44 NO_SECURITY_LIMIT = -1 44 NO_SECURITY_LIMIT = -1
45 INDIVIDUAL = "individual" 45 INDIVIDUAL = "individual"
46 GENERAL = "general" 46 GENERAL = "general"
47 # General parameters 47 # General parameters
48 HISTORY_LIMIT = "History" 48 HISTORY_LIMIT = "History"
49 SHOW_OFFLINE_CONTACTS = "Offline contacts"
50 SHOW_EMPTY_GROUPS = "Empty groups"
49 # Parameters related to connection 51 # Parameters related to connection
50 FORCE_SERVER_PARAM = "Force server" 52 FORCE_SERVER_PARAM = "Force server"
51 FORCE_PORT_PARAM = "Force port" 53 FORCE_PORT_PARAM = "Force port"
52 # Parameters related to encryption 54 # Parameters related to encryption
53 PROFILE_PASS_PATH = ('General', 'Password') 55 PROFILE_PASS_PATH = ('General', 'Password')