Hello,
I'm testing vmail, but when start vmail, is display errors:
~ % vmail
Starting vmail 2.9.4
Setting VMAIL_BROWSER to 'gnome-open'
Setting VMAIL_HTML_PART_READER to 'w3m -dump -T text/html -I utf-8 -O utf-8'
Changing working directory to /home/diogo/.vmail/default
Using config file: /home/diogo/.vmailrc
No contacts file found for auto-completion. See help for how to generate it.
Starting vmail imap client for
acc...@gmail.comINBOX polling disabled.
Working directory: /home/diogo/.vmail/default
Checking vmail.db version... OK
Connecting to database
Starting Vmail::ImapClient in dir /home/diogo/.vmail/default
Starting gmail service at druby://localhost:33806
Mailbox: INBOX
Query: ["all"]
Query String: all
{"DRB_URI"=>"druby://localhost:33806", "VMAIL_CONTACTS_FILE"=>nil, "VMAIL_MAILBOX"=>"INBOX", "VMAIL_QUERY"=>"\"all\""}
vim --servername
VMAIL:m...@diogoleal.com -S /home/diogo/.rvm/gems/ruby-1.9.3-p551/gems/vmail-2.9.4/lib/vmail.vim -c 'set cursorline' vmailbuffer
Using buffer file: vmailbuffer
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 21 2015 16:54:49)
Unknown option argument: "--servername"
More info with: "vim -h"
Closing imap connection
Bye
the output vim --version is:
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 21 2015 16:54:49)
Included patches: 1-827
Compiled by
xbps-b...@build.voidlinux.euHuge version without GUI. Features included (+) or not (-):
+acl +farsi +mouse_netterm +syntax
+arabic +file_in_path +mouse_sgr +tag_binary
+autocmd +find_in_path -mouse_sysmouse +tag_old_static
-balloon_eval +float +mouse_urxvt -tag_any_white
-browse +folding +mouse_xterm -tcl
++builtin_terms -footer +multi_byte +terminfo
+byte_offset +fork() +multi_lang +termresponse
+cindent +gettext -mzscheme +textobjects
-clientserver -hangul_input +netbeans_intg +title
-clipboard +iconv +path_extra -toolbar
+cmdline_compl +insert_expand +perl +user_commands
+cmdline_hist +jumplist +persistent_undo +vertsplit
+cmdline_info +keymap +postscript +virtualedit
+comments +langmap +printer +visual
+conceal +libcall +profile +visualextra
+cryptv +linebreak +python +viminfo
+cscope +lispindent -python3 +vreplace
+cursorbind +listcmds +quickfix +wildignore
+cursorshape +localmap +reltime +wildmenu
+dialog_con +lua +rightleft +windows
+diff +menu +ruby +writebackup
+digraphs +mksession +scrollbind -X11
-dnd +modify_fname +signs -xfontset
-ebcdic +mouse +smartindent -xim
+emacs_tags -mouseshape -sniff -xsmp
+eval +mouse_dec +startuptime -xterm_clipboard
+ex_extra -mouse_gpm +statusline -xterm_save
+extra_search -mouse_jsbterm -sun_workshop -xpm
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
2nd user vimrc file: "~/.vim/vimrc"
user exrc file: "$HOME/.exrc"
fall-back for $VIM: "/usr/share/vim"
Compilation: cc -c -I. -Iproto -DHAVE_CONFIG_H -mtune=generic -O2 -pipe -fstack-protector-strong -g -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: cc -L. -Wl,-z,relro -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-E -Wl,-z,relro -L/usr/local/lib -Wl,--as-needed -o vim -lm -lelf -lnsl -lncursesw -lacl -lattr -ldl -L/usr/lib -llua -Wl,-E -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc -L/usr/lib/python2.7/config -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -lruby -lpthread -ldl -lcrypt -lm -L/usr/lib
Thanks
Diogo Leal