From owner-cvs-all@FreeBSD.ORG Sun Jan 28 00:10:46 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1446916A500; Sun, 28 Jan 2007 00:10:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 03F2713C428; Sun, 28 Jan 2007 00:10:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0S0AjKX004763; Sun, 28 Jan 2007 00:10:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0S0Aj2c004762; Sun, 28 Jan 2007 00:10:45 GMT (envelope-from miwi) Message-Id: <200701280010.l0S0Aj2c004762@repoman.freebsd.org> From: Martin Wilke Date: Sun, 28 Jan 2007 00:10:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/xfce4-mailwatch-plugin Makefile distinfo pkg-descr pkg-plist ports/mail/xfce4-mailwatch-plugin/files patch-mailwatch-mailbox-gmail.c patch-mailwatch-mailbox-imap.c patch-mailwatch-mailbox-pop3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jan 2007 00:10:46 -0000 miwi 2007-01-28 00:10:45 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/xfce4-mailwatch-plugin Makefile distinfo pkg-descr pkg-plist mail/xfce4-mailwatch-plugin/files patch-mailwatch-mailbox-gmail.c patch-mailwatch-mailbox-imap.c patch-mailwatch-mailbox-pop3.c Log: Mailwatch is a plugin for the Xfce 4 panel. Features * IMAP and Secure IMAP support * POP3 and Secure POP3 support * Local Mbox mailbox support * Local Maildir mailbox support * Local MH-Maildir mailbox support * GMail support * Fully multithreaded design: no panel lockups * Informative new-message breakdown in tooltip * Ability to run program on new messages or button click * Informative logger to help track down mail connection problems WWW: http://spuriousinterrupt.org/projects/mailwatch Revision Changes Path 1.827 +1 -0 ports/mail/Makefile 1.1 +28 -0 ports/mail/xfce4-mailwatch-plugin/Makefile (new) 1.1 +3 -0 ports/mail/xfce4-mailwatch-plugin/distinfo (new) 1.1 +21 -0 ports/mail/xfce4-mailwatch-plugin/files/patch-mailwatch-mailbox-gmail.c (new) 1.1 +21 -0 ports/mail/xfce4-mailwatch-plugin/files/patch-mailwatch-mailbox-imap.c (new) 1.1 +22 -0 ports/mail/xfce4-mailwatch-plugin/files/patch-mailwatch-mailbox-pop3.c (new) 1.1 +16 -0 ports/mail/xfce4-mailwatch-plugin/pkg-descr (new) 1.1 +53 -0 ports/mail/xfce4-mailwatch-plugin/pkg-plist (new)