Subject: CVS commit: pkgsrc/mail/vm
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 05/17/2003 18:28:14
Module Name:	pkgsrc
Committed By:	jtb
Date:		Sat May 17 18:28:14 UTC 2003

Modified Files:
	pkgsrc/mail/vm: Makefile distinfo

Log Message:
Update to 7.15

* Makefile: Use '>' instead of '>>' on first write to vm-autoload.el
  to truncate the file otherwise it will grow each time it is updated.
* vm-mime-attach-message: arrange for forwarded flag of each
  attached message to be set when the composition is sent.
* vm-decode-mime-encoded-words: do charset conversion if needed.
  Forgot to add this back when vm-mime-charset-converter-alist
  was added.
* when cropping images call 'convert' with -page to avoid having
  some kind of margin takcked on to the image.  The strange
  margin seems to be applied to GIFs but not JPGs.  No idea why.
* fixed some defcustom variable declarations.
* vm-mime-reader-map-save-file: return the file name to which the object
  was saved.
* vm-mime-burst-digest: remove blank lines at the beginning of
  message/rfc822 bodies in a multipart/digest object, since they
  most likely indicate an improperly packed digest rather than a
  message with no headers.
* vm-make-tempfile: use vm-octal to clarify file mode setting.
* vm-make-image-strips: when building the script for incremental
  display, don't quote the filenames.  DJGPP cmdproxy.exe doesn't
  interpret single quotes and using double quotes is pointless.
  VM's arguments to 'convert' don't need quoting anyway.
* use vm-pop-check-connection to check POP connections before
  trying to read data from them.  The checker will signal an
  error if the connection is closed or the process associated
  with the connection has exited.
* use vm-imap-check-connection to check IMAP connections before
  trying to read data from them, The checker will signal an error
  if the connection is closed or the process associated with the
  connection has exited.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/mail/vm/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/mail/vm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.