12345678910111213141516171819 |
- # -*- muttngrc -*-
- #
- # Muttng configuration file
- # 2006, kolter <kolter@openics.org>
- #
- # This file is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY
- #
- # Mail headers settings for Muttng.
- #
- my_hdr From: $realname <$from>
- # define headers
- my_hdr User-Agent: $user_mua
- my_hdr X-Operating-System: $user_os
- my_hdr X-GnuPG-KeyID: $user_gpg_id
- my_hdr X-GPG-Fingerprint: $user_gpg_fprint
|