GNOME keyring usage (mpop-gnome): ================================= To manage the mpop accounts settings into the GNOME keyring a python script is available: /usr/share/doc/mpop-gnome/scripts/mpop-gnome-tool.py It needs the following package to be present on your system: python-gnomekeyring (This package should be installed as a « Recommends ») This tool permits one to list, edit, modify, delete your mpop account settings. For more information on how to use it, execute the following command: # python /usr/share/doc/mpop-gnome/scripts/mpop-gnome-tool.py --help Vim syntax for mpop configuration files: ======================================== This feature is shipped with the mpop package and available through the Vim addons manager. To enable it as a user setting: # vim-addons install mpop To enable it as a system setting (as root): # vim-addons -w install mpop (you will need to install the package: vim-addon-manager) Once the mpop addon is enabled, you can use it with Vim thanks to the following command: :set filetype=mpop or :set ft=mpop It you want this feature to be always enabled in Vim, you should add the following rule in your ~/.vimrc: autocmd BufRead ~/.mpoprc set filetype=mpop