summaryrefslogtreecommitdiff
path: root/mail/mh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20954
* Fix for alpha.Hidetoshi Shimokawa1999-01-169-40/+160
| | | | | | | - remove 'long time()' and add '#include <time.h>'. Notes: svn path=/head/; revision=16081
* Remove empty directories on deinstall.Steve Price1998-10-201-0/+1
| | | | Notes: svn path=/head/; revision=14106
* Max forgot to change Makefile. :)Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13384
* ElfifyBrian Somers1998-09-242-3/+35
| | | | | | | Ok'd (but not tested by): pst Notes: svn path=/head/; revision=13377
* Remove more manpages, as part of the great manpage removal project.Tim Vanderhoek1998-08-171-49/+0
| | | | Notes: svn path=/head/; revision=12567
* Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatesThomas Gellekum1998-05-061-0/+1
| | | | | | | from octave and iv. Notes: svn path=/head/; revision=10871
* Find utmp in the right spotPaul Traina1998-02-231-2/+19
| | | | Notes: svn path=/head/; revision=9904
* Fix manpage description of maildelivery database.Paul Traina1997-09-221-0/+34
| | | | | | | | | Find sendmail in /usr/sbin/sendmail. PR: 4532 & 2653 Notes: svn path=/head/; revision=7999
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Increase the max length of the .mh_sequences lines from 2048 to 4096Peter Wemm1997-02-031-0/+53
| | | | | | | | | | | (BUFSIZ * 2 -> BUFSIZ * 4). I found out the hard way that when the "unseen:" squence hits the limit, all sorts of things start failing and this causes secondary problems in exmh (like you can't delete things). Since "memory is cheap" this should probably be bigger, except that 2900 unseen messages in your inbox is already slow. Notes: svn path=/head/; revision=5509
* The routine m_atoi in libmh handled filename like [0-9]+~ as regular mailMasafumi Max NAKANE1997-01-071-0/+12
| | | | | | | | | | file, where it should only treat [0-9]+. This bug was present when mh's configuration contains locale definition. Submitted by: Dave Marquardt <marquard@Zilker.NET> (Closing PR #2088.) Notes: svn path=/head/; revision=5250
* Due to hardcoded wrong utmp location, lib/mh/rcvtty didn't work.Masafumi Max NAKANE1997-01-071-0/+11
| | | | | | | | | (Closing PR #1965.) Submitted by: Tom Pusateri <pusateri@jnx.com> PR-Ignored by: pst Notes: svn path=/head/; revision=5249
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Convert to use MAN[1-8LN]David E. O'Brien1996-11-171-15/+8
| | | | Notes: svn path=/head/; revision=4536
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-101-2/+2
| | | | | | | And clean up variable ordering (as shown in the handbook) as little. Notes: svn path=/head/; revision=4382
* time to go to sleep...call file by right namePaul Traina1996-10-131-2/+2
| | | | Notes: svn path=/head/; revision=3971
* Whoops, forgot to include the makefile patchPaul Traina1996-10-131-4/+24
| | | | Notes: svn path=/head/; revision=3970
* The following patches enable RFC1342 compatible decoding of header fieldsPaul Traina1996-10-131-0/+341
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | for non-ascii character sets. Additional tips: setenv MM_CHARSET <rfc1342 charset> setenv LC_TYPE <proper locale> e.g. setenv MM_CHARSET KOI8-R setenv LC_TYPE ru_RU.KOI8-R or setenv MM_CHARSET iso-8859-1 setenv LC_TYPE iso_8859_1 Change your mhl.format to read so that the new code will be invoked on interesting fields when you do a "show": From:formatfield="%(comp{text})" Reply-To:formatfield="%(comp{text})" To:formatfield="%(comp{text})" cc:formatfield="%(comp{text})" Obtained from: Ola Stromfors <Ola.S.Stromfors@telia.se>, Frederik H. Andersen <fha@dde.dk>, with fixes from anders@ifi.uio.no and pst@freebsd.org Notes: svn path=/head/; revision=3969
* Merge Mark's changes and my previous changes together to provide a 6.8.4Paul Traina1996-04-276-337/+482
| | | | | | | with the same functionality as 6.8.3. Notes: svn path=/head/; revision=3041
* Redo the package list - there are a couple of new POP files.Mark Murray1996-04-271-41/+48
| | | | Notes: svn path=/head/; revision=3038
* Add POP services to MH. Mercifully, this is actually quite light on bloat.Mark Murray1996-04-272-0/+177
| | | | | | | | | Also add some repairs to the slocal .maildelivery db file system for BSD4.4. Submitted by: Paul Traina (.maildelivery repairs) Notes: svn path=/head/; revision=3037
* Formatting and cosmetic changes only.Mark Murray1996-04-272-4/+4
| | | | Notes: svn path=/head/; revision=3036
* With the 6.8.4 MegaPatch, most of our kluges no longer apply, soMark Murray1996-04-274-420/+119
| | | | | | | | remove them, and only bring back shared libraries and an appropriate mtstailor. Notes: svn path=/head/; revision=3035
* (2') It is recommended to use full pathnames for ldconfig.Satoshi Asami1996-04-261-1/+1
| | | | Notes: svn path=/head/; revision=3029
* (1) PATCH_SITES is not spelled PATCHSITES.Satoshi Asami1996-04-261-3/+5
| | | | | | | | | | (2) It is recommended to use full pathnames for ldconfig. (3) It is recommended to check NOMANCOMPRESS before compressing manpages (or Rod's going to scream :) Notes: svn path=/head/; revision=3028
* Update mh-6.8.3 -> 6.8.4 (as of Feb 8, 1996)Peter Wemm1996-04-252-2/+7
| | | | | | | There is no mh-6.8.4.tar.Z on the master site, only the patch. Notes: svn path=/head/; revision=3024
* Fix shared library linking (again).Paul Traina1996-02-233-13/+175
| | | | | | | | | Fix and enable pop support code. Fix and enable slocal msgid support code (eliminates duplicates) if .db file present. Notes: svn path=/head/; revision=2742
* Add .gz to the manpages, now that they are compressed.Mark Murray1995-12-051-49/+49
| | | | Notes: svn path=/head/; revision=2533
* Cosmetic cleanup.Mark Murray1995-12-051-55/+0
| | | | Notes: svn path=/head/; revision=2532
* Compress the manpages.Mark Murray1995-12-051-1/+14
| | | | Notes: svn path=/head/; revision=2531
* Shorten one-line comment as per JKH request.Mark Murray1995-10-271-1/+1
| | | | Notes: svn path=/head/; revision=2368
* Take out the APOP option from the default config (even though itGary Palmer1995-08-151-2/+2
| | | | | | | | was commented out). APOP causes problems if you try to compile with it optioned in. Notes: svn path=/head/; revision=2065
* AddSatoshi Asami1995-06-242-1/+5
| | | | | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :) Notes: svn path=/head/; revision=1871
* Add lib/libmh.so.3.2 to the packing list. This fixes the broken package.Jordan K. Hubbard1995-04-181-0/+1
| | | | Notes: svn path=/head/; revision=1455
* Mark Murray (markm) volunteered as the maintainer of this port.Satoshi Asami1995-04-121-1/+3
| | | | Notes: svn path=/head/; revision=1345
* Updated ports Makefiles for mails.Satoshi Asami1995-04-111-2/+5
| | | | Notes: svn path=/head/; revision=1340
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-0/+1
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* From: Mark Murray <mark@grondar.za>Jordan K. Hubbard1994-12-271-0/+216
| | | | | | | | | | | | | | Subject: misc/88: MH has no 'local' shared libraries. >Number: 88 >Category: misc >Synopsis: MH has no 'local' shared libraries. Fix. Submitted by: mark Notes: svn path=/head/; revision=624
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-181-0/+1
| | | | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later Notes: svn path=/head/; revision=590
* Use $WRKSRC instead of $3 to find work directoryPaul Traina1994-10-061-2/+1
| | | | Notes: svn path=/head/; revision=196
* Package files for MHPaul Traina1994-10-063-0/+121
| | | | Notes: svn path=/head/; revision=187
* MH 6.8.3 portPaul Traina1994-10-045-0/+117
Notes: svn path=/head/; revision=177