# Filename: ~/.config/mutt/account.sample # Purpose: config file for mutt # Authors: Dennis Eriksen # Bug-Reports: Email # License: This file is licensed under the BSD-3-Clause license. ################################################################################ # Set account name set my_account_name = "sample" set my_account_sync = $my_account_name # # Unset settings that might have been set by other accounts # unset smtp_authenticators smtp_oauth_refresh_command smtp_pass smtp_url smtp_user unset imap_authenticators imap_login imap_pass imap_oauth_refresh_command imap_user # # Settings # # Fully-qualified domain name of this machine set hostname = "example.com" # Default 'From' address to use, if isn't otherwise set set from = "test@example.com" # (notmuch) Automatically exclude these tags from searches set nm_exclude_tags = "other" # # Alternates # unalternates * alternates test2@example.com # # Source the rest # source "$my_cfgdir/account.defaults" # vim: set ft=muttrc: