mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-06 11:39:49 +00:00
Added send delay of 5 seconds
This commit is contained in:
parent
3f727fc4a4
commit
74eef9fa0c
1 changed files with 2 additions and 0 deletions
|
@ -2609,6 +2609,7 @@
|
|||
|
||||
<string-array name="sendDelayedNames">
|
||||
<item>No</item>
|
||||
<item>5 seconds</item>
|
||||
<item>15 seconds</item>
|
||||
<item>30 seconds</item>
|
||||
<item>1 minute</item>
|
||||
|
@ -2619,6 +2620,7 @@
|
|||
|
||||
<integer-array name="sendDelayedValues" translatable="false">
|
||||
<item>0</item>
|
||||
<item>5</item>
|
||||
<item>15</item>
|
||||
<item>30</item>
|
||||
<item>60</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue