infodrom/newmail
19 years agoOutput routine
Joey Schulze [Mon, 22 Nov 2004 16:21:11 +0000 (16:21 +0000)]
Output routine

19 years agoAdded support for extracting the realname from an address
Joey Schulze [Mon, 22 Nov 2004 16:20:56 +0000 (16:20 +0000)]
Added support for extracting the realname from an address

19 years agoAdjusted post-output:
Joey Schulze [Mon, 22 Nov 2004 15:53:02 +0000 (15:53 +0000)]
Adjusted post-output:
 - No bell when running in window
 - Additional newline after set of mail, but only if not running in window
 - always flush stdout

19 years agoImplement flags as bitlist
Joey Schulze [Mon, 22 Nov 2004 15:23:54 +0000 (15:23 +0000)]
Implement flags as bitlist

19 years agoNo need to reduce the size by one since this is done in copystring()
Joey Schulze [Mon, 22 Nov 2004 14:34:06 +0000 (14:34 +0000)]
No need to reduce the size by one since this is done in copystring()

19 years agoMoved strncpy into stringcopy which will always terminate the string.
Joey Schulze [Mon, 22 Nov 2004 14:31:21 +0000 (14:31 +0000)]
Moved strncpy into stringcopy which will always terminate the string.

19 years agoMoved code to support the to header into a define, saved for later implementation
Joey Schulze [Mon, 22 Nov 2004 14:28:38 +0000 (14:28 +0000)]
Moved code to support the to header into a define, saved for later implementation

19 years agoAdded preliminary support for -r to emit raw output without
Joey Schulze [Mon, 22 Nov 2004 08:46:13 +0000 (08:46 +0000)]
Added preliminary support for -r to emit raw output without
potentially broken character conversion, which may be useful for
programs post-processing the output, i.e. in a window.

19 years agoInitial commit of files for the project, started from scratch.
Joey Schulze [Mon, 22 Nov 2004 08:42:25 +0000 (08:42 +0000)]
Initial commit of files for the project, started from scratch.