summaryrefslogtreecommitdiff
path: root/imap-send.c
Commit message (Expand)AuthorAgeFilesLines
* Change types used in bitfields to be `int's.Florian Forster2006-06-181-1/+1
* check for error return from fork()Paul T Darga2006-06-081-1/+5
* Avoid a crash if realloc returns a different pointer.Mike McCormack2006-04-051-0/+1
* Avoid a divide by zero if there's no messages to send.Mike McCormack2006-04-051-1/+6
* Fix sparse warnings about usage of 0 instead of NULLRene Scharfe2006-04-021-20/+20
* fix imap-send for OSXRandal L. Schwartz2006-03-151-2/+2
* imap-send: Add missing #include for macosxJohannes Schindelin2006-03-121-0/+1
* imap-send: cleanup execl() call to use NULL sentinel instead of 0Marco Roeland2006-03-111-1/+1
* Add git-imap-send, derived from isync 1.0.1.Mike McCormack2006-03-101-0/+1358