From owner-freebsd-questions@FreeBSD.ORG Thu Jul 30 14:10:22 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A58201065672 for ; Thu, 30 Jul 2009 14:10:22 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id 3B2308FC19 for ; Thu, 30 Jul 2009 14:10:21 +0000 (UTC) (envelope-from steinex@nognu.de) Received: by bwz2 with SMTP id 2so583995bwz.43 for ; Thu, 30 Jul 2009 07:10:21 -0700 (PDT) Received: by 10.103.198.20 with SMTP id a20mr687096muq.114.1248961377886; Thu, 30 Jul 2009 06:42:57 -0700 (PDT) Received: from nognu.de (pD9EAA430.dip0.t-ipconnect.de [217.234.164.48]) by mx.google.com with ESMTPS id b9sm3792946mug.9.2009.07.30.06.42.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Jul 2009 06:42:57 -0700 (PDT) Date: Thu, 30 Jul 2009 15:43:24 +0200 From: Frank Steinborn To: Christian Grube Message-ID: <20090730134324.GA961@nognu.de> References: <20090728164933.GA23065@deveth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090728164933.GA23065@deveth.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: questions@freebsd.org Subject: Re: mutt with muttprofile and GnuPG-Support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2009 14:10:23 -0000 Christian Grube wrote: > Hi, > > I was wondering, why there is no IMAP/SMTP-Support in mutt > or mutt-devel. I have had mutt-ng and muttprofile on my debianbox > and it works like a charm. > Is there a small hint for me to provide the same functionality under > FreeBSD 8? > Greetings Chris For IMAP you don't have to set an extra knob, however, you definitely want IMAP header caching (WITH_MUTT_IMAP_HEADER_CACHE). For SMTP, you need to set WITH_MUTT_SMTP. GPG doesn't need an extra knob too. So to install with the above options set, use in mail/mutt-devel: make -DWITH_MUTT_IMAP_HEADER_CACHE -DWITH_MUTT_SMTP install clean See /usr/ports/mail/mutt-devel/Makefile for more options you can set. BTW, i think the "stable" Mutt does not support IMAP at all, you'd have to use an extra fetchmail or whatever. However, virtually everyone wants to use mutt-devel anyway. HTH, Frank