File: WMMail.in

package info (click to toggle)
wmmail 0.64-13
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 1,088 kB
  • ctags: 187
  • sloc: sh: 2,807; ansic: 2,646; makefile: 121; perl: 111
file content (68 lines) | stat: -rw-r--r-- 1,504 bytes parent folder | download | duplicates (3)
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
{
  DisableBeep = No;
  DoubleClickTime = 250;
  DisplayMessageCount = None;
  DisplayColor = "#FFFFFF";
  DisplayFont = "-*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*";
  DisplayLocation = (0, 10);
  ExecuteOnClick = "xterm -geom 80x25 -name mutt -T MUTT -e mutt";
  ExecuteOnNew = "play #wmmaildir#/Sounds/doorbell.au";
  Animations = {
    Empty = {
      Delay = 10;
      Frames = ("#wmmaildir#/Anims/NeXT/Mail1.xpm");
    };
    Old = {
      Delay = 10;
      Frames = ("#wmmaildir#/Anims/NeXT/Mail1.xpm");
    };
    New = {
      Delay = 2;
      Frames = (
        "#wmmaildir#/Anims/NeXT/Mail1.xpm",
        "#wmmaildir#/Anims/NeXT/Mail2.xpm",
        "#wmmaildir#/Anims/NeXT/Mail3.xpm",
        "#wmmaildir#/Anims/NeXT/Mail2.xpm"
      );
    };
  };
  Mailboxes = (
    {
      Name = "Home";
      Type = mbox;
      UpdateInterval = 15;
      Options = {
        CheckTimeStampOnly = No;
        Path = "$(MAIL)";
      };
    },
    {
      Name = "MH Folder";
      Type = mh;
      UpdateInterval = 60;
      Options = {
        Path = "~bryan/Mail/inbox";
      };
    },
    {
      Name = "MailDir Folder";
      Type = maildir;
      UpdateInterval = 15;
      Options = {
        Path = "~bryan/MailDir";
      };
    },
    {
      Name = "School";
      Type = imap;
      UpdateInterval = 300;
      Options = {
        Hostname = "mailserver.school.edu";
        Port = 143;
        Username = "bryan";
        Password = "secret";
        Folder = "inbox";
      };
    }
  );
}