Should we synchronize attachments? Not really useful except in debugging
| 631 | |
| 632 | // Should we synchronize attachments? Not really useful except in debugging |
| 633 | bool Global::synchronizeAttachments() { |
| 634 | settings->beginGroup("Search"); |
| 635 | bool value = settings->value("synchronizeAttachments", true).toBool(); |
| 636 | settings->endGroup(); |
| 637 | return value; |
| 638 | } |
| 639 | |
| 640 | |
| 641 |
no test coverage detected