ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #20451
Re: dekko - account configuration
Il 05/05/2016 11:16, Olivier Tilloy ha scritto:
> On Wed, May 4, 2016 at 9:03 PM, Roberto Resoli <roberto@xxxxxxxxxxxxxx> wrote:
>> Il 04/05/2016 20:51, Olivier Tilloy ha scritto:
>>> I’ve recently had to re-create my account configuration for dekko
>>> (because of https://launchpad.net/bugs/1570774) and I didn’t find how
>>> to specify both IMAP and SMTP configuration in the same place. I’ve
>>> had to configure two accounts, an IMAP one, and an SMTP one. I’m
>>> pretty sure that in the past there was a way to configure both things
>>> in just one go, and there was only one account listed in the
>>> configuration screen, not two.
>>>
>>> Also (this may be related), in the configuration screen for the SMPT
>>> account, when I tick the checkbox to save sent messages, selecting a
>>> folder shows an empty screen, so I cannot actually have my sent
>>> messages be saved to the Sent folder on my IMAP account.
>>>
>>> Are these known issues?
>>
>> Yes,
>>
>> https://bugs.launchpad.net/dekko/+bug/1540149
>>
>> The bug report includes a workaround involving manual modification of
>> dekko configuration files.
>
> Thanks Roberto, that did the trick! I can now select in which folder
> on my IMAP account I want sent messages to be saved to.
>
> However sent messages are not actually saved. It doesn’t look like
> dekko is even trying to copy them. It sends them fine, but that’s all.
Others reported the same:
https://bugs.launchpad.net/dekko/+bug/1540149/comments/13
Have you checked that your "EDITED_ACCOUNT_ID" matches the
account ID in the dekko.dekkoproject.conf ?
> This is what my mailbox behaviour config file looks like:
>
> phablet@ubuntu-phablet:~$ cat ~/.config/dekko.dekkoproject/mailboxConfig.json
...
> What might I be missing to have my sent messages saved to the Sent folder?
These are the differences between my and your mailboxConfig (starting
from "global" line):
@@ -7,8 +7,8 @@
},
"deleted": {
"autoExpunge": false,
- "markRead": true,
- "moveToTrash": false,
+ "markRead": false,
+ "moveToTrash": true,
"preserveFlagged": false
},
"drafts": {
@@ -24,10 +24,10 @@
"cc": "",
"includeBCC": false,
"includeCC": false,
- "includeSignature": "never",
+ "includeSignature": "always",
"quoteOriginalMessage": true,
"replyQuotePosition": "after",
"saveToImap": true
},
- "trashMailbox": ""
+ "trashMailbox": "Trash"
}
References