← Back to team overview

ubuntu-phone team mailing list archive

Re: dekko - account configuration

 

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.

This is what my mailbox behaviour config file looks like:

phablet@ubuntu-phablet:~$ cat ~/.config/dekko.dekkoproject/mailboxConfig.json
{
    "EDITED_ACCOUNT_ID": {
        "global": {
            "archive": {
                "enabled": false,
                "folder": "",
                "format": "monthly",
                "keepMboxStructure": false
            },
            "deleted": {
                "autoExpunge": false,
                "markRead": true,
                "moveToTrash": false,
                "preserveFlagged": false
            },
            "drafts": {
                "saveDraftInterval": 1000,
                "saveLocal": true,
                "saveToDrafts": false
            },
            "draftsMailbox": "",
            "sentMailbox": "Sent",
            "submission": {
                "allowRetries": false,
                "bcc": "",
                "cc": "",
                "includeBCC": false,
                "includeCC": false,
                "includeSignature": "never",
                "quoteOriginalMessage": true,
                "replyQuotePosition": "after",
                "saveToImap": true
            },
            "trashMailbox": ""
        }
    }
}

What might I be missing to have my sent messages saved to the Sent folder?

Thanks,

 Olivier


Follow ups

References