| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Dealt with hard sentence breaks and whitespace at EOL.
|
| |
|
|
|
|
| |
Might fix PR bin/63769.
|
|
|
|
|
|
|
|
| |
(message save as first recipient) options for standards
conformance.
Submitted by: Wartan Hachaturow <wart@tepkom.ru> (with some changes)
PR: standards/61934
|
| |
|
|
|
|
|
|
|
| |
message if it is missing the return-path.
PR: bin/40314 (slightly different patch)
MFC after: 2 weeks
|
| |
|
|
|
|
| |
definition.
|
| |
|
| |
|
|
|
|
|
|
| |
for a long time now.
Approved by: bde
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
enabled, the string '/to:y' will match strings in the To, Cc, and Bcc
header fields. Whereas, '/To:y' will match only the To field. Edit the
manpage and a code comment to indicate the correct behavior.
|
|
|
|
|
|
|
|
|
|
| |
- removed "Option string values" section and divided up amongst mail
options and environment section
- expanded environment section
- rearranged mail options
- added default values to the mail options for clarification
Reviewed by: ru
|
| |
|
| |
|
|
|
|
|
| |
<sys/stat.h> for the declaration of struct timeval. Intentionally
don't follow the local style of polluting the local headers.
|
| |
|
|
|
|
| |
Reviewed by: ru
|
|
|
|
|
|
| |
but it is pretty close.
Not objected to by: -standards
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
tilde-escapes documentation.
Mostly obtained from: NetBSD
|
| |
|
|
|
|
|
|
|
| |
ftell->ftello, fseek->fseeko
File 'newsize' type int->off_t
Add visible (long) cast to fsize() when it called to small one message file and
result is assigned to long.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
*) Sync with 4.4BSD-Lite2
*) Set usecs for utimes()
*) Add 'inc' command and 'autoinc' option that check for new mail
manually and automatically, respectively
*) Use POSIX signal handling and tty semantics
*) Handle long lines correctly when paging messages
*) Add ability to explicitly search 'To:' line
*) Various manpage cleanups
*) Support overriding '~/.mailrc' with $MAILRC
*) Support 'askbcc' and 'asksub' options
*) Fix various bugs
Reviewed by: ru (mail.1)
Obtained from: NetBSD
|
| |
|
|
|
|
|
| |
awhile. Turn off WARNS so that this doesn't break the build when WARNS
is turned on higher up. Also add $FreeBSD$.
|
|
|
|
|
|
|
|
| |
rare overflow). Optimize loop slightly. Don't exit if realloc can't
shrink a buffer (just continue and use the larger buffer).
Obtained from: OpenBSD
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fseek -> fseeko
ftell -> ftello
NOTE: fseek/ftell not works for >long offsets per POSIX:
[EOVERFLOW] For fseek( ), the resulting file offset would be a value which
cannot be represented correctly in an object of type long.
[EOVERFLOW] For ftell ( ), the current file offset cannot be represented
correctly in an object of type long.
|
|
|
|
| |
MFC after: 2 weeks
|
| |
|
|
|
|
| |
with a trailing zero-width space: `e.g.\&'.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
useful for piping cron script error output by mail.
PR: bin/9494
Obtained from: NetBSD
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
|
| |
that have a timezone as <-|+>nnnn (eg. imapd).
PR: bin/11746
Obtained from: OpenBSD
MFC after: 2 weeks
|
|
|
|
|
|
| |
PR: bin/8322
Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
| |
Also take a stab at cleaning up BDECFLAGS and convert all uses of
NOSTR, NIL, NONE, NOVAR, NOGRP, NOGE to NULL. Also kill 'register' to
get diffs somewhat closer to OpenBSD/NetBSD.
There are no functional changes however.
Reviewed by: nra (visual inspection)
|
|
|
|
|
|
|
| |
lines that end in <CR><LF> to just <LF>.
Reviewed by: imp
Obtained from: OpenBSD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o remove panic() in favor of err(3) and use err(3) functions
consistently throughout
o use stat(2)'s S_IS* macros rather than S_IF*
o [r]index -> str[r]chr
o convert some static buffers to dynamic ones
o use real tempfiles rather than reopening the same templates
o rename some functions that clash with libc
o convert wait_status from union to int and use wait(2) status macros
o fix multiple potential buffer overflows
o fix a few comments
o add $FreeBSD$
Reviewed by: nra, nectar (earlier version)
|
| |
|
| |
|
| |
|