ChangeLog 37 KB

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