~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to pico/osdep/read.c

  • Committer: Package Import Robot
  • Author(s): Asheesh Laroia
  • Date: 2013-05-19 16:15:01 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130519161501-epf6pfldn07xnd11
Tags: 2.10+dfsg-1
* New upstream release.
* This release ships a fix for an issue where the PREFDATETIME token
  was always set to "Sun" incorrectly. (Closes: #692870)
* This release ships a fix for IMAP-encoded non-ASCII folder names.
  (Closes: #674067)
* This release simplifies (and corrects) S/MIME handling for messages
  that encrypted *and* signed. (Closes: #653420)

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
         }
90
90
 
91
91
         if(res == 0){ /* the select timed out */
 
92
#ifndef __CYGWIN__
92
93
             if(getppid() == 1){
93
94
                 /* Parent is init! */
94
95
                 return(BAIL_OUT);
95
96
             }
 
97
#endif
96
98
               
97
99
             /*
98
100
              * "15" is the minimum allowed mail check interval.