This is an OS X-centric configuration.
The idea here is to use environment variables, loaded via aliases to mutt, to control which account you're loading. Years ago I had all of my accounts configured to be accessible from a single mutt
This is an OS X-centric configuration.
The idea here is to use environment variables, loaded via aliases to mutt, to control which account you're loading. Years ago I had all of my accounts configured to be accessible from a single mutt
| " antirez's .vimrc | |
| " Copyright(C) 2001 Salvatore Sanfilippo | |
| " Enable the syntax highlight mode if available | |
| syntax sync fromstart | |
| if has("syntax") | |
| syntax sync fromstart | |
| syntax on | |
| set background=dark | |
| let php_sync_method="0" |