ChangeLog 37 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445
  1. 2005-03-28 12:43 Oswald Buddenhagen <ossi@users.sf.net>
  2. * src/drv_imap.c:
  3. quote CREATE argument
  4. 2005-03-28 12:26 Oswald Buddenhagen <ossi@users.sf.net>
  5. * configure.in:
  6. bump version
  7. 2005-03-28 12:26 Oswald Buddenhagen <ossi@users.sf.net>
  8. * src/drv_maildir.c:
  9. fix inverted condition leading to endless loop when message is changed
  10. while isync is running.
  11. 2004-11-13 10:19 Oswald Buddenhagen <ossi@users.sf.net>
  12. * src/sync.c:
  13. cope with out-of-disk-space halfways gracefully (that is, don't clobber
  14. the sync state including the journal, but exit immediately).
  15. 2004-10-17 18:31 Oswald Buddenhagen <ossi@users.sf.net>
  16. * AUTHORS:
  17. sf.net -> sourceforge.net. otherwise the list-post is different from the
  18. actual address, which makes mutt add two to addresses on list-reply ...
  19. 2004-10-17 17:34 Oswald Buddenhagen <ossi@users.sf.net>
  20. * src/drv_imap.c:
  21. ignore user-defined flags (for now).
  22. also, split off the backslash from the "core" flag names.
  23. 2004-10-17 11:00 Oswald Buddenhagen <ossi@users.sf.net>
  24. * src/drv_imap.c:
  25. fix segfault due to wrong pointer being passed to parse_response_code.
  26. inspired by Raimar Döffinger
  27. 2004-10-17 10:30 Oswald Buddenhagen <ossi@users.sf.net>
  28. * src/drv_imap.c:
  29. remove spurious crlf during cram auth. not sure that this instance of
  30. socket_write should be (re)moved, but as long as the .cont callback is
  31. used only for this ...
  32. investigation & patch by Mike Delaney.
  33. 2004-09-24 10:45 Oswald Buddenhagen <ossi@users.sf.net>
  34. * Makefile.am:
  35. install supplementary doc files.
  36. REF: 38C5E3CF30C73C4984F41AE8786C852AB739@khyron.ads.cs.umass.edu
  37. 2004-09-20 13:31 Oswald Buddenhagen <ossi@users.sf.net>
  38. * src/drv_maildir.c:
  39. use legacy flock() only on linux. at least on OS X flock aliases to
  40. fcntl.
  41. 2004-09-20 13:28 Oswald Buddenhagen <ossi@users.sf.net>
  42. * src/: drv_imap.c, isync.h, util.c, compat/main.c:
  43. stdarg.h at the right places
  44. 2004-09-15 11:33 Oswald Buddenhagen <ossi@users.sf.net>
  45. * README:
  46. update c-client compatibility
  47. 2004-09-15 11:06 Oswald Buddenhagen <ossi@users.sf.net>
  48. * src/drv_maildir.c:
  49. when storing \seen messages, don't set the \recent flag on them. could
  50. well be that this is incorrect, but some mailers need it that way.
  51. when trashing messages, preserve their \recent status as well.
  52. 2004-09-15 10:44 Oswald Buddenhagen <ossi@users.sf.net>
  53. * configure.in:
  54. whoops, wrong define
  55. 2004-09-08 18:40 Oswald Buddenhagen <ossi@users.sf.net>
  56. * configure.in:
  57. don't encode maturity in version number
  58. 2004-09-08 18:38 Oswald Buddenhagen <ossi@users.sf.net>
  59. * Makefile.am:
  60. optimize rpms for i686
  61. 2004-09-08 18:28 Oswald Buddenhagen <ossi@users.sf.net>
  62. * configure.in:
  63. sanitize the OpenSSL detection
  64. 2004-09-08 18:14 Oswald Buddenhagen <ossi@users.sf.net>
  65. * src/drv_imap.c:
  66. stddef.h for offsetof
  67. 2004-09-08 16:52 Oswald Buddenhagen <ossi@users.sf.net>
  68. * src/drv_maildir.c:
  69. first check _both_ bounds, then compare ...
  70. 2004-09-07 13:59 Oswald Buddenhagen <ossi@users.sf.net>
  71. * src/sync.c:
  72. print name of mailbox being opened.
  73. 2004-08-13 13:03 Oswald Buddenhagen <ossi@users.sf.net>
  74. * src/drv_imap.c:
  75. fix -C for imap mailboxes:
  76. - SELECT does not return [TRYCREATE]
  77. - fix bit field truncation
  78. 2004-06-17 15:44 Oswald Buddenhagen <ossi@users.sf.net>
  79. * configure.in:
  80. A{C,S}_HELP_STRING aliasing tricks.
  81. 2004-05-23 18:39 Oswald Buddenhagen <ossi@users.sf.net>
  82. * src/drv_maildir.c:
  83. store new UIDVALIDITY immediately after initializing it
  84. 2004-04-27 22:23 Oswald Buddenhagen <ossi@users.sf.net>
  85. * src/compat/main.c:
  86. old -l is new -l -C
  87. 2004-04-26 16:48 Oswald Buddenhagen <ossi@users.sf.net>
  88. * src/compat/: config.c, isync.h, main.c:
  89. full support for absolute paths in Mailboxes
  90. 2004-04-26 16:09 Oswald Buddenhagen <ossi@users.sf.net>
  91. * src/compat/config.c:
  92. strip $HOME and ~ from Mailbox paths
  93. 2004-03-30 00:32 Oswald Buddenhagen <ossi@users.sf.net>
  94. * src/: util.c, compat/util.c:
  95. fix return values of asprintf replacement.
  96. 2004-03-29 08:52 Oswald Buddenhagen <ossi@users.sf.net>
  97. * src/compat/: config.c, isync.1, isync.h, main.c:
  98. unscrew --delete by merging it into the config file. merge --expunge as
  99. well for symmetry.
  100. 2004-03-27 17:07 Oswald Buddenhagen <ossi@users.sf.net>
  101. * .cvsignore, Makefile.am, README, configure.in, isync.1,
  102. isync.spec.in, isyncrc.sample, src/.cvsignore, src/Makefile.am,
  103. src/config.c, src/cram.c, src/dotlock.c, src/dotlock.h,
  104. src/drv_imap.c, src/drv_maildir.c, src/imap.c, src/isync.h,
  105. src/list.c, src/maildir.c, src/main.c, src/mbsync.1,
  106. src/mbsyncrc.sample, src/mdconvert.1, src/mdconvert.c,
  107. src/sync.c, src/util.c, src/compat/.cvsignore,
  108. src/compat/Makefile.am, src/compat/config.c,
  109. src/compat/convert.c, src/compat/isync.1, src/compat/isync.h,
  110. src/compat/isyncrc.sample, src/compat/main.c, src/compat/util.c:
  111. The Big Rewrite. too many change to list them all.
  112. as opposed to earlier threats, BerkDB was not entirely dropped; i
  113. suppose the isync 0.7 -> 0.8 change had a reason, so i added an
  114. alternative UID storage scheme.
  115. note that BDB 4.0 is not sufficient, as the db->open function changed in
  116. an incompatible way ...
  117. i updated the debian packaging except for a changelog entry.
  118. note that i removed the upgrade blurb, as upstream now has a smooth
  119. upgrade path down to at least isync 0.4.
  120. 2004-03-26 17:34 Oswald Buddenhagen <ossi@users.sf.net>
  121. * get-cert:
  122. excessively secure temp file creation.
  123. more user friendliness.
  124. 2004-03-23 16:52 Oswald Buddenhagen <ossi@users.sf.net>
  125. * src/sync.c:
  126. be cygwin-compliant: don't use link()
  127. 2004-03-22 17:51 Oswald Buddenhagen <ossi@users.sf.net>
  128. * src/sync.c:
  129. unscrew file naming scheme
  130. 2004-02-07 16:36 Oswald Buddenhagen <ossi@users.sf.net>
  131. * src/dotlock.c:
  132. portability: don't rely on struct flock layout
  133. 2004-02-01 17:44 Oswald Buddenhagen <ossi@users.sf.net>
  134. * .cvsignore:
  135. shht
  136. 2004-02-01 17:27 Oswald Buddenhagen <ossi@users.sf.net>
  137. * src/: main.c, sync.c:
  138. once again: (slightly) better output.
  139. make maildir flag setting failure non-fatal. maildir sucks ...
  140. 2004-01-31 02:01 Oswald Buddenhagen <ossi@users.sf.net>
  141. * src/: imap.c, isync.h:
  142. more sophisticated CAPABILITY handling. also, don't issue the command if
  143. the initial response already had it in the status code.
  144. 2004-01-31 00:39 Oswald Buddenhagen <ossi@users.sf.net>
  145. * src/imap.c:
  146. don't ask for NAMESPACE if Folder was specified
  147. 2004-01-31 00:35 Oswald Buddenhagen <ossi@users.sf.net>
  148. * src/: imap.c, isync.h:
  149. following the "screw murphy" principle and commiting untested patch:
  150. obey LOGINDISABLED
  151. 2004-01-27 22:01 Oswald Buddenhagen <ossi@users.sf.net>
  152. * src/imap.c:
  153. PREAUTH cannot come out of the blue
  154. 2004-01-27 21:58 Oswald Buddenhagen <ossi@users.sf.net>
  155. * src/imap.c:
  156. cleanup around parse_fetch
  157. 2004-01-27 21:50 Oswald Buddenhagen <ossi@users.sf.net>
  158. * src/: imap.c, isync.h, main.c:
  159. make Tag int, move it to imap.c
  160. 2004-01-27 01:11 Nicolas Boullis <nboullis@users.sf.net>
  161. * acinclude.m4, configure.in:
  162. Add a --disable-maintainer-mode option to configure.
  163. 2004-01-20 02:55 Oswald Buddenhagen <ossi@users.sf.net>
  164. * src/imap.c:
  165. don't use STARTTLS for PREAUTH connections. uw-imap doesn't seem to like
  166. it, and it does not make too much sense anyway - i think - state converse
  167. opinions now.
  168. 2004-01-20 02:27 Oswald Buddenhagen <ossi@users.sf.net>
  169. * Makefile.am:
  170. exclude ChangeLog (do'h), NEWS and TODO when creating ChangeLog. exclude
  171. debian/ as well, based on the fact that it already has a detailed log -
  172. is that ok with everybody?
  173. 2004-01-18 03:22 Oswald Buddenhagen <ossi@users.sf.net>
  174. * isync.1, src/imap.c, src/isync.h, src/maildir.c, src/main.c,
  175. src/sync.c:
  176. another message output cleanup, still not perfect (info messages will be
  177. interleaved with progress dots).
  178. support specifying -q twice to suppress warnings as well.
  179. 2004-01-17 12:38 Oswald Buddenhagen <ossi@users.sf.net>
  180. * isync.1:
  181. document mua interaction
  182. 2004-01-16 11:11 Oswald Buddenhagen <ossi@users.sf.net>
  183. * AUTHORS:
  184. credit where credit is due. are the comments satisfactory for everybody?
  185. 2004-01-15 04:51 Theodore Ts'o <tytso@users.sf.net>
  186. * get-cert:
  187. Script that can be used to extract the server's certificate from an IMAP
  188. server.
  189. 2004-01-15 03:23 Oswald Buddenhagen <ossi@users.sf.net>
  190. * configure.in:
  191. remove useless define and more verbose error message.
  192. 2004-01-13 04:56 Theodore Ts'o <tytso@users.sf.net>
  193. * configure.in:
  194. Use a more sophisticated test for the existence of libdb that works for
  195. berk_db 4.0.
  196. 2004-01-12 02:49 Oswald Buddenhagen <ossi@users.sf.net>
  197. * configure.in:
  198. bah, forgot to remove debian/Makefile.in from AC_OUTPUT. :}
  199. kde's overly sophisticated build system does that automatically ...
  200. 2004-01-12 02:24 Theodore Ts'o <tytso@users.sf.net>
  201. * src/: imap.c, isync.h, main.c:
  202. Optimized isync by not fetching the sizes of messages if they are
  203. unneeded (i.e., if MaxSize is not specified in the config file).
  204. Patch and idea originally from Nicolas Boullis <nboullis@debian.org>,
  205. modified/polished by Theodore Ts'o per comments by Oswald Buddenhagen.
  206. 2004-01-12 01:52 Oswald Buddenhagen <ossi@users.sf.net>
  207. * configure.in, src/isync.h, src/maildir.c, src/sync.c:
  208. sync uid database after every message. this is accompanied by a dbm ->
  209. db4 migration. patch by theodore, with some final polishing by me.
  210. 2004-01-12 01:38 Oswald Buddenhagen <ossi@users.sf.net>
  211. * Makefile.am:
  212. use ../CVSROOT/accounts for UID mapping in ChangeLog.
  213. 2004-01-12 01:36 Oswald Buddenhagen <ossi@users.sf.net>
  214. * AUTHORS:
  215. be more explicit about contact address
  216. 2004-01-11 13:38 Oswald Buddenhagen <ossi@users.sf.net>
  217. * .cvsignore:
  218. new stuff
  219. 2004-01-11 13:35 Oswald Buddenhagen <ossi@users.sf.net>
  220. * Makefile.am:
  221. getting rid of Makefile.am in debian/ - it seems to be non-standard and
  222. is a pita to maintain anyway. instead, make distdir and distclean depend
  223. on a partial debian-clean.
  224. 2004-01-11 12:53 Oswald Buddenhagen <ossi@users.sf.net>
  225. * autogen.sh:
  226. don't call configure
  227. 2004-01-09 21:43 Oswald Buddenhagen <ossi@users.sf.net>
  228. * src/main.c:
  229. ignore anything that does not look remotely like a maildir when
  230. collecting mailboxes for OneToOne.
  231. 2003-12-07 16:37 Oswald Buddenhagen <ossi@users.sf.net>
  232. * isyncrc.sample:
  233. add sample CertificateFile
  234. 2003-12-07 16:36 Oswald Buddenhagen <ossi@users.sf.net>
  235. * src/imap.c:
  236. add trailing space to password prompt
  237. 2003-12-07 16:34 Oswald Buddenhagen <ossi@users.sf.net>
  238. * src/main.c:
  239. make imaps: on the command line adjust the port and ssl options as well
  240. 2003-12-07 16:09 Oswald Buddenhagen <ossi@users.sf.net>
  241. * configure.in:
  242. bump version
  243. 2003-12-02 03:53 Oswald Buddenhagen <ossi@users.sf.net>
  244. * src/imap.c:
  245. echo the mailbox the password is for
  246. 2003-11-11 04:02 Oswald Buddenhagen <ossi@users.sf.net>
  247. * AUTHORS:
  248. be more explicit about maintainership, as people don't seem to get it.
  249. 2003-09-02 14:06 Oswald Buddenhagen <ossi@users.sf.net>
  250. * isync.1:
  251. minor additions
  252. 2003-07-02 19:18 Oswald Buddenhagen <ossi@users.sf.net>
  253. * src/imap.c:
  254. fix crash when syncing multiple mailboxes over a Tunnel
  255. 2003-05-14 15:42 Oswald Buddenhagen <ossi@users.sf.net>
  256. * isync.1:
  257. minor
  258. 2003-05-07 02:06 Oswald Buddenhagen <ossi@users.sf.net>
  259. * .cvsignore, Makefile.am, autogen.sh, configure.in, src/config.c,
  260. src/cram.c, src/dotlock.c, src/imap.c, src/isync.h, src/list.c,
  261. src/maildir.c, src/main.c, src/sync.c:
  262. - make it work without SSL
  263. - switch from -Ds in Makefile to config.h
  264. - small header cleaup
  265. 2003-05-07 02:04 Oswald Buddenhagen <ossi@users.sf.net>
  266. * isync.spec.in:
  267. make it actually work
  268. 2003-05-06 04:17 Oswald Buddenhagen <ossi@users.sf.net>
  269. * Makefile.am:
  270. minors
  271. 2003-05-06 04:15 Oswald Buddenhagen <ossi@users.sf.net>
  272. * README:
  273. i'm bored :)
  274. 2003-05-05 19:58 Oswald Buddenhagen <ossi@users.sf.net>
  275. * src/: config.c, isync.h, main.c:
  276. don't free any config strings - who cares for a few bytes?
  277. this fixes some crashes at exit.
  278. 2003-05-05 19:17 Oswald Buddenhagen <ossi@users.sf.net>
  279. * Makefile.am:
  280. switch ChangeLog generation to cvs2cl
  281. 2003-05-05 15:43 Oswald Buddenhagen <ossi@users.sf.net>
  282. * isync.1:
  283. minor fixes
  284. 2003-05-05 15:41 Oswald Buddenhagen <ossi@users.sf.net>
  285. * configure.in:
  286. cleanup
  287. 2003-05-05 15:24 Oswald Buddenhagen <ossi@users.sf.net>
  288. * src/main.c:
  289. accumulate status over multiple mailboxes, i.e., don't abort after first
  290. failure
  291. 2003-05-05 14:54 Oswald Buddenhagen <ossi@users.sf.net>
  292. * src/imap.c:
  293. fix imaps:
  294. 2003-02-27 19:43 Oswald Buddenhagen <ossi@users.sf.net>
  295. * src/sync.c:
  296. ignore \Recent, as it is voided by the syncronization run itself.
  297. 2002-12-28 16:31 Oswald Buddenhagen <ossi@users.sf.net>
  298. * src/: config.c, cram.c, imap.c, isync.h, list.c, maildir.c,
  299. main.c, sync.c:
  300. - update copyrights. 2003 didn't begin yet, but who cares? :)
  301. 2002-12-28 05:14 Oswald Buddenhagen <ossi@users.sf.net>
  302. * isync.1:
  303. - fixed typo
  304. - updated maintainer and location
  305. 2002-12-28 05:12 Oswald Buddenhagen <ossi@users.sf.net>
  306. * src/: maildir.c, sync.c:
  307. - update isyncmaxuid properly
  308. 2002-12-28 05:04 Oswald Buddenhagen <ossi@users.sf.net>
  309. * src/config.c:
  310. - fixed two crashes
  311. 2002-12-28 05:02 Oswald Buddenhagen <ossi@users.sf.net>
  312. * src/imap.c:
  313. - handle bogus search responses more gracefully
  314. 2002-12-28 05:00 Oswald Buddenhagen <ossi@users.sf.net>
  315. * src/imap.c:
  316. - workaround imap server bug: lock files are no mailboxes
  317. 2002-12-28 04:58 Oswald Buddenhagen <ossi@users.sf.net>
  318. * src/: imap.c, sync.c:
  319. - improve console output
  320. 2002-12-28 04:11 Oswald Buddenhagen <ossi@users.sf.net>
  321. * .cvsignore:
  322. - ssht!
  323. 2002-12-28 04:03 Oswald Buddenhagen <ossi@users.sf.net>
  324. * .cvsignore, AUTHORS, Makefile.am, README, autogen.sh,
  325. configure.in, isync.spec.in, src/.cvsignore, src/isync.h,
  326. src/Makefile.am:
  327. - took over maintenance
  328. - moved to sourceforge
  329. - reorganized cvs structure
  330. 2002-10-30 03:31 Michael Elkins <me@sigpipe.org>
  331. * isync.1, src/config.c, src/cram.c, src/dotlock.c, src/dotlock.h,
  332. src/imap.c, src/isync.h, src/list.c, src/maildir.c, src/main.c,
  333. src/sync.c:
  334. Updated the copyright notice to allow an exception for linking with OpenSSL,
  335. which has a non-GPL compatible license.
  336. 2002-10-30 03:23 Michael Elkins <me@sigpipe.org>
  337. * .cvsignore, isync.1, src/config.c, src/imap.c, src/isync.h,
  338. src/maildir.c, src/main.c, src/sync.c:
  339. Bunch 'o patches from Oswald Buddenhagen:
  340. i implemented some cool stuff (tm).
  341. first, the long missing "create server-side missing mailboxes". -C now
  342. creates both local and remote boxes; -L and -R create only local/remote.
  343. second, i implemented a 1:1 remote:local folder mapping (-1) with an
  344. optional INBOX exception (inbox/-I). the remote folder is specified with
  345. the folder keyword (or -F switch) and takes precedence over the
  346. namespace setting. the local directory with the mailboxes can now be
  347. specified on the command line, too (-M).
  348. another patch:
  349. - made the -1 switch settable permanently (OneToOne). after all, you
  350. usually define your mailbox layout once forever. removed -A, as it is
  351. semantically -a modified by -1.
  352. - cleaned up message output a bit. still, the quiet variable should be
  353. used throughout the program. at best, create some generic output
  354. function, which obeys a global verbosity level variable.
  355. - optimized + cleaned up configuration parser slightly
  356. - minor cleanups
  357. add an (almost) unique id to every uploaded message and search for it
  358. right after. i thought about using the message-id, but a) it is not
  359. guaranteed to be unique in a mailbox (imagine you edit a mail and store
  360. the dupe in the same box) and b) some mails (e.g., postponed) don't even
  361. have one. a downside of the current implementation is, that this
  362. id-header remains in the mailbox, but given that it wastes only 27 bytes
  363. per mail and removing it would mean several roundtrips more, this seems
  364. acceptable.
  365. i changed the line-counting loop to use a mmapped file instead of
  366. reading it in chunks, as it makes things simpler and is probably even
  367. faster for big mails.
  368. the amount of goto statements in my code may be scary, but c is simply
  369. lacking a multi-level break statement. :)
  370. this is the "shut up" patch. :) it makes the -q option consequent, so to
  371. say.
  372. additionally it adds an -l option which gathers all defined/found
  373. mailboxes and just outputs the list. don't ask what i need it for. ;)
  374. 2002-10-30 03:01 Michael Elkins <me@sigpipe.org>
  375. * src/maildir.c:
  376. fixed missing closedir() call (Joey Hess)
  377. 2002-06-27 05:55 Michael Elkins <me@sigpipe.org>
  378. * src/imap.c:
  379. explicitly set global.pass to NULL when getpass() returns an empty string.
  380. 2002-06-27 05:51 Michael Elkins <me@sigpipe.org>
  381. * src/imap.c:
  382. Oswald Buddenhagen <ossi@kde.org>
  383. * fix imap_open() brokeness with PREAUTH (missed hunk from previous patch)
  384. 2002-06-22 19:06 Michael Elkins <me@sigpipe.org>
  385. * src/: dotlock.c, imap.c:
  386. fixed errors introduced by ME when hand-applying Oswald Nuddenhagen's
  387. patch.
  388. 2002-06-22 03:21 Michael Elkins <me@sigpipe.org>
  389. * autogen.sh, src/dotlock.c, src/imap.c, src/isync.h, src/main.c:
  390. Patch from Oswald Buddenhagen <ossi@kde.org>
  391. - move prompt for password to imap_open()
  392. - don't ask for global password in PREAUTH state
  393. - use socketpair() to create one full-duplex fd in tunnel mode
  394. instead of two half-duplex pipes
  395. - don't set lck.l_pid in fcntl() call (its read-only)
  396. - use F_SETLK instead of F_SETLKW to avoid infinite waiting
  397. - use "$@" in autogen.sh to get proper word expansion
  398. 2002-06-21 02:26 Michael Elkins <me@sigpipe.org>
  399. * configure.in, src/isync.h:
  400. Fixed to compile under FreeBSD 4.6-RELEASE. Must include ndbm.h rather than
  401. db.h.
  402. 2002-06-21 01:33 Michael Elkins <me@sigpipe.org>
  403. * Makefile.am, src/dotlock.c, src/dotlock.h, src/maildir.c:
  404. remove debian/files
  405. move dotlocking code to dotlock.c.
  406. dotlocking code fixed to ignore whether or not the lockfile exists on
  407. open(). we only care about whether fcntl() was able to lock it.
  408. 2002-06-19 04:31 Michael Elkins <me@sigpipe.org>
  409. * src/sync.c:
  410. Don't bother uploaded messages marked deleted when we are going to expunge.
  411. 2002-06-19 03:11 Michael Elkins <me@sigpipe.org>
  412. * AUTHORS, src/imap.c, src/maildir.c:
  413. fixed unused var warning in imap_open()
  414. locking cleanups from Oswald Buddenhagen <ossi@kde.org>
  415. * don't need to stat the lockfile since it will always be size 0
  416. * only remove lockfile when we actually succeeded in locking
  417. 2002-06-19 02:44 Michael Elkins <me@sigpipe.org>
  418. * Makefile.am:
  419. Debian package cleanups from Oswald Buddenhagen <ossi@kde.org>
  420. 2002-06-18 08:37 Michael Elkins <me@sigpipe.org>
  421. * README, isync.1, src/isync.h, src/maildir.c, src/main.c,
  422. src/sync.c:
  423. updated URL for project
  424. fixed segmentation fault caused by double free() when an error occurred
  425. during the IMAP transmission.
  426. fixed bug where isync could not handle a 0 value UIDVALIDITY
  427. 2002-04-19 21:43 Michael Elkins <me@sigpipe.org>
  428. * configure.in, isync.1, isyncrc.sample, src/config.c, src/imap.c,
  429. src/isync.h, src/main.c:
  430. PREAUTH support from Oswald Buddenhagen <ossi@kde.org>
  431. Added Tunnel directive to allow the user to specify a shell command to run
  432. to set up an IMAP connection in place of a TCP socket (eg., to run over
  433. an SSH session).
  434. 2002-01-28 20:39 Michael Elkins <me@sigpipe.org>
  435. * isync.spec.in:
  436. post 0.8 release commit
  437. 2002-01-28 20:34 Michael Elkins <me@sigpipe.org>
  438. * configure.in:
  439. check for dbm_open() in libc and libdb
  440. 2002-01-17 20:33 Michael Elkins <me@sigpipe.org>
  441. * src/sync.c:
  442. don't bother renaming the message file if we are about to unlink() it
  443. 2002-01-16 23:23 Michael Elkins <me@sigpipe.org>
  444. * AUTHORS, Makefile.am, src/sync.c:
  445. remove tilde backup files for distclean
  446. fixed indentation
  447. added full name to AUTHORS
  448. reformated NEWS blurb for 0.8
  449. 2002-01-16 23:13 Michael Elkins <me@sigpipe.org>
  450. * src/: maildir.c, sync.c:
  451. sync_mailbox() did not update the msg struct when flags were changed,
  452. causing the expunge command to fail
  453. remove bogus strfcpy() line
  454. 2002-01-16 22:51 Michael Elkins <me@sigpipe.org>
  455. * Makefile.am, configure.in:
  456. added debian build files dist target so that people can use them to build
  457. their own .deb packages without having to use CVS
  458. 2002-01-16 22:43 Michael Elkins <me@sigpipe.org>
  459. * isync.1, src/maildir.c, src/sync.c:
  460. added debian build files
  461. fixed indentation
  462. added bug note to manpage about db file format not being architecture
  463. independent
  464. 2002-01-16 22:22 Michael Elkins <me@sigpipe.org>
  465. * src/: maildir.c, sync.c:
  466. remove the uid from the db when a message is deleted from the maildir
  467. optimize db fetch/store to not copy the base filename
  468. 2002-01-16 20:47 Michael Elkins <me@sigpipe.org>
  469. * configure.in, isync.1, src/config.c, src/cram.c, src/imap.c,
  470. src/isync.h, src/list.c, src/maildir.c, src/main.c, src/sync.c:
  471. updated year in copyright notice
  472. the uid for each message in the maildir is now stored in a dbm database
  473. rather than the filename. this change was necessary because isync became
  474. confused if you copied a message to another folder, in which case the uid
  475. was invalid.
  476. as a result of the above change, isync now acquires a mutex on the mailbox
  477. to protect the dbm database from concurrent access.
  478. main() was reworked to continue gracefully when an error is encountered, and
  479. to always call maildir_close() so that the lock can be disabled, and the
  480. database closed.
  481. 2001-11-20 19:28 Michael Elkins <me@sigpipe.org>
  482. * Makefile.am, isync.spec.in:
  483. post 0.7-release commit
  484. 2001-11-20 19:06 Michael Elkins <me@sigpipe.org>
  485. * Makefile.am, isync.1, src/isync.h, src/maildir.c, src/main.c:
  486. added --create/-C command line option to force creation of the local
  487. maildir-style mailbox if nonexistent
  488. debug.h was not included in isync_SOURCES in Makefile.am
  489. 2001-11-19 20:41 Michael Elkins <me@sigpipe.org>
  490. * Makefile.am, configure.in, src/config.c, src/isync.h, src/list.c,
  491. src/main.c:
  492. added memory debugging code
  493. fixed memory leak in free_list()
  494. free memory associated with global settings on exit
  495. 2001-11-16 22:23 Michael Elkins <me@sigpipe.org>
  496. * src/: cram.c, imap.c, isync.h, sync.c:
  497. remove c++ style comments
  498. use %lu and cast off_t to unsigned long in printf()
  499. 2001-11-16 00:59 Michael Elkins <me@sigpipe.org>
  500. * isync.1, src/config.c, src/isync.h, src/main.c, src/sync.c:
  501. Added MaxMessages patch from Eivind Eklund <eivind@FreeBSD.org>.
  502. config_defaults() can just use memcpy() instead of assigning each struct
  503. member individually.
  504. config_defaults() can be declared static
  505. 2001-11-14 18:40 Michael Elkins <me@sigpipe.org>
  506. * configure.in, src/config.c:
  507. move strndup() code into config.c for less complexity
  508. change AC_REPLACE_FUNC(strndup) to AC_CHECK_FUNCS(strndup)
  509. sed expression checking for gcc-3.0 should be quoted beccause it
  510. fails under Solaris 2.7
  511. 2001-11-13 01:36 Michael Elkins <me@sigpipe.org>
  512. * src/: config.c, sync.c:
  513. strndup() could return a non-NULL terminated string
  514. size_t should be printed with %lu
  515. when expending tildes (~), an extra slash was inserted after the user's home
  516. directory
  517. 2001-11-13 00:03 Michael Elkins <me@sigpipe.org>
  518. * src/: isync.h, maildir.c, main.c:
  519. merge maildir_sync() and maildir_close(). the maxuid in a maildir still
  520. needs to be updated in --fast mode, and the sync code already checks to see
  521. if any changes were made to the mailbox.
  522. 2001-11-09 01:35 Michael Elkins <me@sigpipe.org>
  523. * README:
  524. add FreeBSD to the list of tested platforms
  525. 2001-11-09 01:23 Michael Elkins <me@sigpipe.org>
  526. * configure.in, src/config.c, src/imap.c, src/maildir.c:
  527. update version to 0.7
  528. detect short write in write_strip()
  529. fix compilation warnings with gcc-2.95.4
  530. 2001-10-31 20:50 Michael Elkins <me@sigpipe.org>
  531. * configure.in, src/imap.c, src/isync.h, src/main.c, src/sync.c:
  532. set compiler warnings for gcc-3.0 as well
  533. display message with count of uploaded messages
  534. --quiet now supresses warnings in sync_mailbox()
  535. fixed compiler warnings with -Wshadow
  536. 2001-10-31 07:06 Michael Elkins <me@sigpipe.org>
  537. * isync.1:
  538. post 0.6 commit
  539. 2001-10-30 23:57 Michael Elkins <me@sigpipe.org>
  540. * README, configure.in:
  541. add strndup replacement function for systems which lack it
  542. 2001-10-03 19:10 Michael Elkins <me@sigpipe.org>
  543. * Makefile.am, src/maildir.c:
  544. fixed broken code in maildir_clean_tmp()
  545. 2001-10-03 18:48 Michael Elkins <me@sigpipe.org>
  546. * src/maildir.c:
  547. added code to clean the tmp directory in a maildir to comply with
  548. maildir(5)
  549. 2001-10-03 08:32 Michael Elkins <me@sigpipe.org>
  550. * src/config.c:
  551. forgot to add code to parse the `Delete' option
  552. 2001-10-03 08:18 Michael Elkins <me@sigpipe.org>
  553. * src/main.c:
  554. forgot conditional #if HAVE_LIBSSL around setting of .use_imaps in main()
  555. from command line arguments
  556. 2001-10-03 08:15 Michael Elkins <me@sigpipe.org>
  557. * src/main.c:
  558. update Copyright printed by --help
  559. add compile time option list to --help output
  560. 2001-10-03 07:42 Michael Elkins <me@sigpipe.org>
  561. * isync.1, isyncrc.sample, src/config.c, src/isync.h, src/main.c,
  562. src/sync.c:
  563. added `Delete' configuration option to force -d option
  564. sync_mailbox() didn't consider MaxSize == 0 to mean "unlimited".
  565. load_config() needs to print a newline in its error messages since
  566. next_arg() kills the newline of the line that was read out of the config
  567. file.
  568. 2001-10-03 02:01 Michael Elkins <me@sigpipe.org>
  569. * src/: imap.c, sync.c:
  570. fixed maildir message filenames to comply with the maildir(5) specification.
  571. fixed write_strip() and imap_fetch_message() to check the return code of
  572. write() and fsync() to comply with maildir(5) spec.
  573. 2001-10-03 01:43 Michael Elkins <me@sigpipe.org>
  574. * src/main.c:
  575. the `Expunge' config directive didn't work since only the -e command line
  576. argument was consulted.
  577. 2001-10-03 00:46 Michael Elkins <me@sigpipe.org>
  578. * src/: config.c, imap.c, isync.h:
  579. we should issue a CAPABILITY even if we aren't going to use ssl/tls so that
  580. cram-md5 auth still works.
  581. 2001-07-18 20:56 Michael Elkins <me@sigpipe.org>
  582. * src/config.c:
  583. find_box() should attempt to expand all filenames if none of the other
  584. methods found a match.
  585. 2001-07-18 20:49 Michael Elkins <me@sigpipe.org>
  586. * src/: config.c, isync.h, maildir.c:
  587. fixed to not expand filenames until they are used inside of maildir_open(),
  588. so that aliases are not required for simple filenames.
  589. [re: http://bugs.debian.org/102255]
  590. 2001-06-23 01:30 Michael Elkins <me@sigpipe.org>
  591. * src/main.c:
  592. --host option didn't check for imaps: prefix
  593. 2001-06-21 22:45 Michael Elkins <me@sigpipe.org>
  594. * src/main.c:
  595. fixed core when specifying multiple mailboxes on the command line
  596. 2001-06-18 23:38 Michael Elkins <me@sigpipe.org>
  597. * configure.in, src/imap.c, isync.1:
  598. handle untagged responses in imap_fetch_message() so that it doesn't bomb
  599. out if new mail arrives while in the process of downloading
  600. noted in BUGS section of man page that if new mail arrives after the initial
  601. message list has been retrieved from the IMAP server, that new mail will not
  602. be fetched until the next invocation of isync.
  603. 2001-06-18 19:49 Michael Elkins <me@sigpipe.org>
  604. * src/: config.c, imap.c, isync.h, main.c:
  605. isync should continue to process additional mailboxes even if there is an
  606. error with a previous mailbox.
  607. added -a (--all) flag to synchronize all mailboxes defined in ~/.isyncrc
  608. 2001-06-12 02:32 Michael Elkins <me@sigpipe.org>
  609. * AUTHORS, README, COPYING, Makefile.am, configure.in, src/main.c:
  610. initial import
  611. 2001-02-28 02:02 Michael Elkins <me@sigpipe.org>
  612. * src/: config.c, imap.c:
  613. fixed compiler warnings under Solaris 2.7
  614. 2001-02-19 19:44 Michael Elkins <me@sigpipe.org>
  615. * src/: cram.c, imap.c, maildir.c:
  616. rfc2595 compliance patch from Daniel Resare <noa@metamatrix.se>
  617. - CAPABILITY should be reissued after starting TLS since the
  618. previous call was not protected
  619. 2001-02-14 21:46 Michael Elkins <me@sigpipe.org>
  620. * isync.1, src/config.c, src/imap.c, src/main.c, src/sync.c:
  621. patch from Daniel Resare <noa@metamatrix.se>:
  622. 1 giving a path to a nonexistant rc-file with the -c argument dumps core
  623. The patch adds a check to ensure that the given rc-file is accessible
  624. 2 the error messages given from failed openssl calls are bogus
  625. The handles the error from SSL_connect () correctly. The bug is
  626. understndable since the error handling in openssl is quite obfuscated.
  627. Good news is that the documentation manapges has been greatly updated in
  628. the latest version (0.9.6). See in particular err(3), ERR_get_error(3)
  629. and SSL_get_error(3).
  630. Please note that possible SSL_ERROR_SSL type errors from SSL_read() and
  631. SSL_write() is not handled. This should also be fixed.
  632. 3 connecting using the STARTTLS command with an imap server that is
  633. configured only to accept the TLSv1 protocol gives an error because isync
  634. sends an SSLv2 Hello message for backwards compability. (This is the case
  635. with the uw-imap 2000 that ships with redhat-7.0)
  636. I've read RFC2595 several times to see if it says something about
  637. compability SSL2/SSL3 hello messages but can't find anything. IMHO the
  638. correct thing to do is change the default to not use SSL2/3 compability
  639. hello when using the STARTTLS command but use it if the imaps port is
  640. used. The patch implements this change
  641. 4 repeated calls to SSL_CTX_set_options overwrites the old settings (the
  642. values needs to be ORed together)
  643. fixed in the patch
  644. patch from me@mutt.org:
  645. \Recent messages were put in the cur/ directory instead of new/
  646. give error message when the LOGIN command fails
  647. 2001-02-02 00:35 Michael Elkins <me@sigpipe.org>
  648. * src/imap.c:
  649. patch from Daniel Resare <noa@metamatrix.se>
  650. - don't initialize ssl support if none of use_sslv* is enabled
  651. 2001-01-26 21:21 Michael Elkins <me@sigpipe.org>
  652. * src/: imap.c, isync.h:
  653. include <sys/types.h> for off_t
  654. patch from "lorenzo martignoni" <lorenzo.martignoni@technologist.com>
  655. - fixed uploading of message to IMAP server
  656. 2001-01-24 08:09 Michael Elkins <me@sigpipe.org>
  657. * isync.1, src/config.c, src/cram.c, src/imap.c, src/list.c,
  658. src/maildir.c, src/main.c, src/sync.c:
  659. fixed cram compilation error under bsd
  660. updated man page
  661. 2001-01-16 20:45 Michael Elkins <me@sigpipe.org>
  662. * isync.1, src/config.c, src/imap.c, src/isync.h, src/main.c:
  663. added support for tilde (~) expansion in the `Mailbox' and `CertificateFile'
  664. configuration directives
  665. added `Maildir' configuration command to specify the default location of the
  666. user's mailboxes. If a relative path is used in a `Mailbox' command, this
  667. path is used as a prefix.
  668. 2001-01-11 11:21 Michael Elkins <me@sigpipe.org>
  669. * configure.in, src/imap.c, src/isync.h:
  670. set imap->prefix to be the namespace prefix
  671. update version to 0.5
  672. fixed compilation warnings in imap.c
  673. 2001-01-11 11:13 Michael Elkins <me@sigpipe.org>
  674. * Makefile.am, isync.1, isyncrc.sample, src/config.c, src/imap.c,
  675. src/isync.h, src/main.c, src/sync.c:
  676. broke config code into config.c
  677. added support for uploading local messages with no UID to the IMAP server
  678. added Expunge configuration option
  679. added CopyDeletedTo configuration option
  680. 2001-01-09 21:09 Michael Elkins <me@sigpipe.org>
  681. * src/: maildir.c, sync.c:
  682. always put changed messages in the cur/ subdirectory since they are no
  683. longer new.
  684. don't set \Seen implicitly for messages in the cur/ folder. Require the S
  685. flag on the message since Mutt will move Old (unread, but not recent)
  686. messges into cur/.
  687. 2001-01-08 10:45 Michael Elkins <me@sigpipe.org>
  688. * Makefile.am, src/main.c:
  689. patch from Hugo Haas <hugo@larve.net>
  690. -c was not specified in the getopt*() calls
  691. set global password to the one the user inputs and use that as the
  692. default for remaining mailboxes
  693. 2001-01-05 22:20 Michael Elkins <me@sigpipe.org>
  694. * configure.in:
  695. added --with-ssl-dir to specify an alternate installation of OpenSSL
  696. 2000-12-31 23:39 Michael Elkins <me@sigpipe.org>
  697. * isync.spec.in:
  698. pre 0.4 commit.
  699. updated rpm spec file
  700. 2000-12-31 23:37 Michael Elkins <me@sigpipe.org>
  701. * src/sync.c:
  702. display how many messages were fetched from the server
  703. 2000-12-31 23:17 Michael Elkins <me@sigpipe.org>
  704. * src/imap.c:
  705. fixed compilation error with no libssl support ("lorenzo martignoni"
  706. <lorenzo.martignoni@technologist.com>)
  707. 2000-12-28 19:44 Michael Elkins <me@sigpipe.org>
  708. * src/main.c:
  709. fixed config parser to accept arbitrary whitespace
  710. 2000-12-27 22:16 Michael Elkins <me@sigpipe.org>
  711. * src/imap.c:
  712. use imap_close to terminate a connection in imap_open()
  713. 2000-12-27 22:14 Michael Elkins <me@sigpipe.org>
  714. * isync.1, src/imap.c, src/isync.h, src/maildir.c, src/main.c:
  715. allow leading whitespace in config files
  716. now possible to sync multiple mailboxes by specifying multiple aliases on
  717. the command line. IMAP connections are reused if possible.
  718. don't initialize ssl unless we are going to use it.
  719. 2000-12-23 22:57 Michael Elkins <me@sigpipe.org>
  720. * src/: imap.c, isync.h:
  721. don't use NAMESPACE unless the server supports it
  722. 2000-12-23 01:02 Michael Elkins <me@sigpipe.org>
  723. * Makefile.am, README, src/cram.c, src/imap.c, src/isync.h:
  724. added CRAM-MD5 authentication support.
  725. parse server capability string to determine if STARTTLS is available
  726. 2000-12-22 22:22 Michael Elkins <me@sigpipe.org>
  727. * README, isync.1, src/imap.c, src/isync.h, src/main.c:
  728. isync-brokenservers.diff (Jeremy Katz <katzj@linuxpower.org>)
  729. adds support for disabling NAMESPACE, and disable various flavors of TLS/SSL
  730. for use with some broken IMAP servers.
  731. 2000-12-22 20:30 Michael Elkins <me@sigpipe.org>
  732. * src/: imap.c, sync.c:
  733. prompt user if they wish to continue if the server's X.509 certificate can't
  734. be verified.
  735. sync_mailbox should consider uid == 0 to be "unknown"
  736. 2000-12-22 16:48 Michael Elkins <me@sigpipe.org>
  737. * src/: main.c, sync.c:
  738. fixed sync_mailbox() to correctly write new messages to the local maildir
  739. box (Thomas Roessler <roessler@does-not-exist.org>)
  740. 2000-12-22 16:24 Michael Elkins <me@sigpipe.org>
  741. * src/main.c:
  742. set default MaxSize to 0 (unlimited)
  743. invert test for password being set after getpass() call (Magnus Jonsson
  744. <bigfoot@acc.umu.se>)
  745. 2000-12-22 08:14 Michael Elkins <me@sigpipe.org>
  746. * configure.in, isync.1, isyncrc.sample, src/imap.c, src/isync.h,
  747. src/maildir.c, src/main.c, src/sync.c:
  748. added MaxSize configuration variable
  749. fixed --fast to work robustly without relying on the \Recent flag in
  750. messages
  751. 2000-12-22 00:10 Michael Elkins <me@sigpipe.org>
  752. * src/: imap.c, isync.h, maildir.c, sync.c:
  753. RFC822.PEEK is obsolete in RFC2060. Use BODY.PEEK[] instead, which does
  754. the same thing
  755. keep track of the uidvalidity so isync can detect if the mailbox on the
  756. server has changed since the last sync.
  757. 2000-12-21 21:56 Michael Elkins <me@sigpipe.org>
  758. * Makefile.am, isync.spec.in:
  759. added support for building RPMS
  760. 2000-12-21 20:49 Michael Elkins <me@sigpipe.org>
  761. * Makefile.am, isync.1:
  762. added target for creating html version of the man page
  763. documented the imaps: prefix to the Host command
  764. 2000-12-21 20:11 Michael Elkins <me@sigpipe.org>
  765. * src/: imap.c, sync.c:
  766. can't assume flag order when fetching a message. just search for the
  767. first `{' to find the message size.
  768. 2000-12-21 19:16 Michael Elkins <me@sigpipe.org>
  769. * isync.1, src/sync.c:
  770. added BUGS section to manpage detailing the fact that we break the
  771. maildir(5) spec by parsing the filename
  772. change message delivery to use the method described in maildir(5)
  773. 2000-12-21 18:51 Michael Elkins <me@sigpipe.org>
  774. * configure.in, src/main.c, src/sync.c:
  775. use getpass() to get the user's password
  776. unlink the temp file if we are unable to fetch a new message from the
  777. server.
  778. update version to 0.3
  779. 2000-12-21 12:14 Michael Elkins <me@sigpipe.org>
  780. * isync.1:
  781. fixed typo in man page for --verbose option
  782. 2000-12-21 11:24 Michael Elkins <me@sigpipe.org>
  783. * Makefile.am, README, src/imap.c, src/isync.h, src/list.c:
  784. added generic IMAP list parser and rewrote imap_exec() to handle
  785. arbitrary data instead of hardcoded
  786. 2000-12-21 07:51 Michael Elkins <me@sigpipe.org>
  787. * Makefile.am, README, configure.in, src/main.c:
  788. fixes to compile cleanly under Solaris 2.7
  789. 2000-12-21 07:27 Michael Elkins <me@sigpipe.org>
  790. * configure.in, isync.1, src/imap.c, src/isync.h, src/main.c:
  791. added OpenSSL support
  792. 2000-12-21 01:35 Michael Elkins <me@sigpipe.org>
  793. * configure.in, src/main.c:
  794. config options were not case insensitive
  795. 2000-12-21 01:30 Michael Elkins <me@sigpipe.org>
  796. * src/: imap.c, isync.h, maildir.c, main.c, sync.c:
  797. don't fetch deleted messages when expunging
  798. display number of messages that are to be deleted
  799. flags for \Recent messages were not properly fetched
  800. local messages with updated flags were not corrected renamed
  801. 2000-12-20 23:28 Michael Elkins <me@sigpipe.org>
  802. * Makefile.am:
  803. updated ChangeLog
  804. added log: rule in Makefile.am
  805. 2000-12-20 23:10 Michael Elkins <me@sigpipe.org>
  806. * autogen.sh:
  807. added autogen.sh to regenerate the build environment
  808. 2000-12-20 23:00 Michael Elkins <me@sigpipe.org>
  809. * COPYING:
  810. added missing files
  811. 2000-12-20 22:41 Michael Elkins <me@sigpipe.org>
  812. * AUTHORS, Makefile.am, README, configure.in, src/isync.h,
  813. src/main.c, src/imap.c, src/maildir.c, src/sync.c, isync.1,
  814. isyncrc.sample:
  815. Initial revision
  816. 2000-12-20 22:41 Michael Elkins <me@sigpipe.org>
  817. * AUTHORS, Makefile.am, README, configure.in, src/isync.h,
  818. src/main.c, src/imap.c, src/maildir.c, src/sync.c, isync.1,
  819. isyncrc.sample:
  820. initial import