This file is indexed.

/usr/share/doc/asmail/README.8bpp is in asmail 2.1-4.

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
asmail-8bit-anim v0.1 07-may-97
-------------------------------------------------------------------

one of the coolest apps for afterstep is the biff asmail,
you find yourself sending mail to yourself just to see the
amazing spinning-e appear in your Wharf and anyone passing your
workstation inevitibly says:
 "hey, it's just like that movie... Disclosure."

the default animation, however, eats up about 100 colour cells, far
to many for an 8bit display running other apps such as netscape.

this is the default "e" animation which has been hacked up so that it 
only eats about 30 cells.

INSTALLATION
  just copy the xpm files onto your disk and call them from
  your .asmailrc file. easy.

  the default xpms also eat up cells, whether you see them or not.
  you may want to copy the files *_s.xpm into pixmaps/std/ of
  the asmail directory and use
    make clean; make 
  to recomplie the binary.

MODIFICATION
  you may want to colour reduce other anims:
  the pixmaps were colour reduced using ImageMagik, like so:
     mogrify -colors 8 -dither *.xpm
  (the ' -colors 8 ' means each .xpm is limited to a palette of 8)
  they were then edited to include a transparent pixel (as
  asmail needs one - d'oh).  the c-function names need to be changed in
  the *_s.xpm files. 

have fun...

Lee Maguire  
lee@wetware.demon.co.uk 
http://www.wetware.demon.co.uk

-------------------------------------------------------------------
for information about asmail:
   http://www.rby.hk-r.se/~pt95pli/asmail.html
for information about ImageMagik:
   http://www.wizards.dupont.com/cristy/ImageMagick.html

(cheers to Tenchi for the mogrify tipoff)