]> www.wagner.pp.ru Git - oss/fubar.git/blob - plugins/mail.txt
Reimport after CVS crash
[oss/fubar.git] / plugins / mail.txt
1 FUBAR mail plugin documentation
2
3 MAIL plugin creates small window in the right side of fubar bar with
4 mail envelope icon. Window would get red background when you have new
5 mail waiting. Clicking on the window brings up your favorite mail
6 client.
7
8
9 Configuration:
10
11 By default, mail plugin checks for local mail in 
12
13 $MAIL (if this variable is set)
14 /var/mail/$LOGNAME
15 /var/spool/mail/$LOGNAME
16 or ${HOME}/Maildir.
17
18 First of the mailboxes found in order they are listed above, would be
19 monitored.  If none found, and ${HOME}/.fubar/imapmail is not present,
20 plugin fails to load.
21
22 If it is plain file, it is assumed to be mbox and new mail
23 assumed to present if atime of the file is older than mtime.
24
25 If it is directory, and new subdirectory is present, then new mail is
26 indicated if there are files in new subdirectory.
27
28 Ff it is directory, but not Maildir, plugin fails to load. If you want,
29 write support for new mail checking in mh folders yourself.
30
31 If ${HOME}/.fubar/imapmail file is present, it should contain two
32 parameters (to be set into Tcl array by array set command)
33
34 host - indicates host where your imap mail is stored. This host should
35 be listed in the ${HOME}/.fubar/hosts file and provide command for
36 executing commands on it, otherwise plugin would fail to load.
37
38 command - command to run imap server in preauth mode. For uw-imap it is
39 just /usr/sbin/imapd, for courier imap it is /usr/bin/imapd Maildir
40
41 Your favorite mail agent is invoked by executing file named mail
42 int the ${HOME}/fubar. This script is also used by some other fubar
43 plugins.
44
45