From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 20:18:05 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E418BE6 for ; Fri, 7 Nov 2014 20:18:05 +0000 (UTC) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 877C57F6 for ; Fri, 7 Nov 2014 20:18:04 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id gf13so5104629lab.17 for ; Fri, 07 Nov 2014 12:18:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=aAGtLTHns9ec/zOE65/f6fpMv5a/j9A65kz3s8MYwxw=; b=DG0uhIvb+x/TmiH81zGjto3TVA9v0Yg/Ws6/ay/tshPRDzI8cVfULx0JYeOeG5tczk go3dmze75Pogv1xxGstXfVfh1id71Sfuh9u17mSJgAP3d1g4GlaG7UgfK8s5XumkOQVh 4IO1Cf4tb5fD0gMZrjsqfLYtJxcDzTvAh6J1hdXs6x+ud+6tcEG7WRqpJwchsD5TNeur m4/jzdvZpsJY7WjLknk/koZ9suIRKN9sSMWMsa/LnWj/RFwlTY1ag3sAcROZ5Hf5lhjU 9SRjYyDM1Av61CW3+CNjVR0BJFTXi/CPH9Ufbp0yy/b1+wd5/aCBuu9k/B/2IcYmgLIq a8uw== MIME-Version: 1.0 X-Received: by 10.112.137.202 with SMTP id qk10mr13374155lbb.0.1415391482185; Fri, 07 Nov 2014 12:18:02 -0800 (PST) Received: by 10.25.217.73 with HTTP; Fri, 7 Nov 2014 12:18:02 -0800 (PST) Date: Fri, 7 Nov 2014 21:18:02 +0100 Message-ID: Subject: mail-notification only allows Gmail mailboxes? From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 Cc: jonc@chen.org.nz X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2014 20:18:05 -0000 I've built mail/mail-notification with these options: root@kg-core1# make showconfig ===> The following configuration options are available for mail-notification-5.4_15: EVOLUTION=off: Evolution support GMAIL=on: Gmail support IMAP=on: IMAP support MAILDIR=on: Maildir support MBOX=on: mbox support MH=on: MH support MOZILLA=on: Mozilla products support POP3=on: POP3 support SASL=on: SASL authentication support SSL=on: SSL protocol support SYLPHEED=on: Sylpheed support ===> Use 'make config' to modify these settings this is on FreeBSD 9.3-stable: tingo@kg-core1$ uname -a FreeBSD kg-core1.kg4.no 9.3-STABLE FreeBSD 9.3-STABLE #0 r273918: Fri Oct 31 22:52:44 CET 2014 root@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 the problem is that when I start mail-notification I get these error messages in a dialog box: Errors have occurred while loading the mailboxes configuration On line 3: unknown mailbox type "imap". On line 4: unknown mailbox type "pop3". On line 5: unknown mailbox type "imap". On line 7: unknown mailbox type "imap". and when I open the propertyies dialog and try to add another mailbox, I can only choose "Autodetect" and "Gmail". Any idea what's wrong? -- Regards, Torfinn Ingolfsen