1234567891011121314151617181920 |
- # -*- 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.
- #
- # Ignore headers
- unmy_hdr *
- # defines
- 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
|