diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-09 18:57:39 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-11-09 18:57:39 +0000 |
commit | 5a935776860da4d80607ed559c69db3d176a8c22 (patch) | |
tree | 07c768207de550c8c479cdce4015bb0e76d93195 /mail/mutt-devel/files/extra-patch-aspell | |
parent | * Upgrade to 1.0.0.\n* Change WWW and MASTER_SITES to http://darcs.net/. (diff) |
- Add WITH_MUTT_ASPELL and WITH_MUTT_ISPELL knobs.
(aspell is prefered over ispell, as it supports more languages and
gives better suggestions)
- Update the maildir header cache patch.
- Fix the libidn dependency.
- Fix PREFIX/LOCALBASE handling
- Bump PORTREVISION.
PR: ports/73727
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=121210
Diffstat (limited to 'mail/mutt-devel/files/extra-patch-aspell')
-rw-r--r-- | mail/mutt-devel/files/extra-patch-aspell | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/extra-patch-aspell b/mail/mutt-devel/files/extra-patch-aspell new file mode 100644 index 000000000000..38c2a9f044bf --- /dev/null +++ b/mail/mutt-devel/files/extra-patch-aspell @@ -0,0 +1,11 @@ +--- Muttrc.head.in.orig Thu Jan 24 13:10:47 2002 ++++ Muttrc.head.in Tue Nov 9 08:53:14 2004 +@@ -19,6 +19,8 @@ + macro index <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation" + macro pager <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation" + ++set ispell="/usr/local/bin/aspell --mode=email check" ++ + # If Mutt is unable to determine your site's domain name correctly, you can + # set the default here. + # |