patch-sample.asmailrc 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --- sample.asmailrc.orig Thu Apr 13 06:55:58 2000
  2. +++ sample.asmailrc Sun Apr 24 23:00:50 2011
  3. @@ -70,7 +70,7 @@ AnimationSpeed 0 0 60
  4. #########################################################
  5. # Turns off shaped window #
  6. #########################################################
  7. -#NoShape
  8. +NoShape
  9. #########################################################
  10. @@ -116,25 +116,25 @@ NumOfMsgColor white
  11. #########################################################
  12. # Assign frame if not shaped #
  13. #########################################################
  14. -#Frame ~/GNUstep/Library/AfterStep/desktop/icons/8bpp/frame.xpm
  15. +#Frame ${PREFIX}/include/X11/pixmaps/frame.xpm
  16. #########################################################
  17. # Assign icons/animations #
  18. #########################################################
  19. NoMail
  20. -# /usr/local/share/afterstep/desktop/icons/common/Mail1.xpm
  21. + ${PREFIX}/include/X11/pixmaps/nomail_s.xpm
  22. End
  23. OldMail
  24. -# /usr/local/share/afterstep/desktop/icons/common/Mail2.xpm
  25. + ${PREFIX}/include/X11/pixmaps/oldmail_s.xpm
  26. End
  27. NewMail
  28. -# /usr/local/share/afterstep/desktop/icons/common/Mail1.xpm
  29. -# /usr/local/share/afterstep/desktop/icons/common/Mail2.xpm
  30. -# /usr/local/share/afterstep/desktop/icons/common/Mail3.xpm
  31. -# /usr/local/share/afterstep/desktop/icons/common/Mail2.xpm
  32. + ${PREFIX}/include/X11/pixmaps/oldmail_s.xpm
  33. + ${PREFIX}/include/X11/pixmaps/newmail_s.xpm
  34. + ${PREFIX}/include/X11/pixmaps/oldmail_s.xpm
  35. + ${PREFIX}/include/X11/pixmaps/newmail_s.xpm
  36. End
  37. #########################################################