Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/data


Modified Files:
        create_embrace_cfg.sh 


Log Message:
added Justin Rocha's IMAP plugin
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/data/create_embrace_cfg.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- create_embrace_cfg.sh       1 Mar 2004 20:02:50 -0000       1.1
+++ create_embrace_cfg.sh       16 Mar 2004 21:25:37 -0000      1.2
@@ -12,11 +12,11 @@
 #
 # each plugin may read additional attributes:
 #
-# pop3: str host, int port, str user, str pass
-# mbox and maildir: str path
+# pop3 and imap: str host, int port, str user, str pass
+# mbox, maildir and imap: str path
 
 edb_ed $DB add /$NAME/theme str "default"
-edb_ed $DB add /$NAME/num_mailboxes int 3
+edb_ed $DB add /$NAME/num_mailboxes int 4
 
 edb_ed $DB add /$NAME/mailbox1/title str "inbox"
 edb_ed $DB add /$NAME/mailbox1/path str "~/Mail/inbox"
@@ -30,3 +30,13 @@
 edb_ed $DB add /$NAME/mailbox3/host str "foo.bar.com"
 edb_ed $DB add /$NAME/mailbox3/port int 123
 edb_ed $DB add /$NAME/mailbox3/type str "pop3"
+edb_ed $DB add /$NAME/mailbox3/user str "myuser"
+edb_ed $DB add /$NAME/mailbox3/pass str "mypass"
+
+edb_ed $DB add /$NAME/mailbox4/title str "my imap mailbox"
+edb_ed $DB add /$NAME/mailbox4/host str "foo.bar.com"
+edb_ed $DB add /$NAME/mailbox4/port int 143
+edb_ed $DB add /$NAME/mailbox4/type str "imap"
+edb_ed $DB add /$NAME/mailbox4/user str "myuser"
+edb_ed $DB add /$NAME/mailbox4/pass str "mypass"
+edb_ed $DB add /$NAME/mailbox4/path str "path.to.mailbox"




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to