home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume15 / xmail / part01 next >
Internet Message Format  |  1991-10-29  |  60KB

  1. Path: uunet!cis.ohio-state.edu!rutgers!sun-barr!cronkite.Central.Sun.COM!exodus!uunet.uu.net
  2. From: stratus!voder!nsc!berlioz.nsc.com!michael@uunet.uu.net (Michael Wagnitz)
  3. Newsgroups: comp.sources.x
  4. Subject: v15i018: xmail, Part01/09
  5. Message-ID: <csx-15i018-xmail@uunet.UU.NET>
  6. Date: 29 Oct 91 17:14:48 GMT
  7. Sender: news@exodus.Eng.Sun.COM
  8. Lines: 1271
  9. Approved: argv@sun.com
  10.  
  11. Submitted-by: stratus!voder!nsc!berlioz.nsc.com!michael@uunet.uu.net (Michael Wagnitz)
  12. Posting-number: Volume 15, Issue 18
  13. Archive-name: xmail/part01
  14.  
  15.  
  16. Please see the CHANGES, README, and man page documentation for details on
  17. the changes and features of this posting.
  18.  
  19. Two files from version 1.3 will no longer be neccessary when building xmail
  20. 1.4.  The files regex.c and xmailregex.h have been replaced with the single
  21. include file xmailregexp.h, which uses the regexp routines to parse commands
  22. and mail program responses.  Files regex.c and xmailregex.h may be deleted.
  23.  
  24. NOT included with this posting are the sources for the X-Face compression
  25. library routines by James Ashton.  Those sources are available from archives
  26. or directly from the Rich Burridge archive server, if needed.  X-Face support
  27. has been added to xmail, as a conditional compilation option.
  28.  
  29. Also NOT included are the sources for the Version 3 XPixMap library which
  30. provides support for full colored icons.  This library is available via the
  31. famous anonymous-ftp (to an appropriate site, such as export.lcs.mit.edu) or
  32. directly from the author, Arnaud Le Hors <lehors@avahi.inria.fr>.  XPM support
  33. has been added to xmail as a conditional compilation option.
  34.  
  35. See the Imakefile for these and many other conditional compilation options.
  36.  
  37. Sizes of the shar files without mail headers (and trailing blank lines) are:
  38.     1207    8993   56678 XMail1p4.01
  39.     1571    8357   56802 XMail1p4.02
  40.     1269    5086   56539 XMail1p4.03
  41.     1818    8401   55918 XMail1p4.04
  42.     1517    8300   55828 XMail1p4.05
  43.     1552    8663   55965 XMail1p4.06
  44.     1413    6638   53835 XMail1p4.07
  45.     1408    6833   50701 XMail1p4.08
  46.     1035    7378   48278 XMail1p4.09
  47.    12790   68649  490544 total
  48.  
  49. Sum counts for these files (under the same above conditions) are:
  50.              00860    56 XMail1p4.01
  51.              57571    56 XMail1p4.02
  52.              17832    56 XMail1p4.03
  53.              41817    55 XMail1p4.04
  54.              10384    55 XMail1p4.05
  55.              26734    55 XMail1p4.06
  56.              43592    53 XMail1p4.07
  57.              30592    50 XMail1p4.08
  58.              32522    48 XMail1p4.09
  59.  
  60. As always, should you find bugs or develop additional enhancements, I would
  61. appreciate receiving notification, and possibly a copy of your changes, so I
  62. can maintain the `official' version.  I hope you find this program useful.
  63. --
  64. Michael C. Wagnitz    M/S D3-677      Domain: michael@berlioz.nsc.com
  65. National Semiconductor Corporation     Phone: 408/721-3266
  66. 2900 Semiconductor Drive   Santa Clara, CA    95052-8090
  67. UUCP: {apple|decwrl|hplabs|sun}!nsc!berlioz.nsc.com!michael
  68.  
  69. #! /bin/sh
  70. # This is a shell archive.  Remove anything before this line, then unpack
  71. # it by saving it into a file and typing "sh file".  To overwrite existing
  72. # files, type "sh file -c".  You can also feed this as standard input via
  73. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  74. # will see the following message at the end:
  75. #        "End of archive 1 (of 9)."
  76. # Contents:  README MANIFEST CHANGES COPYRIGHT Imakefile Mailwatch.h
  77. #   patchlevel.h
  78. # Wrapped by michael@harley on Fri Oct  4 09:59:40 1991
  79. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  80. if test -f 'README' -a "${1}" != "-c" ; then 
  81.   echo shar: Will not clobber existing file \"'README'\"
  82. else
  83. echo shar: Extracting \"'README'\" \(3599 characters\)
  84. sed "s/^X//" >'README' <<'END_OF_FILE'
  85. X
  86. X  xmail - X Window System interface to the mail program
  87. X
  88. X  Copyright 1990,1991 by National Semiconductor Corporation
  89. X  Permission to use, copy, modify, and distribute this software and its
  90. X  documentation for any purpose is hereby granted without fee, provided that
  91. X  the above copyright notice appear in all copies and that both that
  92. X  copyright notice and this permission notice appear in supporting
  93. X  documentation, and that the name of National Semiconductor Corporation not
  94. X  be used in advertising or publicity pertaining to distribution of the
  95. X  software without specific, written prior permission.
  96. X  NATIONAL SEMICONDUCTOR CORPORATION MAKES NO REPRESENTATIONS ABOUT THE
  97. X  SUITABILITY OF THIS SOFTWARE FOR ANY PURPOSE.  IT IS PROVIDED "AS IS"
  98. X  WITHOUT EXPRESS OR IMPLIED WARRANTY.  NATIONAL SEMICONDUCTOR CORPORATION
  99. X  DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
  100. X  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  101. X  EVENT SHALL NATIONAL SEMICONDUCTOR CORPORATION BE LIABLE FOR ANY SPECIAL,
  102. X  INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  103. X  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  104. X  OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  105. X  PERFORMANCE OF THIS SOFTWARE.
  106. X  Author:  Michael C. Wagnitz - National Semiconductor Corporation
  107. X  xmail is an X-based interface to the Berkeley mail program.  This is
  108. X  version 1.4 of xmail.  This version of xmail depends heavily upon the
  109. X  installation of the application default resources file for the proper
  110. X  declaration of features and enhancements documented in the man pages.
  111. X  If the defaults file or the resource declarations are not installed or
  112. X  in some manner made accessable to the X11 resource database manager,
  113. X  xmail will operate in only a minimal fashion.  Please see the man page
  114. X  for additional details.
  115. X
  116. X  This version of xmail includes support for decompressing and displaying
  117. X  the content of an X-Face mail header, if such a header exists in the
  118. X  message being read.  This feature is a compile time option, and requires
  119. X  the existence of the compface library routines, which are NOT supplied
  120. X  with the xmail sources.    X-Face headers are compressed bitmap images,
  121. X  typically of the face of the person owning such a header.  The compressed
  122. X  header contains only printable characters, which allows it to be included
  123. X  in a mail message.  The USENIX FaceSaver project is typically the source
  124. X  for these bitmaps, which are compressed into X-Face header format using
  125. X  the compface software tools written and distributed by James Ashton
  126. X  <jaa@cs.su.oz.au>.  The compface library is also provided with the distri-
  127. X  bution of the faces software, written by Rich Burridge, and is available
  128. X  by email from his archive server <rb-archive-server@Aus.Sun.COM>.
  129. X
  130. X  A non-imake version of a make file is provided as make.file.  You may
  131. X  use this file to build xmail, or invoke M.I.T.'s imake facility to
  132. X  generate a Makefile.  If you use the make.file instead, you must ensure
  133. X  that the proper environment is defined for your particular architecture
  134. X  and operating system.
  135. X
  136. X  PLEASE report any bugs or enhancements to me at the address below, so
  137. X  changes can be incorporated in my sources and official patches posted.
  138. X
  139. X  Michael C. Wagnitz    M/S D3-677      Domain: michael@berlioz.nsc.com
  140. X  National Semiconductor Corporation     Phone: 408/721-3266
  141. X  2900 Semiconductor Drive   Santa Clara, CA    95052-8090
  142. X  UUCP: {apple|decwrl|hplabs|sun}!nsc!berlioz.nsc.com!michael
  143. END_OF_FILE
  144. if test 3599 -ne `wc -c <'README'`; then
  145.     echo shar: \"'README'\" unpacked with wrong size!
  146. fi
  147. # end of 'README'
  148. fi
  149. if test -f 'MANIFEST' -a "${1}" != "-c" ; then 
  150.   echo shar: Will not clobber existing file \"'MANIFEST'\"
  151. else
  152. echo shar: Extracting \"'MANIFEST'\" \(1647 characters\)
  153. sed "s/^X//" >'MANIFEST' <<'END_OF_FILE'
  154. X   File Name        Archive #    Description
  155. X-----------------------------------------------------------
  156. X README                     1    Brief introduction to xmail
  157. X MANIFEST                   1    this list of files
  158. X CHANGES                    1    List of changes for version 1.4
  159. X COPYRIGHT                  1    Copyright restrictions
  160. X HelpText.c                 2    source
  161. X Imakefile                  1    source for the Makefile
  162. X Mailwatch.c                2    source
  163. X Mailwatch.h                1    source
  164. X MailwatchP.h               2    source
  165. X Makefile                   3    Makefile generated from the Imakefile
  166. X XMail.ad                   3    application defaults file
  167. X actions.c                  4    source
  168. X callMail.c                 4    source
  169. X callbacks.c                5    source
  170. X confirm.c                  4    source
  171. X defs.h                     3    source
  172. X directory.c                4    source
  173. X environs.c                 6    source
  174. X global.h                   6    source
  175. X handler.c                  6    source
  176. X icon.mail                  2    source
  177. X icon.nomail                5    source
  178. X mail.c                     6    source
  179. X mail.xpm                   7    source - colored xmail icon
  180. X make.file                  7    alternate makefile for those without imake
  181. X national.bm                5    source - the National Semiconductor logo
  182. X nomail.xpm                 7    source - colored xmail icon
  183. X parser.c                   7    source
  184. X patchlevel.h               1    source
  185. X revtable.h                 6    source
  186. X utils.c                    7    source
  187. X windows.c                  8    source
  188. X xmail.c                    8    source
  189. X xmail.man                  9    man pages
  190. X xmailregexp.h              8    source
  191. END_OF_FILE
  192. if test 1647 -ne `wc -c <'MANIFEST'`; then
  193.     echo shar: \"'MANIFEST'\" unpacked with wrong size!
  194. fi
  195. # end of 'MANIFEST'
  196. fi
  197. if test -f 'CHANGES' -a "${1}" != "-c" ; then 
  198.   echo shar: Will not clobber existing file \"'CHANGES'\"
  199. else
  200. echo shar: Extracting \"'CHANGES'\" \(41616 characters\)
  201. sed "s/^X//" >'CHANGES' <<'END_OF_FILE'
  202. X
  203. X                                                             September, 1991
  204. X
  205. X   The following changes have been effected for Patchlevel 4 of xmail.
  206. X
  207. X  Many more bugs have been fixed, and the overall size of the resident image
  208. Xmade even smaller, with the removal of the dependency on alloca and regex.c.
  209. XI have also made changes necessary to effect operation under X11 Release 5,
  210. Xand linted the sources to remove as many lint complaints as is practical.
  211. X
  212. XI believe with this version I have eliminated the various and sundry program
  213. Xcrashes at unexpected times and in wierd places.  The culprit was (of course)
  214. Xme, and violation of the rule: Don't feed your children dynamically allocated
  215. Xdata with a fork, as it can often cause you to choke and die.
  216. X
  217. XI have made extensive changes to the way in which the editor is invoked during
  218. Xmessage composition and the manner in which the message is delivered to the
  219. Xsendmail daemon.  Users may now begin a message composition, and immediately
  220. Xcontinue processing available messages.  Message composition will no longer
  221. Xchew up cpu cycles and message delivery will no longer leave a defunct (i.e.
  222. Xzombie) process hanging around to consume available process slots.
  223. X
  224. XLike the previous version (1.3) of xmail, this version depends heavily on the
  225. Xinstallation of the application defaults file in the appropriate directory.
  226. XThe declaration of SetAlias() actions for To:,Cc:, and Bcc: translations no
  227. Xlonger require the inclusion of the call to MenuPopup().  This means any 1.3
  228. Xversion of the application defaults file MUST be replaced with the new copy.
  229. X
  230. XIf you fail to install the new application defaults file, xmail will run, but
  231. Xonly in a restricted fashion, and many of the documented features will not be
  232. Xpresent.  This is because many of the resource declarations have been moved
  233. Xfrom the source code into the defaults file.  Also with this version, the
  234. Xspecification of colors and fonts are left to the choice of the user.  Some
  235. Xexample declarations are included in the defaults file, but they are commented
  236. Xout, so as not to effect the choices made by the user.  This means if you fail
  237. Xto specify color requirements on a color system, xmail will come up in black
  238. Xand white (except for the National Semiconductor logo in the title bar %^).
  239. X
  240. XHelpText.c    - Made several small changes to better format the text in the
  241. X          help window popup.  Also added corrections for the latest
  242. X          set of enhancements and bug fixes.
  243. X
  244. XImakefile    - Removed the definition for NO_WAIT3 as no longer necessary.
  245. X          Added several compiler options, to aid xmail specification.
  246. X          Define USE_DIRENT if readdir() uses <dirent.h> instead of
  247. X          <sys/dir.h>.  Define X_FACE and COMPFACE if you have the
  248. X          compface library installed and you want xmail to auto-
  249. X          matically display the X-Face: header, if found in a message.
  250. X          Define XPM if you have the Xpm version 3 library and want
  251. X          support for multi-colored icons.  Define LPT if you require
  252. X          att environment support for pseudo ports.  Define
  253. X          MAILBOX_DIRECTORY if your mail spool is located in other than
  254. X          the default /usr/spool/mail location.  (If not specified, the
  255. X          default will be used.)  Define DEFAULT_VISUAL if your copy of
  256. X          vi lies in some place other than /usr/ucb.  (If not specified,
  257. X          /usr/ucb/vi will be the default editor.)  Define
  258. X          DEFAULT_MAILER if your mail program is not the standard
  259. X          /usr/ucb/Mail.  CAUTION - Operation is NOT guaranteed with
  260. X          other mailers.
  261. X
  262. X          Dependencies have been included for those files which need
  263. X          to know if a particular compile option has been specified or
  264. X          not.  The dependencies have been COMMENTED OUT, because the
  265. X          imake Makefile rule would force a rebuild of the Makefile
  266. X          unless you add an Imakefile dependency to the Makefile rule.
  267. X          If you want the source file dependencies enabled, you need to
  268. X          edit the created Makefile, and add Imakefile as the dependency
  269. X          to the Makefile target, to prevent rebuilding the Makefile.
  270. X
  271. XMailwatch.c    - The mailhost variable was incorrectly referenced in tests for
  272. X          a NULL value.
  273. X
  274. X          Added the definition for MAXHOSTNAMELEN if it is not defined.
  275. X
  276. X          Replaced the attempt to determine the mail host name using
  277. X          sendmail with just the name of the current host.  This routine
  278. X          was bogus at best, and the change eliminates complaints from
  279. X          non-sendmail daemons that some sites are using.
  280. X
  281. X          Added optional support for XPM formatted icons, if the user
  282. X          has libXpm.a (and desires multi-colored icons %^).  Thanks
  283. X          go to Herve Soulard <soulard@sor.inria.fr> for the suggestion
  284. X          and assistance.
  285. X
  286. XXMail.ad    - I have now commented out the color specifications in the
  287. X          application defaults file, in order to not enforce default
  288. X          colors on users who wish to use their own generic definitions.
  289. X          This means that if you 1) don't uncomment these definitions
  290. X          when you install the file, or 2) specify colors in your
  291. X          personal default resources file, xmail will execute in black
  292. X          and white on a color monitor.  I have also eliminated the
  293. X          definitions of buttonFont and helpFont in this file, but have
  294. X          included a definition for *Font:.  The definition for the
  295. X          editorCommand resource has also been commented out, which
  296. X          allows the program to utilize the default VISUAL definition
  297. X          in the user's .mailrc file, unless they add a specification
  298. X          for editorCommand to replace the default action.
  299. X
  300. X          Added definitions for search forward and backward to the
  301. X          index window translations, to allow searching for multiple
  302. X          messages by author or subject.
  303. X
  304. X          Removed declarations for MenuPopup action in the translations
  305. X          for To:, Cc:, and Bcc: windows when executing SetAliases().
  306. X
  307. Xactions.c    - Change access to the "command_pattern" and "output_pattern"
  308. X          variables, in keeping with the correction of the global
  309. X          definitions of same.
  310. X
  311. X          I found that I was mislead in my beliefs that the pipe (|)
  312. X          command was universal in Berkeley mail.  Instead, it is
  313. X          a unique feature of Sun's version of mail.  This version of
  314. X          xmail has an alternative method of printing a message, for
  315. X          those systems that are not Sun compatible.
  316. X
  317. X          The main folder list is now sorted into alphabetical order.
  318. X          In the loop which checks each folder file for directory-ness,
  319. X          I changed the diropen() calls to use stat() instead.
  320. X
  321. X          Aliases (which are also now sorted) are now placed in order
  322. X          from left to right, top to bottom.
  323. X
  324. X          Both SetAliases and SetFolders now call XtPopupSpringLoaded,
  325. X          instead of having the MenuPopup call in their translation
  326. X          tables.  Menus are now only created if the list information
  327. X          truely exists.
  328. X
  329. X          Added support for X11 Release 5.
  330. X
  331. X          Folder button is now made insensitive while extracting the
  332. X          initial folders list, to show busy state, since the InputOnly
  333. X          busy cursor window does not map while the mouse button is
  334. X          depressed.
  335. X
  336. XcallMail.c    - SYSV ioctl calls incorrectly reference an undefined variable
  337. X          "tty", which should have been "slave".
  338. X
  339. X          Some systems did not like the test for return value from the
  340. X          ioctl calls.  The test(s) have been eliminated.
  341. X
  342. X          Removed the duplicate inclusion of the <sgtty.h> file.
  343. X
  344. X          Added the inclusion of signal.h, for those systems which do
  345. X          not already include it as part of the inclusion of param.h.
  346. X
  347. X          Loop on the attempt to establish master/slave connections in
  348. X          case the first attempt(s) fail but more possibilities exist.
  349. X
  350. X          Changed call arguments to callMail to eliminate mailargc as
  351. X          unnecessary.
  352. X
  353. Xcallbacks.c    - Changed the access to "command_pattern" and "output_pattern"
  354. X          variables, in keeping with the correction of the global
  355. X          definitions of same.
  356. X
  357. X          Changed the way I handled message delivery.  Instead of
  358. X          forking a process to perform the delivery, I now access the
  359. X          sendmail daemon directly.  I also prepend a greater than (>)
  360. X          symbol to any line of text which begins with the mail keyword
  361. X          ``From '', to prevent mail from believing it is the start of
  362. X          a new message.  Also fixed the case of Forwarding to include
  363. X          the greater than symbol on the first line of the forwarded
  364. X          message, which also begins with the word 'From '.
  365. X
  366. X          Fixed the routine which strips the actual addresses from the
  367. X          list of addressees (which might include full names as well)
  368. X          so that the sendmail command line is as brief as possible.  I
  369. X          have tested this with a wide variety of examples and line
  370. X          lengths, and no longer suffer from any core dumps.  This
  371. X          should resolve the problem some users have had with parsing
  372. X          aliases which included full name specifications.
  373. X
  374. X          Also finding that the "~[a|A]" commands are only available
  375. X          in Sun's version of mail, I have implemented a mechanism to
  376. X          use a .[Ss]ignature file, if no signature can be found in the
  377. X          user's .mailrc file and a .[Ss]ignature file exists in their
  378. X          home directory.  This method allows a user to have both a
  379. X          lower case .signature as well as an uppercase .Signature file
  380. X          if they so desire.
  381. X
  382. X          Removed the wait3() call for the mail child when terminating
  383. X          xmail.
  384. X
  385. X          Removed the duplicate inclusion of the <sys/time.h> file.
  386. X
  387. X          Removed the pointer declaration for the clock variable.
  388. X
  389. X          Added support for tilde referenced record files.
  390. X
  391. X          Changed the assumptions about .face file contents to include
  392. X          not adding the information if the user is also using the
  393. X          faces.sendmail script (as noted by its name in the environment
  394. X          definition for sendmail), and to insert the X-Face: header
  395. X          if the user's .face file does not contain it.
  396. X
  397. X          Fixed a bug in the Reply routine which caused a segmentation
  398. X          violation if the Return-Path: header did not contain chevrons.
  399. X
  400. X          Consolidated the functions which deliver the composition mail
  401. X          message to eliminate the need for global definitions of the
  402. X          header strings and the occasional crash caused by the delivery
  403. X          child having copies of those variables.
  404. X
  405. X          Added code to ensure that all included or forwarded messages
  406. X          with mail keyword 'From ' at the beginning of a line have a
  407. X          preceeding greater-than symbol to eliminate false triggers.
  408. X
  409. Xdefs.h        - Added support for R5 portability issues.
  410. X
  411. Xdirectory.c    - Sub-directory folder lists are now sorted alphabetically.
  412. X
  413. X          In the loop which checked each folder file for directory-ness,
  414. X          I replaced the diropen() calls with stat() calls instead.
  415. X
  416. X          To avoid problems later on with XtNameToWidget, folder names
  417. X          of directories which contain either a period or an asterisk
  418. X          do not cause generation a sub-menu.
  419. X
  420. Xenvirons.c    - In building the aliases list, I had not taken into account
  421. X          the fact that GetMailrc() returns a NULL if no aliases were
  422. X          defined.
  423. X          Added expansion routines to mail variable requests to
  424. X          the inclusion of process environment definitions.
  425. X
  426. X          Fixed a major bug in the alias parsing routines which could
  427. X          not handle an alias the decoded to a full name and address
  428. X          syntax as permitted by the RFC822 specifications.
  429. X
  430. X          Added a call to qsort the alias list.
  431. X
  432. X          Source'ing of files in the .mailrc file now received expanded
  433. X          environment variable definitions in filenames.
  434. X
  435. Xglobal.h    - Added the declaration for the endEdits() signal handler.
  436. X          Also removed global declarations for message header variables
  437. X          which no longer require global definition, and eliminated the
  438. X          declarations for waitC and xtermC cursors.
  439. X
  440. Xhandler.c    - Fixed a bug which caused non-expert users with deleted
  441. X          messages in a folder to have to complete a Confirmation
  442. X          response when terminating xmail from the iconic position.
  443. X          (The question was moot, as being iconic made it already
  444. X          too late to ask for confirmation of the deletes.)
  445. X
  446. X          Eliminated the static buffer for examining the contents of
  447. X          the title bar, when trying to determine if In_System_Folder.
  448. X
  449. Xmail.c        - Changed the way in which I control the message composition.
  450. X          The previous (1.3) method was horribly wasteful of cpu cycles,
  451. X          and didn't allow the user to continue reading other mail
  452. X          messages until after the editing session concluded.  The new
  453. X          method ensures only one message composition at a time occurs,
  454. X          and allows immediate continuation of other xmail functions.
  455. X
  456. X          Added an event handler to correct bug for warping of cursor
  457. X          to To: window when popping up the headers window transient.
  458. X          Users whose window manager decorates transients will now see
  459. X          the cursor in the To: window, instead of in the decoration.
  460. X
  461. X          Eliminated the call to wait3().  It is no longer needed.
  462. X
  463. X          Eliminated the full path xterm specification in the default
  464. X          edit command.  This because some users choose to install X11
  465. X          in a non-standard (/usr/bin/X11) location.
  466. X
  467. X          Changed the way I handled fork failures, now reporting the
  468. X          cause of the failure when trying to start an edit session.
  469. X
  470. Xparser.c    - Added code to eliminate bogus messages from the mail child,
  471. X          and to turn off a possible ``cmd'' definition in the .mailrc
  472. X          file, so as to be able to detect the inability to pipe a
  473. X          command to the printer.
  474. X
  475. X          Added an additional error message parse when trying to copy,
  476. X          write, or save a file to a bogus address which returns the
  477. X          message "Not a directory".
  478. X
  479. X          Added notation of file saved when using the write command.
  480. X
  481. X          Moved the function which marks a 'P'reserved message to the
  482. X          parser routine, in case the user is not in their system
  483. X          folder.
  484. X
  485. X          Changed the way I determine the mail prompt string from a
  486. X          static examination at first startup, to take what mail is
  487. X          actually giving me when the connection is established.  This
  488. X          eliminates the bug where some users declare a prompt string
  489. X          which translates differently than as declared (such as prompts
  490. X          with embedded quoted strings which do not include the quotes
  491. X          when mail echos the prompt).
  492. X
  493. X          I now clear the In_Bogus_Mail_File flag if restarting the
  494. X          mail connection, so the title bar will be properly updated.
  495. X
  496. Xregex.c        - This file has been eliminated, in favor of using the regexp
  497. X          routines.  You may safely delete this file from your sources.
  498. X
  499. Xutils.c        - Modified writeTo() to not include X-Face header strings in
  500. X          the displayed message text, if the user sets the *No_X_Hdr
  501. X          resource to True or uses the -nx command line option, and an
  502. X          X-Face header is included in the incoming message.
  503. X
  504. X          Replaced the previous mechanism for setting a wait cursor in
  505. X          the various windows with the FAQ'd example of creating an
  506. X          InputOnly window to prevent unwanted events while the program
  507. X          is busy.  Also fixed the problem of having the Cursor window
  508. X          Enter/LeaveNotify events force overwrite of the status info.
  509. X
  510. Xwindows.c    - Added a definition for Control_J to remove the extra text
  511. X          help window, for those workstation keyboards without a line-
  512. X          feed key.
  513. X
  514. Xxmail.c        - Eliminated internally defined default fonts, allowing the
  515. X          user to specify the fonts in their personal resource file.
  516. X
  517. X          Also added the command line/resource declaration for textFont
  518. X          in keeping with the definitions for buttonFont and helpFont.
  519. X          All three font specifications can now be obtained from the
  520. X          single generic declaration of *Font: in the resource file,
  521. X          or by using the command line option ``-fn'' or ``-font''.
  522. X
  523. X          I now parse command line arguments in an effort to eliminate
  524. X          bogus borderwidth specifications (negative or beyond practical
  525. X          limits) in an effort to keep the application from becoming
  526. X          non-functional due to incorrect sizing operations.
  527. X
  528. X          Increased size of mailargv vector by one to correct bug of
  529. X          not specifying mail program name as argv[0].  This fixes
  530. X          startup processing to not include header information because
  531. X          the '-N' flag was not being recognized.
  532. X
  533. Xxmailregex.h    - This file is no longer required, as part of the replacement
  534. X          of regex routines with regexp functionality.
  535. X
  536. Xxmailregexp.h    - This file replaces both xmailregex.h and regex.c as the means
  537. X          for parsing both command line and output messages.
  538. X
  539. Xxmail.man    - Made several changes to reflect improvements for xmail 1.4.
  540. X
  541. X
  542. XI'd like to thank all of the users who responded with bug fixes and suggestions
  543. Xfor the previous (1.3) version of xmail.  The list below identifies those
  544. Xindividuals who were first on their block to point out a failing of xmail 1.3.
  545. X
  546. XJohn Amanatides    <amana@allegra.att.com>
  547. X    Requested support for tilde defined record variables, and that aliases
  548. X    be presented in sorted order.
  549. X
  550. XJames Carlson    <carlson@mrx.webo.dg.com>
  551. X    Noted that the use of alloca calls in regex.c were highly unportable,
  552. X    and that signal.h needed to be included in callMail.c for SIGKILL,
  553. X    (for those sites that don't include signal.h as part of param.h).
  554. X
  555. XA. G. "Tony" Cohn    <agc@dcs.leeds.ac.uk>
  556. X    Encouraged me to add a sort of the folder lists, especially for the
  557. X    sub-levels.
  558. X
  559. XDonna Converse        <converse@expo.lcs.mit.edu>
  560. X    Pointed to the correct method of utilizing XtCallActionProc to replace
  561. X    the translation table declarations for MenuPopup actions.
  562. X
  563. XPierre Corriveau    <piec%bnrmtl.UUCP@Larry.McRCIM.McGill.EDU>
  564. X    Pointed out the lack of proper handling of message text lines that
  565. X    began with the keyword ``From ''.
  566. X
  567. XChris Crampton    <cmc@ecrc.de>
  568. X    Suggested that path dependencies be removed from the xterm invocation
  569. X    of the default visual editor.
  570. X
  571. XRichard Griffiths    <richard@xanth.b11.ingr.com>
  572. X    Suggested several corrections to the SYSV compilation as a result of
  573. X    his efforts at porting xmail to the Intergraph (Clipper) workstation.
  574. X
  575. XNick Holloway    <alfie@cs.warwick.ac.uk>
  576. X    Helped identify a major failure in the aliases routines that could not
  577. X    handle an alias which decoded into the full name and address of the
  578. X    recipient.
  579. X
  580. XThierry Leconte    <Thierry.Leconte@irisa.fr>
  581. X    Suggested a change to remove the X-Face header strings from the message
  582. X    text prior to displaying the message in the text window.
  583. X
  584. XCasey Leedom    <casey@gauss.llnl.gov>
  585. X    Suggested additional changes in the resource declarations to allow
  586. X    user preferences more latitude in specifying fonts and colors.
  587. X    He also noted some sites might not have a MAXHOSTNAMELEN definition,
  588. X    as well as the duplicate inclusion of the time.h file.  Casey was also
  589. X    the first person to provide me with the changes needed for R5.
  590. X
  591. XDj Walker-Morgan    <dj@micromuse.co.uk>
  592. X    Noted that environs.c aliases() could receive a NULL pointer when
  593. X    asking for the alias list.
  594. X
  595. XJohn Nelson    <jpn@genrad.com>
  596. X    Was the first to identify the inconsistent declarations for
  597. X    command_pattern and output_pattern global variables.
  598. X
  599. XIan Nixon    <nixon@asic.nsc.com>
  600. X    Was the first user to point out the gross waste of cpu cycles
  601. X    during the editor phase of the message composition process.
  602. X
  603. XGerry Roston    <gerry@cs.cmu.edu>
  604. X    Requested that support be included for .signature files, for those
  605. X    sites that aren't using Sun mail.
  606. X
  607. XArvind Sabharwal    <arvind@gmr.com>
  608. X    Noted the bug about the print command only working in Sun environments.
  609. X
  610. XBrian V. Smith    <envbvs@epb2.lbl.gov>
  611. X    Was first to note that some environments didn't like my test of the
  612. X    ioctl return status.
  613. X
  614. XHerve Soulard    <soulard@sor.inria.fr>
  615. X    Provided code examples and the suggestion that the mailbox icons would
  616. X    look better if presented in XPixmap format.
  617. X
  618. XMarkus Stumpf    <stumpf@dssystem1.informatik.tu-muenchen.de>
  619. X    Encouraged me to remove the bogus ``sendmail -bv'' attempt to determine
  620. X    the mail host identity.
  621. X
  622. X---------------------- end of changes for patchlevel 4 -----------------------
  623. X
  624. X                                                                 April, 1991
  625. X
  626. X   The following changes have been effected for Patchlevel 3 of xmail.
  627. X
  628. X  Many, many bugs have been fixed, and the overall size of the resident image
  629. Xhas been cut almost in half.  I also believe I have correct all memory leaks.
  630. X
  631. X  Support is now provided for displaying the content of an X-Face: header, as
  632. Xa compile time option.  If you currently have the compface library routines
  633. Xprovided by James Ashton, see the Imakefile and change the flags accordingly.
  634. XThe compface library routines are available from the Rich Burridge Archive
  635. XServer, at <rb-archive-server@Aus.Sun.COM>.  Send the one word subject "Help"
  636. Xif you have never used this archive-server before.  These routines are
  637. Xalso included as part of Rich Burridge's faces program, also available from
  638. Xthat same address.
  639. X
  640. X
  641. XImakefile:    Eliminated R3 support and changed number and type of defines
  642. X
  643. XHelpText.c:    Modified some text and added information messages for commands
  644. X
  645. XMailwatch.c:    Added support to display either user or mail host name in icon
  646. X        Changing the icon tag also changes the application title for
  647. X        window managers, for those cases when more than one copy of the
  648. X        program being run.  Removed support for X11R[23].
  649. X
  650. Xactions.c:    Removed support for X11R3.  Changed ``Send'' completion popup
  651. X        to use callbacks instead of action routines.  Eliminated need
  652. X        for DoAutograph() and DoDone() action routines.  Changed routine
  653. X        SelectionNumber() to use greater-than mark as reference instead
  654. X        of current insertion pointer, because forward/backward-page
  655. X        et.al. messed with current insertion pointer location.  Added
  656. X        support for WM_DELETE_WINDOW protocol requests to DoQuit().
  657. X        Added information messages for each command button.  Message
  658. X        content is triggered by enter/leave notify events, ala xrn.
  659. X        Cleaned up error messages to use XtError().  Consolidated
  660. X        various popup positioning routines into SetXY().  Changed
  661. X        SetCursor() from XtActionProc to void and moved it to utils.c
  662. X
  663. XcallMail.c:    Added (UNTESTED) support for non-BSD style communications.
  664. X        The additional code was taken from the X11R4 sources for xterm.
  665. X        Non-BSD routines are untested by the author, as I do not have
  666. X        access to a System-V environment.  Eliminated hanging of the
  667. X        parent (for approximately 15 seconds) on close of the slave
  668. X        connection due to child terminated for lack of mail before
  669. X        the parent could issue it's close statement.  Fixed the bug for
  670. X        not displaying tabs in messages.
  671. X
  672. Xcallbacks.c:    Call the alias() extraction routine recursively, to accommodate
  673. X        nested user aliases.  Also pass the recipient list to sendmail
  674. X        on the command line, in lieu of the ``-t'' option, to eliminate
  675. X        a bug which sometimes caused sendmail to think the author of
  676. X        the message was actually one of the recipients.  Add the USENIX
  677. X        X-Face: header to outgoing messages, if a ``.face'' file exists
  678. X        in the user's home directory.  Corrected a bug because System-V
  679. X        sprintf() does not return a pointer to the buffer.  Corrected
  680. X        redundant usage of XtNameToWidget() calls.  Changed occurrences
  681. X        for all of index() to strchr() to eliminate bug under SunOS_4+.
  682. X        Changed search for author in incoming messages to use ``From:'',
  683. X        ``Return-Path:'', and finally ``From '' header fields.  Changed
  684. X        control loop for confirms and ``Send'' completion popups so
  685. X        that they will be displayed even if the parent is obscured.
  686. X        Changed ``outfolder'' to work as documented in Mail man page.
  687. X        Fixed Done routine to not create header files when aborting a
  688. X        message composition.
  689. X
  690. Xdefs.h:        Eliminated some global variables and support for X11R3.  Added
  691. X        declaration for editorCommand resource, and support for those
  692. X        environments which do not include a wait3() system call.
  693. X
  694. Xdirectory.c:    Changed define declaration to USE_DIRENT, because structure
  695. X        dependency is not SUN_OS dependent.
  696. X
  697. Xenvirons.c:    Changed occurrences of index() to strchr().  Added support for
  698. X        braced and quoted environment variables.  Added recursive
  699. X        parsing of the .mailrc file for ``source''d files.  Added
  700. X        recursive parsing of the aliases for addresses, carbon, and
  701. X        blind copies.  Merged the extraction of aliases and set options
  702. X        from the mailrc file into one routine.  This routine now also
  703. X        supports continuation lines, and returns the LAST occurrence of
  704. X        the targeted set option.  This last point fixes a bug where the
  705. X        user declared a prompt string more than once in the mailrc
  706. X        file.  Mail would use the second one, while previous version of
  707. X        xmail were looking for the first and hanging indefinitely.
  708. X
  709. Xhandler.c:    Added info_handler() to write command button window explanation
  710. X        messages in the status window on enter/leave-notify events.
  711. X        Fixed bug in placing marker for current message.  Changed all
  712. X        occurrences of index() to strchr().  Fixed bug in index_handler
  713. X        when the current message index went to zero due to a loss of
  714. X        sync with the incoming text from Mail.  This would occur if the
  715. X        user pressed the read next/previous message keys too rapidly.
  716. X
  717. Xmail.c:        Added support for the editorCommand resource, ala xrn.  This
  718. X        resource allows the user to specify an ``sprintf''-able string
  719. X        which defines the editor to use when composing messages.  Users
  720. X        must supply two ``%s'' entry points, one for the name of the
  721. X        X display connection and one for the name of the edited file.
  722. X        Fallback to the previous VISUAL methodology, if editorCommand
  723. X        specification does not meet requirements.  Corrected a bug
  724. X        which prevented the ``Send'' popup from appearing if the parent
  725. X        shell was partially or totally obscured.  Made the ``Send''
  726. X        popup reusable, instead of destroying and recreating it each
  727. X        time.  Accommodated people who insist on setting a wide border.
  728. X
  729. Xnational.bm:    Resized the logo to a larger format, to better fit the titleBar.
  730. X
  731. Xparser.c:    Corrected a bug for those cases when the mail process would
  732. X        disappear unexpectedly.  Loss of connection no longer causes
  733. X        a runaway condition.  Fixed a bug in the START process which
  734. X        chewed up CPU seconds when started iconic.  Restored function-
  735. X        ality for the no-autoprint option, which also fixed a bug of
  736. X        occasionally seeing titlebar or status info in the text window
  737. X        when issuing read previous/next commands in rapid fashion.
  738. X
  739. Xrevtable.h:    Used in un-compressing X-Face headers.
  740. X
  741. Xutils.c:    Added support for proportionally spaced fonts, using routine
  742. X        figureWidth().  Added support for X-Face headers on in-coming
  743. X        messages.  If found, the X-Face will be displayed in the upper
  744. X        right-hand corner of the text window.  Modified Bell() routine
  745. X        to not replace message text in status window if previous text
  746. X        was for an error.
  747. X
  748. Xwindows.c:    Moved a majority of the action translation tables to the XMail
  749. X        class resource file, to allow the user more flexibility.
  750. X
  751. Xxmail.c:    Changed the startup procedure to not start in the system folder
  752. X        if starting iconic, to prevent ``newmail'' flag from being reset
  753. X        before the user has opened the icon for the first time.  Added
  754. X        separate font declarations for help, text, and button fonts.
  755. X        Added resources and command line options for disabling the new
  756. X        info feature and for specifying the editorCommand format string.
  757. X        Fixed calculations for overall shell size if user has specified
  758. X        a proportional font or wide borders, to keep xmail shell within
  759. X        root window boundaries.
  760. X
  761. XThe following persons have sent in suggestions, complaints, and/or patches
  762. Xwhich have contributed to the development of this patchlevel.  In most cases,
  763. XI was able to respond directly to the submitter using the address indicated.
  764. XIn some cases, mail would bounce and I could not reach them with a thank-you.
  765. XIn any case, I wish to express my deepest gratitude to all for their interest
  766. Xand assistance.  If I have inadvertently managed to leave someone's name off
  767. Xof this list, please forgive me (and thanks again).
  768. X
  769. XAlan M. Baum    <abaum@amb.cs.gmr.com>
  770. X    requested the ability to recursively parse an alias during ``Send''
  771. X
  772. XDana A. Chee    <dana@thumper.bellcore.com>
  773. X    one of many to request resources be moved to the application defaults
  774. X
  775. XDamian Chu    <dac@doc.imperial.ac.uk>
  776. X    forced me (%^) to add WM_DELETE_WINDOW protocol support  (thanks)
  777. XNed Danieley    <ndd@sunbar.mc.duke.edu>
  778. XFrank Peters    <fwp1@cc.msstate.edu>                and
  779. XThomas Oeser    <thomas%apgraph%ap542@ztivax.siemens.com>
  780. X    identified problems (non-RFC822 compliance) with address parsing
  781. X
  782. XNorm Jacobs    <jacobs@mot.com>
  783. X    provided suggested code patches for System-V socket connections
  784. X
  785. XCasey Leedom    <casey@gauss.llnl.gov>
  786. X    identified bugs in the translation tables and suggested the addition
  787. X    of the editorCommand resource specification
  788. X    
  789. XSteve Losen    <scl@virginia.edu>
  790. X    identified bugs in the translation and regular expressions tables
  791. X
  792. XAndrew McRae    <andrew@megadata.mega.oz.au>            and
  793. XPeter Morreale    <morreale@bierstadt.scd.ucar.edu>
  794. X    identified the existence of memory leaks in patchlevel 2
  795. X
  796. XFrans Meulenbroeks <meulenbr@cst.philips.nl>
  797. X    suggested the need to use the ``source'' command in .mailrc
  798. X
  799. XMarc H. Scholl    <scholl@inf.ethz.ch>
  800. X    suggested changes in the ``outfolder'' variable interpretation
  801. X
  802. XBrian V. Smith    <envbvs@epb2.lbl.gov>
  803. X    noted that the ``Send'' popup would not appear if the xmail parent
  804. X    window (or icon) was obscured
  805. X
  806. X
  807. X---------------------- end of changes for patchlevel 3 -----------------------
  808. X
  809. X                                                                August, 1990
  810. X
  811. X   The following changes have been effected for Patchlevel 2 of xmail.
  812. X
  813. X
  814. XImakefile:    Reordered R3 and R4 dependencies to allow for R4 make depend.
  815. X
  816. XHelpText.c:    Corrected some text and added help for text window key actions.
  817. X
  818. XMailwatch.c:    Added option to start icon in reverse video.  Also added
  819. X        option to display the username in the icon window, for those
  820. X        times when xmail processes for more than one user are desired.
  821. X
  822. Xactions.c:    Changed Newmail action to NOT automatically remove the
  823. X        current folder list when changing to the system mail folder.
  824. X        'Drop Folders' is now a separate action selectable within the
  825. X        Newmail command menu.  Fixed SetFolders routine to not prepend
  826. X        the home directory to folder names beginning with either a
  827. X        dot (.) or foreword slash (/).  Also added a COMMIT option
  828. X        to change of folder (when current folder has deleted mail)
  829. X        or cancel of composed message.  Commit option is tailorable
  830. X        by -e (expert) flag, 'Preserve' menu selection, and/or resource
  831. X        specification.  Re-edit of the current message composition is
  832. X        now supported within the 'Send' popup 'Deliver' sub-menu.
  833. X        Deletions in the 'Send' popup text fields will no longer force
  834. X        the cursor position to the end of the line.  Additional error
  835. X        messages from the mail program are also trapped.  To better
  836. X        support variations in 'Berkeley' mail, 'set no' commands are
  837. X        no changed to 'unset' commands.  Both forms are also parsed.
  838. X        To allow pasting of selected text within the various windows,
  839. X        message indexing is now indicated by a preceding greater-
  840. X        than symbol (>) instead of highlighting using the selection
  841. X        mechanism.
  842. X
  843. Xcallbacks.c:    Mechanisms for delivering mail messages are now forked to a
  844. X        child process if possible, instead of the previous synchronous
  845. X        system calls.  Better support for file and folder recipients
  846. X        to messages are also included.  Changes in folder or quitting
  847. X        with a modified folder are now confirmed, unless the expert
  848. X        flag has been specified.  Callbacks for re-editing message
  849. X        composition and for dropping the current folders list are also
  850. X        added.
  851. X
  852. Xconfirm.c:    This is a new routine which supplys the confirmation method.
  853. X
  854. Xdefs.h:        Changes to accommodate 'make depend' under X11R4 .vs. X11R3.
  855. X        Added command line option flag: expert.
  856. X
  857. Xdirectory.c:    Modified list display to be more box like, to help prevent
  858. X        the menu from running off the bottom of the screen.
  859. X
  860. Xenvirons.c:    Improved alias parsing routines to separate real people from
  861. X        file and folder names as recipients of mail messages.  Also
  862. X        expanded environment variables in GetMailEnv calls.
  863. X
  864. Xglobals.h:    Added definitions for new routines and flags.
  865. X
  866. Xhandler.c:    Removed widget privates dependencies in SystemFolder routine
  867. X        by correctly calling XtGetValues for the label of the widget.
  868. X
  869. Xicon.mail:    Modified bitmaps for both icons to allow for placing the
  870. X        username under the mailbox, when requested.
  871. X
  872. Xmail.c:        Added editMail routine to support re-edits of message text.
  873. X
  874. Xparser.c:    Added ability to export the match function to other routines
  875. X        for better handling of errors from mail.  Changed 'set no'
  876. X        calls to 'unset's, for support of SONY NEWS OS mail program.
  877. X        Changed message index highlighting to use the greater-than
  878. X        symbol (>) instead.  Revert to default mail prompt of received
  879. X        during startup, for case where user's .mailrc file fails to
  880. X        parse before the intended prompt can be set.
  881. X
  882. Xutils.c:    Changed message index selection highlighting to use symbol.
  883. X
  884. Xwindows.c:    Added new command menu options.  Provided for cut and paste
  885. X        operations in File and text windows.  Added second help
  886. X        window to text area for mapping of keyboard keys to command
  887. X        actions.  Added keyboard cursor motion commands to the Index
  888. X        and Text windows.  Added routine to parse the icon geometry.
  889. X
  890. Xxmail.c:    Added support for new options: -e (expert), -iconic, and
  891. X        -rv (reverse video on the icon).  Also default to no position
  892. X        (0,0) for icon if not explicitly specified.
  893. X
  894. Xxmail.man:    Many changes to document patchlevel 2 enhancements and fixes.
  895. X
  896. Xxmailregex.h:    Added support for use outside of the parser routines.  Also
  897. X        added additional error messages for users with problems in
  898. X        their environment or .mailrc file.
  899. X
  900. XXMail.ad:    Changed the color specifications in the applications defaults
  901. X        from names to hex values, to provide support when the server
  902. X        fails to parse color names (a rare but annoying occurrence).
  903. X        Added definitions for the new command menu buttons.
  904. X
  905. X
  906. XAgain, I'd like to thank the contributors of suggestions and actual patches.
  907. XI'd also like to thank those persons who sent in complaints and suggestions.
  908. XIf I somehow managed to forget some of those persons, I hope they can
  909. Xforgive me.
  910. X
  911. X*) Jeff Dauber was first to request the ability to re-edit new messages.
  912. X
  913. X*) Mark Scholl was responsible for requesting the addition of a Confirmation
  914. X   option.
  915. X
  916. X*) More illegal pointer combination fixes, the ParseIconGeometry() routine,
  917. X   and the expansion of environment variables within the GetMailEnv() routine
  918. X   were supplied by Christos Zoulas.
  919. X
  920. X*) Tom Dunigan and Peter Marshall both pointed out the error of my ways in
  921. X   handling RFC822 addresses, and supplied much needed help in making the
  922. X   corrections.
  923. X
  924. X*) Peter Marshal also initiated changes to allow a greater variety of editor
  925. X   choices, including better support for the emacs invocation.  He was also
  926. X   one of the first to complain about the delays during delivery of messages,
  927. X   which drove the efforts to fork off those tasks.
  928. X
  929. X*) David Elliott suggested the no-default icon position, the missing paste
  930. X   ability in the File window, and the need to support 'unset' versus 'set no'
  931. X   construct in mail.
  932. X
  933. X*) Suggestions from Casey Leedom precipitated the revision of the Makefile
  934. X   depends to provide better support for make depend under Sun and X11R4.
  935. X
  936. X*) Questions from John Meissen prompted modifications to the way the file
  937. X   handlers are modified when calling mail and forking edit children.  He also
  938. X   pointed out the probability of a MAIL environment variable pointing to
  939. X   the intended mail spool and made suggestions for changing the code.
  940. X
  941. X---------------------- end of changes for patchlevel 2 -----------------------
  942. X
  943. X                                                                   May, 1990
  944. X
  945. X   The following changes have been effected for Patchlevel 1 of xmail.
  946. X
  947. X
  948. XImakefile:    Made improvements in dependencies and SunOS defines.
  949. X        Removed requirement for linkage to system math library.
  950. X
  951. XHelpText.c:    Text revised and reformatted to better fit the help window
  952. X
  953. XMailwatch.c:    Corrected illegal pointer combinations and added resources
  954. X        to allow the user to specify the number of times to ring the
  955. X        bell when new mail has arrived.  Fixed new mail bell to ring
  956. X        only if flag is not already up.
  957. X
  958. XMailwatch.h:    Eliminated warning for duplicate XtNfile definition
  959. X
  960. Xactions.c:    Corrected illegal pointer combinations, added support for
  961. X        improved index handler and Blind carbon copies.  Also added
  962. X        support for .mailrc "printmail" definition, and improved error
  963. X        messages when attempting to select non-existent or undefined
  964. X        mail folders.  Used integer math instead of sqrt() function to
  965. X        calculate box dimensions for aliases list.
  966. X
  967. XcallMail.c:    Corrected attempts to write to read-only strings, and fixed
  968. X        case where fork child dies for improper command arguments or
  969. X        illegal or unfound image execution which tried to write error
  970. X        messages to the xmail pipe instead of the terminal screen.
  971. X        A dying child process now also terminates the xmail process.
  972. X
  973. Xcallbacks.c:    Added support for external sendmail function, improved index
  974. X        handler, and mail variable 'alwaysignore' which is now used
  975. X        to determine header levels for reply, forward, and printed
  976. X        messages.  If recipient selection fails to find a value for
  977. X        the <Return_Path:> to a message, the <From:> designate is now
  978. X        used, to eliminate failures to provide a <To:> addressee.
  979. X        Also fixed bug in replyalls which failed to pick up names from
  980. X        the original To: field when preparing addresses for the reply.
  981. X
  982. Xdefs.h:        Changed TITLE definition to accommodate use of PATCHLEVEL.
  983. X
  984. Xenvirons.c:    Alias support has been extended to include the word 'group'
  985. X        when manually extracting mail aliases from the user's .mailrc
  986. X        file.  Support has also been included for continuation lines.
  987. X        Mechanisms to expand the MAILRC environment variable definition
  988. X        have been eliminated, so that xmail behaves more like mail.
  989. X        Corrected a bug in getMailEnv to return 'True' for variables
  990. X        which have no additional value, such as 'hold' or 'autoprint'.
  991. X        Changed strchr() calls to index().
  992. X
  993. Xhandler.c:    Function icon_handler() has been added to switch xmail to a
  994. X        dummy mail folder whenever the application is iconified, and
  995. X        to switch back to the previous folder on de-iconification.
  996. X        Improved index_handler() to eliminate repaints of the index
  997. X        window for every deletion or undeletion.  Also added code to
  998. X        display as many new message headers as possible, to eliminate
  999. X        unnecessary scrolling of the index window.
  1000. X
  1001. Xmail.c:        Changed the fputs() to a write() to help eliminate i/o hanging,
  1002. X        added Blind Carbon Copy support to the sendMail function, and
  1003. X        added XMail class resources to the xterm message entry window.
  1004. X        Changed strrchr() call declarations to rindex().
  1005. X
  1006. Xparser.c:    Eliminated multiple redraws of the index window during message
  1007. X        deletions, and corrected index message markers for 'N'ew,
  1008. X        'D'eleted, and undeleted mail messages.  Corrected a bug in the
  1009. X        delete processing to not reread entire message and corrected a
  1010. X        bug to erase index and text window datas if no current folder.
  1011. X
  1012. Xutils.c:    Added use of PATCHLEVEL in determining TITLE version revision
  1013. X        and changed calls for strchr() to index().
  1014. X
  1015. Xwindows.c:    Changed name of "hold" button to "preserve", to better match
  1016. X        error message text when used incorrectly, eliminated making
  1017. X        the preserve button insensitive, to allow use of "set" menu
  1018. X        in any folder, added a "set" menu to the "preserve" command
  1019. X        button, to toggle mail variables, "alwaysignore", "autoprint",
  1020. X        and "hold", and corrected character processing in the file
  1021. X        window, to allow deletion and insertion within the line,
  1022. X        instead of always at the end.  Added use of PATCHLEVEL in
  1023. X        determining TITLE version revision
  1024. X
  1025. Xxmail.c:    added support for the -iconic command line option, corrected
  1026. X        resource handling for iconGeometry, and improved default font
  1027. X        handling for minimum dimensions of the xmail application window.
  1028. X        Also fixed processing of geometry specifications for the top
  1029. X        level window.  Update the 'what' database string to reflect
  1030. X        current version.
  1031. X
  1032. X
  1033. X
  1034. XI would like to thank the many contributors of suggestions and actual patches.
  1035. XI would also like to thank those persons who sent in complaints, as they were
  1036. Xoften the predictors of the many other corrections and enhancements to xmail. 
  1037. X
  1038. X*) Message size tests in parser.c were extended to include support for DEC
  1039. X   mail return on size requests, to prevent core dumps under Ultrix UWS 2.2
  1040. X   thanks to patches from Dirk Grunwald <grunwald@foobar.Colorado.EDU>
  1041. X
  1042. X*) Corrections to Imakefile to eliminate the need to set SunOS dependency
  1043. X   flags manually were driven by suggestions from Casey Leedom
  1044. X   <casey@gauss.llnl.gov> and David Elliott <dce@smsc.sony.com>.
  1045. X
  1046. X*) The regular expressions definitions in xmailregex.h were corrected as a
  1047. X   result of suggestions from Casey Leedom.
  1048. X
  1049. X*) Suggestions from Casey Leedom, Mark Williams <msw@cpsc.UCalgary.CA>,
  1050. X   and Mark Scholl <scholl@inf.ethz.ch> helped identify a problem in the
  1051. X   communications links with mail.  writeMail() now uses a write instead
  1052. X   of fputs, and the connection parameters are set for APPEND instead of
  1053. X   non-blocking i/o, to eliminate run-away cpu cycles.
  1054. X
  1055. X*) Many, many illegal pointer combination errors were identified and corrected
  1056. X   by Christos Zoulas <christos@guillemin.EE.cornell.edu>
  1057. X
  1058. X*) Thanks go to Robert Viduya <robert@shangri-la.gatech.ude> for suggestions
  1059. X   and assistance in adding an icon handler to switch to a dummy mail folder
  1060. X   during iconification, to prevent collisions in mail if run from another
  1061. X   process while xmail is running.
  1062. X
  1063. X*) Support for an alternate sendmail function was provided after receiving
  1064. X   suggestions from Jim Blythe <jsblythe%uk.co.gec-mrc@nsfnet-relay.ac.uk>
  1065. X
  1066. X*) Blind carbon copy support and correction of several bugs were suggested
  1067. X   by Jeff Dauber <dauber@parns.nsc.com>
  1068. X
  1069. X*) Support for mail variables autoprint and hold were corrected thanks to
  1070. X   requests from Dwayne Lee <dwayne@asic.nsc.com>
  1071. X
  1072. END_OF_FILE
  1073. if test 41616 -ne `wc -c <'CHANGES'`; then
  1074.     echo shar: \"'CHANGES'\" unpacked with wrong size!
  1075. fi
  1076. # end of 'CHANGES'
  1077. fi
  1078. if test -f 'COPYRIGHT' -a "${1}" != "-c" ; then 
  1079.   echo shar: Will not clobber existing file \"'COPYRIGHT'\"
  1080. else
  1081. echo shar: Extracting \"'COPYRIGHT'\" \(2029 characters\)
  1082. sed "s/^X//" >'COPYRIGHT' <<'END_OF_FILE'
  1083. X/*
  1084. X * xmail - X window system interface to the mail program
  1085. X *
  1086. X * Copyright 1989 The University of Texas at Austin
  1087. X *
  1088. X * Author:    Po Cheung
  1089. X * Date:    March 10, 1989
  1090. X *
  1091. X * Permission to use, copy, modify, and distribute this software and
  1092. X * its documentation for any purpose and without fee is hereby granted,
  1093. X * provided that the above copyright notice appear in all copies and that
  1094. X * both that copyright notice and this permission notice appear in
  1095. X * supporting documentation.  The University of Texas at Austin makes no 
  1096. X * representations about the suitability of this software for any purpose.  
  1097. X * It is provided "as is" without express or implied warranty.
  1098. X *
  1099. X * Copyright 1990,1991 by National Semiconductor Corporation
  1100. X *
  1101. X * Permission to use, copy, modify, and distribute this software and its
  1102. X * documentation for any purpose is hereby granted without fee, provided that
  1103. X * the above copyright notice appear in all copies and that both that
  1104. X * copyright notice and this permission notice appear in supporting
  1105. X * documentation, and that the name of National Semiconductor Corporation not
  1106. X * be used in advertising or publicity pertaining to distribution of the
  1107. X * software without specific, written prior permission.
  1108. X *
  1109. X * NATIONAL SEMICONDUCTOR CORPORATION MAKES NO REPRESENTATIONS ABOUT THE
  1110. X * SUITABILITY OF THIS SOFTWARE FOR ANY PURPOSE.  IT IS PROVIDED "AS IS"
  1111. X * WITHOUT EXPRESS OR IMPLIED WARRANTY.  NATIONAL SEMICONDUCTOR CORPORATION
  1112. X * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
  1113. X * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  1114. X * EVENT SHALL NATIONAL SEMICONDUCTOR CORPORATION BE LIABLE FOR ANY SPECIAL,
  1115. X * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  1116. X * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  1117. X * OR OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  1118. X * PERFORMANCE OF THIS SOFTWARE.
  1119. X *
  1120. X * Author:  Michael C. Wagnitz - National Semiconductor Corporation
  1121. X *
  1122. X */
  1123. END_OF_FILE
  1124. if test 2029 -ne `wc -c <'COPYRIGHT'`; then
  1125.     echo shar: \"'COPYRIGHT'\" unpacked with wrong size!
  1126. fi
  1127. # end of 'COPYRIGHT'
  1128. fi
  1129. if test -f 'Imakefile' -a "${1}" != "-c" ; then 
  1130.   echo shar: Will not clobber existing file \"'Imakefile'\"
  1131. else
  1132. echo shar: Extracting \"'Imakefile'\" \(2112 characters\)
  1133. sed "s/^X//" >'Imakefile' <<'END_OF_FILE'
  1134. X/* */#
  1135. X/* */# @(#)Imakefile - for xmail version 1 patchlevel 4
  1136. X/* */#
  1137. X/* */# Uncomment USE_DIRENT if readdir() uses <dirent.h> instead of <sys/dir.h>
  1138. X/* */#
  1139. X/* */#     USE_DIRENT = -DUSE_DIRENT
  1140. X/* */#
  1141. X/* */# Uncomment X_FACE and COMPFACE if you have the compface library installed
  1142. X/* */# and you want xmail to automatically display the X-Face: header, if found
  1143. X/* */# in a message.
  1144. X/* */#
  1145. X/* */#         X_FACE = -DX_FACE
  1146. X/* */#       COMPFACE = -lcompface
  1147. X/* */#
  1148. X/* */# Uncomment XPM if you have the Xpm version 3 library and want color icons
  1149. X/* */#
  1150. X/* */#            XPM = -DXPM
  1151. X/* */#         LIBXPM = -lXpm
  1152. X/* */#
  1153. X/* */# Uncomment LPT if you require att environment support for pseudo ports.
  1154. X/* */#
  1155. X/* */#            LPT = -lpt
  1156. X/* */#
  1157. X/* */# Define MAILBOX_DIRECTORY if your mail spool is located in other than the
  1158. X/* */# default /usr/spool/mail.  (If not specified, the default will be used.)
  1159. X/* */#
  1160. X/* */#    MAILBOX_DIR = -DMAILBOX_DIRECTORY=\"/usr/spool/mail\"
  1161. X/* */#
  1162. X/* */# Define DEFAULT_VISUAL if your copy of vi lies in some place other than
  1163. X/* */# /usr/ucb.  (If not specified, /usr/ucb/vi will be the default editor.)
  1164. X/* */#
  1165. X/* */#     DEF_VISUAL = -DDEFAULT_VISUAL=\"/usr/ucb/vi\"
  1166. X/* */#
  1167. X/* */# Define DEFAULT_MAILER if your mail program is not the standard
  1168. X/* */# /usr/ucb/Mail.  CAUTION - Operation is NOT guaranteed with other mailers.
  1169. X/* */#
  1170. X/* */#     DEF_MAILER = -DDEFAULT_MAILER=\"/usr/ucb/Mail\"
  1171. X/* */#
  1172. X
  1173. X  XMAIL_DEFINES = $(MAILBOX_DIR) $(DEF_VISUAL) $(DEF_MAILER)
  1174. X        DEFINES = $(USE_DIRENT) $(X_FACE) $(XPM) $(XMAIL_DEFINES)
  1175. X        DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
  1176. XLOCAL_LIBRARIES = $(LIBXPM) $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) $(COMPFACE) $(LPT)
  1177. X
  1178. X           SRCS = Mailwatch.c HelpText.c actions.c callMail.c callbacks.c \
  1179. X          confirm.c directory.c environs.c handler.c mail.c parser.c \
  1180. X          utils.c windows.c xmail.c
  1181. X
  1182. X           OBJS = Mailwatch.o HelpText.o actions.o callMail.o callbacks.o \
  1183. X          confirm.o directory.o environs.o handler.o mail.o parser.o \
  1184. X          utils.o windows.o xmail.o
  1185. X
  1186. XComplexProgramTarget(xmail)
  1187. X
  1188. XInstallAppDefaults(XMail)
  1189. END_OF_FILE
  1190. if test 2112 -ne `wc -c <'Imakefile'`; then
  1191.     echo shar: \"'Imakefile'\" unpacked with wrong size!
  1192. fi
  1193. # end of 'Imakefile'
  1194. fi
  1195. if test -f 'Mailwatch.h' -a "${1}" != "-c" ; then 
  1196.   echo shar: Will not clobber existing file \"'Mailwatch.h'\"
  1197. else
  1198. echo shar: Extracting \"'Mailwatch.h'\" \(1082 characters\)
  1199. sed "s/^X//" >'Mailwatch.h' <<'END_OF_FILE'
  1200. X/*
  1201. X * Author:  Dan heller
  1202. X */
  1203. X
  1204. X#ifndef _XtMailwatch_h
  1205. X#define _XtMailwatch_h
  1206. X
  1207. X/*
  1208. X * Mailwatch widget; looks a lot like the Mailbox widget, don't it...
  1209. X */
  1210. X
  1211. X#ifndef XtNupdate
  1212. X#define XtNupdate    "update"    /* Int: how often to check mail */
  1213. X#endif /* XtNupdate */
  1214. X
  1215. X#ifndef XtNfile
  1216. X#define XtNfile        "file"        /* String:  file name to check */
  1217. X#endif /* Xtfile */
  1218. X
  1219. X#define XtNbell        "bell"        /* boolean to ring bell on new mail */
  1220. X#define XtNmailFlag    "mailFlag"    /* path to icon file for mail */
  1221. X#define XtNnoMailFlag    "noMailFlag"    /* path to icon file for no mail */
  1222. X#define XtNmail        "mail"        /* For XtGetValues to get mail info */
  1223. X
  1224. X#define XtCPixmapMask    "PixmapMask"
  1225. X#define XtCMailFlag    "MailFlag"    /* Class name of icon file for mail */
  1226. X#define XtCNoMailFlag    "NoMailFlag"    /* Class name of icon file for nomail */
  1227. X
  1228. X/* structures */
  1229. Xtypedef struct _MailwatchRec *MailwatchWidget;  /* see MailwatchP.h */
  1230. Xtypedef struct _MailwatchClassRec *MailwatchWidgetClass;  /* see MailwatchP.h */
  1231. X
  1232. Xextern WidgetClass mailwatchWidgetClass;
  1233. X
  1234. X#endif /* _XtMailwatch_h */
  1235. X/* DON'T ADD STUFF AFTER THIS #endif */
  1236. END_OF_FILE
  1237. if test 1082 -ne `wc -c <'Mailwatch.h'`; then
  1238.     echo shar: \"'Mailwatch.h'\" unpacked with wrong size!
  1239. fi
  1240. # end of 'Mailwatch.h'
  1241. fi
  1242. if test -f 'patchlevel.h' -a "${1}" != "-c" ; then 
  1243.   echo shar: Will not clobber existing file \"'patchlevel.h'\"
  1244. else
  1245. echo shar: Extracting \"'patchlevel.h'\" \(21 characters\)
  1246. sed "s/^X//" >'patchlevel.h' <<'END_OF_FILE'
  1247. X#define PATCHLEVEL 4
  1248. END_OF_FILE
  1249. if test 21 -ne `wc -c <'patchlevel.h'`; then
  1250.     echo shar: \"'patchlevel.h'\" unpacked with wrong size!
  1251. fi
  1252. # end of 'patchlevel.h'
  1253. fi
  1254. echo shar: End of archive 1 \(of 9\).
  1255. cp /dev/null ark1isdone
  1256. MISSING=""
  1257. for I in 1 2 3 4 5 6 7 8 9 ; do
  1258.     if test ! -f ark${I}isdone ; then
  1259.     MISSING="${MISSING} ${I}"
  1260.     fi
  1261. done
  1262. if test "${MISSING}" = "" ; then
  1263.     echo You have unpacked all 9 archives.
  1264.     rm -f ark[1-9]isdone ark[1-9][0-9]isdone
  1265. else
  1266.     echo You still need to unpack the following archives:
  1267.     echo "        " ${MISSING}
  1268. fi
  1269. ##  End of shell archive.
  1270. exit 0
  1271.  
  1272. --
  1273. Dan Heller
  1274. Z-Code Software    O'Reilly && Associates       Comp-sources-x:
  1275. President          Senior Writer                comp-sources-x@uunet.uu.net
  1276. argv@z-code.com    argv@ora.com                 [^^^  this address only!]
  1277.