Lines Matching full:set
136 set editor="vi"
139 :set paste
144 (a)ttach工作的很好,不带有"set paste"。
158 set imap_user = 'yourusername@gmail.com'
159 set imap_pass = 'yourpassword'
160 set spoolfile = imaps://imap.gmail.com/INBOX
161 set folder = imaps://imap.gmail.com/
162 set record="imaps://imap.gmail.com/[Gmail]/Sent Mail"
163 set postponed="imaps://imap.gmail.com/[Gmail]/Drafts"
164 set mbox="imaps://imap.gmail.com/[Gmail]/All Mail"
167 set smtp_url = "smtp://username@smtp.gmail.com:587/"
168 set smtp_pass = $imap_pass
169 set ssl_force_tls = yes # Require encrypted connection
172 set editor = `echo \$EDITOR`
173 set edit_headers = yes # See the headers when editing
174 set charset = UTF-8 # value of $LANG; also fallback for send_charset
177 set realname = "YOUR NAME"
178 set from = "username@gmail.com"
179 set use_from = yes