In the following configuration I get complaints about line 9, line 10, and line 21. What did I do wrong with those lines?

cut here.
set from = '[email protected]'
set realname = 'Jude DaShiell'
set imap_user = '[email protected]'
set imap_pass = 'my-pwd'
# REMOTE GMAIL FOLDERS
set folder = 'imaps://imap.gmail.com:993'
set spoolfile = '+INBOX'
set postponed = '+[Google Mail]/Drafts'
set trash = '+[Google Mail]/Trash'
set any_label = '+[Google Mail]/Any_Label'
# LOCAL FOLDERS FOR CACHED HEADERS AND CERTIFICATES
set header_cache =~/.mutt/cache/headers
set message_cachedir =~/.mutt/cache/bodies
set certificate_file =~/.mutt/certificates
# SMTP SETTINGS
set smtp_url = 'smtp://[email protected]@smtp.gmail.com:587/'
set smtp_pass = 'my-pwd'
# SECURING
set move = no #Stop asking to move read messages to mbox!
set imap_keepalive = 900
bind editor noop
macro index gi '=INBOX' 'Go to inbox'
macro index ga '=[Google Mail]/All Mail' 'Go to all mail'
macro index gs '=[Google Mail]/Sent Mail' 'Go to Sent Mail'
macro index gd '=[Google Mail]/Drafts' 'Go to drafts'
cut here.

--

_______________________________________________
Blinux-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/blinux-list

Reply via email to