Comment 10 for bug 1540149

Revision history for this message
Set Hallstrom (sakrecoer) wrote :

Me again... hrm.. sorry about the many messages...

So i managed to get the fix in #1 working, and now i have both outgoing and incoming in the same account-entry, i can set "copy to sent folder" and also "move to trash when removing a message" and while the messages are moved to trash alright, nothing is being copied to the sent folder on send...

i add a copy of my .conf file, maybe someone can help? Otherwise i'll just be patient and stick with my "workaround"

[Accounts]
lotsoffunkycarachters

[lotsoffunkycarachters]
accountType=IMAP_SMTP
identities\1\<email address hidden>
identities\1\organisation=
identities\1\realName=name
identities\1\signature=Sent from my Ubuntu pocket computer
identities\1\useDefaultSignature=false
identities\2\<email address hidden>
identities\2\organisation=
identities\2\realName=name
identities\2\signature=Sent from my Ubuntu pocket computer
identities\2\useDefaultSignature=false
identities\size=1
imap.AuthType=LoginAuth
imap.auth.pass=123
<email address hidden>
imap.extension.blacklist=@Invalid()
imap.filterSubscribed=false
imap.host=imap.mail.com
imap.method=SSL
imap.needsNetwork=true
imap.port=993
imap.proxy.system=true
imap.ssl.pemPubKey=@ByteArray(-----BEGIN PUBLIC KEY-----\lotsoffunkycarachters-----END PUBLIC KEY-----\n)
imap.starttls=true
migrated-mboxConfig=true
msa.AuthType=LoginAuth
msa.method=SSMTP
msa.smtp.auth.pass=123
<email address hidden>
msa.smtp.burl=false
msa.smtp.host=smtp.mail.com
msa.smtp.port=465
msa.smtp.starttls=false
profile.description=public
profile.name=name
profile.organization=
saveToImapEnabled=false
uoa.accountId=0
uoa.enabled=false
uoa.provider=dekko

I tried with "saveToImapEnabled=true" but it didn't do it... Needless to say, my knowledge with these types of configuration files is very poor.