# Sample configuration file for wmmaiload
# empty lines or lines begining with # are ignored

# Backlight : boolean
# Default : off
#
Backlight = On

# Color : string (backlight color when backlight is ON)
# Default : 
#
#Color = Orange

# Update interval : integer (seconds)
# Default : 1
#
#Interval = 1

# Mailbox : string of options (filename -- use as many as you have mailboxes)
# Default : nothing
# Format  : TYPE FILE-OR-URL [USERNAME] [PASSWORD] [FOLDER]
#
Mailbox = MBOX /var/mail/thomas
Mailbox = MAILDIR /home/thomas/mail/debian

# CheckSize : boolean (use files' size to check for new mails)
# Default : false
#
CheckSize = True

# Command : string (what to do with button 2)
# Default : nothing
#
Command = xterm -e pine

# Notify : string (what to do when new mail arrives)
# Default : nothing
#
Notify = play /home/thomas/documents/sons/newmail.wav

# Blinking enable : boolean
# Default : yes
#
Blink = yes

# Default Box to display : integer (does not make sense if there's only 1 box)
# Default : 1
#
#DefaultBox = 1

# Delay between pop3/hotmail and imap checks : integer (seconds)
# Default : 30
#
#CheckDelay = 30

# Run Notify-command only when switching from 0 new mail to >0
# Default : false
#
RunOnce = False

