This file is indexed.

/usr/share/bbtools/bbmail.bb is in bbmail 0.8.3-7+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
!**********************************************************************
!** bbmail.bb  Configuration file for bbmail when using Blackbox     **
!**********************************************************************


! bbmail.bevelWidth:			4

!** width between end of frame and beginning of envelope       **
!** aspect ratio between width an height of envelope is 3:4.   **
!** So making this value bigger makes the envelope smaller     **
! bbmail.envelope.bevelWidth:		2

!**********************************************************************
!**           bbmail.config  Configuration file for bbmail           **
!**********************************************************************

!************* How and where to display ***********************

!** position of bbmail window **
bbmail.position:		-0-0

!** place bbdate in the slit **
bbmail.withdrawn:		False

!** don't show frame (True means do not show background) **
bbmail.shape:			False


! delay between mail checks
! bbmail.checkDelay:            5
! bbmail.forceCheck.onDelay:    60

!************* What to display *******************************

bbmail.show.newmail.counter:	True
bbmail.show.totalmail.counter:	True
bbmail.show.envelope:		True

!** max number of digits displayed in the label **
!bbmail.numberOf.digits:	2

!** when to display **
bbmail.show.onlyAtnewmail:	False

!** bbmail on top of other windows **
bbmail.raised:			True
!** put bbmail on top of other windows when new mail is received. **
bbmail.autoRaise:		True

!**************************************************************

! ** command to execute when envelope is pushed, and no new mail is **
! ** reported														**
bbmail.pressed.runCommand:	rxvt -e pine -i &

! ** number of spool dirs/files you define   **
! ** if number = 0, spoolfile will be taken from enviroment variable MAIL **
bbmail.numberOf.mailboxes:	0

!************* Defenition first mailbox *******************************

!** Choose mailbox type either mbox, maildir or other (mbox is default) **
!** When choosing other, proc and or reversedProc have to be set below **
!bbmail.mailbox.1.type:		mbox
!bbmail.mailbox.1.type:		maildir
!bbmail.mailbox.1.type:		other

!** name of mailbox: the mailbox filename
!bbmail.mailbox.1.filename:     <spool-file1>

!** label to display in menu
!bbmail.mailbox.1.name:		mailbox-1

!** command to run when new mail is reported **
!bbmail.mailbox.1.newmail.pressed.runCommand:	rxvt -e pine -i -f folder1

!** command to run when new mail is reported **
!bbmail.mailbox.1.newmail.runCommand:	cat mail.wav > /dev/dsp

!** sound bell when new mail has arrived **
bbmail.mailbox.1.newmail.bell: 	True


!*************** envelope style ****************************************

!** style of envelope **
bbmail.mailbox.1.newmail:		Raised Gradient Vertical Bevel1
bbmail.mailbox.1.newmail.color:			red2
bbmail.mailbox.1.newmail.colorTo:		red4

!** style of pressed envelope **
bbmail.mailbox.1.newmail.pressed:  	Flat Gradient Vertical   Bevel1
bbmail.mailbox.1.newmail.pressed.color:		red2
bbmail.mailbox.1.newmail.pressed.colorTo:	red4

!** color of lines in envelope **
bbmail.mailbox.1.newmail.textColor:		black
bbmail.mailbox.1.newmail.error.textColor:    	black



!************** mailbox: "mbox" options *********************************

!** line in mailbox-file indicating that mail is read. **
!** Program default (Status: R) is correct in most cases **
!** To use netscape mail files uncomment the following line **
!bbmail.mailbox.1.newmail.statusFlag:  X-Mozilla-Status: [89ABCDEF]

!bbmail.mailbox.1.newmail.statusFlag:	Status: R

!************** mailbox: "other" options *********************************

!** if you have choosen mailbox type "other" above, 
!** set the approperiate values below.

!** mode:  1- unread mail  total mail
!**        2- unread mail  read mail
!**        3- read mail    total mail
!**        4- ignore second value (for both proc and reversed proc)
!bbmail.mailbox.1.mode:		1

!** The program define here is used in stead of the internal check **
!** The program has to write the number of mails as described 	   **
!** by  mode any additional characters will be ignored 		   **
!** example 1 using a mh mailbox:                                  **
!bbmail.mailbox.1.proc:	flist
!** example 2 using fetchmail to get mailinfo from external        **
!** mailserver.                                                    **
!bbmail.mailbox.1.proc: fetchmail -c | ~/.bbtools/bbmailparsefm.pl
!** The two mail numbers are swaped after they are read           **
!bbmail.mailbox.1.reversedProc:




!************* Defenition second mailbox ******************************


!bbmail.mailbox.2.type:		mbox
!bbmail.mailbox.2.type:		maildir

!bbmail.mailbox.2.filename:			<spool-file2>
!bbmail.mailbox.2.name:				mailbox-2
!bbmail.mailbox.2.newmail.pressed.runCommand:	rxvt -e pine -i -f folder2
!bbmail.mailbox.2.newmail.runCommand:		cat mail.wav > /dev/dsp
!bbmail.mailbox.2.newmail.bell:			True
!bbmail.mailbox.2.newmail.statusFlag:		Status: R

!bbmail.mailbox.2.mode:				1
!bbmail.mailbox.2.proc:				flist
!bbmail.mailbox.2.reversedProc:

!**** envelope style second mailbox ****

!bbmail.mailbox.2.newmail.color:			yellow2
!bbmail.mailbox.2.newmail.colorTo:			yellow4
!bbmail.mailbox.2.newmail.pressed.color:		yellow2
!bbmail.mailbox.2.newmail.pressed.colorTo:		yellow4
!bbmail.mailbox.2.newmail.textColor:			black
!bbmail.mailbox.2.newmail.error.textColor:		black


! *************************************************************
! ** By default the values below this point are taken from   **
! ** the Blackbox style.                                     **
! ** If you want to override something just uncomment it     **
! ** and change the value                                    **
! *************************************************************


! font which determines the height (compatible with blackbox)
!bbmail.heightBy.font:   -*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*
!** label font **
!bbmail.labelFont:       -*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*
!** menu font **
!bbmail.menuFont:        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*

!** menu justify
!bbmail.menu.justify:		CenterJustify
!** menu bullet style
!bbmail.menu.bulletStyle:	diamond
!** bullet position
!bbmail.menu.bulletPosition:	left

! ****************** define display styles ****************************

!** define frame style **
!bbmail.frame:				Raised Gradient Vertical   Bevel1
!bbmail.frame.color:			gray45
!bbmail.frame.colorTo:			gray21

!** label style **
!label.transparent:			False
!bbmail.label:				Sunken Gradient Vertical   Bevel1
!bbmail.label.color:			gray45
!bbmail.label.colorTo:			gray21

!** envelope style (when no new mail is reported) **
!bbmail.envelope:			Sunken Gradient Vertical   Bevel1
!bbmail.envelope.color:			gray45
!bbmail.envelope.colorTo:		gray21

!** pressed envelope style (when no new mail is reported) **
!bbmail.envelope.pressed:    	    	Flat   Gradient Vertical   Bevel1
!bbmail.envelope.pressed.color:		red2
!bbmail.envelope.pressed.colorTo:	red4

!** menu style
!bbmail.menu:				Raised Gradient Vertical   Bevel1
!bbmail.menu.color:			gray45
!bbmail.menu.colorTo:			gray21

!************ define line and font colors ******************************

!** color of lines in envelope **
!bbmail.envelope.textColor:			black
!bbmail.envelope.error.textColor:		red1

!** text color of counters **
!bbmail.newmail.counter.textColor:		lightgrey
!bbmail.totalmail.counter.textColor:		lightgrey
!bbmail.seperator.counter.textColor:		lightgrey

!** text color of counters when zero
!bbmail.newmail.counter.boring.textColor:	gray55
!bbmail.totalmail.counter.boring.textColor:	gray55
!bbmail.seperator.counter.boring.textColor:	gray55

!** text color menu
!bbmail.menu.textColor:				lightgrey
!bbmail.menu.higlight.textColor: 		white

!** menu highlight color
!bbmail.menu.highlight.color: 			sienna4