Revision 5632e293
Von Max Wessendorf vor 10 Monaten hinzugefügt
config/kivitendo.conf.default | ||
---|---|---|
192 | 192 |
|
193 | 193 |
# Import emails for records with BackgroundJob ImportRecordEmails |
194 | 194 |
# Config can specified per type with [record_emails_imap/record_type/<record_type>] |
195 |
# More configuration is possible in the data field of the BJ, for more see
|
|
195 |
# More configuration is possible in the data field of the BackgroundJob, for more see
|
|
196 | 196 |
# SL::BackgroundJob::ImportRecordEmails |
197 | 197 |
[record_emails_imap] |
198 | 198 |
hostname = localhost |
... | ... | |
209 | 209 |
# process_imported_emails = [zugferd] |
210 | 210 |
# processed_imap_flag = $Label3 |
211 | 211 |
# not_processed_imap_flag = $Label4 |
212 |
# record_type = ap_transaction # set in BJ to get a specific config
|
|
212 |
# record_type = ap_transaction # set in BackgroundJob to get a specific config
|
|
213 | 213 |
|
214 | 214 |
[applications] |
215 | 215 |
# Location of OpenOffice.org/LibreOffice writer |
Auch abrufbar als: Unified diff
BJ --> BackgroundJob