mirror of
https://github.com/markqvist/LXMF-Tools.git
synced 2025-08-03 12:16:20 -04:00
Message fields improved
This commit is contained in:
parent
2ce31fcee2
commit
16887b5dd1
11 changed files with 321 additions and 156 deletions
13
lxmf_echo/Examples/Communicator_Software/config.cfg.owr
Normal file
13
lxmf_echo/Examples/Communicator_Software/config.cfg.owr
Normal file
|
@ -0,0 +1,13 @@
|
|||
# This is the user configuration file to override the default configuration file.
|
||||
# All settings made here have precedence.
|
||||
# This file can be used to clearly summarize all settings that deviate from the default.
|
||||
# This also has the advantage that all changed settings can be kept when updating the program.
|
||||
[lxmf]
|
||||
display_name = Echo Test
|
||||
announce_startup = Yes
|
||||
announce_periodic = Yes
|
||||
announce_periodic_interval = 30 #Minutes
|
||||
|
||||
[message]
|
||||
deny_fields = 0x09,0xB2,0xA4,0xA5,0xAD
|
||||
fields_remove = 0x02,0x03,0x04,0xA6,0xAB
|
Loading…
Add table
Add a link
Reference in a new issue