Hi Steffen,

I apologize for a direct email. I am not sure new mailing list will
allow me to post. 

I kept my own v14.8.12 copy of nail after few things got broken on
OpenBSD.  I didn't notice that you adopted OpenBSD port and updated it
to 14.9 branch until today. Old port was behind the version I was using.

I just installed v14.9.15 but my configuration files seems to be broken.
I skim through documentation and I see that at least my smtp options are
no longer correct. Could somebody help me fix my .nailrc file so that I
can jump on the latest code. 

This is what I have now

account gmail {
        set folder=imaps://ppunose...@imap.gmail.com
        set imap-use-starttls
        set password-ppunose...@imap.gmail.com="Secret"
        set record=+[Gmail]/Sent\ Mail MBOX=+mbox outfolder
        set smtp="smtp.gmail.com:587"
        set from="Predrag Punosevac <ppunose...@gmail.com>"
        set smtp-use-starttls
        set smtp-auth="login"
        set smtp-auth-user=punosevac
        set smtp-auth-password="Secret"
# IMAP SHORTCUTS SECTION for standard Gmail folders
        shortcut allmail +[Gmail]/All\ Mail
        shortcut sent +[Gmail]/Sent\ Mail
        shortcut spam +[Gmail]/Spam
        shortcut trash +[Gmail]/Trash
        }

# Binary options
set askattach
set askcc
set autocollapse
set autothread
set emptystart
set junkdb=~/.junkdb
# set ssl-v2-allow
# set v15-compat
# set tls-verify=strict

# String Options
set imap-keepalive=240
set imap-list-depth=5

# Reading HTML mail
set pipe-text/html="lynx -dump -force_html -stdin"

# Address Book
alias   test   t...@gmail.com

Reply via email to