annotate mutt/variables.sample @ 495:232351531855

Vim config improvements - Support for gui vs non gui plugin exclusions rules - Move HasPlugin to an autoload function that can be used in vimrc-local - Don't load the local bundle if it doesn't exist - Handle VS vs UE for building projects
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 12 Nov 2021 10:51:57 -0800
parents 31079b060068
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
281
897a6823d603 Fix mutt install.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 # Account details
471
31079b060068 Update mutt config.
Ludovic Chabant <ludovic@chabant.com>
parents: 281
diff changeset
2 set my_user=name@domain.com
31079b060068 Update mutt config.
Ludovic Chabant <ludovic@chabant.com>
parents: 281
diff changeset
3 set my_pass=yourpassword
31079b060068 Update mutt config.
Ludovic Chabant <ludovic@chabant.com>
parents: 281
diff changeset
4 set my_hostname=yourmachine
31079b060068 Update mutt config.
Ludovic Chabant <ludovic@chabant.com>
parents: 281
diff changeset
5 set my_realname="Your Name"