This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mk_add_options MOZ_CO_PROJECT=mail | |
| ac_add_options --with-system-nspr | |
| ac_add_options --with-system-nss | |
| ac_add_options --with-system-jpeg | |
| ac_add_options --with-system-zlib | |
| ac_add_options --with-system-png | |
| ac_add_options --with-system-mng | |
| ac_add_options --with-system-libvpx | |
| ac_add_options --with-system-libevent | |
| ac_add_options --enable-system-hunspell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pidof deluged >& /dev/null | |
| if [ $? -ne 0 ]; then | |
| deluged | |
| fi | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use strict"; | |
| XML.ignoreWhitespace = false; | |
| XML.prettyPrinting = false; | |
| var INFO = | |
| <plugin name="buftabs" version="1.1.0" | |
| href="https://github.com/grassofhust/buftabs" | |
| summary="Buftabs: show the tabbar in the statusline" | |
| xmlns={NS}> | |
| <author email="lucas@glacicle.org" href="http://git.glacicle.org/vimperator-buftabs/">Lucas de Vries</author> | |
| <author email="frederick.zou@gmail.com">Yang Zou</author> |