1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
# .asmailrc - asmail configuration file
#########################################################
# Do not signal when new mail is found #
#########################################################
#NoBeep
#########################################################
# Mailfile(s) to use, overrides $MAIL #
#########################################################
#MailFiles
# /var/spool/mail/per
# /home/per/mail/mbox
#End
#########################################################
# Update frequency (default 5 sec) #
#########################################################
Update 10
#########################################################
# Program to execute when left mousebutton is pressed #
#########################################################
Execute xterm -T Pine -e pine -i &
#########################################################
# Program to execute when new mail is found #
#########################################################
NewMailExecute playau message.au &
#########################################################
# Program to execute every update #
#########################################################
#ExecuteOnUpdate popclient -3 -s -u username -p xxxxx -o /home/username/mail/mbox mail.server.com
#########################################################
# Always execute when new mail is found #
# If this option is revomed asmail will only execute #
# when new mail is found and when the status is changed #
# from "nomail/oldmail" to "newmail" #
#########################################################
AlwaysNewMailExecute
#########################################################
# This option is useful if you are using utilities #
# like procmail. Asmail will change status to #
# "New Mail" when the time-stamp of the last #
# modification of the mailfile is changed #
#########################################################
#TimeStampMode
#########################################################
# Animation speed (default 10 = 1 sec) #
# NoMail OldMail NewMail #
#########################################################
AnimationSpeed 10 10 1
#########################################################
# Truns off shaped window #
#########################################################
#NoShape
#########################################################
# Use this option if all icons have the same shape and #
# size, this will save some CPU time if you are using #
# animations #
#########################################################
LockShape
#########################################################
# Display the number of messages and/or new messages #
# in the mailbox. This option can not be used if you #
# have more then one mailbox specified. #
# Modes: #
# 0 Disable feature (default) #
# 1 NumOfNewMail/NumOfMail #
# 2 NumOfNewMail #
# 3 NumOfMail #
#########################################################
NumOfMsgMode 1
#########################################################
# Position of text, must be inside the icon mask #
#########################################################
NumOfMsgPosition 2 10
#########################################################
# Font to use #
#########################################################
NumOfMsgFont -*-helvetica-medium-o-*-*-9-*-*-*-*-*-*-*
#########################################################
# Assign icons/animations #
#########################################################
NoMail
/usr/include/X11/pixmaps/e-no.xpm
End
OldMail
/usr/include/X11/pixmaps/e1.xpm
End
NewMail
/usr/include/X11/pixmaps/e1.xpm
/usr/include/X11/pixmaps/e2.xpm
/usr/include/X11/pixmaps/e3.xpm
/usr/include/X11/pixmaps/e4.xpm
/usr/include/X11/pixmaps/e5.xpm
/usr/include/X11/pixmaps/e6.xpm
/usr/include/X11/pixmaps/e7.xpm
/usr/include/X11/pixmaps/e8.xpm
/usr/include/X11/pixmaps/e9.xpm
/usr/include/X11/pixmaps/e10.xpm
/usr/include/X11/pixmaps/e11.xpm
End
#########################################################
# End of file #
#########################################################
|