Ubuntu Pastebin

Paste from DanChapman at Fri, 12 Jun 2015 08:37:44 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# you can drop this in ~/.config/dekko/dekkoproject/dekko.dekkoproject.conf and replace the
# settings you need.
# This setup currently works for an imap host on port 993 using SSL

[Accounts]
fcbb057a-b86e-45da-9743-9135d4cd72e1\AccountId=fcbb057a-b86e-45da-9743-9135d4cd72e1

[fcbb057a-b86e-45da-9743-9135d4cd72e1]
identities\1\address=dan@example.com
identities\1\organisation=
identities\1\realName=Dan Chapman
identities\1\signature=Sent using Dekko from my Ubuntu device
identities\1\useDefaultSignature=true
identities\size=1
imap.AuthType=LoginAuth
imap.auth.user=dpniel
imap.extension.blacklist=@Invalid()
imap.host=imap.blah.com
imap.method=SSL
imap.needsNetwork=true
imap.port=993
imap.proxy.system=true
imap.starttls=true
migrated-mboxConfig=true
msa.AuthType=LoginAuth
msa.method=SMTP
msa.smtp.auth.user=dpniel
msa.smtp.burl=false
msa.smtp.host=smtp.blah.com
msa.smtp.port=25
msa.smtp.starttls=true
profile.description=Work
profile.name=Dan Chapman
profile.organization=
saveToImapEnabled=false

[global]
developerModeEnabled=false
imap.enableId=true
imap.offline=false
offline.cache=days
offline.cache.numDays=30
preference.previewLines=2
preferences.allowGravatar=true
preferences.autoExpunge=false
preferences.autoLoadImages=true
preferences.hideMarkedDeleted=true
preferences.markAsRead=immediately
Download as text