## ========================================================================
## <URL:http://www.math.fu-berlin.de/~guckes/mutt/mutt.color.header.agents>
## Author:      Sven Guckes guckes-mutt@math.fu-berlin.de
## ========================================================================
##                         GENERAL COLORINGS
## ========================================================================
   color header      yellow   black    "^x-editor: "
   color header      yellow   black    "^x-mailer: "
   color header      yellow   black    "^x-newsreader: "
   color header      yellow   black    "^user-agent: "
   color header      yellow   black    "^x-.*: "

## ========================================================================
##                         Editors
## ========================================================================
# Vim
# X-Editor: Vim-506 http://www.vim.org/
   color header      blue     black    "^x-editor: .*vim"

# NN
# X-Newsreader: NN version 6.5.0 #6 (NOV)
   color header      white    red      "^X-Newsreader: NN"

# Tin
# User-Agent: tin/pre-1.4-19990624 ("Dawnrazor") (UNIX) (SunOS/5.6 (sun4u))
   color header      white    red      "^user-agent: .*tin"
# tin puts its info on CCs into an extra line:
   color header      white    red      "^x-also-posted-to: "

# Trn
   color header      white    red      "^x-newsreader: .*trn"

## ========================================================================
##                         Mail User Agents aka Mailers
## ========================================================================

# ============ The GOOD
# Mutt
# User-Agent: Mutt/1.2i
  color header brightmagenta black     "^user-agent: mutt"
# X-Mailer: Mutt 0.95.6i
  color header brightmagenta black     "^x-mailer: mutt"

# Emacs and XEmacs
  color header brightmagenta black     "^user-agent: .*emacs"
  color header brightmagenta black     "^x-mailer: .*emacs"

# ============ The Bearable
# Elm
# X-Mailer: ELM [version 2.4 PL25]
# X-Mailer: ELM [version 2.4ME+ PL65 (25)]
  color header magenta       black     "^x-mailer: elm"

# Pine
# Message-ID: <Pine.LNX.4.21.0005291848360.23263-100000@maschine.vermtech.de>
  color header magenta       black     "^message-id: .*pine"

# Pine
# User-Agent: Pine 4.21 - Linux RedHat 6.2 [that'll be the day!]
  color header magenta       black     "^user-agent: .*pine"
# X-Mailer: UW Pine 4.21 + a bunch of schtuff
  color header magenta       black     "^x-mailer: .*pine"

# ============ The BAD
# Eudora
# X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32)
  color header white         magenta   "^x-mailer: .*eudora"

# KMail
# X-Mailer: KMail [version 1.0.21]
  color header white         magenta   "^X-Mailer: KMail"

# Lynx
# X-Mailer: Lynx, Version 2.8rel.2
  color header white         magenta   "^x-mailer: .*lynx"

# Lotus Notes
# [sample header]
# X-Lotus-FromDomain:
  color header white         magenta   "^X-Mailer: Lotus Notes"
  color header white         magenta   "^X-Lotus-FromDomain: "

#           Microsoft Outlook
# X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
# X-Mailer: Microsoft Outlook Express 5.00.2615.200
# X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211
  color header white         magenta   "^X-Mailer: Internet Mail Service"
  color header white         magenta   "^X-Mailer: Microsoft"

# Netscape's "Mozilla"
# X-Mailer: Mozilla 3.0Gold (X11; I; SunOS 5.4 sun4m)
# X-Mailer: Mozilla 4.7 [de]C-CCK-MCD QXW0322h  (Win98; I)
  color header white         magenta   "^User-Agent: Mozilla"
  color header white         magenta   "^X-Mailer: Mozilla"

## ========================================================================
## Bulk Mailers and Web Based mailers
## ========================================================================

# AOL 4.0, BeatWare, Becky, BulkMailer, Calypso, CardKorea, Clansoft CDMail,
# CMail, Conex, ColdFusion, DiffondiCool, David, eGroups-EW, EDMAIL,
# EMailing List Pro, E-Mail Magnet, Eur-O-ne, Gen Mail, HexBase,
# IM2000, INTERWAY, Lyris Web Interface, Metropolis, Miva, NetMailer,
# ocxQmail, Pronto, SIMTEX, SoupGate, TFS, Turnpike, V3, "WebTV".

#           AOL - "me, too!" - NOT!
#           Becky
# X-Mailer: Becky! ver 1.26.02
  color header white         magenta   "^X-Mailer: Becky"

#           David
# 000811
# User-Agent: IMP/PHP IMAP webmail program 2.2.0
  color header white         magenta  "^X-Mailer: .*webmail"

# 000823
# X-Newsreader: Gnus v5.7/Emacs 20.3
# Posted-To: alt.fan.warlord
  color header brightmagenta black     "^X-Newsreader: Gnus"
  color header white         red       "Posted-To: "

# 000904
# User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022
  color header white         magenta  "^X-Mailer: .*Outlook.*Express"

#EOF vim: ft=muttrc
