Commit graph

5 commits

Author SHA1 Message Date
tron
fa63e1ce17 Repeat after me:
I will not patch multiple files with one patch file.
I will not patch multiple files with one patch file.
I will not patch multiple files with one patch file.
[...]
2004-02-02 07:21:24 +00:00
tron
6859b87c20 Update "mutt" package to version 1.4. Visible changes since version
1.2.5.1 include:
- Better mh support: Mutt now supports .mh_sequences files.
  Currently, the "unseen", "flagged", and "replied" sequences are
  used to store mutt flags (the names are configurable using the
  $mh_seq_unseen, $mh_seq_flagged, and $mh_seq_replied configuration
  variables). As a side effect, messages in MH folders are no longer
  rewritten upon status changes.
- The "trashed" flag is supported for maildir folders.  See
  $maildir_trash.
- POP folder support.  You can now access a POP mailbox just like an
  IMAP folder (with obvious restrictions due to the protocol).
- URL syntax for remote folders.  You can pass things like
  pop://account@host and imap://account@host/folder as arguments for
  the -f command line flag.
- STARTTLS support.  If $ssl_starttls is set (the default), mutt
  will attempt to use STARTTLS on servers advertising that
  capability.
- $preconnect.  If set, a shell command to be executed if mutt fails
  to establish a connection to the server.  This is useful for
  setting up secure connections; see the muttrc(5) for details.
- $tunnel.  Use a pipe to a command instead of a raw socket.  See
  muttrc(5) for details.  (Basically, it's another way for setting
  up secure connections.)
- More new IMAP/POP-related variables (see muttrc(5) for details):
  $connect_timeout, $imap_authenticators, $imap_delim_chars,
  $imap_peek, $pop_authenticators, $pop_auth_try_all,
  $pop_checkinterval, $pop_delete, $pop_reconnect, $use_ipv6.
- The following IMAP/POP-related variables are gone:
  $imap_checkinterval, $imap_cramkey, $pop_port.
- There's a new imap-fetch-mail function, which forces a check for
  new messages on an IMAP server.
- The new-mailbox function was renamed to create-mailbox, and is
  bound to C instead of n by default.
For a complete overview of all new features look in the "NEWS" file.
2002-05-29 12:13:52 +00:00
jlam
f36d33ab7f Remove explicit passing of -I$(includedir) to compiler during build. 2001-06-20 07:07:23 +00:00
itojun
e87ece8321 do not hardcode locale subdir to /usr/pkg/share/locale, or it will choke
on Solrais.
add "MAKE_ENV+=LIBS=-lintl", as automake and reconfiguration will remove
-lintl from Makefile.
2000-11-09 14:53:00 +00:00
itojun
8053b25f39 more locale directory hardcoding. suggested by lamj 2000-11-02 07:15:09 +00:00