-
Notifications
You must be signed in to change notification settings - Fork 4
/
XLbiff.ad
55 lines (55 loc) · 1.28 KB
/
XLbiff.ad
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
!
! XLbiff -- Literate Biff, new mail notification pop-up
!
*font: -*-clean-bold-r-normal--13-130-75-75-c-80-iso646.1991-*
!
! Message text and background colors
!
! #440088 is very dark purple. #ccffcc is very pale green
*foreground: #440088
*background: #ccffcc
!
! command to check whether there is new mail
!
*checkCommand: mailbox-preview %s --check %d
!
! command to use for reading new mail info
!
*scanCommand: mailbox-preview %s --width %d --max-messages %d 2>&1
!*scanCommand: /usr/bin/mh/scan -file %s -width %d -form xlbiff.form 2>&1
!*scanCommand: echo 'x' | mail | grep '^.[UN]'
!*scanCommand: frm
!
! Command to use for invoking mailreader (default is none)
!
!*mailerCommand: xterm -e mutt
!*mailerCommand: xterm -e alpine
!*mailerCommand: xterm -e mailx
!*mailerCommand: exmh
!*mailerCommand: emacsclient --eval '(mh-rmail)' --suppress-output
!
! Dimensions of the display window
!
*columns: 80
*rows: 20
!
! miscellaneous
!
*geometry: -0+0
*bottom: False
*led: 0
*ledPopdown: False
*refresh: 0
*resetSaver: False
*update: 15
*volume: 100
!
! actions
!
*translations: #override\n\
:<Key>space: popdown()\n\
:<Key>Return: popdown()\n\
:<Btn1Down>,<Btn1Up>: popdown()\n\
:<Btn2Down>,<Btn2Up>: mailer()\n\
:<Btn3Down>,<Btn3Up>: exit()\n\
:<Key>q: exit()\n