File: WMMail.in

package info (click to toggle)
wmmail 0.63a-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 868 kB
  • ctags: 235
  • sloc: ansic: 2,936; sh: 388; makefile: 144; perl: 111
file content (74 lines) | stat: -rw-r--r-- 1,729 bytes parent folder | download
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
{
  DisableBeep = No;
  DoubleClickTime = 250;
  DisplayMessageCount = None;
  DisplayColor = "#FFFFFF";
  DisplayFont = "-*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*";
  DisplayLocation = (0, 10);
  ExecuteOnClick = "xterm -geom 80x25 -name pine -T PINE -e pine -i";
  ExecuteOnNew = "play #wmmaildir#/Sounds/doorbell.au";
  ExecuteOnNewOnce = No;
  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;
      ExecuteOnUpdate = "/usr/local/bin/fetchmail";
      Options = {
        CheckTimeStampOnly = No;
        Path = "/var/spool/mail/bryan";
        MailboxHasInternalData = Yes;
      };
    },
    {
      Name = "MH Folder";
      Type = mh;
      UpdateInterval = 60;
      ExecuteOnUpdate = "";
      Options = {
        Path = "/home/bryan/Mail/inbox"
      };
    },
    {
      Name = "MailDir Folder";
      Type = maildir;
      UpdateInterval = 15;
      ExecuteOnUpdate = "";
      Options = {
        Path = "/home/bryan/MailDir";
      };
    },
    {
      Name = "School";
      Type = imap;
      UpdateInterval = 300;
      ExecuteOnUpdate = "";
      Options = {
        Hostname = "mailserver.school.edu";
        Port = 143;
        Username = "bryan";
        Password = "secret";
        Folder = "inbox";
      };
    }
  );
}