2 ===================================================================
3 RCS file: /home/roessler/cvs/mutt/COPYRIGHT,v
4 retrieving revision 3.0
5 retrieving revision 3.2
6 diff -u -p -u -a -r3.0 -r3.2
7 --- mutt/COPYRIGHT 24 Jan 2002 12:10:46 -0000 3.0
8 +++ mutt/COPYRIGHT 17 Sep 2005 20:46:09 -0000 3.2
9 @@ -27,5 +27,5 @@ Copyright (C) 2000-2001 Edmund Grimley E
11 You should have received a copy of the GNU General Public License
12 along with this program; if not, write to the Free Software
13 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
14 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 ===================================================================
18 RCS file: /home/roessler/cvs/mutt/ChangeLog,v
19 retrieving revision 3.573
20 retrieving revision 3.607
21 diff -u -p -u -a -r3.573 -r3.607
22 --- mutt/ChangeLog 14 Sep 2005 14:15:54 -0000 3.573
23 +++ mutt/ChangeLog 22 Sep 2005 16:39:10 -0000 3.607
25 -2005-09-14 14:15:06 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (brendan)
26 +2005-09-22 16:38:08 Takahashi Tamotsu <ttakah@lapis.plala.or.jp> (brendan)
28 + * configure.in, globals.h, hcache.c, init.h: Update QDBM patch to
29 + the current state of the art. Closes: #2003 (again).
31 +2005-09-22 09:06:13 Thomas Roessler <roessler@does-not-exist.org> (roessler)
33 + * send.c: When composing a reply, there might be degenerate cases
34 + in which a CC header is created, but no To header. In this case,
35 + we now use the auto-generated CC header as the To header.
37 +2005-09-22 04:05:49 Brendan Cully <brendan@kublai.com> (brendan)
39 + * init.c: Refactor mutt var completion so it can be used for
40 + inline expansions (eg $from). Actual expansion not committed yet.
42 + * send.c: If ContentType is null, assume text/plain. Stopgap; a
43 + better mechanism would sanity-check MuttVars assignments before
44 + allowing them. Closes: #2080.
46 + * imap/util.c, imap/imap.c: Don't allow imap URLs with empty
47 + hosts. Also don't attempt to complete on open connections when
48 + there aren't any (diagnosed by Nico Golde). Closes: #2079.
50 + * pattern.c: Use ctx instead of Context when checking whether or
51 + not to do IMAP search. Resolves a possible segfault in color index
52 + ~b operations. I can't remember whether Context vs ctx was
53 + intentional - I doubt it.
55 +2005-09-21 14:17:14 Adeodato Simo <asp16@alu.ua.es> (brendan)
57 + * curs_main.c: Check for sigwinch in index before calling
58 + km_dokey, since for unknown reasons km_dokey seems to eat the
59 + signal in some cases. [Not reproducible in my ncurses environments
60 + - Brendan]. Closes: #1907.
62 +2005-09-21 13:23:43 Brendan Cully <brendan@kublai.com> (brendan)
64 + * imap/imap.c, pattern.c: Catch empty substring/regexp search
65 + arguments (precludes a segfault from dereferencing a null string
68 +2005-09-21 06:04:37 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
70 + * init.h, mutt.h, configure.in, hcache.c: QDBM support for the
73 +2005-09-21 04:50:31 Adeodato Simo <asp16@alu.ua.es> (brendan)
75 + * pgp.c: When using GPG agent in classic mode, set GPG_TTY if it
76 + isn't already set instead of bailing out. Closes: #2072.
78 +2005-09-21 03:48:38 Takahashi Tamotsu <ttakah@lapis.plala.or.jp> (brendan)
80 + * init.c: Ensure that set doesn't change variables from within the
81 + help screen. I think this is a gross approach, and probably
82 + overkill, but it's the fault of the original code design, not
83 + Tamo's patch. Until a better way falls from the sky, this Closes:
86 +2005-09-21 02:58:07 Brendan Cully <brendan@kublai.com> (brendan)
88 + * curs_main.c: Cancelling <change-folder> from within the pager
89 + will now keep you in the pager rather than kicking you back to the
90 + index. Closes: #2075.
92 +2005-09-20 23:41:21 Vincent Lefevre <vincent@vinc17.org> (brendan)
94 + * muttlib.c: Slight improvement on dgc's warning fix in edge cases.
96 +2005-09-20 06:43:39 David Champion <dgc@uchicago.edu> (brendan)
98 + * init.c: Fix a null-pointer-dereference parsing aliases with
101 + * muttlib.c: Clear a compiler warning.
103 +2005-09-20 03:56:25 Gero Treuner <gerotick@faveve.uni-stuttgart.de> (brendan)
105 + * contrib/gpg.rc, doc/manual.xml.tail: Update locations of
106 + gpg-2comp, Gero Treuner.
108 +2005-09-19 06:14:27 Brendan Cully <brendan@kublai.com> (brendan)
110 + * mkchangelog.sh: I just realised what's been happening to the
111 + changelog: I recently got a new version of 'head' that refuses
112 + to accept -1 instead of -n 1, but doesn't actually return
113 + failure. So mkchangelog was feeding nothing to the cvs date
114 + argument, and instead merrily snarfing down the entire changelog
115 + every time. I've put in a simple $date != "" check. Thanks,
116 + textutils! Thanks for ushering in the future! I'd like to shake
119 +2005-09-19 05:12:29 Brendan Cully <brendan@kublai.com> (brendan)
121 + * doc/manual.xml.head: Remove mention of obsolete
122 + --enable-imap-edit-threads configure option.
124 +2005-09-18 17:49:33 Brendan Cully <brendan@kublai.com> (brendan)
126 + * ChangeLog: Somehow the changelog got mangled (multiple copies
129 +2005-09-18 08:22:49 Vsevolod Volkov <vvv@mutt.org.ua> (roessler)
133 +2005-09-18 02:53:18 brendan (brendan)
135 + * doc/Makefile.in: More cleanups, slightly better dependencies.
137 +2005-09-18 02:35:10 Brendan Cully <brendan@kublai.com> (brendan)
139 + * doc/Makefile.in: Stupid hack to synchronise on makedoc for
140 + parallel builds. Only works when entered via make all. make
141 + stamp-doc-xml directly can fail in pathological conditions.
143 + * doc/Makefile.in: Attempt to work around make -j2
144 + breakage. Dependencies are still wrong, but I don't have
145 + the brainpower right now to get it right. People talk about
146 + imperative, functional, and logic programming, but no one ever
147 + mentions make programming.
149 +2005-09-17 20:46:14 Brendan Cully <brendan@kublai.com> (brendan)
151 + * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
152 + po/uk.po, po/zh_CN.po, po/zh_TW.po, po/ga.po, po/gl.po,
153 + po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
154 + po/nl.po, po/pl.po, intl/plural.y, intl/ref-add.sin,
155 + intl/ref-del.sin, intl/textdomain.c, po/bg.po, po/ca.po,
156 + po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po,
157 + po/et.po, po/fr.po, doc/dotlock.man, doc/manual.xml.head,
158 + doc/mutt.man, doc/muttbug.man, doc/muttrc.man.head,
159 + imap/auth.c, imap/auth.h, imap/auth_anon.c, imap/auth_cram.c,
160 + imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c,
161 + imap/browse.c, imap/command.c, imap/imap.c, imap/imap.h,
162 + imap/imap_private.h, imap/message.c, imap/message.h, imap/utf7.c,
163 + imap/util.c, intl/COPYING.LIB-2, intl/COPYING.LIB-2.1,
164 + intl/Makefile.in, intl/bindtextdom.c, intl/config.charset,
165 + intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c,
166 + intl/dgettext.c, intl/dngettext.c, intl/explodename.c,
167 + intl/finddomain.c, intl/gettext.c, intl/gettext.h,
168 + intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c,
169 + intl/l10nflist.c, intl/libgettext.h, intl/libgnuintl.h,
170 + intl/libintl.glibc, intl/loadinfo.h, intl/loadmsgcat.c,
171 + intl/localcharset.c, intl/locale.alias, intl/localealias.c,
172 + intl/ngettext.c, intl/plural.c, pgpkey.c, pgplib.c, pgplib.h,
173 + pgpmicalg.c, pgppacket.c, pgppacket.h, pgppubring.c, pop.c,
174 + pop.h, pop_auth.c, pop_lib.c, postpone.c, protos.h, query.c,
175 + recvattach.c, recvcmd.c, regex.c, remailer.c, remailer.h,
176 + resize.c, rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h, rfc2231.c,
177 + rfc2231.h, rfc822.c, rfc822.h, score.c, send.c, sendlib.c,
178 + signal.c, smime.c, smime.h, smime_keys.pl, sort.c, sort.h,
179 + status.c, system.c, thread.c, url.c, browser.h, buffy.c, buffy.h,
180 + charset.c, charset.h, color.c, commands.c, complete.c, compose.c,
181 + config.guess, config.sub, copy.c, copy.h, crypt-gpgme.c,
182 + crypt-gpgme.h, crypt-mod-pgp-classic.c, crypt-mod-pgp-gpgme.c,
183 + crypt-mod-smime-classic.c, crypt-mod-smime-gpgme.c, crypt-mod.c,
184 + crypt-mod.h, crypt.c, cryptglue.c, curs_lib.c, curs_main.c,
185 + date.c, depcomp, dotlock.c, dotlock.h, edit.c, editmsg.c,
186 + enter.c, extlib.c, filter.c, flags.c, from.c, functions.h,
187 + globals.h, gnupgparse.c, handler.c, hash.c, hash.h, hcache.c,
188 + hdrline.c, headers.c, help.c, history.c, history.h, hook.c,
189 + init.c, init.h, keymap.c, keymap.h, lib.c, lib.h, mailbox.h,
190 + main.c, makedoc.c, mapping.h, mbox.c, mbyte.c, menu.c,
191 + mh.c, mime.h, missing, mutt.h, mutt_crypt.h, mutt_curses.h,
192 + mutt_idna.c, mutt_idna.h, mutt_menu.h, mutt_regex.h, mutt_sasl.c,
193 + mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c, mutt_ssl.h,
194 + mutt_ssl_gnutls.c, mutt_tunnel.c, mutt_tunnel.h, muttbug.sh.in,
195 + muttlib.c, mx.c, mx.h, pager.c, pager.h, parse.c, pattern.c,
196 + pgp.c, pgp.h, pgpinvoke.c, COPYRIGHT, _regex.h, account.c,
197 + account.h, addrbook.c, alias.c, ascii.c, ascii.h, attach.c,
198 + attach.h, base64.c, browser.c: Gah, forgot the zip code when
199 + updating the FSF address...
201 + * po/zh_CN.po, po/zh_TW.po, po/tr.po, po/uk.po, po/sk.po,
202 + po/sv.po, po/ru.po, po/pt_BR.po, po/nl.po, po/pl.po, po/ko.po,
203 + po/lt.po, po/ja.po, po/id.po, po/it.po, po/ga.po, po/gl.po,
204 + po/hu.po, po/et.po, po/fr.po, po/eo.po, po/es.po, po/de.po,
205 + po/el.po, po/da.po, imap/imap.h, imap/imap_private.h,
206 + imap/message.c, imap/message.h, imap/utf7.c, imap/util.c,
207 + intl/COPYING.LIB-2, intl/Makefile.in, intl/bindtextdom.c,
208 + intl/config.charset, intl/dcgettext.c, intl/dcigettext.c,
209 + intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c,
210 + intl/explodename.c, intl/finddomain.c, intl/gettext.c,
211 + intl/gettext.h, intl/gettextP.h, intl/hash-string.h,
212 + intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h,
213 + intl/libgnuintl.h, intl/libintl.glibc, intl/loadinfo.h,
214 + intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias,
215 + intl/localealias.c, intl/ngettext.c, intl/plural.c, intl/plural.y,
216 + intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c, po/bg.po,
217 + po/ca.po, po/cs.po, doc/dotlock.man, doc/manual.xml.head,
218 + doc/mutt.man, doc/muttbug.man, doc/muttrc.man.head, imap/auth.c,
219 + imap/auth.h, imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c,
220 + imap/auth_login.c, imap/auth_sasl.c, imap/browse.c,
221 + imap/command.c, imap/imap.c, rfc2047.h, rfc2231.c, rfc2231.h,
222 + rfc822.c, rfc822.h, score.c, send.c, sendlib.c, signal.c,
223 + smime.c, smime.h, smime_keys.pl, sort.c, sort.h, status.c,
224 + system.c, thread.c, url.c, query.c, recvattach.c, recvcmd.c,
225 + regex.c, remailer.c, remailer.h, resize.c, rfc1524.c,
226 + rfc1524.h, rfc2047.c, pager.h, parse.c, pattern.c, pgp.c,
227 + pgp.h, pgpinvoke.c, pgpkey.c, pgplib.c, pgplib.h, pgpmicalg.c,
228 + pgppacket.c, pgppacket.h, pgppubring.c, pop.c, pop.h,
229 + pop_auth.c, pop_lib.c, postpone.c, protos.h, mbyte.c, menu.c,
230 + mh.c, mime.h, missing, mutt.h, mutt_crypt.h, mutt_curses.h,
231 + mutt_idna.c, mutt_idna.h, mutt_menu.h, mutt_regex.h, mutt_sasl.c,
232 + mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c, mutt_ssl.h,
233 + mutt_ssl_gnutls.c, mutt_tunnel.c, mutt_tunnel.h, muttbug.sh.in,
234 + muttlib.c, mx.c, mx.h, pager.c, extlib.c, filter.c, flags.c,
235 + from.c, functions.h, globals.h, gnupgparse.c, handler.c, hash.c,
236 + hash.h, hcache.c, hdrline.c, headers.c, help.c, history.c,
237 + history.h, hook.c, init.c, init.h, keymap.c, keymap.h, lib.c,
238 + lib.h, mailbox.h, main.c, makedoc.c, mapping.h, mbox.c,
239 + dotlock.h, edit.c, editmsg.c, enter.c, copy.h, crypt-gpgme.c,
240 + crypt-gpgme.h, crypt-mod-pgp-classic.c, crypt-mod-pgp-gpgme.c,
241 + crypt-mod-smime-classic.c, crypt-mod-smime-gpgme.c, crypt-mod.c,
242 + crypt-mod.h, crypt.c, cryptglue.c, curs_lib.c, curs_main.c,
243 + date.c, depcomp, dotlock.c, COPYRIGHT, GPL, _regex.h, account.c,
244 + account.h, addrbook.c, alias.c, ascii.c, ascii.h, attach.c,
245 + attach.h, base64.c, browser.c, browser.h, buffy.c, buffy.h,
246 + charset.c, charset.h, color.c, commands.c, complete.c, compose.c,
247 + config.guess, config.sub, copy.c: Update FSF address (via sed,
248 + I hope nothing got mangled). Closes: #2071.
250 +2005-09-17 17:39:18 Alain Bench <veronatif@free.fr> (brendan)
252 + * Muttrc.head.in: Clean up some Muttrc macros, and add macro
253 + 'y' to jump to the mailboxes view. Closes: #2069.
255 +2005-09-17 17:27:54 Brendan Cully <brendan@kublai.com> (brendan)
257 + * main.c: Some minor cleanups: tell users to go to bugs.mutt.org
258 + instead of using flea; update copyright year in mutt -v;
259 + reorganise USE opts a little; break long strings so that -pedantic
260 + stops complaining. Not sure that last one is worth the trouble
261 + it causes the po team...
263 +2005-09-17 01:07:54 Vincent Lefevre <vincent@vinc17.org> (brendan)
265 + * po/fr.po: Update.
267 +2005-09-16 23:09:12 Kevin Scannell <scannell@slu.edu> (brendan)
269 + * configure.in, po/ga.po: Irish translation.
271 +2005-09-16 15:20:59 Brendan Cully <brendan@kublai.com> (brendan)
273 + * build-release, po/Makefile.in.in: Move update-po out of make
274 + dist, into build-release. It seems to me that make dist should do
275 + as little as possible beyond putting the right files in a tarball.
277 +2005-09-16 13:43:58 Ronny Haryanto <ronnylist@haryan.to> (roessler)
281 +2005-09-16 11:02:00 Ivan Vilata i Balaguer <ivan@selidor.net>
286 +2005-09-16 10:20:20 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
291 +2005-09-16 10:19:46 René Clerc <rene@clerc.nl> (roessler)
295 +2005-09-16 02:15:45 Brendan Cully <brendan@kublai.com> (brendan)
297 + * doc/Makefile.in: Add stamp-doc-xml to "all".
299 + * doc/Makefile.in: stamp-doc-man is pointless as far as I can
302 + * doc/Makefile.in: Tweak makefile so that the dist tarball
303 + doesn't always try to build docs.
305 + * configure.in: VERSION should go into CONFIG_STATUS_DEPENDENCIES,
306 + not CONFIGURE_DEPENDENCIES. Slap ma fro.
308 +2005-09-15 23:18:48 Brendan Cully <brendan@kublai.com> (brendan)
310 + * Makefile.am, build-release: Move changelog target to
311 + update-changelog so that dist won't automatically invoke it,
312 + and have commit and build-release call it.
314 + * build-release: Now that 1.5.11 is out, previous versions won't
315 + be x.y.zi: adjust diff.
317 +2005-09-15 14:24:39 roessler (roessler)
319 + * po/zh_TW.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po,
320 + po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po,
321 + po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po,
322 + po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
323 + po/uk.po, po/zh_CN.po, VERSION, po/bg.po, reldate.h: automatic
324 + post-release commit for mutt-1.5.11
326 +2005-09-14 14:15:06 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
329 * init.h: Refer to $use_envelope_from rather than old
330 $envelope_from in description of $envelope_from_address.
332 * globals.h, init.h, sendlib.c: Add new $envelope_from_address
333 variable for manually specifying the envelope sender. Rename (with
334 compatibility synonym) $envelope_from to $use_envelope_from. Make
335 - $envelope_from subordinate to $use_e_f, as $from is to $use_from.
336 + $envelope_from subordinate to $use_e_f, as $from is to
337 + $use_from. From a discussion with TLR.
339 2005-09-13 20:36:17 Brendan Cully <brendan@kublai.com> (brendan)
342 mutt_progress_bar. Allow progress bar to omit total size if zero
345 -2005-09-10 18:47:17 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (brendan)
346 +2005-09-10 18:47:17 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
349 * menu.c: Correct some inconsistencies introduced by
350 $menu_context. Closes: #2019?
353 2005-09-08 16:37:59 Brendan Cully <brendan@kublai.com> (brendan)
355 - * mutt_socket.c: Set CLOEXEC on sockets in IPv4 code path like we
357 + * pager.c: Revert bogus change to last message detection in
360 + * pager.c: Forget line number when resolving in pager. This
361 + is beginning to get messy - maybe it would be better to only
362 + remember on specific operations like sync.
364 + * mutt_socket.c: Set CLOEXEC on sockets in IPv4 code path like
367 * pattern.c: Make stringmatch pattern detection stateless.
370 * curs_lib.c: Ensure progress bar rounds to $net_inc.
372 * curs_lib.c, globals.h, imap/imap.c, imap/imap_private.h,
373 - imap/message.c, init.h, mutt_curses.h: Display progress meter when
374 - uploading/fetching IMAP data. Closes: #1772.
375 + imap/message.c, init.h, mutt_curses.h: Display progress meter
376 + when uploading/fetching IMAP data. Closes: #1772.
378 * pager.c: Adjust gross hack to return to the same line in the
379 pager after an index operation so that it doesn't shoot past the
382 * build-release, configure.in, mutt.h: Remove international
383 vs. U.S. distribution distinction. build-release expects the
384 - previous version to be x.y.zi and should be updated again for
386 + previous version to be x.y.zi and should be updated again
389 2005-09-06 16:46:44 Brendan Cully <brendan@kublai.com> (brendan)
393 * doc/manual.xml.head, imap/command.c, imap/imap.c, imap/imap.h,
394 init.c, mutt.h, pattern.c: Extend pattern language to do simple
395 - string matches as well as regular expressions when the pattern is
396 - invoked with = instead of ~. And, when possible, perform full body
397 - searches on the IMAP server instead of locally, for an enormous
399 + string matches as well as regular expressions when the pattern
400 + is invoked with = instead of ~. And, when possible, perform
401 + full body searches on the IMAP server instead of locally, for
402 + an enormous speed boost.
404 * imap/utf7.c, init.c, main.c, protos.h: Fix a memory leak in
405 imap_utf7_decode and do a little cleanup on shutdown. Get a
406 high five from valgrind.
408 - * curs_main.c, main.c: Move SASL and IMAP shutdown hooks into main
410 + * curs_main.c, main.c: Move SASL and IMAP shutdown hooks into
411 + main where they belong.
413 * init.c: Release pwent after extracting data from it.
415 - * mutt_sasl.h, curs_main.c, mutt_sasl.c: Release global SASL state
417 + * mutt_sasl.h, curs_main.c, mutt_sasl.c: Release global SASL
418 + state when quitting.
420 2005-09-05 04:22:45 Brendan Cully <brendan@kublai.com> (brendan)
422 * doc/manual.xml.head: Documentation cosmetics (add some line
425 +2005-09-04 20:10:25 Brendan Cully <brendan@kublai.com> (brendan)
427 * init.h: Point $hide_top_limited to $hide_limited instead of
428 $hide_missing. Likewise for $hide_top_missing. Closes: #2039.
430 @@ -110,28 +422,28 @@
432 * doc/manual.xml.head: Add a push example. Closes: #1591.
434 -2005-09-04 19:46:26 Rupert Levene <rupert@levene.dyndns.org> (brendan)
435 +2005-09-04 19:46:26 Rupert Levene <rupert@levene.dyndns.org> (brendan)
437 * doc/manual.xml.head: Mention $include when describing how mutt
438 - prepares message replies. Closes: #1471.
439 + prepares message replies. Closes: #1471.
441 2005-09-04 19:28:19 Dale Woolridge (brendan)
443 * pattern.c, protos.h, parse.c: Unfold message headers before
444 performing ~h search. Closes: #1865.
446 -2005-09-04 18:01:57 <Zardoz@users.sourceforge.net> (brendan)
447 +2005-09-04 18:01:57 Zardoz@users.sourceforge.net (brendan)
449 * keymap.c: Teach keymap.c about KEY_NEXT. Closes: #1588.
451 2005-09-04 06:57:04 Alain Bench <veronatif@free.fr> (brendan)
453 - * doc/manual.xml.head, doc/manual.xml.tail: Note that <Tab> is
454 - bound to next-new-then-unread by default, rather than
455 + * doc/manual.xml.head, doc/manual.xml.tail: Note that <Tab>
456 + is bound to next-new-then-unread by default, rather than
457 next-new. Closes: #1637.
459 - * curs_main.c, pattern.c: Allow empty limits, and limits in empty
460 - mailboxes. Closes: #1853, #1906.
461 + * curs_main.c, pattern.c: Allow empty limits, and limits in
462 + empty mailboxes. Closes: #1853, #1906.
464 2005-09-03 23:22:31 Brendan Cully <brendan@kublai.com> (brendan)
466 @@ -150,17 +462,20 @@
467 expressions, instead of any of EXPR, USER, ID and SUBJECT. Noted
470 +2005-09-02 18:50:34 Brendan Cully <brendan@kublai.com> (brendan)
472 * doc/manual.sgml.head, doc/manual.sgml.tail, doc/manual.xml.head,
473 - doc/manual.xml.tail, doc/Makefile.in: Rename manual.sgml.* to
475 + doc/manual.xml.tail, doc/Makefile.in: Rename manual.sgml.*
478 2005-09-02 18:18:19 Alain Bench <veronatif@free.fr> (brendan)
480 - * keymap.c: Allow non-ascii characters in push arguments. Closes: #2023.
481 + * keymap.c: Allow non-ascii characters in push arguments. Closes:
484 * doc/manual.sgml.head, doc/muttrc.man.head, mutt.h, pattern.c:
485 Adjust ~l to match all known lists, add ~u to match only
486 - subscribed lists. Normalise pattern ordering in docs. Closes:
487 + subscribed lists. Normalise pattern ordering in docs. Closes:
490 2005-09-01 17:07:14 Brendan Cully <brendan@kublai.com> (brendan)
491 @@ -175,30 +490,32 @@
492 doc/manual.sgml.head, makedoc.c: Convert documentation from
493 linuxdoc to docbook format. Let the bug avalanche begin.
495 -2005-08-30 21:34:36 Lars Hecking <lhecking@users.sourceforge.net> (brendan)
496 +2005-08-30 21:34:36 Lars Hecking <lhecking@users.sourceforge.net>
499 * configure.in: Don't define domain="no" when configured
500 --without-domain. Closes: #2046.
502 2005-08-24 15:17:43 Brendan Cully <brendan@kublai.com> (brendan)
504 - * pgp.c: Don't treat PGP inline signature verification errors as
506 + * pgp.c: Don't treat PGP inline signature verification errors
509 2005-08-22 20:30:11 Brendan Cully <brendan@kublai.com> (brendan)
511 * pgp.c: Pause after error message if PGP decode fails, in case
512 - mutt_copy_message overwrites. Real error handling cleanup will have
514 + mutt_copy_message overwrites. Real error handling cleanup will
517 * pgp.c: Don't attempt to manipulate null pgp output file handles.
519 -2005-08-16 18:10:11 Paul Walker <paul@black-sun.demon.co.uk> (brendan)
520 +2005-08-16 18:10:11 Paul Walker <paul@black-sun.demon.co.uk> (brendan)
522 * doc/manual.sgml.head, doc/mutt.man, main.c: -D dumps to stdout,
525 -2005-08-15 08:10:48 Thomas Roessler <roessler@does-not-exist.org> (roessler)
526 +2005-08-15 08:10:48 Thomas Roessler <roessler@does-not-exist.org>
529 * po/id.po: Fix \n mismatch.
531 @@ -210,11 +527,12 @@
535 -2005-08-14 21:32:17 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (brendan)
536 +2005-08-14 21:32:17 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
539 * attach.c, send.c: Don't pass an empty filename to the default
540 text editor when editing non-plain text. Also don't clobber
541 - $content_type when parsing it. Closes: #2038.
542 + $content_type when parsing it. Closes: #2038.
544 2005-08-14 12:28:52 Roland Rosenfeld <roland@spinnaker.de> (roessler)
547 in which gnu documentation flagged any extensions to standard
548 utilities almost makes me cry.
550 -2005-08-12 12:52:11 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
551 +2005-08-12 12:52:11 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
556 @@ -247,21 +566,22 @@
558 2005-08-12 03:57:16 Brendan Cully <brendan@kublai.com> (brendan)
560 - * configure.in: Force configure to depend on VERSION. That's been
561 - bugging me for a while.
562 + * configure.in: Force configure to depend on VERSION. That's
563 + been bugging me for a while.
565 -2005-08-11 21:46:26 Thomas Roessler <roessler@does-not-exist.org> (roessler)
566 +2005-08-11 21:46:26 roessler (roessler)
568 * po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
569 po/uk.po, po/zh_CN.po, po/zh_TW.po, po/bg.po, po/ca.po, po/cs.po,
570 po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po,
571 po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po,
572 - po/ko.po, po/lt.po, po/nl.po: automatic post-release commit for
574 + po/ko.po, po/lt.po, po/nl.po: automatic post-release commit
577 +2005-08-11 21:22:41 Thomas Roessler <roessler@does-not-exist.org>
580 * Makefile.am, VERSION, reldate.h: Fix Makefile.am.
581 - (VERSION and reldate.h actually are bad commits -- but that
582 - doesn't matter. Release imminent.)
584 2005-08-11 21:16:38 Brendan Cully <brendan@kublai.com> (brendan)
586 @@ -272,12 +592,14 @@
587 Add error results to mutt_body_handlers, and check them when
588 doing decode-save. Closes: #1919.
590 -2005-08-11 21:08:55 Thomas Roessler <roessler@does-not-exist.org> (roessler)
591 +2005-08-11 21:08:55 Thomas Roessler <roessler@does-not-exist.org>
594 * pgp.c: Fix verification of clearsigned PGP messages.
595 (debugged on IRC, mostly by Brendan)
597 -2005-08-11 02:15:14 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (brendan)
598 +2005-08-11 02:15:14 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
601 * configure.in: Don't test against nonexistent cache
602 variable. Spotted by Torsten Veller.
603 @@ -298,12 +620,13 @@
606 * pgp.c: Move pgp failure check inside the if (invoke pgp)
607 - block. Really Closes: 2032.
608 + block. Should really Close: 2032.
610 * pgp.c: Don't ftell pgp output file if there isn't one. Closes:
613 -2005-08-09 16:24:15 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (brendan)
614 +2005-08-09 16:24:15 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
617 * crypt-gpgme.c: Improve translatability of crypt-gpgme. Closes:
621 * copy.c: Remove an unneeded cast, which introduces
622 type-punning. Modified to use FREE instead of safe_free, since
623 - that seems to be the convention. I personally don't see the
625 + that seems to be the convention. I personally don't see the point.
627 2005-08-08 18:59:43 Brendan Cully <brendan@kublai.com> (brendan)
629 @@ -329,40 +651,41 @@
630 * init.h: Remove undefined reference to unmailboxes
631 command. Closes #2028.
633 -2005-08-08 06:44:01 Brendan Cully <brendan@kublai.com> (brendan)
635 * imap/imap.c: Fix edge case where we might have to wait two
636 timeouts to check for IMAP mail.
638 - * imap/command.c, imap/imap.c, init.h: Fix bug just introduced in
639 - lsub parsing that could cause mutt to loop indefinitely. Don't
640 - recheck subscriptions at every mailbox change, just the initial
642 + * imap/command.c, imap/imap.c, init.h: Fix bug just introduced
643 + in lsub parsing that could cause mutt to loop indefinitely.
644 + Don't recheck subscriptions at every mailbox change, just the
645 + initial connection.
647 * imap/imap.c: If imap_check_subscribed is set, mailbox or
648 - unmailbox folders in response to subscribe/unsubscribe commands in
650 + unmailbox folders in response to subscribe/unsubscribe commands
653 - * imap/browse.c, imap/command.c, imap/imap.c, init.h, mutt.h: New
654 - option: $imap_check_subscribed. If set, mutt will fetch the set of
655 - subscribed mailboxes from the server and add them to the buffy
657 +2005-08-07 23:52:08 Brendan Cully <brendan@kublai.com> (brendan)
659 + * imap/browse.c, imap/command.c, imap/imap.c, init.h, mutt.h:
660 + New option: $imap_check_subscribed. If set, mutt will fetch the
661 + set of subscribed mailboxes from the server and add them to the
664 - * browser.c: Avoid a segfault attempting to browse an invalid IMAP
666 + * browser.c: Avoid a segfault attempting to browse an invalid
669 * imap/imap.c: Extend IMAP host completion to complete over open
671 + connections. Next up: account and folder hooks.
673 - * imap/imap.c: Allow IMAP tab-completion to complete over defined
674 - mailboxes, saving a bunch of typing for the hostname part of the
675 - URL. Should probably be extended to complete over open connections
676 - and possibly also folder/account hooks.
677 + * imap/imap.c: Allow IMAP tab-completion to complete over
678 + defined mailboxes, saving a bunch of typing for the hostname
679 + part of the URL. Should probably be extended to complete over
680 + open connections and possibly also folder/account hooks.
682 * account.c, curs_lib.c, protos.h: Reuse mutt_get_field for
683 mutt_get_field_unbuffered.
685 -2005-08-07 06:20:37 Anders Helmersson <anders.helmersson.utsikt@wasadata.net> (brendan)
686 +2005-08-07 06:20:37 Anders Helmersson
687 +<anders.helmersson.utsikt@wasadata.net> (brendan)
689 * pager.c: Certain versions of libc may segfault during regex
690 processing if given incomplete multibyte characters. Work around
691 @@ -383,17 +706,15 @@
692 Report non-zero exit status of tunnel command. Closes: #1749.
694 * imap/imap.c, imap/util.c, init.h, mutt.h, pop_lib.c: Replace
695 - pointless imap_force_ssl option with ssl_force_tls, which requires
696 - any connection (POP or IMAP) to a remote server to be encrypted,
697 - and attempts to negotiate encryption even if the capability isn't
698 - advertised (this last bit is of dubious utility, but essentially
699 - harmless since the connection would otherwise fail
700 - anyway). Closes: #1284.
701 + pointless imap_force_ssl option with ssl_force_tls, which
702 + requires any connection (POP or IMAP) to a remote server to
703 + be encrypted, and attempts to negotiate encryption even if the
704 + capability isn't advertised (this last bit is of dubious utility,
705 + but essentially harmless since the connection would otherwise
706 + fail anyway). Closes: #1284.
708 * imap/browse.c: Kill a warning.
710 -2005-08-06 19:06:36 Brendan Cully <brendan@kublai.com> (brendan)
712 * init.c: Use isalnum instead of isalpha when parsing unbraced
713 environment variable names, per tamo's suggestion. Closes #2022.
715 @@ -403,25 +724,27 @@
716 pager.h, protos.h: Move some attachment-related prototypes and
717 structures into attach.h from the global headers. A small step
718 towards sane dependency tracking and code cleanliness.
720 -2005-08-04 01:15:52 Brendan Cully <brendan@kublai.com> (brendan)
722 +2005-08-04 01:15:52 brendan (brendan)
724 * compose.c: Don't unlink non-mutt files that would have been
725 unlinked on send if the message is cancelled.
728 +2005-08-03 15:34:14 Brendan Cully <brendan@kublai.com> (brendan)
730 * account.c: Fix C precedence buglet in getlogin preventing it
731 from actually calling getuser.
733 -2005-08-03 06:51:24 Brendan Cully <brendan@kublai.com> (brendan)
735 * mutt_ssl.c: Don't double-free X509 certificates. This patch
736 looks wrong, but it isn't.
739 +2005-08-02 18:15:33 Brendan Cully <brendan@kublai.com> (brendan)
741 * Makefile.am, po/Makefile.in.in, po/POTFILES.in: Remove
742 mutt_ssl_nss.c from POTFILES.in. Also hack the makefiles to build
743 keymap_alldefs.h in $(top_srcdir), since that's where xgettext
744 - looks. Not super clean I guess - the other alternative is to sed
746 + looks. Not super clean I guess - the other alternative is to
749 * globals.h, init.c, init.h, mutt.h, mutt_sasl.c, mutt_socket.c,
750 mutt_ssl.h, mutt_ssl_nss.c, pop_lib.c, configure.in: Put moribund
751 @@ -430,18 +753,16 @@
752 * compose.c, mutt.h: In compose menu, detach should be able to
753 unlink files generated by mutt, but not files that existed before.
755 -2005-08-02 05:58:18 Brendan Cully <brendan@kublai.com> (brendan)
757 * commands.c, pgp.c: More fiddling with PGP results. When
758 rerunning PGP on a message, clear old security result bits to
759 avoid confusing messages like 'decrypt failed; PGP signature
760 successfully verified'.
762 - * pgp.c: Forget passphrase on PGP/inline decryption error, and
763 - improve status line messages.
764 + * pgp.c: Forget passphrase on PGP/inline decryption error,
765 + and improve status line messages.
767 - * configure.in: Make $docdir relative to $prefix, like the other
769 + * configure.in: Make $docdir relative to $prefix, like the
772 * contrib/Makefile.in, doc/Makefile.in: Be more selective about
773 what to remove during uninstall. (closes #1625)
774 @@ -453,30 +774,34 @@
775 successfully on fetch, and don't treat a disappearing cache file
776 as fatal. (closes #1483)
778 - * compose.c: Don't unlink attachments that you've decided not to
779 - send. (closes #1328)
780 + * compose.c: Don't unlink attachments that you've decided not
781 + to send. (closes #1328)
783 * pgp.c: Bump up size of PgpPass to 1024 from 256. Seems crazy,
784 but it's harmless and it (closes #1207).
786 - * account.c: Fix password prompt for POP (more authentication ID
789 + * account.c: Fix password prompt for POP (more authentication
792 +2005-08-01 22:37:22 Brendan Cully <brendan@kublai.com> (brendan)
794 * doc/manual.sgml.head: Document <backtab> key.
797 * pgp.c: Automatically forget PGP passphrase on sign or decrypt
798 - error. (closes #1025). Display "successfully decrypted" message
799 - instead of nothing. Superseded by signature verification.
801 + error. (closes #1025)
803 + * pgp.c: Display "successfully decrypted" message instead of
804 + nothing. Superseded by signature verification.
806 * commands.c, pgp.c: Don't report PGP signature could not be
807 verified unless there really is a signature verification problem
808 (not some other PGP error).
810 - * Makefile.am: Install system muttrc from the build directory, not
811 - the source directory.
812 + * Makefile.am: Install system muttrc from the build directory,
813 + not the source directory.
815 - * mbox.c: Restore Sort immediately after sorting by mailbox order
816 - in mbox_sync_mailbox. (closes #972)
817 + * mbox.c: Restore Sort immediately after sorting by mailbox
818 + order in mbox_sync_mailbox. (closes #972)
820 * doc/Makefile.in, doc/mutt.man: Insert compile-time paths to
821 system resources into mutt.man. (closes #854)
822 @@ -484,46 +809,42 @@
823 * commands.c, protos.h: Report errors occuring in
824 _mutt_save_message. (closes #847)
826 -2005-08-01 07:35:04 Brendan Cully <brendan@kublai.com> (brendan)
828 * globals.h, mutt.h, mutt_ssl.c, muttlib.c: Cache SSL certificates
829 that have been accepted but not saved until mutt exits. (closes
830 - #643). Create mutt_add_list_n for adding non-character data to
831 + #643). Create mutt_add_list_n for adding non-character data to
832 lists, have mutt_add_list call it.
834 -2005-08-01 04:57:04 Brendan Cully <brendan@kublai.com> (brendan)
836 * mx.c: Report error creating FCC when writing to IMAP
837 server. Addresses #423.
839 -2005-08-01 01:43:06 Brendan Cully <brendan@kublai.com> (brendan)
841 * init.c: complete :set mbox_type=<tab>. (closes #1649)
843 -2005-07-30 04:40:45 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (brendan)
844 +2005-07-30 04:40:45 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
847 * pager.c: The builtin pager tries to wrap a line for ever if:
848 - 0) the line contains a space or a tab character followed by a very
850 - 1) M_PAGER_NSKIP flag is passed to it, and
851 - 2) $smart_wrap is set. (default)
852 + 0) the line contains a space or a tab character
853 + followed by a very long word, and 1) M_PAGER_NSKIP flag is
854 + passed to it, and 2) $smart_wrap is set. (default)
856 2005-07-30 04:13:07 Vincent Lefevre <vincent@vinc17.org> (brendan)
858 - * curs_main.c, pager.c: When using colors, the status line of the
859 - index is displayed in a bright color, even when the prefix
860 + * curs_main.c, pager.c: When using colors, the status line of
861 + the index is displayed in a >bright color, even when the prefix
862 "bright" is *not* given in the foreground color. The problem
863 occurs when I have the following additional line:
864 - color normal brightwhite black
865 - The problem is that BKGDSET's are missing.
866 + color normal brightwhite black The problem is that BKGDSET's
869 -2005-07-30 03:59:04 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (brendan)
870 +2005-07-30 03:59:04 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
873 * recvattach.c: Don't refuse to delete attachments just because a
874 message has been checked for "traditional" PGP encoding. (closes
877 -2005-07-29 18:05:50 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (brendan)
878 +2005-07-29 18:05:50 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
881 * init.c: "nospam foo" causes a segv if you have not set any
882 "spam", because of a null pointer dereference.
884 * mutt_ssl_gnutls.c: Tweak a poorly-worded error message in the
885 gnutls glue, pointed out by Vincent Lefevre.
887 -2005-07-29 01:51:36 Brendan Cully <brendan@kublai.com> (brendan)
889 * imap/imap.c: Fix bug added in revision 3.26, where
890 imap_sync_mailbox failed to check whether it was supposed to
891 expunge before issuing a CLOSE.
893 2005-07-28 19:47:40 Brendan Cully <brendan@kublai.com> (brendan)
895 * imap/auth_cram.c, imap/auth_login.c: Use mutt_account_getlogin
896 - instead of getuser for authentication methods that only support an
897 - authentication ID. As a side-effect, don't display a dangling
898 + instead of getuser for authentication methods that only support
899 + an authentication ID. As a side-effect, don't display a dangling
900 authentication name pointer in getpass.
902 2005-07-27 15:08:43 Vincent Lefevre <vincent@vinc17.org> (brendan)
903 @@ -561,18 +880,12 @@
904 po/et.po, po/gl.po, po/lt.po, po/pt_BR.po, po/sk.po: Update
905 Thomas' address in several out-of-date PO files. (closes #990)
907 -2005-07-27 04:29:36 Brendan Cully <brendan@kublai.com> (brendan)
909 - * mutt_ssl_gnutls.c: Silence some harmless warnings. Also, one day
910 - -pedantic is going to get held up on the causeway.
912 -2005-07-27 00:40:15 Brendan Cully <brendan@kublai.com> (brendan)
913 + * mutt_ssl_gnutls.c: Silence some harmless warnings. Also,
914 + one day -pedantic is going to get held up on the causeway.
916 * imap/command.c: More fiddling with fatal state handling. Not
917 tested, and probably as wrong as what was already there.
919 -2005-07-27 00:32:18 Brendan Cully <brendan@kublai.com> (brendan)
921 * muttlib.c: Rework mutt_save_confirm to support confirmappend
922 with IMAP mailboxes. I hope I got all cases right.
925 on the selected mailbox, and have imap_open_mailbox_append use
926 imap_access instead of rolling its own.
928 -2005-07-26 18:45:01 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (brendan)
929 +2005-07-26 18:45:01 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
932 * crypt-gpgme.c, mutt_ssl_gnutls.c, po/POTFILES.in: Partial
933 application of Tamo's translation patch for gpgme and gnutls.
934 @@ -590,45 +904,45 @@
935 2005-07-26 16:44:20 Brendan Cully <brendan@kublai.com> (brendan)
937 * imap/imap.c: Don't check for the existence of a mailbox we're
938 - already in when appending. (closes #1842)
939 + already in when appending. (closes #1842)
941 -2005-07-26 16:40:16 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
942 +2005-07-26 16:40:16 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
945 * init.h: Return $menu_move_off default to status quo ante.
947 -2005-07-26 16:39:17 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
949 * init.h: hcache spelling fixes
951 -2005-07-26 16:37:28 Tamotsu Takahashi <ttakah@lapis.plala.or.jp> (roessler)
952 +2005-07-26 16:37:28 Tamotsu Takahashi <ttakah@lapis.plala.or.jp>
955 * enter.c: Introduce fall-back from complete-query to complete
956 for the edit menu, so 'bind editor <tab> complete-query'
959 -2005-07-26 06:14:34 "Brent J. Nordquist" <brent@nordist.net> (brendan)
960 +2005-07-26 06:14:34 "Brent J. Nordquist" <brent@nordist.net> (brendan)
962 * doc/manual.sgml.head: Correct a couple of typos (and change
963 ‐ to -: although the text version of the manual renders
964 ‐, the web version does not).
966 -2005-07-26 05:58:29 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (brendan)
967 +2005-07-26 05:58:29 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
970 - * pattern.c: Interpret an empty limit as a request to cancel the
971 - current limit. (Closes #1854)
972 + * pattern.c: Interpret an empty limit as a request to cancel
973 + the current limit. (Closes #1854)
975 2005-07-26 05:28:02 Brendan Cully <brendan@kublai.com> (brendan)
977 * mutt_ssl.c: Don't offer to save expired or not-yet-valid
978 certificates. Closes #1943 as a side-effect.
980 -2005-07-26 05:04:23 Brendan Cully <brendan@kublai.com> (brendan)
981 + * imap/imap.c, imap/imap_private.h: Rework IMAP CLOSE handling
982 + to avoid expunging messages when exiting without saving
983 + changes. (closes #1899)
985 - * imap/imap.c, imap/imap_private.h: Rework IMAP CLOSE handling to
986 - avoid expunging messages when exiting without saving changes.
989 -2005-07-26 03:09:55 Ralf Wildenhues <wildenhues@ins.uni-bonn.de> (brendan)
990 +2005-07-26 03:09:55 Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
993 * mbyte.c, mutt_socket.c: There are some functions without ANSI
994 prototypes left in mutt-owned sources.
995 @@ -638,30 +952,41 @@
996 * init.h: Update _MAKEDOC macro so that the documentation includes
999 -2005-07-25 15:48:36 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1000 +2005-07-25 15:48:36 Thomas Roessler <roessler@does-not-exist.org>
1003 * copy.c, imap/imap.c, mh.c, mutt.h, muttlib.c, thread.c: Get rid
1004 of IMAP-related special casing all over the thread editing code.
1006 -2005-07-25 04:56:38 Brendan Cully <brendan@kublai.com> (brendan)
1007 +2005-07-25 04:56:38 brendan (brendan)
1009 * imap/message.c: Indentation, mostly
1011 - * imap/message.c: Minor cosmetic cleanup (fewer #ifdef HCACHE blocks)
1012 +2005-07-25 04:37:20 Brendan Cully <brendan@kublai.com> (brendan)
1014 + * imap/message.c: Minor cosmetic cleanup (fewer #ifdef HCACHE
1017 +2005-07-25 04:31:51 brendan (brendan)
1019 * muttlib.c: Suppress a printf format warning
1021 +2005-07-24 18:33:31 Brendan Cully <brendan@kublai.com> (brendan)
1023 * muttlib.c: Typo in last commit.
1025 * imap/message.c, muttlib.c, protos.h: Merge full envelope from
1026 message fetch into original sparse envelope, instead of replacing
1027 it. This should be gentler on the various threading hashes and may
1028 - (knock on wood) fix the threading segfault. Threading behaviour is
1029 - observably better.
1030 + (knock on wood) fix the threading segfault. Threading behaviour
1031 + is observably better.
1033 +2005-07-24 18:18:29 brendan (brendan)
1035 * imap/util.c: Revert Glanzmann's imap_parse_mailbox patch.
1037 -2005-07-24 16:53:59 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1038 +2005-07-24 16:53:59 Thomas Roessler <roessler@does-not-exist.org>
1041 * thread.c: Try to fix threading bug triggered by duplicate
1043 @@ -669,10 +994,10 @@
1044 2005-07-24 16:51:38 Cedric Duval <cedricduval+web@free.fr> (brendan)
1046 * OPS, copy.c, curs_main.c, doc/manual.sgml.head, functions.h,
1047 - imap/imap.c, mh.c, mutt.h, mx.c, pager.c, protos.h, thread.c: Add
1048 - thread editing commands.
1049 + imap/imap.c, mh.c, mutt.h, mx.c, pager.c, protos.h, thread.c:
1050 + Add thread editing commands.
1052 -2005-07-24 16:12:12 Paul Walker <paul@black-sun.demon.co.uk> (roessler)
1053 +2005-07-24 16:12:12 Paul Walker <paul@black-sun.demon.co.uk> (roessler)
1055 * doc/manual.sgml.head, main.c, protos.h, init.c: This patch
1056 adds an option -D to dump mutt's configuration after all
1057 @@ -680,7 +1005,8 @@
1058 (1) curses isn't initialized; (2) variables are dumped to stdout,
1061 -2005-07-24 15:46:26 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1062 +2005-07-24 15:46:26 Thomas Roessler <roessler@does-not-exist.org>
1065 * hash.c, imap/message.c, imap/util.c: This patch includes (1)
1066 a rewrite of hash_delete_hash, and (2) some changes to the IMAP
1067 @@ -694,14 +1020,14 @@
1068 2005-07-24 08:59:44 Brendan Cully <brendan@kublai.com> (brendan)
1070 * copy.c: Don't assume messages in MMDF mailboxes have From
1071 - separators when copying them. Spotted by William Lovas. Initial
1072 + separators when copying them. Spotted by William Lovas. Initial
1073 patch by TAKAHASHI Tamotsu.
1075 2005-07-23 23:35:17 Byrial Jensen <byrial@image.dk> (brendan)
1077 * curs_main.c, doc/manual.sgml.head, globals.h, main.c, muttlib.c:
1078 - Byrial Jensen and Christoph Berg's current-mailbox shortcut (^). I
1079 - like it, and so does Debian.
1080 + This is the current shortcut patch patch by Byrial Ole Jensen
1081 + <byrial@image.dk>, updated by Christoph Berg <cb@df7cb.de>.
1083 2005-07-17 00:43:05 Brendan Cully <brendan@kublai.com> (brendan)
1085 @@ -712,7 +1038,8 @@
1087 * po/fr.po: PO update 20050613.
1089 -2005-07-06 23:49:08 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (brendan)
1090 +2005-07-06 23:49:08 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
1093 * BEWARE: this fixes a little typo.
1095 @@ -721,7 +1048,7 @@
1096 * hcache.c: Apply Aaron Crane's function pointer bandaid to the
1099 -2004-06-28 19:26:54 Brendan Cully <brendan@kublai.com> (brendan)
1100 +2005-06-28 19:26:54 Brendan Cully <brendan@kublai.com> (brendan)
1102 * account.c, account.h, globals.h, init.h, mutt_sasl.c: Add
1103 $imap_login variable to specify which user to authenticate as
1104 @@ -730,26 +1057,30 @@
1105 a way to do it that wouldn't annoy users where login == user
1106 (the default value of $imap_login).
1108 -2005-06-24 22:32:38 Sébastien Hinderer <Sebastien.Hinderer@libertysurf.fr> (brendan)
1109 +2005-06-24 22:32:38 Sébastien Hinderer
1110 +<Sebastien.Hinderer@libertysurf.fr> (brendan)
1112 * crypt.c: Remove a warning about unused variable 'now' in
1113 crypt_valid_passphrase
1115 -2005-06-22 01:46:49 Sébastien Hinderer <Sebastien.Hinderer@libertysurf.fr> (brendan)
1116 +2005-06-22 01:46:49 Sébastien Hinderer
1117 +<Sebastien.Hinderer@libertysurf.fr> (brendan)
1119 * doc/devel-notes.txt: This patch fixes two small typos in
1122 2005-06-18 04:54:39 Brendan Cully <brendan@kublai.com> (brendan)
1124 - * main.c: Update copyright dates according to latest activity in
1126 + * main.c: Update copyright dates according to latest activity
1129 -2005-06-12 18:28:29 Tamotsu Takahashi <ttakah@lapis.plala.or.jp> (roessler)
1130 +2005-06-12 18:28:29 Tamotsu Takahashi <ttakah@lapis.plala.or.jp>
1133 * menu.c: Fix background colors for $arrow_cursor.
1135 -2005-06-12 18:24:31 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1136 +2005-06-12 18:24:31 Thomas Roessler <roessler@does-not-exist.org>
1139 * curs_main.c, init.h, menu.c, mutt.h: Add $braille_friendly.
1140 Behavior originally suggested by Sébastien Hinderer
1141 @@ -759,16 +1090,18 @@
1145 -2005-04-03 00:14:51 Daniel Jacobowitz <dan@debian.org> (brendan)
1146 +2005-04-03 00:14:51 Daniel Jacobowitz <dan@debian.org> (brendan)
1148 * imap/imap.c, imap/imap_private.h, imap/message.c: Synchronise
1149 message flags before moving messages.
1151 -2005-03-31 04:55:09 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (brendan)
1152 +2005-03-31 04:55:09 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
1155 * mh.c: Another hcache cygwin portability fix.
1157 -2005-03-23 10:51:11 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
1158 +2005-03-23 10:51:11 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
1161 * init.h, mh.c, mutt.h: Maildir header cache.
1163 @@ -789,7 +1122,7 @@
1167 -2005-03-22 19:46:59 Paul Walker <paul@black-sun.demon.co.uk> (roessler)
1168 +2005-03-22 19:46:59 Paul Walker <paul@black-sun.demon.co.uk> (roessler)
1170 * init.c, init.h: remove some unused functions.
1172 @@ -797,15 +1130,17 @@
1176 -2005-03-22 03:40:54 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (brendan)
1177 +2005-03-22 03:40:54 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
1180 * hcache.c, imap/imap.c, imap/imap_private.h, imap/message.c,
1181 - protos.h: Thomas graces us with this patch that resolves a
1182 + protos.h: Thomas graces us with this patch that resolves a
1183 type-size inconsistency in the UIDVALIDITY parser.
1185 - Edited for correctness.
1186 + Edited for correctness.
1188 -2005-03-17 09:30:06 Pawel Dziekonski <pawel.dziekonski@pwr.wroc.pl> (roessler)
1189 +2005-03-17 09:30:06 Pawel Dziekonski <pawel.dziekonski@pwr.wroc.pl>
1194 @@ -815,15 +1150,13 @@
1195 patch was incomplete. Note to self: avoid patching on short
1196 sleep. Starting tomorrow.
1198 -2005-03-16 02:49:33 Brendan Cully <brendan@kublai.com> (brendan)
1200 * configure.in, doc/Makefile.in, hcache.c, Makefile.am: Various
1201 cygwin portability fixes
1203 2005-03-15 04:40:40 Brendan Cully <brendan@kublai.com> (brendan)
1205 * crypthash.h: Don't define uint32_t anywhere but in
1206 - config.h. Spotted by Alain Bench.
1207 + config.h. Spotted by Alain Bench.
1209 2005-03-13 16:35:35 roessler (roessler)
1211 @@ -838,7 +1171,8 @@
1215 -2005-03-05 18:15:20 Christoph Ludwig <cludwig@cdc.informatik.tu-darmstadt.de> (roessler)
1216 +2005-03-05 18:15:20 Christoph Ludwig
1217 +<cludwig@cdc.informatik.tu-darmstadt.de> (roessler)
1219 * crypt.c: The attached patch fixes a segfault I observed
1220 today: mutt failed to check for a possible null pointer in
1221 @@ -850,14 +1184,15 @@
1222 mutt_ssl.c, mutt_ssl_gnutls.c, mutt_ssl_nss.c, mutt_tunnel.c:
1223 Rename open/close/read/write function pointers to avoid problems
1224 with systems where standard open/close/read/write functions are
1225 - implemented with macros. Thanks to Aaron Crane and others for
1226 + implemented with macros. Thanks to Aaron Crane and others for
1227 their input about the problem.
1229 2005-03-01 15:53:25 Vsevolod Volkov <vvv@mutt.org.ua> (roessler)
1233 -2005-03-01 15:52:33 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
1234 +2005-03-01 15:52:33 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
1237 * init.h: This is a spelling fix supplied by Cameron Simpson.
1239 @@ -885,29 +1220,31 @@
1240 * imap/message.c: Turn brain back on before committing patches
1241 (that modification I made to APPEND was bogus).
1243 -2005-02-27 02:44:45 Dan Hopper <ku4nf@austin.rr.com> (brendan)
1244 +2005-02-27 02:44:45 Dan Hopper <ku4nf@austin.rr.com> (brendan)
1246 - * imap/message.c: Don't lose N flag when uploading a message to an
1247 - IMAP mailbox. (Slightly modified from the original patch to
1248 + * imap/message.c: Don't lose N flag when uploading a message to
1249 + an IMAP mailbox. (Slightly modified from the original patch to
1250 prevent spurious space characters).
1252 2005-02-21 04:42:34 Alain Bench <messtic@oreka.com> (roessler)
1254 * parse.c, pgp.c, sendlib.c: Bcc should be RFC2047-encoded, too.
1256 -2005-02-19 16:00:24 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1257 +2005-02-19 16:00:24 Thomas Roessler <roessler@does-not-exist.org>
1260 * sendlib.c: Fix Debian 295528.
1262 2005-02-17 03:33:00 Brendan Cully <brendan@kublai.com> (brendan)
1264 * OPS, browser.c, doc/manual.sgml.head, functions.h,
1265 - imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h: New
1266 - function: rename-mailbox (bound to 'r' by default).
1267 + imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h:
1268 + New function: rename-mailbox (bound to 'r' by default).
1270 - The lack of a rename-mailbox command for IMAP finally got too annoying.
1271 - It's a bit of a cut-and-paste job, but I've put my dreams of cleaning
1272 - up the IMAP codebase on hold. Gotta grow up some time.
1273 + The lack of a rename-mailbox command for IMAP finally got too
1274 + annoying. It's a bit of a cut-and-paste job, but I've put my
1275 + dreams of cleaning up the IMAP codebase on hold. Gotta grow up
1278 2005-02-16 09:34:06 ta_panta_rei <7vvtch802@sneakemail.com> (roessler)
1280 @@ -917,13 +1254,15 @@
1284 -2005-02-15 19:28:24 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1285 +2005-02-15 19:28:24 Thomas Roessler <roessler@does-not-exist.org>
1288 * doc/Makefile.in: Fix linuxdoc invocation. Thanks to
1289 Tamotsu Takahashi for tracking this down to an idiotic
1290 non-backwards-compatible change to the way groff works.
1292 -2005-02-15 19:03:51 Ivan Vilata i Balaguer <ivan@selidor.net> (roessler)
1293 +2005-02-15 19:03:51 Ivan Vilata i Balaguer <ivan@selidor.net>
1298 @@ -935,28 +1274,29 @@
1302 -2005-02-13 09:53:07 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1303 +2005-02-13 09:53:07 Thomas Roessler <roessler@does-not-exist.org>
1306 * Makefile.am: Include crypt-gpgme.h with the distribution.
1308 2005-02-13 00:25:37 Brendan Cully <brendan@kublai.com> (brendan)
1310 - * configure.in, m4/gettext.m4, m4/iconv.m4: Use AC_HELP_STRING to
1311 - pretty print configure --help screen, with mixed results.
1314 + * configure.in, m4/gettext.m4, m4/iconv.m4: Use AC_HELP_STRING
1315 + to pretty print configure --help screen, with mixed results.
1317 2005-02-12 21:04:22 Brendan Cully <brendan@kublai.com> (brendan)
1320 * Makefile.am, imap/Makefile.am: Require at least automake 1.6
1322 -2005-02-12 20:56:36 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1325 +2005-02-12 20:56:36 roessler (roessler)
1327 * po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po,
1328 po/zh_CN.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/pl.po,
1329 po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po,
1330 po/ja.po, po/ko.po, po/da.po, po/de.po, po/el.po, po/eo.po,
1331 po/es.po, Makefile.am, VERSION, po/bg.po, po/ca.po, po/cs.po,
1332 reldate.h: automatic post-release commit for mutt-1.5.8
1335 2005-02-12 20:46:48 Vincent Lefevre <vincent@vinc17.org> (roessler)
1338 @@ -965,7 +1305,8 @@
1342 -2005-02-12 20:20:42 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1343 +2005-02-12 20:20:42 Thomas Roessler <roessler@does-not-exist.org>
1346 * configure.in: Give people more time to profile the inode
1347 sorting code; disabled by default for now.
1348 @@ -975,82 +1316,21 @@
1349 but where mutt will just try to avoid moving off the bottom.
1350 Complain to mutt-dev if you want this to be optional.
1352 -2005-02-12 19:54:51 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (brendan)
1353 +2005-02-12 19:54:51 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
1356 * imap/message.c, imap/util.c: Fix debian bug #275060 (editing
1357 on an imap server loses its flags). Remove trailing delimiter
1358 from IMAP folder names.
1360 -2005-02-12 19:52:28 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1362 - * charset.c, mbyte.c: Recognize euc-jp-ms. MORIYAMA Masayuki by
1363 - way of TAKAHASHI Tamotsu.
1365 -2005-02-12 19:38:14 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
1367 - * init.h, main.c: Trivial documentation fixes (TAKAHASHI Tamotsu,
1368 - Brendan Cully, Paul Walker, Derek Martin).
1370 - * editmsg.c: Partially fix debian bug #275060 (editing a message
1371 - in a mbox loses its flags).
1373 - * TODO: We have $include_onlyfirst.
1375 -2005-02-12 19:28:26 TAKIZAWA Takashi <taki@luna.email.ne.jp> (roessler)
1377 - * muttlib.c, pager.c: column-length and byte-length are different
1379 -2005-02-12 19:19:25 Derek Martin <invalid@pizzashack.org> (roessler)
1381 - * mutt.h, commands.c, curs_main.c, init.h: pgp-auto-decode: When
1382 - $pgp_auto_decode is set, then mutt will check for traditional pgp
1383 - on certain operations. This is similar (but NOT identical) to the
1384 - behavior known from PGP/MIME messages.
1386 -2005-02-12 19:12:40 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
1388 - * alias.c, globals.h, hdrline.c, init.c, init.h: unalternates now
1389 - also adds to a list of exceptions; same behavior for unlists, and
1390 - unsubscribe. With some changes from tlr.
1392 -2005-02-12 19:52:28 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1394 - * charset.c, mbyte.c: Recognize euc-jp-ms. MORIYAMA Masayuki by
1395 - way of TAKAHASHI Tamotsu.
1397 -2005-02-12 19:38:14 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
1399 - * init.h, main.c: Trivial documentation fixes (TAKAHASHI Tamotsu, Brendan Cully, Paul
1400 - Walker, Derek Martin).
1402 - * editmsg.c: Partially fix debian bug #275060 (editing a message
1403 - in a mbox loses its flags).
1405 - * TODO: We have $include_onlyfirst.
1407 -2005-02-12 19:28:26 TAKIZAWA Takashi <taki@luna.email.ne.jp> (roessler)
1409 - * muttlib.c, pager.c: column-length and byte-length are different
1411 -2005-02-12 19:19:25 Derek Martin <invalid@pizzashack.org> (roessler)
1413 - * mutt.h, commands.c, curs_main.c, init.h: pgp-auto-decode: When
1414 - $pgp_auto_decode is set, then mutt will check for traditional pgp
1415 - on certain operations. This is similar (but NOT identical) to the
1416 - behavior known from PGP/MIME messages.
1418 -2005-02-12 19:12:40 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
1420 - * alias.c, globals.h, hdrline.c, init.c, init.h: unalternates now
1421 - also adds to a list of exceptions; same behavior
1422 - for unlists, and unsubscribe. With some changes from tlr.
1424 -2005-02-12 19:52:28 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1425 +2005-02-12 19:52:28 Thomas Roessler <roessler@does-not-exist.org>
1428 * charset.c, mbyte.c: Recognize euc-jp-ms. MORIYAMA Masayuki
1429 by way of TAKAHASHI Tamotsu.
1431 -2005-02-12 19:38:14 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
1432 +2005-02-12 19:38:14 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
1435 * doc/manual.sgml.head, doc/manual.sgml.tail, init.h, main.c:
1436 Trivial documentation fixes (TAKAHASHI Tamotsu, Brendan Cully,
1437 @@ -1061,7 +1341,7 @@
1439 * TODO: We have $include_onlyfirst.
1441 -2005-02-12 19:28:26 TAKIZAWA Takashi <taki@luna.email.ne.jp> (roessler)
1442 +2005-02-12 19:28:26 TAKIZAWA Takashi <taki@luna.email.ne.jp> (roessler)
1444 * muttlib.c, pager.c: column-length and byte-length are different
1446 @@ -1072,7 +1352,8 @@
1447 pgp on certain operations. This is similar (but NOT identical)
1448 to the behavior known from PGP/MIME messages.
1450 -2005-02-12 19:12:40 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
1451 +2005-02-12 19:12:40 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
1454 * alias.c, doc/manual.sgml.head, globals.h, hdrline.c, init.c,
1455 init.h: unalternates now also adds to a list of exceptions;
1456 @@ -1080,105 +1361,109 @@
1459 2005-02-11 04:12:03 Brendan Cully <brendan@kublai.com> (brendan)
1461 - * configure.in, mutt_ssl_gnutls.c: autoconf support for gnutls
1462 - using a slightly modified version of gnutls' own libgnutls.m4
1464 -2005-02-11 01:19:15 Brendan Cully <brendan@kublai.com> (brendan)
1467 + * configure.in, m4/libgnutls.m4, mutt_ssl_gnutls.c: autoconf
1468 + support for gnutls using a slightly modified version of gnutls'
1471 * globals.h, init.h: Only enable ssl_client_cert for openssl
1472 (spotted by Adeodato).
1474 -2005-02-09 09:05:38 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1476 +2005-02-09 09:05:38 Thomas Roessler <roessler@does-not-exist.org>
1479 * pattern.c: Don't crash in mutt_pattern_exec when h->env is NULL.
1481 -2005-02-08 17:23:50 TAKAHASHI Tamotsu <tamo@momonga-linux.org> (roessler)
1482 +2005-02-08 17:23:50 TAKAHASHI Tamotsu <tamo@momonga-linux.org>
1485 * init.h, mutt.h, mutt_idna.c: Make IDN decoding optional.
1487 -2005-02-05 14:11:36 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1488 +2005-02-05 14:11:36 Thomas Roessler <roessler@does-not-exist.org>
1491 * crypthash.h, imap/util.c, lib.h, mbyte.h, mutt_idna.h,
1492 patchlist.sh, remailer.h, rfc822.h: Remove a number of unnecessary
1493 config.h includes, and add some missing ones. May fix some bugs.
1495 2005-02-04 16:54:13 Brendan Cully <brendan@kublai.com> (brendan)
1498 * Makefile.am: Add smime_keys to EXTRA_SCRIPTS (for make dist).
1500 -2005-02-04 12:56:28 Tamotsu Takahashi <ttakah@lapis.plala.or.jp> (roessler)
1502 - * Makefile.am: http://bugs.guug.de/db/17/1769.html
1503 - This is necessary for FreeBSD.
1505 -2005-02-04 12:56:28 Tamotsu Takahashi <ttakah@lapis.plala.or.jp> (roessler)
1507 +2005-02-04 12:56:28 Tamotsu Takahashi <ttakah@lapis.plala.or.jp>
1510 * Makefile.am: http://bugs.guug.de/db/17/1769.html This is
1511 necessary for FreeBSD.
1513 -2005-02-03 19:46:53 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
1514 +2005-02-03 19:46:53 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
1517 * hcache.c: this is a fix for hcache.c infrastructure which is
1518 about wrongly calculate unique id
1520 -2005-02-03 18:44:27 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1521 +2005-02-03 18:44:27 Thomas Roessler <roessler@does-not-exist.org>
1524 * pgp.c: Fix PGP clear signature handling.
1526 2005-02-03 17:01:44 Brendan Cully <brendan@kublai.com> (brendan)
1528 - * pgpkey.c, pgplib.c, pgpmicalg.c, pgppacket.c, pgppubring.c,
1529 - pop.c, pop_auth.c, pop_lib.c, postpone.c, query.c, recvattach.c,
1530 - recvcmd.c, regex.c, remailer.c, resize.c, rfc1524.c, rfc2047.c,
1531 - rfc2231.c, rfc822.c, score.c, send.c, sendlib.c, sha1.c, signal.c,
1532 - smime.c, snprintf.c, sort.c, status.c, system.c, thread.c, url.c,
1533 - utf8.c, wcwidth.c, crypt-mod-pgp-classic.c, crypt-mod-pgp-gpgme.c,
1535 + * imap/auth.c, imap/auth_anon.c, imap/auth_cram.c,
1536 + imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c,
1537 + imap/browse.c, imap/command.c, imap/imap.c, imap/message.c,
1538 + imap/utf7.c, pgpkey.c, pgplib.c, pgpmicalg.c, pgppacket.c,
1539 + pgppubring.c, pop.c, pop_auth.c, pop_lib.c, postpone.c,
1540 + query.c, recvattach.c, recvcmd.c, regex.c, remailer.c,
1541 + resize.c, rfc1524.c, rfc2047.c, rfc2231.c, rfc822.c, score.c,
1542 + send.c, sendlib.c, sha1.c, signal.c, smime.c, snprintf.c,
1543 + sort.c, status.c, system.c, thread.c, url.c, utf8.c,
1544 + wcwidth.c, crypt-mod-pgp-classic.c, crypt-mod-pgp-gpgme.c,
1545 crypt-mod-smime-classic.c, crypt-mod-smime-gpgme.c, crypt-mod.c,
1546 - crypt.c, cryptglue.c, curs_lib.c, curs_main.c, date.c, dotlock.c,
1547 - edit.c, editmsg.c, enter.c, extlib.c, filter.c, flags.c, from.c,
1548 - getdomain.c, gnupgparse.c, handler.c, hash.c, hdrline.c,
1549 - headers.c, help.c, history.c, hook.c, init.c, keymap.c, lib.c,
1550 - main.c, makedoc.c, mbox.c, mbyte.c, md5c.c, menu.c, mh.c, mutt.h,
1551 - mutt_idna.c, mutt_sasl.c, mutt_socket.c, mutt_ssl.c,
1552 - mutt_ssl_gnutls.c, mutt_ssl_nss.c, mutt_tunnel.c, muttlib.c, mx.c,
1553 - pager.c, parse.c, pattern.c, pgp.c, pgpinvoke.c, account.c,
1554 + crypt.c, cryptglue.c, curs_lib.c, curs_main.c, date.c,
1555 + dotlock.c, edit.c, editmsg.c, enter.c, extlib.c, filter.c,
1556 + flags.c, from.c, getdomain.c, gnupgparse.c, handler.c, hash.c,
1557 + hdrline.c, headers.c, help.c, history.c, hook.c, init.c, keymap.c,
1558 + lib.c, main.c, makedoc.c, mbox.c, mbyte.c, md5c.c, menu.c, mh.c,
1559 + mutt.h, mutt_idna.c, mutt_sasl.c, mutt_socket.c, mutt_ssl.c,
1560 + mutt_ssl_gnutls.c, mutt_ssl_nss.c, mutt_tunnel.c, muttlib.c,
1561 + mx.c, pager.c, parse.c, pattern.c, pgp.c, pgpinvoke.c, account.c,
1562 addrbook.c, alias.c, ascii.c, attach.c, base64.c, browser.c,
1563 buffy.c, charset.c, color.c, commands.c, complete.c, compose.c,
1564 copy.c, crypt-gpgme.c: Add config.h to the top of every C file
1565 that could possibly want it. Remove it from mutt.h
1568 2005-02-01 03:36:39 Brendan Cully <brendan@kublai.com> (brendan)
1570 - * protos.h: Pull config.h out of protos.h, add to top of every
1571 - IMAP C file. This should probably be done to every C file, but the
1572 - results need testing in case some files depend on the current
1573 - (broken) includes. This should at least fix the off_t 4/8 bytes
1574 - bug I introduced yesterday.
1576 -2005-01-31 02:40:14 Brendan Cully <brendan@kublai.com> (brendan)
1578 - * acconfig.h, configure.in, hcache.c, protos.h: Begin removing
1579 - deprecated autoconf 2.13 backward compatibility code. Add
1580 - AC_CHECK_TYPES macros for uin32/64 types, use uint64_t instead of
1581 - long long in hcache code.
1583 -2005-01-29 19:15:07 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
1585 - * hcache.c: - make hcache.c conform to mutt codingstyle
1586 - - use Id CVS keyword instead of %K% BitKeeper keyword
1588 -2005-01-29 19:15:07 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
1590 - * hcache.c: - make hcache.c conform to mutt codingstyle - use
1591 - Id CVS keyword instead of %K% BitKeeper keyword
1593 -2005-01-28 16:40:33 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1594 + * imap/auth.c, imap/auth_anon.c, imap/auth_cram.c,
1595 + imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c,
1596 + imap/browse.c, imap/command.c, imap/imap.c, imap/message.c,
1597 + imap/utf7.c, protos.h: Pull config.h out of protos.h, add to
1598 + top of every IMAP C file. This should probably be done to every
1599 + C file, but the results need testing in case some files depend
1600 + on the current (broken) includes.
1602 +2005-01-31 02:40:14 brendan (brendan)
1604 + * acconfig.h, configure.in, hcache.c, imap/imap_private.h,
1605 + imap/message.c, m4/types.m4, protos.h: Begin removing deprecated
1606 + autoconf 2.13 backward compatibility code. Add AC_CHECK_TYPES
1607 + macros for uin32/64 types, use uint64_t instead of long long in
1610 +2005-01-29 19:15:07 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
1613 + * hcache.c: - make hcache.c conform to mutt codingstyle - use $Id$
1614 + CVS keyword instead of %K% BitKeeper keyword
1616 +2005-01-28 16:40:33 Thomas Roessler <roessler@does-not-exist.org>
1619 - * pgp.c: Adeodato points out on IRC that feof() only works
1620 - after a read. So, we now check for an unsuccessful fgetc().
1621 + * pgp.c: Adeotato points out that feof() only works after a read.
1622 + So, we now check for an unsuccessful fgetc().
1624 -2005-01-28 14:50:31 Paul Walker <paul@black-sun.demon.co.uk> (roessler)
1625 +2005-01-28 14:50:31 Paul Walker <paul@black-sun.demon.co.uk> (roessler)
1627 * signal.c: Trigger window resizing code when waking up from
1629 @@ -1209,11 +1494,13 @@
1630 po/bg.po, po/ca.po, po/cs.po, po/da.po, po/de.po, reldate.h:
1631 automatic post-release commit for mutt-1.5.7
1633 -2005-01-27 20:52:13 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1634 +2005-01-27 20:52:13 Thomas Roessler <roessler@does-not-exist.org>
1637 * main.c: Add USE_INODESORT to main.c's option dump.
1639 -2005-01-27 20:38:02 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
1640 +2005-01-27 20:38:02 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
1643 * commands.c: 0. In compose mode, press Ctrl-t to change
1644 Content-Type. 1. Type "application/octet-stream" for example.
1645 @@ -1222,12 +1509,14 @@
1646 5. Press y or n. 6. You will see a strange message:
1647 "Content-Type changed to Convert to us-ascii upon sending?."
1649 -2005-01-27 20:26:52 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1650 +2005-01-27 20:26:52 Thomas Roessler <roessler@does-not-exist.org>
1653 * pgp.c: Return an error in pgp_decrypt_part when the PGP output
1656 -2005-01-27 20:17:46 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
1657 +2005-01-27 20:17:46 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
1660 * curs_main.c: this patch doesn't raise an error if you try
1661 to sync an empty mailbox which makes it possible to use such a
1662 @@ -1241,19 +1530,22 @@
1663 * pgp.c: Detect end of PGP armor header when a line is
1666 -2005-01-27 19:18:15 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1667 +2005-01-27 19:18:15 Thomas Roessler <roessler@does-not-exist.org>
1670 * smime.c: Void the S/MIME passphrase before prompting
1671 the user to re-enter it. Noted by TAKAHASHI Tamotsu
1672 <ttakah@lapis.plala.or.jp>, but with memset replaced by
1673 smime_void_passphrase().
1675 -2005-01-27 19:00:59 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
1676 +2005-01-27 19:00:59 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
1679 * curs_lib.c: Add terminal newline when it lacks after editing
1680 a message. Originally from TAKIZAWA Takashi.
1682 -2005-01-27 18:58:14 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1683 +2005-01-27 18:58:14 Thomas Roessler <roessler@does-not-exist.org>
1686 * Makefile.am: Include mutt_ssl_gnutls.c with the distribution.
1688 @@ -1279,7 +1571,7 @@
1689 * mh.c, configure.in: Read files in maildir folders in inode
1690 order; this seems to reduce seek overhead on Linux. Enabled by
1691 default; to disable, run configure with --disable-inodesort.
1692 - (By way of Marco d'Itri.)
1693 + (By way of Mario d'Itri.)
1695 2005-01-27 18:28:42 Marco d'Itri <md@Linux.IT> (roessler)
1697 @@ -1300,7 +1592,8 @@
1698 * contrib/gpg.rc: A gpg command line contains both --verbose
1699 and --no-verbose, remove the first.
1701 -2005-01-26 14:33:08 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1702 +2005-01-26 14:33:08 Thomas Roessler <roessler@does-not-exist.org>
1705 * status.c: And, thinking about it further, this should just be
1706 an empty string, not "(null)".
1707 @@ -1308,84 +1601,73 @@
1708 * status.c: The last Context->pattern fix was still crap.
1709 Ooooops. (Thanks Ralf.)
1711 -2005-01-26 13:36:44 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
1712 +2005-01-26 13:36:44 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
1715 * Makefile.am, configure.in, globals.h, hcache.c, imap/imap.c,
1716 imap/imap_private.h, imap/message.c, init.h, main.c, protos.h:
1719 -2005-01-26 12:37:38 Ralf Wildenhues <wildenhues@ins.uni-bonn.de> (roessler)
1720 +2005-01-26 12:37:38 Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
1723 * addrbook.c, browser.c, commands.c, compose.c, imap/utf7.c:
1724 Make some functions static.
1726 -2005-01-26 12:36:36 Ralf Wildenhues <wildenhues@ins.uni-bonn.de> (roessler)
1728 * imap/command.c, imap/message.c: Fix some printf arguments.
1730 -2005-01-26 12:21:46 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1731 +2005-01-26 12:21:46 Thomas Roessler <roessler@does-not-exist.org>
1734 - * status.c: Really fix it. Thanks to Ralf for noting the
1735 - typo in my earlier commit.
1737 - * status.c: A variant of
1738 + * status.c: * status.c: A variant of
1739 <http://marc.theaimsgroup.com/?l=mutt-dev&m=110053165002362&w=2>.
1740 Spotted by Ralf Wildenhues <wildenhues@ins.uni-bonn.de>.
1742 2005-01-17 02:24:49 Brendan Cully <brendan@kublai.com> (brendan)
1744 - * cvslog2changelog.pl: cvs log emits a timezone after the
1745 - hour, at least here. Adjust date regexp to handle that case.
1747 -2005-01-15 09:52:44 Adeodato Simó <asp16@alu.ua.es> (brendan)
1748 + * cvslog2changelog.pl: cvs log emits a timezone after the hour,
1749 + at least here. Adjust date regexp to handle that case.
1751 +2005-01-15 17:45:01 Adeodato Simó <asp16@alu.ua.es> (brendan)
1753 * po/cs.po: Major translation updates forgotten in mutt-po.
1754 + (I missed cs in the last commit).
1756 2005-01-15 08:01:35 Brendan Cully <brendan@kublai.com> (brendan)
1758 - * Makefile.am: Update commit targets to work when
1759 - builddir != srcdir.
1761 -2005-01-15 07:36:37 Adeodato Simó <asp16@alu.ua.es> (brendan)
1763 - * init.h: Document the interaction between $reverse_name and
1764 - the alternates. Debian #210679.
1765 + * Makefile.am: Update commit targets to work when builddir !=
1768 - * doc/manual.sgml.head, doc/muttrc.man.head: Include reply-hook
1769 - in the reference section of the manual.
1771 +2005-01-15 07:43:30 Adeodato Simó <asp16@alu.ua.es> (brendan)
1773 - * doc/mutt.man: Small typo in the mutt.1 manpage: Qeury -> Query.
1775 + * po/sv.po, po/ca.po, po/de.po, po/it.po: i18n updates.
1777 - * doc/muttrc.man.head: Minor formatting issue in the muttrc.5
1780 + * doc/manual.sgml.head, doc/mutt.man, doc/muttrc.man.head,
1781 + init.h: Sundry documentation nits fixed. Debian #210679, #254294,
1784 - * po/ca.po, po/sv.po: Minor corrections in these translations,
1785 - checked with their authors.
1787 - * po/de.po, po/it.po: Major translation updates forgotten in
1790 -2005-01-11 12:15:13 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1791 +2005-01-11 12:15:13 Thomas Roessler <roessler@does-not-exist.org>
1794 * doc/manual.sgml.head, doc/muttrc.man.head: Document send2-hook.
1796 * send.c: send2-hook should also be executed after the first
1797 time the message is edited by the user.
1799 -2005-01-09 15:35:51 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1800 +2005-01-09 15:35:51 Thomas Roessler <roessler@does-not-exist.org>
1803 * doc/muttbug.man, muttbug.sh.in: Replace muttbug and its
1804 documentation by a note that acknowledges the shut down of the
1805 bug tracking system.
1807 -2004-12-21 09:46:24 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1808 +2004-12-21 09:46:24 Thomas Roessler <roessler@does-not-exist.org>
1811 * pgp.c: Fix Debian #275188.
1813 -2004-12-07 19:50:04 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1814 +2004-12-07 19:50:04 Thomas Roessler <roessler@does-not-exist.org>
1817 * compose.c, hook.c, init.c, init.h, mutt.h, send.c: Add
1818 send2-hook and fix alternates handling.
1819 @@ -1395,7 +1677,8 @@
1820 * doc/manual.sgml.tail, doc/manual.sgml.head: Document
1823 -2004-11-08 08:43:17 Ralf Wildenhues <wildenhues@ins.uni-bonn.de> (roessler)
1824 +2004-11-08 08:43:17 Ralf Wildenhues <wildenhues@ins.uni-bonn.de>
1827 * imap/imap_private.h: Having a signed one-bit bitfield is quite
1828 odd -- its value is either 0 or -1. Although the current code
1829 @@ -1405,11 +1688,13 @@
1830 * imap/message.c: There's a size_t in imap_append_message not
1831 printed out portably.
1833 -2004-11-02 13:30:58 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1834 +2004-11-02 13:30:58 Thomas Roessler <roessler@does-not-exist.org>
1837 * copy.h: Fix flag confusion. Noted by Vincent Lefevre.
1839 -2004-10-30 21:59:00 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1840 +2004-10-30 21:59:00 Thomas Roessler <roessler@does-not-exist.org>
1843 * browser.c, buffy.c, check_sec.sh, commands.c, edit.c,
1844 imap/auth_cram.c, imap/auth_gss.c, imap/imap.c, imap/message.c,
1845 @@ -1420,16 +1705,18 @@
1846 * smime.c: Fix bad code in smime_get_field_from_db. Problem noted
1847 by Ulf Härnhammar <Ulf.Harnhammar.9485@student.uu.se>.
1849 -2004-09-29 11:27:33 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1850 +2004-09-29 11:27:33 Thomas Roessler <roessler@does-not-exist.org>
1853 * lib.c: Fix mutt_unlink race condition for systems without
1854 O_NOFOLLOW. Noted by Jarno Huuskonen <Jarno.Huuskonen@uku.fi>.
1856 -2004-09-07 08:09:39 Matthias Andree <matthias.andree@gmx.de> (roessler)
1857 +2004-09-07 08:09:39 Matthias Andree <matthias.andree@gmx.de> (roessler)
1859 * prepare: Fix parameter passing.
1861 -2004-08-31 15:41:03 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1862 +2004-08-31 15:41:03 Thomas Roessler <roessler@does-not-exist.org>
1865 * configure.in: Add AC_GNU_SOURCE.
1867 @@ -1437,15 +1724,11 @@
1868 before building the attachment tree. A generic solution would
1869 remove intransparent encodings all the way down the tree.
1871 -2004-08-30 20:10:10 Moritz Schulte <mo@g10code.com> (roessler)
1872 +2004-08-30 20:10:10 Brendan Cully <brendan@kublai.com> (roessler)
1874 * compose.c: Only print additional information related to PGP
1875 in case the current message is indeed to be encrypted/signed
1878 - (This change is misattributed to Brendan Cully in the CVS.)
1880 -2004-08-30 20:05:40 Brendan Cully <brendan@kublai.com> (roessler)
1882 * globals.h, init.h, mutt_sasl.c, mutt_ssl.c: Here's a patch
1883 to allow mutt to use SSL client certificates to authenticate
1884 @@ -1454,18 +1737,21 @@
1885 key). It works with the SASL EXTERNAL authentication mechanism,
1886 so you'll need to have SASL enabled as well.
1888 -2004-08-30 20:03:35 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
1889 +2004-08-30 20:03:35 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
1892 * init.c: Fix a memory leak in the generic spam detection code.
1894 * muttlib.c, protos.h: This wipes duplicated code, which I
1895 introduced a while ago.
1897 -2004-08-30 19:47:47 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
1898 +2004-08-30 19:47:47 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
1903 -2004-08-21 07:35:16 Ivan Vilata i Balaguer <ivan@selidor.net> (roessler)
1904 +2004-08-21 07:35:16 Ivan Vilata i Balaguer <ivan@selidor.net>
1909 @@ -1473,11 +1759,10 @@
1913 -2004-08-17 15:56:23 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1915 - * configure.in: Check for ssize_t, really.
1916 +2004-08-17 15:56:23 Thomas Roessler <roessler@does-not-exist.org>
1919 - * configure.in: Check for ssize_t.
1920 + * configure.in, configure.in: Check for ssize_t.
1922 2004-08-17 15:25:31 Ronny Haryanto <ronnylist@haryan.to> (roessler)
1924 @@ -1522,7 +1807,8 @@
1928 -2004-08-11 12:31:21 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
1929 +2004-08-11 12:31:21 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
1932 * imap/imap.c: Fix two IMAP memory leaks.
1934 @@ -1530,11 +1816,13 @@
1936 * menu.c: Fix a memory leak in mutt_menuDestroy.
1938 -2004-08-08 16:20:37 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
1939 +2004-08-08 16:21:16 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
1942 - * muttlib.c, protos.h: Fix a memory leak.
1943 + * ChangeLog, muttlib.c, protos.h: Fix a memory leak.
1945 -2004-08-08 16:19:15 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1946 +2004-08-08 16:19:15 Thomas Roessler <roessler@does-not-exist.org>
1949 * pgp.c, smime.c: Fix the PGP and S/MIME menus. Complaints
1950 and suggestions of many lead to these changes. See mutt-dev
1951 @@ -1547,7 +1835,7 @@
1955 -2004-08-02 08:03:46 Nathan Dushman <nhd+mutt@andrew.cmu.edu> (roessler)
1956 +2004-08-02 08:03:46 Nathan Dushman <nhd+mutt@andrew.cmu.edu> (roessler)
1958 * imap/command.c: Fix the improvement to address #1655.
1960 @@ -1555,7 +1843,7 @@
1962 * imap/message.c: Quick fix for IMAP breakage.
1964 -2004-07-21 22:15:40 Nathan Dushman <nhd+mutt@andrew.cmu.edu> (roessler)
1965 +2004-07-21 22:15:40 Nathan Dushman <nhd+mutt@andrew.cmu.edu> (roessler)
1967 * imap/command.c: This is a one-line patch that increases the
1968 speed at which mutt opens IMAP mailboxes, and addresses bug #1655.
1969 @@ -1564,12 +1852,14 @@
1973 -2004-07-20 08:17:21 Thomas Roessler <roessler@does-not-exist.org> (roessler)
1974 +2004-07-20 08:17:21 Thomas Roessler <roessler@does-not-exist.org>
1977 * imap/message.c, mutt.h, parse.c, send.c, url.c: Use List-Post
1978 headers when doing list-reply.
1980 -2004-07-19 21:44:23 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
1981 +2004-07-19 21:44:23 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
1984 * globals.h, imap/message.c, init.h: Fix #1548. (The first
1985 variant, with $imap_headers specifying headers that are downloaded
1986 @@ -1583,7 +1873,8 @@
1988 * doc/manual.sgml.head: Fixing a missing newline.
1990 -2004-07-19 21:36:46 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
1991 +2004-07-19 21:36:46 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
1994 * Makefile.am: Fix IMAP breakage.
1996 @@ -1596,15 +1887,18 @@
1998 * pgp.c: Do not forget to handle special-case for gpg-agent.
2000 -2004-07-14 05:55:40 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2001 +2004-07-14 05:55:40 Thomas Roessler <roessler@does-not-exist.org>
2004 * ChangeLog: Fix an earlier commit message.
2006 -2004-07-14 05:45:18 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
2007 +2004-07-14 05:45:18 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
2010 * browser.c: Fix Debian#237426. (Experimental.)
2012 -2004-07-14 05:39:23 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2013 +2004-07-14 05:39:23 Thomas Roessler <roessler@does-not-exist.org>
2016 * compose.c: Don't invoke "builtin" as an external editor. Note:
2017 It's not clear to me that this is really the right approach.
2018 @@ -1618,24 +1912,27 @@
2019 makes this optional, introducing the hide_thread_subject boolean
2020 setting which defaults to the old behaviour.
2022 -2004-07-14 05:07:18 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2023 +2004-07-14 05:07:18 Thomas Roessler <roessler@does-not-exist.org>
2026 * mh.c: Some eye-candy during the delayed parsing of maildir
2029 -2004-07-14 04:50:19 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
2030 +2004-07-14 04:50:19 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
2033 * init.h, sort.h: Hack to fix $sort_browser documentation.
2035 * copy.c, copy.h, handler.c, init.h, mutt.h, send.c:
2036 $include_onlyfirst, again.
2038 -2004-07-14 04:34:07 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2039 +2004-07-14 04:34:07 Thomas Roessler <roessler@does-not-exist.org>
2042 * copy.c, copy.h, handler.c, init.h, mutt.h, send.c: Fix a cvs
2043 commit SNAFU: This commit undoes the include_onlyfirst patch,
2044 but leaves the generic spam detection by David Champion in place
2045 - (which, erroneously, hadn't been committed separately).
2046 + (which, erroneously, hadn't been committed automatically).
2048 2004-07-14 04:16:58 ttakah@lapis.plala.or.jp (roessler)
2050 @@ -1644,36 +1941,40 @@
2051 init.h, mutt.h, muttlib.c, parse.c, pattern.c, protos.h, send.c,
2052 sort.c, sort.h: Introduce $include_onlyfirst.
2054 -2004-07-12 13:35:27 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2055 +2004-07-12 13:35:27 Thomas Roessler <roessler@does-not-exist.org>
2058 * pager.c: The limitations for OP_MAIL and OP_RECALL should
2061 -2004-07-12 13:22:24 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2063 * init.c, sendlib.c: Add some debugging code, and rewrite the
2064 previously-ununderstandable mutt_remove_duplicates. (All this
2065 done on the search for a problem that ultimately turned out to
2066 be a configuration issue. Still, the changed code could come in
2069 -2004-07-11 16:25:00 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
2070 +2004-07-11 16:25:00 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
2073 * pager.c: Fix #1882.
2075 -2004-06-27 13:54:51 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2076 +2004-06-27 13:54:51 Thomas Roessler <roessler@does-not-exist.org>
2079 * postpone.c: Experimental code for #1910.
2081 -2004-06-26 08:45:29 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2082 +2004-06-26 08:45:29 Thomas Roessler <roessler@does-not-exist.org>
2085 * commands.c: Fix #1909.
2087 -2004-06-23 08:09:43 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2088 +2004-06-23 08:09:43 Thomas Roessler <roessler@does-not-exist.org>
2091 * pgp.c: Zero out the PGP passphrase before asking for a new one.
2093 -2004-06-17 20:39:20 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2094 +2004-06-17 20:39:20 Thomas Roessler <roessler@does-not-exist.org>
2097 * smime.c: Change S/MIME send menu behavior to xor instead of or,
2098 so it behaves the same way as the PGP send menu.
2099 @@ -1744,13 +2045,15 @@
2100 change the default; change the error message given if that
2101 variable is set to "no."
2103 -2004-04-12 21:43:33 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2104 +2004-04-12 21:43:33 Thomas Roessler <roessler@does-not-exist.org>
2107 * lib.c, attach.c: Don't open a file for writing that we have
2108 unlinked before. Reported embarassingly long ago by Jarno
2109 Huuskonen <Jarno.Huuskonen@uku.fi>.
2111 -2004-04-12 21:19:31 Dale Woolridge <dale-list-mutt-dev-2@woolridge.org> (roessler)
2112 +2004-04-12 21:19:31 Dale Woolridge <dale-list-mutt-dev-2@woolridge.org>
2115 * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/pt_BR.po, po/ru.po,
2116 po/sk.po, po/sv.po, po/tr.po, po/gl.po, po/hu.po, po/id.po,
2117 @@ -1760,9 +2063,10 @@
2118 mutt_crypt.h, po/ca.po, postpone.c, send.c, sendlib.c: See:
2119 http://does-not-exist.org/mail-archives/mutt-dev/msg00843.html
2121 -2004-04-12 20:37:19 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2122 +2004-04-12 20:37:19 Thomas Roessler <roessler@does-not-exist.org>
2125 - * copy.c: Fix #1804. (From vincent@vinc17.org)
2126 + * copy.c: Fix #1804.
2128 * commands.c, curs_main.c, mutt.h, mutt_crypt.h, pager.c,
2129 recvattach.c: A belated fix for #1808 (Debian #233106): Make
2130 @@ -1772,7 +2076,8 @@
2131 message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"'
2132 \ "exec check-traditional-pgp"
2134 -2004-04-12 19:53:29 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
2135 +2004-04-12 19:53:29 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
2138 * doc/manual.sgml.head, init.h: Various documentation fixes,
2140 @@ -1781,7 +2086,7 @@
2142 * doc/mbox.man, doc/muttbug.man: Fix #1831, Debian#237827.
2144 -2004-04-12 19:42:10 Joël Riou <joel.riou@normalesup.org> (roessler)
2145 +2004-04-12 19:42:10 Joël Riou <joel.riou@normalesup.org> (roessler)
2147 * globals.h, init.c, init.h: Introduce config_charset.
2149 @@ -1789,7 +2094,7 @@
2153 -2004-04-12 19:37:23 Im Eunjea <eunjea@koru.org> (roessler)
2154 +2004-04-12 19:37:23 Im Eunjea <eunjea@koru.org> (roessler)
2158 @@ -1798,11 +2103,12 @@
2159 * doc/manual.sgml.head, doc/muttrc.man.head, mutt.h, pattern.c:
2160 Unreferenced messages pattern: ~$
2162 -2004-04-12 19:20:13 Paul WALKER <paul.walker@st.com> (roessler)
2163 +2004-04-12 19:20:13 Paul WALKER <paul.walker@st.com> (roessler)
2165 * mutt_sasl.c: SASL2 needs errno.h.
2167 -2004-04-12 19:17:32 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2168 +2004-04-12 19:17:32 Thomas Roessler <roessler@does-not-exist.org>
2171 * muttlib.c: Include the user ID with temporary file names.
2172 Suggested by eravin@panix.com in #1833.
2173 @@ -1815,11 +2121,12 @@
2174 * imap/auth_sasl.c: Fix Debian #206078, #214758; patch submitted
2175 by Artur Czechowski as #1845.
2177 -2004-03-21 16:02:10 Ivan Vilata i Balaguer <ivan@selidor.net> (roessler)
2178 +2004-03-21 16:02:10 Ivan Vilata i Balaguer <ivan@selidor.net>
2183 -2004-02-12 08:51:07 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2184 +2004-02-12 08:51:07 roessler (roessler)
2186 * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po,
2187 po/tr.po, po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/ja.po,
2188 @@ -1828,10 +2135,13 @@
2189 po/de.po, VERSION, po/bg.po, po/ca.po, po/cs.po, reldate.h,
2190 ChangeLog: automatic post-release commit for mutt-1.4.2.1
2192 +2004-02-12 08:46:17 Thomas Roessler <roessler@does-not-exist.org>
2195 * Makefile.am: (stable) Include regex.c and snprintf.c with
2198 -2004-02-11 14:03:38 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2199 +2004-02-11 14:03:38 roessler (roessler)
2201 * po/zh_TW.po, po/uk.po, po/zh_CN.po, po/tr.po, po/sv.po,
2202 po/ru.po, po/sk.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
2203 @@ -1840,6 +2150,9 @@
2204 po/cs.po, po/da.po, po/ca.po, VERSION, po/bg.po, reldate.h,
2205 ChangeLog: automatic post-release commit for mutt-1.4.2
2207 +2004-02-11 10:07:17 Thomas Roessler <roessler@does-not-exist.org>
2210 * configure.in, menu.c: Backport an old bug fix, and make sure
2211 configure can be created on recent systems.
2213 @@ -1852,24 +2165,28 @@
2214 * charset.c: Fix a CP1255/8-related problem that's caused by a
2217 -2004-02-08 09:38:38 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2218 +2004-02-08 09:38:38 Thomas Roessler <roessler@does-not-exist.org>
2221 * muttlib.c: Change the logic in mutt_open_read to only
2222 catch directories -- mutt may legitimately read devices (think
2223 /dev/null) or named pipes. Also delegate error reporting to the
2224 calling function by setting errno.
2226 -2004-02-07 21:40:11 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
2227 +2004-02-07 21:40:11 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
2232 -2004-02-07 21:38:32 Juan Altmayer Pizzorno <juan@altmayer.com> (roessler)
2233 +2004-02-07 21:38:32 Juan Altmayer Pizzorno <juan@altmayer.com>
2236 * mbox.c: Hi, off_t is a 64-bit number (like on Mac OS X/darwin),
2237 the percentages don't show right while mutt is reading/parsing
2238 a mailbox. Here's a patch (against 1.5.6i) to fix that.
2240 -2004-02-07 21:36:41 David Yitzchak Cohen <lists+mutt_devs@bigfatdave.com> (roessler)
2241 +2004-02-07 21:36:41 David Yitzchak Cohen
2242 +<lists+mutt_devs@bigfatdave.com> (roessler)
2244 * init.c, muttlib.c: Looking at the code, the problem is pretty
2245 obvious. A recent patch to init.c (the one that was supposed
2246 @@ -1880,7 +2197,8 @@
2247 is a file or a command. I'm attaching a patch that fixes the
2248 problem in what I believe is the right way.
2250 -2004-02-05 14:17:25 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2251 +2004-02-05 14:17:25 Thomas Roessler <roessler@does-not-exist.org>
2254 * menu.c: Back out the patch for #1697.
2256 @@ -1892,7 +2210,7 @@
2260 -2004-02-02 10:24:32 Im Eunjea <eunjea@koru.org> (roessler)
2261 +2004-02-02 10:24:32 Im Eunjea <eunjea@koru.org> (roessler)
2265 @@ -1900,7 +2218,7 @@
2269 -2004-02-01 18:26:13 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2270 +2004-02-01 18:26:13 roessler (roessler)
2272 * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po,
2273 po/zh_CN.po, po/zh_TW.po, po/id.po, po/it.po, po/ja.po, po/ko.po,
2274 @@ -1909,7 +2227,8 @@
2275 po/et.po, po/fr.po, po/gl.po, po/hu.po, reldate.h: automatic
2276 post-release commit for mutt-1.5.6
2278 -2004-02-01 18:00:16 Mike Schiraldi <1074468571@schiraldi.org> (roessler)
2279 +2004-02-01 18:00:16 Mike Schiraldi <1074468571@schiraldi.org>
2282 * init.c: As you all know, running "mutt -F foo.rc" will have
2283 mutt read foo.rc as its config file. However, there is a bug --
2284 @@ -1929,7 +2248,8 @@
2288 -2004-02-01 17:45:33 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2289 +2004-02-01 17:45:33 Thomas Roessler <roessler@does-not-exist.org>
2292 * doc/manual.sgml.head: A cross-reference was missing.
2294 @@ -1940,41 +2260,50 @@
2295 protos.h: Turn alternates, lists, and subscribe into regular
2298 -2004-01-12 22:56:58 Christoph Ludwig <cludwig@cdc.informatik.tu-darmstadt.de> (roessler)
2299 +2004-01-12 22:56:58 Christoph Ludwig
2300 +<cludwig@cdc.informatik.tu-darmstadt.de> (roessler)
2302 * smime_keys.pl: Avoid a Perl warning.
2304 2004-01-12 20:24:09 Matt Kraai <kraai@ftbfs.org> (roessler)
2306 - * doc/manual.sgml.head: A newline was missing from the
2307 - documentation; #1754. (The actual commit message for this
2308 - change is garbage; wrong window.)
2309 + * doc/manual.sgml.head: Thanks. The patch is committed to
2312 -2004-01-12 19:59:38 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2313 +2004-01-12 19:59:38 Thomas Roessler <roessler@does-not-exist.org>
2316 * crypt.c: Retainable PGP signatures were broken badly. #1757.
2318 -2004-01-05 11:55:14 Robert Schiele <robert.schiele@t-online.de> (roessler)
2319 +2004-01-05 11:55:14 Robert Schiele <robert.schiele@t-online.de>
2322 * mutt_sasl.c: Back out part of the previous SASL/IPv6 patch
2323 due to portability issues.
2325 +2004-01-04 11:10:21 Thomas Roessler <roessler@does-not-exist.org>
2328 + * init.c: Strike that.
2330 + * init.c: Fix a memory management error. Ouch.
2332 2004-01-04 10:55:20 René Clerc <rene@clerc.nl> (roessler)
2334 * init.h: Fix hide_missing / hide_limited documentation.
2336 -2004-01-04 10:51:49 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2337 +2004-01-04 10:51:49 Thomas Roessler <roessler@does-not-exist.org>
2340 * hdrline.c: Permit list patterns that match the domain name of
2341 an address; these patterns begin with '@'. Example: subscribe
2342 @bugs.guug.de matches all messages sent to the bug tracking
2345 -2004-01-04 10:30:52 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2347 * po/ru.po: Argh, I shouldn't replace files by patches.
2349 -2004-01-04 10:25:13 Cameron Patrick <cameron@patrick.wattle.id.au> (roessler)
2350 +2004-01-04 10:25:13 Cameron Patrick <cameron@patrick.wattle.id.au>
2353 * menu.c: Fix #1697 (Debian #219594.)
2355 @@ -1982,7 +2311,8 @@
2359 -2004-01-04 10:19:45 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
2360 +2004-01-04 10:19:45 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
2365 @@ -1995,7 +2325,8 @@
2366 * send.c: Fix #1488 (Debian#1882526): Honor Reply-To while
2367 generating Mail-Followup-To headers.
2369 -2004-01-04 09:59:42 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2370 +2004-01-04 09:59:42 Thomas Roessler <roessler@does-not-exist.org>
2373 * init.h: Fix #1738; documentation issue re $from, $use_from.
2375 @@ -2015,12 +2346,14 @@
2377 * imap/imap.c: Fix #1703.
2379 -2004-01-04 09:42:35 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2380 +2004-01-04 09:42:35 Thomas Roessler <roessler@does-not-exist.org>
2383 * smime.c: Fix a NULL pointer deference noted by Will Fiveash
2384 <william.fiveash@sun.com>.
2386 -2003-12-30 13:04:20 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2387 +2003-12-30 13:04:20 Thomas Roessler <roessler@does-not-exist.org>
2390 * commands.c, crypt.c, mutt.h, mutt_crypt.h, smime.c: Handle
2391 partially signed messages more reasonably. See #1743.
2392 @@ -2036,7 +2369,8 @@
2393 imap server over ipv6 it stores the address in a sockaddr which
2394 may not be large enough to hold the ipv6 address.
2396 -2003-12-17 17:42:02 Scott Koranda <skoranda@gravity.phys.uwm.edu> (roessler)
2397 +2003-12-17 17:42:02 Scott Koranda <skoranda@gravity.phys.uwm.edu>
2400 * crypt.c: pkcs7-signature wasn't recognized properly in one
2402 @@ -2046,7 +2380,8 @@
2403 * rfc1524.c: Fix possible core dump in mailcap nametemplate
2406 -2003-12-10 00:48:57 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2407 +2003-12-10 00:48:57 Thomas Roessler <roessler@does-not-exist.org>
2410 * thread.c: Avoid NULL pointer deference in threading code.
2412 @@ -2054,7 +2389,8 @@
2414 * pager.c: Fix 1716.
2416 -2003-11-15 09:32:30 Velko Hristov <hristov@informatik.hu-berlin.de> (roessler)
2417 +2003-11-15 09:32:30 Velko Hristov <hristov@informatik.hu-berlin.de>
2422 @@ -2066,7 +2402,8 @@
2426 -2003-11-12 13:49:32 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2427 +2003-11-12 13:49:32 Thomas Roessler <roessler@does-not-exist.org>
2430 * configure.in, mutt_idna.c, mutt_idna.h, mutt_socket.c: Fix
2431 IDN API incompatibility problems.
2432 @@ -2075,15 +2412,12 @@
2434 * configure.in: Fix 1515, 1693.
2436 -2003-11-12 11:40:27 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2437 +2003-11-12 11:40:27 Thomas Roessler <roessler@does-not-exist.org>
2440 * mh.c, sort.c: Fix dangling pointer problems in threading code.
2441 Noted and tracked down by q4xk3j002@sneakemail.com who also
2442 provided the initial fix.
2444 - CORRECTION: q4xk3j002 (whoever that is) reported the bug,
2445 - but thr problem was tracked down and fixed by YONETANI
2446 - Tomokazu <qhwt@myrealbox.com>
2448 2003-11-11 10:19:22 Ronny Haryanto <ronnylist@haryan.to> (roessler)
2450 @@ -2097,16 +2431,15 @@
2454 -2003-11-09 21:41:28 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2455 +2003-11-09 21:41:28 Thomas Roessler <roessler@does-not-exist.org>
2460 -2003-11-09 09:38:32 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2462 * send.c: Commit the fix for #1509. This must have been lost
2465 -2003-11-05 20:09:36 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2466 +2003-11-05 20:09:36 roessler (roessler)
2468 * po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po,
2469 po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po,
2470 @@ -2115,13 +2448,16 @@
2471 po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po: automatic
2472 post-release commit for mutt-1.5.5.1
2474 -2003-11-05 12:17:10 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2475 +2003-11-05 12:17:10 Thomas Roessler <roessler@does-not-exist.org>
2478 * Makefile.am: Include regex.c and snprintf.c with the
2479 distribution. Noted by Lars Hecking.
2481 * build-release: Ups, we don't upload the CVS any more.
2483 +2003-11-05 09:51:10 roessler (roessler)
2485 * po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
2486 po/uk.po, po/zh_CN.po, po/zh_TW.po, ChangeLog, VERSION, po/bg.po,
2487 po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po,
2488 @@ -2129,50 +2465,51 @@
2489 po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, reldate.h:
2490 automatic post-release commit for mutt-1.5.5
2492 -2003-11-05 09:27:43 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2493 +2003-11-05 09:27:43 Thomas Roessler <roessler@does-not-exist.org>
2496 * build-release: Use gpg for signing releases.
2498 -2003-11-03 10:30:58 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2499 +2003-11-03 10:30:58 Thomas Roessler <roessler@does-not-exist.org>
2502 * attach.c: Fix a logic flaw in attachment saving.
2504 -2003-10-08 19:55:39 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2505 +2003-10-08 19:55:39 Thomas Roessler <roessler@does-not-exist.org>
2508 * pgpkey.c: KeyTable is pgp_uid_t **, not pgp_key_t *. Fix some
2509 sizeof statements accordingly. Note that pgp_key_t is also a
2510 pointer, though, so this should not have broken things.
2512 -2003-10-06 09:58:35 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2513 +2003-10-06 09:58:35 Thomas Roessler <roessler@does-not-exist.org>
2516 * query.c: Fiy memory corruption. (# 1659)
2518 -2003-10-04 22:12:10 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2519 +2003-10-04 22:12:10 Thomas Roessler <roessler@does-not-exist.org>
2522 * lib.c: mutt_basename() was garbage.
2524 -2003-10-04 20:54:37 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2526 * doc/manual.sgml.head: Fix some tags. Noted by Todd
2527 <Freedom_Lover@pobox.com>.
2529 -2003-10-04 20:35:00 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2531 * recvattach.c, attach.h, commands.c, compose.c, keymap.h, lib.c,
2532 lib.h, menu.c, mutt.h, mutt_menu.h, muttlib.c, pager.c, protos.h:
2533 This patch fixes various aspects of the attachment-saving user
2534 interface. Changes include:
2536 - - When tagging and saving multiple attachments, you can now use
2537 + * When tagging and saving multiple attachments, you can now use
2538 the same target directory for multiple attachments.
2540 - - When you can't save an attachment, you get an opportunity to
2541 + * When you can't save an attachment, you get an opportunity to
2542 enter a new file name.
2544 - - The menu cursor will highlight the attachment that you are
2545 + * The menu cursor will highlight the attachment that you are
2546 currently discussing with mutt.
2548 - - Various bug fixes.
2549 + * Various bug fixes.
2551 This does, in particular, address #1619 (Debian#208430).
2553 @@ -2182,12 +2519,14 @@
2555 * doc/muttrc.man.head: Fix typo.
2557 -2003-09-29 15:05:52 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2558 +2003-09-29 15:05:52 Thomas Roessler <roessler@does-not-exist.org>
2561 * doc/dotlock.man, doc/mutt.man, doc/muttrc.man.head: Fix #1652
2562 (Debian #213007), noted by Jens Seidel <tux-master@web.de>.
2564 -2003-09-20 06:24:10 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2565 +2003-09-20 06:24:10 Thomas Roessler <roessler@does-not-exist.org>
2568 * muttbug.sh.in: Adapt to new GNU coreutils by not using head (1).
2570 @@ -2195,7 +2534,8 @@
2574 -2003-09-19 13:05:13 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2575 +2003-09-19 13:05:13 Thomas Roessler <roessler@does-not-exist.org>
2578 * imap/utf7.c: Fix remaining (void **) casts.
2580 @@ -2212,7 +2552,8 @@
2581 double-check, one might have slipped through the cracks), I can
2582 make one for 1.4 CVS branch as well if wanted.
2584 -2003-09-19 12:56:49 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2585 +2003-09-19 12:56:49 Thomas Roessler <roessler@does-not-exist.org>
2588 * send.c: Change abort_unmodified so it doesn't abort a message
2589 that has an attachment. Catches the "send a file from the
2590 @@ -2223,28 +2564,31 @@
2591 * mutt_sasl.c: This trivial patch closes #1516 (NI_WITHSCOPEID
2592 undefined). Thanks to Mads for the initial patch.
2594 -2003-09-11 07:27:23 Velko Hristov <hristov@informatik.hu-berlin.de> (roessler)
2595 +2003-09-11 07:27:23 Velko Hristov <hristov@informatik.hu-berlin.de>
2598 * po/bg.po: Bulgarian translation. (Seems like I screwed up an
2599 earlier commit. -tlr)
2601 -2003-09-10 13:20:49 Jon Miles <jon@zetnet.net> (roessler)
2602 +2003-09-10 13:20:49 Jon Miles <jon@zetnet.net> (roessler)
2604 * pop_auth.c: In pop_auth.c:pop_auth_sasl(), if the main loop
2605 received anything back from the server that didnt begin with '+
2606 ', it was bailing out and skipping the checks to see if there
2609 -2003-09-07 10:11:49 Im Eunjea <eunjea@koru.org> (roessler)
2610 +2003-09-07 10:11:49 Im Eunjea <eunjea@koru.org> (roessler)
2614 -2003-09-04 15:10:09 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2615 +2003-09-04 15:10:09 Thomas Roessler <roessler@does-not-exist.org>
2618 * init.h: Fix some formatting glitches that lead to error messages
2619 when viewing the muttrc(5) manual page.
2621 -2003-09-04 14:59:57 Christoph Ludwig <cludwig@cdc.informatik.tu-darmstadt.de> (roessler)
2622 +2003-09-04 14:59:57 Christoph Ludwig
2623 +<cludwig@cdc.informatik.tu-darmstadt.de> (roessler)
2625 * smime.c: Fix verification bug when messages are S/MIME signed
2627 @@ -2267,11 +2611,13 @@
2631 -2003-09-03 17:15:20 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
2632 +2003-09-03 17:15:20 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
2635 * po/ja.po: New ja.po.
2637 -2003-09-03 17:12:52 Velko Hristov <hristov@informatik.hu-berlin.de> (roessler)
2638 +2003-09-03 17:12:52 Velko Hristov <hristov@informatik.hu-berlin.de>
2641 * configure.in: Bulgarian translation.
2643 @@ -2298,7 +2644,8 @@
2644 The attached patch reverts that change. Let me know if it solves
2647 -2003-08-11 14:05:13 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2648 +2003-08-11 14:05:13 Thomas Roessler <roessler@does-not-exist.org>
2651 * doc/muttrc.man.head: Fix a formatting bug.
2653 @@ -2308,7 +2655,8 @@
2654 mbox.c, mx.c, mx.h, sendlib.c: This patch removes the Kendra
2655 format from mutt. (The support was broken anyways.)
2657 -2003-08-02 11:01:09 Horvath Szabolcs <horvaths@fi.inf.elte.hu> (roessler)
2658 +2003-08-02 11:01:09 Horvath Szabolcs <horvaths@fi.inf.elte.hu>
2663 @@ -2376,7 +2724,7 @@
2665 * configure.in, .cvsignore: autoconf 2.5 compatibility.
2667 -2003-07-14 12:40:03 Hugo Haas <hugo@larve.net> (roessler)
2668 +2003-07-14 12:40:03 Hugo Haas <hugo@larve.net> (roessler)
2670 * send.c: Fix #1520.
2672 @@ -2386,14 +2734,13 @@
2674 2003-07-14 12:19:07 Brendan Cully <brendan@kublai.com> (roessler)
2676 - * imap/command.c, imap/imap.c:
2678 - On Sunday, 13 July 2003 at 18:09, Brendan Cully wrote:
2679 + * imap/command.c, imap/imap.c: On Sunday, 13 July 2003 at 18:09,
2680 + Brendan Cully wrote:
2682 > The attached patch should help when the connection to your
2683 - > postponed folder times out and you can't reconnect without
2684 - > restarting mutt. I'd like anyone who has that problem to
2685 - > try it and let me know how it works.
2686 + postponed > folder times out and you can't reconnect without
2687 + restarting mutt. I'd > like anyone who has that problem to try
2688 + it and let me know how it > works.
2690 I dug a little deeper. The attached patch seems to work better. It
2691 complains the first time you try to recall a message, but works
2692 @@ -2404,11 +2751,12 @@
2693 push buffer when asking for passwords. This is a proper fix for
2694 bug 1312. I think it's uncontroversial.
2696 -2003-07-04 17:15:34 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2697 +2003-07-04 17:15:34 Thomas Roessler <roessler@does-not-exist.org>
2700 * imap/auth_sasl.c: Increase a buffer's size.
2702 -2003-07-04 17:07:22 Nicolas Rachinsky <nr@rachinsky.de> (roessler)
2703 +2003-07-04 17:07:22 Nicolas Rachinsky <nr@rachinsky.de> (roessler)
2705 * OPS, curs_lib.c, curs_main.c, functions.h, menu.c: Introduce
2706 tag-prefix-cond and end-cond. This makes simple conditional
2707 @@ -2419,31 +2767,25 @@
2708 * curs_main.c, pattern.c: Display an empty index when no messages
2709 match search criteria.
2711 -2003-07-04 16:57:56 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2712 +2003-07-04 16:57:56 Thomas Roessler <roessler@does-not-exist.org>
2715 * init.h, muttlib.c: Add a ':' flag to % expandos. This will
2716 make sure that any dots are converted into underscores. (_
2717 is already used for lowercasing the result of an expando.)
2719 -2003-06-04 14:01:39 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2720 +2003-06-04 14:01:39 Thomas Roessler <roessler@does-not-exist.org>
2723 * muttlib.c: Don't colorize empty lines generated with
2724 state_attach_puts();
2726 -2003-05-29 17:49:00 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2728 - * po/id.po, po/eo.po: Updates from the respective authors.
2730 2003-05-29 17:48:28 David Shaw <dshaw@jabberwocky.com> (roessler)
2732 - * pgp.c: Fix part of #1564.
2734 -2003-05-29 17:47:10 Matt Larson <mlarson@verisign.com> (roessler)
2736 - * imap/imap.c: Look at UNSEEN, not RECENT in
2737 - imap_check_mailbox().
2738 + * imap/imap.c, pgp.c, po/eo.po, po/id.po: Fix part of #1564.
2740 -2003-05-29 17:47:10 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2741 +2003-05-29 17:47:10 Thomas Roessler <roessler@does-not-exist.org>
2744 * init.c: Fix a segmentation fault which would occur when
2745 pgp_sort_keys is set in a configuration file, but mutt is compiled
2746 @@ -2453,23 +2795,27 @@
2747 capabilities. This should take care of the recent "mutt does
2748 not see all keys" problems.
2750 -2003-05-13 13:06:16 Dale Woolridge <dale-list-mutt-dev-2@woolridge.org> (roessler)
2751 +2003-05-13 13:06:16 Dale Woolridge <dale-list-mutt-dev-2@woolridge.org>
2754 * crypt.c: Fix gpg-agent use.
2756 -2003-05-13 12:53:20 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2757 +2003-05-13 12:53:20 Thomas Roessler <roessler@does-not-exist.org>
2760 * doc/manual.sgml.head: Remove useless examples about treating
2761 text/enriched externally. #1549; Debian #190309.
2763 -2003-05-13 12:50:04 Juan Altmayer Pizzorno <juan@altmayer.com> (roessler)
2764 +2003-05-13 12:50:04 Juan Altmayer Pizzorno <juan@altmayer.com>
2767 * recvattach.c: view-attachments does not extract the message
2768 within a x-pkcs7-mime if it's only signed, but not encrypted.
2769 Such a message results, for example, from a decrypt-save if the
2770 message was previously encrypted and signed.
2772 -2003-05-13 12:45:35 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
2773 +2003-05-13 12:45:35 Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
2776 * doc/manual.sgml.head: Fix an inconsistency between manual
2778 @@ -2492,7 +2838,8 @@
2779 the key algorithm as they are now, but the GnuPG users will see
2782 -2003-05-12 16:21:26 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2783 +2003-05-12 16:21:26 Thomas Roessler <roessler@does-not-exist.org>
2786 * enter.c: Fix alias completion when the alias is entered as
2787 part of a group. (E.g., The Tea Party: alias1, alias2, alias3;)
2788 @@ -2507,7 +2854,8 @@
2789 * compose.c: Fix two more cases in which ctrl-G is interpreted
2792 -2003-04-15 09:52:06 Dale Woolridge <dale-flea-mutt-bug@woolridge.org> (roessler)
2793 +2003-04-15 09:52:06 Dale Woolridge <dale-flea-mutt-bug@woolridge.org>
2796 * compose.c: The "sign (a)s" code strips the pgp application
2797 bit causing drawing issues in redraw_crypt_lines(). Other bits
2798 @@ -2515,7 +2863,8 @@
2799 with pgp, but the same problem exists in the smime code too.
2800 This inline patch (against cvs head revision) fixes the problem.
2802 -2003-04-14 09:09:53 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2803 +2003-04-14 09:09:53 Thomas Roessler <roessler@does-not-exist.org>
2806 * init.h, mutt.h, send.c: Fix the PGP / S/MIME selection mess
2807 in send.c. This patch adds two new configuration variables,
2808 @@ -2524,7 +2873,8 @@
2809 selection of one or both mechanisms. (Useful when your mutt is
2810 PGP- and S/MIME enabled, but you only use, say S/MIME.)
2812 -2003-04-11 15:15:04 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2813 +2003-04-11 15:15:04 Thomas Roessler <roessler@does-not-exist.org>
2816 * send.c: Backing out the previous change. It was nonsense.
2818 @@ -2533,7 +2883,8 @@
2819 * config.guess, config.sub, depcomp, install-sh, missing,
2820 mkinstalldirs: updates.
2822 -2003-04-11 11:56:22 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2823 +2003-04-11 11:56:22 Thomas Roessler <roessler@does-not-exist.org>
2826 * send.c: Try to fix a PGP / S/MIME-related problem. Found by
2827 Matt Larson <mlarson@verisign.com>, tracekd down by René Clerc
2828 @@ -2545,7 +2896,8 @@
2830 * recvcmd.c: Fix #1531. (recvcmd.c duplicate of #1528)
2832 -2003-04-08 22:32:56 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2833 +2003-04-08 22:32:56 Thomas Roessler <roessler@does-not-exist.org>
2836 * lib.c: Avoid a division by zero.
2838 @@ -2558,11 +2910,10 @@
2839 in which parameters for malloc calls could overflow. Thanks to
2840 Timo Sirainen for the heads-up.
2842 -2003-04-08 10:18:15 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2844 * po/es.po: Mark a translation as fuzzy in order to fix #1522.
2846 -2003-04-07 20:08:10 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2847 +2003-04-07 20:08:10 Thomas Roessler <roessler@does-not-exist.org>
2850 * commands.c: Fix #1528.
2852 @@ -2570,7 +2921,8 @@
2856 -2003-04-06 11:00:59 Ivan Vilata i Balaguer <ivan@selidor.net> (roessler)
2857 +2003-04-06 11:00:59 Ivan Vilata i Balaguer <ivan@selidor.net>
2862 @@ -2579,18 +2931,16 @@
2863 * smime_keys.pl: - add a missing filehandle closure - some
2864 cleanups of unused/bogous code
2866 -2003-04-02 08:47:28 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2867 +2003-04-02 08:47:28 Thomas Roessler <roessler@does-not-exist.org>
2870 * contrib/Makefile.in, contrib/colors.default,
2871 contrib/colors.linux: sample.muttrc-tlr would try to include
2872 - my color configurations, which weren't distrubted. Fix
2873 - that. (Bug noted while helping someone else to configure
2874 - mutt during a conference.)
2876 -2003-04-02 08:43:24 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2877 + my color configurations, which weren't distrubted. Fix that.
2878 + (Bug noted while helping someone else to configure mutt during
2881 - * contrib/sample.muttrc: Fix sample.muttrc. (Error noted by
2882 - Thomas Glanzmann.)
2883 + * contrib/sample.muttrc: Fix sample.muttrc.
2885 2003-04-02 08:40:50 Gary Johnson <garyjohn@spk.agilent.com> (roessler)
2887 @@ -2603,7 +2953,8 @@
2891 -2003-04-02 08:34:49 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> (roessler)
2892 +2003-04-02 08:34:49 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
2897 @@ -2629,7 +2980,7 @@
2901 -2003-03-19 22:43:08 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2902 +2003-03-19 22:43:08 roessler (roessler)
2904 * po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
2905 po/uk.po, po/zh_CN.po, po/zh_TW.po, po/et.po, po/fr.po, po/gl.po,
2906 @@ -2638,8 +2989,6 @@
2907 po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po,
2908 po/es.po, reldate.h: automatic post-release commit for mutt-1.5.4
2910 -2003-03-19 22:18:43 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2912 * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po,
2913 po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/ja.po, po/ko.po,
2914 po/lt.po, po/nl.po, po/gl.po, po/hu.po, po/id.po, po/it.po,
2915 @@ -2647,6 +2996,9 @@
2916 po/es.po, VERSION, po/bg.po, po/ca.po, po/cs.po, reldate.h,
2917 ChangeLog: automatic post-release commit for mutt-1.4.1
2919 +2003-03-19 21:56:29 Thomas Roessler <roessler@does-not-exist.org>
2922 * pgppubring.c: Fix some memory management calls. (Stable branch.)
2924 2003-03-19 21:33:30 Edmund GRIMLEY EVANS <edmundo@rano.org> (roessler)
2925 @@ -2656,15 +3008,15 @@
2927 * imap/utf7.c: Fix a buffer overflow in utf8_to_utf7.
2929 -2003-03-18 14:51:52 Andrew W. Nosenko <awn@bcs.zp.ua> (roessler)
2930 +2003-03-18 14:51:52 Andrew W. Nosenko <awn@bcs.zp.ua> (roessler)
2932 - * buffy.c (test_last_status_new): Fix memory leak. Envelope
2933 - structure allocated by mutt_read_rfc822_header() was never
2936 - * parse.c (mutt_read_rfc822_header): Comment added about
2937 - needing deallocate envelope structure returned by
2938 - mutt_read_rfc822_header().
2939 + * buffy.c, parse.c: - buffy.c (test_last_status_new): Fix memory
2940 + leak. Envelope structure allocated by mutt_read_rfc822_header()
2941 + was never deallocated.
2943 + - parse.c (mutt_read_rfc822_header): Comment added about
2944 + needing deallocate envelope structure returned by
2945 + mutt_read_rfc822_header().
2947 * mutt_idna.c: (mutt_addr_for_display): Fix memory leak. `user'
2948 and `domain' buffers was never deallocated.
2949 @@ -2673,7 +3025,8 @@
2950 deallocated when `mbx' doesn't contain '@'. Also rewritten for
2951 allocating memory only when needed and only how many as needed.
2953 -2003-03-12 13:00:03 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2954 +2003-03-12 13:00:03 Thomas Roessler <roessler@does-not-exist.org>
2957 * copy.c, sendlib.c: We need to re-format address headers instead
2958 of just decoding them.
2959 @@ -2687,7 +3040,8 @@
2960 problems before. Since it segfaults reliably on OS X for me now,
2961 I thought a patch would be in order.
2963 -2003-03-07 08:23:27 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2964 +2003-03-07 08:23:27 Thomas Roessler <roessler@does-not-exist.org>
2967 * crypt.c, pgp.h: Don't use functions without importing the
2968 corresponding prototype.
2969 @@ -2700,20 +3054,22 @@
2970 * globals.h: globals.h is looking for crypt.h instead of
2973 -2003-03-06 21:23:53 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2974 +2003-03-06 21:23:53 Thomas Roessler <roessler@does-not-exist.org>
2977 - * send.c: Fixing a segmentation fault. Here's how to
2978 - reproduce it: Start mutt. Compose a new message, with an
2979 - attachment. Turn on PGP signing. Press C-G on the pass
2980 - phrase prompt. Turn off PGP signing. Send the message.
2981 + * send.c: Fixing a segmentation fault. Here's how to reproduce
2982 + it: Start mutt. Compose a new message, with an attachment.
2983 + Turn on PGP signing. Press C-G on the pass phrase prompt.
2984 + Turn off PGP signing. Try to send the message.
2986 -2003-03-05 21:18:24 Andrew W. Nosenko <awn@bcs.zp.ua> (roessler)
2987 +2003-03-05 21:18:24 Andrew W. Nosenko <awn@bcs.zp.ua> (roessler)
2989 * protos.h, sort.c: Fix a warning.
2991 * mutt_idna.c: Fix tlr's pre-processor screw-up.
2993 -2003-03-04 09:51:07 Thomas Roessler <roessler@does-not-exist.org> (roessler)
2994 +2003-03-04 09:51:07 Thomas Roessler <roessler@does-not-exist.org>
2997 * mutt_idna.c, mutt_socket.c: Unset UseSTD3ASCIIRules, and set
2998 AllowUnassigned. (Just reading some standards.)
2999 @@ -2724,7 +3080,8 @@
3000 bodies; #1478. Note that the relevant standards explicitly
3001 *forbid* nested MIME encodings.
3003 -2003-03-04 09:27:21 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3004 +2003-03-04 09:27:21 Thomas Roessler <roessler@does-not-exist.org>
3007 * copy.c: Fix another stupid error, and decode IDNs in the
3009 @@ -2734,7 +3091,8 @@
3011 * addrbook.c, alias.c, send.c: Fixing more IDN bugs.
3013 -2003-03-03 14:25:14 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3014 +2003-03-03 14:25:14 Thomas Roessler <roessler@does-not-exist.org>
3017 * copy.c, sort.c: Fixing some nits.
3019 @@ -2753,15 +3111,14 @@
3020 code may, at this point, not even compile on machines without
3021 libidn. Will start working on that ASAP.
3023 -2003-03-03 08:26:21 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3025 * contrib/sample.muttrc, doc/manual.sgml.head, recvcmd.c,
3026 commands.c, init.h, mutt.h: Introduce a new option named
3027 $bounce, and fix some inconsistencies in the messages created
3028 when bouncing. Based on work done by Thomas Glanzmann
3029 <sithglan@stud.uni-erlangen.de>.
3031 -2003-02-25 22:00:38 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3032 +2003-02-25 22:00:38 Thomas Roessler <roessler@does-not-exist.org>
3035 * commands.c, recvcmd.c: Fix some (too lazy and tired to do all)
3036 of the inconsistencies between message and attachment bouncing.
3037 @@ -2782,7 +3139,8 @@
3039 * po/es.po: Fix a typo. (#1482)
3041 -2003-02-25 21:33:16 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3042 +2003-02-25 21:33:16 Thomas Roessler <roessler@does-not-exist.org>
3045 * doc/manual.sgml.head: Remove some ftp.guug.de URLs from the
3047 @@ -2797,7 +3155,8 @@
3048 numbers in 2440bis. Here is a patch to add values for pgp-sha256,
3049 pgp-sha384, and pgp-sha512 so mutt can properly handle them.
3051 -2003-02-19 21:31:19 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3052 +2003-02-19 21:31:19 Thomas Roessler <roessler@does-not-exist.org>
3055 * parse.c: Fix a memory leak observed by Vineet Kumar
3056 <mutt-dev@virtual.doorstop.net>.
3057 @@ -2808,12 +3167,14 @@
3058 language tweaks, etc). No functional changes - this is just
3061 -2003-02-13 09:50:00 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3062 +2003-02-13 09:50:00 Thomas Roessler <roessler@does-not-exist.org>
3065 * pgp.c: Fix #1444, Debian #178563. The details of this problem
3066 were tracked down by Steven Barker <steve@blckknght.org>.
3068 -2003-01-31 00:15:03 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3069 +2003-01-31 00:15:03 Thomas Roessler <roessler@does-not-exist.org>
3072 * init.h: Change the default for crypt_replyencrypt back to "yes".
3073 Noted by Thomas Poindessous in Debian bug #178899; also #1448.
3074 @@ -2826,11 +3187,12 @@
3075 * crypt.c, init.h, mutt.h, mutt_crypt.h, send.c: Introduce
3076 $pgp_auto_traditional.
3078 -2003-01-30 23:48:36 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3079 +2003-01-30 23:48:36 Thomas Roessler <roessler@does-not-exist.org>
3082 * flags.c: The IMAP ACL patch broke things.
3084 -2003-01-23 22:05:02 Nathan Dushman <nhd+mutt@andrew.cmu.edu> (roessler)
3085 +2003-01-23 22:05:02 Nathan Dushman <nhd+mutt@andrew.cmu.edu> (roessler)
3087 * pop_auth.c: SASL2 support for popo_auth.c.
3089 @@ -2840,12 +3202,14 @@
3090 flag in mailboxes that allow it, even if the mailbox doesn't
3091 allow other changes.
3093 -2003-01-23 22:01:03 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3094 +2003-01-23 22:01:03 Thomas Roessler <roessler@does-not-exist.org>
3097 * handler.c: Automatically use the text/plain handler for text/*
3098 body parts which don't have a handler of their own.
3100 -2003-01-21 18:56:10 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3101 +2003-01-21 18:56:10 Thomas Roessler <roessler@does-not-exist.org>
3104 * cryptglue.c: Fix a typo which broke pgp-extract-traditional.
3106 @@ -2860,11 +3224,9 @@
3107 main.c, mutt.h, mutt_crypt.h, muttlib.c, mx.c, pager.c,
3108 parse.c, pattern.c, pgp.c, pgp.h, pgpkey.c, pgplib.c, pgplib.h,
3109 pgppubring.c, pop.c, postpone.c, protos.h, recvattach.c, send.c,
3110 - sendlib.c, smime.c, smime.h, sort.h:
3112 - - To cleanup the pgp/smime code and prepare for other
3114 - - Support gpg-agent by not asking for a passphrase.
3115 + sendlib.c, smime.c, smime.h, sort.h: - To cleanup the pgp/smime
3116 + code and prepare for other backends. - Support gpg-agent by
3117 + not asking for a passphrase - autconf cleanups.
3119 This is just a start and probably we need a couple of other things
3120 to do. One drawback is that the help menu does always list all
3121 @@ -2886,11 +3248,192 @@
3122 runtime configured backends. crypt.h is also new and replaces
3123 pgp.h and smime.h in most files (except for the backend).
3125 - (Details are in Werner's changelog entries from January 4
3126 - and January 6 below. Note that the configure update Werner
3127 - had done are not in the CVS at this point. -- T.R.)
3129 -2003-01-09 17:27:25 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3131 + 2003-01-06 Werner Koch <wk@gnupg.org>
3133 + * crypt.c (crypt_valid_passphrase): Detect gpg-agent and
3134 + don't ask for the passphrase. * pgp.c (pgp_decrypt_part,
3135 + pgp_application_pgp_handler) (pgp_sign_message,
3136 + pgp_encrypt_message) (pgp_traditional_encryptsign):
3137 + Make sure that we never ever send the passphrase if the
3138 + gpg-agent has been detected. Likewise.
3140 + * acconfig.h: Removed all remaining stuff as AC_TEMPLATEs
3141 + to configure.in. BTW, we should consider to rename
3142 + configure.in to configure.ac.
3144 + 2003-01-04 Werner Koch <wk@gnupg.org>
3146 + Replaced the use of HAVE_PGP and HAVE_SMIME by a more
3147 + readable and extendable solution.
3149 + * pgplib.h: Moved enum pgp_ring and KEYFLAGS_* to *
3150 + crypt.h: here. * smime.c (mutt_is_application_smime):
3151 + Moved to * crypt.c (mutt_is_application_smime):
3152 + here. * pgp.c (mutt_is_application_pgp): Moved to
3153 + * crypt.c (mutt_is_application_pgp): here. * pgp.c
3154 + (pgp_is_multipart_encrypted): Removed. Merged code with *
3155 + crypt.c (mutt_is_multipart_encrypted): this.
3157 + * mutt.h: Protect against double inclusion.
3159 + * pgplib.h (struct pgp_keyinfo): Remove the typedef to
3160 + pgp_key_t. * crypt.h (pgp_key_t): Declare the typedef
3161 + here. NOTE: This is now a pointer. Changed all usages
3164 + * configure.in: Replace HAVE_PGP and HAVE_SMIME by the
3165 + new CRYPT_BACKEND macros. Always include all OPS.*.
3166 + (LIBOBJ): Replaced by AC_LIBOBJ as required by newer
3167 + autoconfs. * Makefile.am (EXTRA_mutt_SOURCES): Move
3168 + crypt.c to mutt_SOURCES. (mutt_SOURCES): Add cryptglue.c
3169 + (EXTRA_DIST): Add crypt.h
3171 + * pgp.h, pgplib.h, smime.h: Use the header only
3172 + when the approriate backend has been configured. *
3173 + pgp.c, pgpkey.c, smime.c: Build only if the approriate
3174 + CRYPT_BACKEND_ macro is defined. * pgp.h, smime.h,
3175 + global.h: Moved all variable declarations to global.h
3176 + because they are now always defined.
3178 + * sort.h: Always define PgpSortKey, although it does
3179 + not belong to here.
3181 + * keymap.h: Unconditionally include all PGP and SMIME
3182 + stuff. * mutt.h: Ditto. * protos.h: Ditto.
3184 + * init.h (HAVE_SMIME): Unconditionally include all
3185 + crypto related definitions. Mark the doc entries with
3186 + "(Crypto/PGP/SMIME only)".
3188 + * globals.h: Replace gpg.h and smime.h by crypt.h.
3190 + * functions.h: Always include all crypto commands.
3192 + * copy.h: Unconditionally define the crypto related M_CM_
3194 + * pgplib.h: Move APPLICATION_PGP and PGP* to crypt.h
3195 + and include it. * smime.h: Move APPLICATION_SMIME
3196 + and SMIME* to crypt.h and include it. * mutt_crypt.h
3197 + (ENCRYPT,SIGN,GOODSIGN, BADSIGN): Move to crypt.h.
3199 + * crypt.c: Replaced pgp.h and smime.h header by crypt.h.
3200 + Always include all functions but shortcut them depending
3201 + on WITHCRYPTO. All over the place use WITHCRYPTO
3202 + instead of ifdefs. Replaced all direct calls of the
3203 + backend fucntions by twrapper functions defined in
3204 + cryptglue.c (crypt_get_keys): Removed prototypes.
3205 + * pgp.h (pgp_findKeys): New prototype. * smime.h
3206 + (smime_findKeys): New prototype. * cryptglue.c: New.
3207 + * crypt.h: New. * mutt_crypt.h: Moved all crypt_*
3208 + prototypes to gcrypt.h. Unconditionally use this file.
3210 + * init.c: Replaced pgp.h and smime.h header by crypt.h.
3211 + (parse_set): Use WITHCRYPTO instead of ifdefs.
3212 + (mutt_var_value_complete): Ditto.
3214 + * sendlib.c: Replaced pgp.h and smime.h header by crypt.h.
3215 + (write_as_text_part): Now one macro using WITHCRYPTO.
3216 + (mutt_write_mime_body): Use WITHCRYPTO instead of ifdefs.
3217 + (mutt_make_message_attach): Ditto. (mutt_write_fcc):
3220 + * send.c: Replaced pgp.h and smime.h header by crypt.h.
3221 + (include_forward): Use WITHCRYPTO and validate
3222 + passphrases for pgp and smime. (include_reply): Ditto.
3223 + (generate_body): Use WITHCRYPTO instead of ifdefs.
3224 + (ci_send_message): Ditto.
3226 + * recvattach.c: Replaced pgp.h and smime.h header
3227 + by crypt.h. (mutt_gen_attach_list): Use WITHCRYPTO
3228 + instead of ifdefs. (mutt_attach_display_loop): Ditto
3229 + (mutt_view_attachments): Ditto.
3231 + * postpone.c: Replaced pgp.h and smime.h header by
3232 + crypt.h. (mutt_get_postponed): Use WITHCRYPTO instead
3233 + of ifdefs. (mutt_parse_crypt_hdr): Always include and use
3234 + WITHCRYPTO instead of ifdefs. (mutt_prepare_template):
3235 + Use WITHCRYPTO instead of ifdefs.
3237 + * pop.c: Removed pgp.h and smime.h. (pop_fetch_message):
3238 + Use WITHCRYPTO instead of ifdefs.
3240 + * pattern.c: Replaced pgp.h and smime.h header by crypt.h.
3241 + (Flags): Always include the crypto flags. (msg_search):
3242 + Use WITHCRYPTO instead of ifdefs. (mutt_pattern_exec):
3245 + * parse.c: Removed pgp.h and smime.h.
3246 + (mutt_parse_mime_message): Use WITHCRYPTO instead
3249 + * pager.c: Replaced pgp.h and smime.h header by crypt.h.
3250 + (mutt_pager): Use WITHCRYPTO instead of ifdefs.
3252 + * mx.c: Removed smime.h and pgp.h. (mx_update_context):
3253 + Use WITHCRYPTO instead of ifdefs.
3255 + * muttlib.c: Replaced pgp.h and smime.h header by crypt.h.
3256 + (mutt_needs_mailcap): Use WITHCRYPTO. Note, that there
3257 + used to be an error when PGP was not configured so
3258 + that TYPEAPPLICATION was not recognized for SMIME.
3259 + (mutt_is_text_part): Use WITHCRYPTO instead of ifdefs.
3261 + * main.c: Include crypt.h. (show_version): Remove
3262 + HAVE_PGP and HAVE_SMIME. Add CRYPT_BACKEND_CLASSIC_PGP,
3263 + CRYPT_BACKEND_CLASSIC_SMIME.
3265 + * keymap.c: Include crypt.h so that we can test
3266 + WITHCRYPTO. (Menus): Always include pgp and smime.
3267 + (km_init): Create smime and pgp bindings depending
3268 + on WITHCRYPTO. (km_get_table): Return OpPgp depending
3271 + * hook.c (mutt_parse_hook): Use WITHCRYPTO instead
3272 + of ifdefs. (mutt_crypt_hook): Always include.
3274 + * headers.c: Replaced pgp.h and smime.h header by crypt.h.
3275 + (mutt_edit_headers): Use WITHCRYPTO instead of ifdefs
3277 + * hdrline.c: Replaced pgp.h and smime.h header by crypt.h.
3278 + (hdr_format_str): Use WITHCRYPTO.
3280 + * handler.c: Replaced pgp.h and smime.h header by crypt.h.
3281 + (mutt_can_decode): Use WITHCRYPTO instead of ifdefs.
3282 + (mutt_can_decode): Application/smime is now also checked
3283 + when PGP support is not configured. (mutt_body_handler):
3286 + * curs_main.c: Replaced pgp.h and smime.h header
3287 + by crypt.h. (mutt_index_menu): Shortcut crypto only
3288 + operations depending on WITHCRYPTO.
3290 + * copy.c: Replaced pgp.h and smime.h header by crypt.h.
3291 + (_mutt_copy_message):
3293 + * compose.c: Replaced pgp.h and smime.h header by crypt.h.
3294 + (enum): Always include HDR_CRYPT and HDR_CRYPTINFO.
3295 + (redraw_crypt_lines): Always include this fnc but shortcut
3296 + it depending on WITHCRYPT. Draw lines depending on
3297 + the configured crypto support. (pgp_send_menu):
3298 + Always include this one. Call wrapper functions.
3299 + (smime_send_menu): Likewise. (draw_envelope): Use
3300 + WITHCRYPTO instead of ifdefs. (mutt_compose_menu):
3301 + Allow pgp/smime commands only when configured.
3303 + * commands.c: Replaced pgp.h and smime.h header
3304 + by crypt.h. (mutt_display_message,pipe_msg,
3305 + _mutt_pipe_message) (set_copy_flags, mutt_save_message,
3306 + mutt_edit_content_type) (_mutt_check_traditional_pgp):
3309 + * attach.c (mutt_view_attachment): Removed HAVE_GPG and
3310 + HAVE_SMIME and replaced by global variable WITHCRYPTO.
3311 + Replaced pgp and smime header by crypt.h.x
3313 +2003-01-09 17:27:25 Thomas Roessler <roessler@does-not-exist.org>
3316 * pgppubring.c: Don't make a "hard" transition to the new GnuPG
3317 syntax in pgpring. This change undoes one of David Shaw's
3318 @@ -2909,23 +3452,13 @@
3320 Here is a patch so mutt will accept either the old or new syntax.
3322 +2003-01-09 17:23:23 dshaw@jabberwocky.com (roessler)
3324 * curs_lib.c: A recent change causes all mutt_yesorno prompts
3325 to come out as [yes]/yes or [no]/no. Here's a fix.
3327 -2003-01-06 Werner Koch <wk@gnupg.org> (Committed 2003-01-21, roessler.)
3329 - * crypt.c (crypt_valid_passphrase): Detect gpg-agent and don't ask
3330 - for the passphrase.
3331 - * pgp.c (pgp_decrypt_part, pgp_application_pgp_handler)
3332 - (pgp_sign_message, pgp_encrypt_message)
3333 - (pgp_traditional_encryptsign): Make sure that we never ever send
3334 - the passphrase if the gpg-agent has been detected. Likewise.
3336 - * acconfig.h: Removed all remaining stuff as AC_TEMPLATEs to
3337 - configure.in. BTW, we should consider to rename configure.in to
3340 -2003-01-05 22:16:02 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3341 +2003-01-05 22:16:02 Thomas Roessler <roessler@does-not-exist.org>
3344 * smime_keys.pl: Error checking for the creation of the temporary
3345 directory; also, use file mode 0700.
3346 @@ -2934,7 +3467,8 @@
3348 * smime_keys.pl: Improve temporary file handling.
3350 -2003-01-05 22:02:37 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3351 +2003-01-05 22:02:37 Thomas Roessler <roessler@does-not-exist.org>
3354 * commands.c: Another mutt_yesorno() change, in order to correctly
3356 @@ -2947,177 +3481,8 @@
3357 constants. Fixes a couple of cases in which C-g would be
3360 -2003-01-04 Werner Koch <wk@gnupg.org> (Committed 2003-01-21, roessler.)
3362 - Replaced the use of HAVE_PGP and HAVE_SMIME by a more readable
3363 - and extendable solution.
3365 - * pgplib.h: Moved enum pgp_ring and KEYFLAGS_* to
3367 - * smime.c (mutt_is_application_smime): Moved to
3368 - * crypt.c (mutt_is_application_smime): here.
3369 - * pgp.c (mutt_is_application_pgp): Moved to
3370 - * crypt.c (mutt_is_application_pgp): here.
3371 - * pgp.c (pgp_is_multipart_encrypted): Removed. Merged code with
3372 - * crypt.c (mutt_is_multipart_encrypted): this.
3374 - * mutt.h: Protect against double inclusion.
3376 - * pgplib.h (struct pgp_keyinfo): Remove the typedef to pgp_key_t.
3377 - * crypt.h (pgp_key_t): Declare the typedef here. NOTE: This is
3378 - now a pointer. Changed all usages accordingly.
3380 - * configure.in: Replace HAVE_PGP and HAVE_SMIME by the new
3381 - CRYPT_BACKEND macros. Always include all OPS.*.
3382 - (LIBOBJ): Replaced by AC_LIBOBJ as required by newer autoconfs.
3383 - * Makefile.am (EXTRA_mutt_SOURCES): Move crypt.c to mutt_SOURCES.
3384 - (mutt_SOURCES): Add cryptglue.c
3385 - (EXTRA_DIST): Add crypt.h
3387 - * pgp.h, pgplib.h, smime.h: Use the header only when the
3388 - approriate backend has been configured.
3389 - * pgp.c, pgpkey.c, smime.c: Build only if the approriate
3390 - CRYPT_BACKEND_ macro is defined.
3391 - * pgp.h, smime.h, global.h: Moved all variable declarations to
3392 - global.h because they are now always defined.
3394 - * sort.h: Always define PgpSortKey, although it does not belong to
3397 - * keymap.h: Unconditionally include all PGP and SMIME stuff.
3399 - * protos.h: Ditto.
3401 - * init.h (HAVE_SMIME): Unconditionally include all crypto related
3402 - definitions. Mark the doc entries with "(Crypto/PGP/SMIME only)".
3404 - * globals.h: Replace gpg.h and smime.h by crypt.h.
3406 - * functions.h: Always include all crypto commands.
3408 - * copy.h: Unconditionally define the crypto related M_CM_
3410 - * pgplib.h: Move APPLICATION_PGP and PGP* to crypt.h and include
3412 - * smime.h: Move APPLICATION_SMIME and SMIME* to crypt.h and
3414 - * mutt_crypt.h (ENCRYPT,SIGN,GOODSIGN, BADSIGN): Move to crypt.h.
3416 - * crypt.c: Replaced pgp.h and smime.h header by crypt.h. Always
3417 - include all functions but shortcut them depending on WITHCRYPTO.
3418 - All over the place use WITHCRYPTO instead of ifdefs. Replaced all
3419 - direct calls of the backend fucntions by twrapper functions
3420 - defined in cryptglue.c
3421 - (crypt_get_keys): Removed prototypes.
3422 - * pgp.h (pgp_findKeys): New prototype.
3423 - * smime.h (smime_findKeys): New prototype.
3424 - * cryptglue.c: New.
3426 - * mutt_crypt.h: Moved all crypt_* prototypes to gcrypt.h.
3427 - Unconditionally use this file.
3429 - * init.c: Replaced pgp.h and smime.h header by crypt.h.
3430 - (parse_set): Use WITHCRYPTO instead of ifdefs.
3431 - (mutt_var_value_complete): Ditto.
3433 - * sendlib.c: Replaced pgp.h and smime.h header by crypt.h.
3434 - (write_as_text_part): Now one macro using WITHCRYPTO.
3435 - (mutt_write_mime_body): Use WITHCRYPTO instead of ifdefs.
3436 - (mutt_make_message_attach): Ditto.
3437 - (mutt_write_fcc): Ditto.
3439 - * send.c: Replaced pgp.h and smime.h header by crypt.h.
3440 - (include_forward): Use WITHCRYPTO and validate passphrases for pgp
3442 - (include_reply): Ditto.
3443 - (generate_body): Use WITHCRYPTO instead of ifdefs.
3444 - (ci_send_message): Ditto.
3446 - * recvattach.c: Replaced pgp.h and smime.h header by crypt.h.
3447 - (mutt_gen_attach_list): Use WITHCRYPTO instead of ifdefs.
3448 - (mutt_attach_display_loop): Ditto
3449 - (mutt_view_attachments): Ditto.
3451 - * postpone.c: Replaced pgp.h and smime.h header by crypt.h.
3452 - (mutt_get_postponed): Use WITHCRYPTO instead of ifdefs.
3453 - (mutt_parse_crypt_hdr): Always include and use WITHCRYPTO instead
3455 - (mutt_prepare_template): Use WITHCRYPTO instead of ifdefs.
3457 - * pop.c: Removed pgp.h and smime.h.
3458 - (pop_fetch_message): Use WITHCRYPTO instead of ifdefs.
3460 - * pattern.c: Replaced pgp.h and smime.h header by crypt.h.
3461 - (Flags): Always include the crypto flags.
3462 - (msg_search): Use WITHCRYPTO instead of ifdefs.
3463 - (mutt_pattern_exec): Ditto.
3465 - * parse.c: Removed pgp.h and smime.h.
3466 - (mutt_parse_mime_message): Use WITHCRYPTO instead of ifdefs.
3468 - * pager.c: Replaced pgp.h and smime.h header by crypt.h.
3469 - (mutt_pager): Use WITHCRYPTO instead of ifdefs.
3471 - * mx.c: Removed smime.h and pgp.h.
3472 - (mx_update_context): Use WITHCRYPTO instead of ifdefs.
3474 - * muttlib.c: Replaced pgp.h and smime.h header by crypt.h.
3475 - (mutt_needs_mailcap): Use WITHCRYPTO. Note, that there used to be
3476 - an error when PGP was not configured so that TYPEAPPLICATION was
3477 - not recognized for SMIME.
3478 - (mutt_is_text_part): Use WITHCRYPTO instead of ifdefs.
3480 - * main.c: Include crypt.h.
3481 - (show_version): Remove HAVE_PGP and HAVE_SMIME. Add
3482 - CRYPT_BACKEND_CLASSIC_PGP, CRYPT_BACKEND_CLASSIC_SMIME.
3484 - * keymap.c: Include crypt.h so that we can test WITHCRYPTO.
3485 - (Menus): Always include pgp and smime.
3486 - (km_init): Create smime and pgp bindings depending on WITHCRYPTO.
3487 - (km_get_table): Return OpPgp depending on WITHCRYPTO.
3489 - * hook.c (mutt_parse_hook): Use WITHCRYPTO instead of ifdefs.
3490 - (mutt_crypt_hook): Always include.
3492 - * headers.c: Replaced pgp.h and smime.h header by crypt.h.
3493 - (mutt_edit_headers): Use WITHCRYPTO instead of ifdefs
3495 - * hdrline.c: Replaced pgp.h and smime.h header by crypt.h.
3496 - (hdr_format_str): Use WITHCRYPTO.
3498 - * handler.c: Replaced pgp.h and smime.h header by crypt.h.
3499 - (mutt_can_decode): Use WITHCRYPTO instead of ifdefs.
3500 - (mutt_can_decode): Application/smime is now also checked when PGP
3501 - support is not configured.
3502 - (mutt_body_handler): Use WITHCRYPTO
3504 - * curs_main.c: Replaced pgp.h and smime.h header by crypt.h.
3505 - (mutt_index_menu): Shortcut crypto only operations depending on
3508 - * copy.c: Replaced pgp.h and smime.h header by crypt.h.
3509 - (_mutt_copy_message):
3511 - * compose.c: Replaced pgp.h and smime.h header by crypt.h.
3512 - (enum): Always include HDR_CRYPT and HDR_CRYPTINFO.
3513 - (redraw_crypt_lines): Always include this fnc but shortcut it
3514 - depending on WITHCRYPT. Draw lines depending on the configured
3516 - (pgp_send_menu): Always include this one. Call wrapper functions.
3517 - (smime_send_menu): Likewise.
3518 - (draw_envelope): Use WITHCRYPTO instead of ifdefs.
3519 - (mutt_compose_menu): Allow pgp/smime commands only when configured.
3521 - * commands.c: Replaced pgp.h and smime.h header by crypt.h.
3522 - (mutt_display_message,pipe_msg, _mutt_pipe_message)
3523 - (set_copy_flags, mutt_save_message, mutt_edit_content_type)
3524 - (_mutt_check_traditional_pgp): Use pgp wrapper.
3526 - * attach.c (mutt_view_attachment): Removed HAVE_GPG and HAVE_SMIME
3527 - and replaced by global variable WITHCRYPTO. Replaced pgp and
3528 - smime header by crypt.h.x
3530 -2003-01-03 18:07:36 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3531 +2003-01-03 18:07:36 Thomas Roessler <roessler@does-not-exist.org>
3534 * pgp.c: Detect in-line key material when checking for traditional
3536 @@ -3142,7 +3507,10 @@
3537 to the reply-to address (if present) or to the author's address
3538 when there's no Reply-To header.
3540 -2002-12-21 20:32:13 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3541 +2002-12-21 20:32:13 Thomas Roessler <roessler@does-not-exist.org>
3544 + * ChangeLog: ok, gotos suck.
3546 * curs_main.c: OK, Michael is right: Gotos suck. ;-)
3548 @@ -3158,7 +3526,8 @@
3552 -2002-12-19 11:48:58 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3553 +2002-12-19 11:48:58 Thomas Roessler <roessler@does-not-exist.org>
3556 * doc/manual.sgml.head, doc/muttrc.man.head: Improve the
3557 documentation of pgp-hook/crypt-hook.
3558 @@ -3173,19 +3542,21 @@
3562 -2002-12-19 07:37:01 Thomas Roessler <roessler@does-not-exist.org> (roessler)
3563 +2002-12-19 07:37:01 Thomas Roessler <roessler@does-not-exist.org>
3566 * Makefile.am: Michael doesn't have $VISUAL set.
3568 -2002-12-18 17:29:56 Sahil Tandon <sahil@brandeis.edu>
3569 +2002-12-18 17:29:56 Sahil Tandon <sahil@brandeis.edu> (me)
3571 - * init.h: I found a small typo in the manual, specifically
3572 - at this[1] URL. The description of the smart_wrap variable reads:
3573 - "Controls the display of lines longer then the screen width in the
3574 - internal pager." The word _then_ should be _than_ if I'm not
3576 + * init.h: I found a small typo in the manual, specifically
3577 + at this[1] URL. The description of the smart_wrap
3578 + variable reads: "Controls the display of lines longer
3579 + then the screen width in the internal pager." The word
3580 + _then_ should be _than_ if I'm not mistaken.
3582 2002-12-18 10:26:35 Thomas Roessler <roessler@does-not-exist.org>
3585 * po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po,
3586 po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po,
3587 @@ -3200,21 +3571,22 @@
3588 * keymap.c: Make the messages from the what-key function
3589 internationalizable.
3591 - * crypt.c, crypt.h, mutt_crypt.h, pgp.c, pgp.h, smime.c,
3592 - smime.h: Rename crypt.h to mutt_crypt.h.
3593 + * crypt.c, crypt.h, mutt_crypt.h, pgp.c, pgp.h, smime.c, smime.h:
3594 + Rename crypt.h to mutt_crypt.h.
3596 * Makefile.am: cvs update ChangeLog before trying to update
3599 -2002-12-18 07:37:56 Roland Rosenfeld <roland@spinnaker.de>
3600 +2002-12-18 07:37:56 Roland Rosenfeld <roland@spinnaker.de> (roessler)
3604 -2002-12-17 13:45:16 Vincent Lefevre <vincent@vinc17.org>
3605 +2002-12-17 13:45:16 Vincent Lefevre <vincent@vinc17.org> (roessler)
3607 * po/fr.po: update fr.po
3609 2002-12-17 13:04:29 Thomas Roessler <roessler@does-not-exist.org>
3612 * .cvsignore: Ignore some more files.
3614 @@ -3227,6 +3599,8 @@
3615 * build-release: Adopting the release-building script to the
3616 new changelog process.
3618 +2002-12-17 10:37:24 roessler (roessler)
3620 * po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po,
3621 po/zh_TW.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po,
3622 po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/es.po, po/et.po,
3623 @@ -3234,49 +3608,52 @@
3624 po/da.po, po/de.po, po/el.po, po/eo.po, reldate.h: automatic
3625 post-release commit for mutt-1.5.3
3627 +2002-12-17 09:50:26 Thomas Roessler <roessler@does-not-exist.org>
3630 * OPS, curs_main.c, functions.h: Experimental: Introduce
3631 {next,previous}-new-then-unread. These functions behave
3632 - like {next,previous}-new as long as new messages are
3633 - visible. When no new messages are visible any more, there's
3634 - a fall-back to {next,prev}-unread.
3635 + like {next,previous}-new as long as new messages are visible.
3636 + When no new messages are visibuel any more, there's a fall-back
3637 + to {next,prev}-unread.
3639 - Memo to self: Impose a weekly quota on the use of goto
3641 + Memo to self: Impose a weekly quota on the use of goto statements.
3643 -2002-12-16 20:28:46 Edmund GRIMLEY EVANS <edmundo@rano.org>
3644 +2002-12-16 20:28:46 Edmund GRIMLEY EVANS <edmundo@rano.org> (roessler)
3646 * handler.c, rfc2047.c, url.c: Fix #1424.
3648 2002-12-16 17:59:51 Thomas Roessler <roessler@does-not-exist.org>
3651 * pgp.c: Experimental short-cut code if the "image" of an address
3652 under a pgp-hook looks like a hexadecimal key id.
3654 -2002-12-13 15:53:36 David Shaw <dshaw@jabberwocky.com>
3655 +2002-12-13 15:53:36 David Shaw <dshaw@jabberwocky.com> (roessler)
3657 * lib.c: Fixing Thomas' screw-up in mutt_concat_path.
3659 -2002-12-13 11:00:44 René Clerc <rene@clerc.nl>
3660 +2002-12-13 11:00:44 René Clerc <rene@clerc.nl> (roessler)
3664 2002-12-11 22:47:57 Thomas Roessler <roessler@does-not-exist.org>
3667 * muttlib.c, pgp.c, protos.h, send.c: Fix #1417; thanks to
3668 Derek D. Martin <ddm@sophic.org> for the excellent observation.
3669 (In addition to the fix proper, some tracking of temporary files
3670 is added to mutt's debugging output.)
3672 -2002-12-11 22:23:42 Thomas Roessler <roessler@does-not-exist.org>
3674 * crypt.c: Call endwin() before calling PGP for traditional
3677 -2002-12-11 15:51:57 Vincent Lefevre <vincent@vinc17.org>
3678 +2002-12-11 15:51:57 Vincent Lefevre <vincent@vinc17.org> (roessler)
3682 2002-12-11 15:20:21 Thomas Roessler <roessler@does-not-exist.org>
3685 * browser.c, complete.c, hook.c, init.c, lib.c, lib.h: Herbert
3686 Martin Dietze <herbert@the-little-red-haired-girl.org> notes that
3687 @@ -3284,7 +3661,7 @@
3688 for FCCs. The fix in this patch is to include a function named
3689 mutt_concat_path which concatenates path elements, but avoids
3690 the creation of double slashes. (These don't create problems
3691 - when you're just accessing the file system, but apparently they
3692 + when you're just accessing the file system, but apparently thy
3693 do cause problems with IMAP.)
3695 * imap/auth.c, imap/command.c, imap/imap.c, imap/imap.h,
3696 @@ -3314,6 +3691,7 @@
3699 2002-12-10 20:56:52 Thomas Roessler <roessler@does-not-exist.org>
3702 * imap/command.c, imap/imap.c, imap/message.c, imap/utf7.c,
3703 imap/util.c, score.c, send.c, sendlib.c, smime.c, thread.c, url.c,
3704 @@ -3327,88 +3705,91 @@
3705 rfc2231.c, rfc822.c: Replace safe_free calls by the FREE macro.
3707 2002-12-09 19:06:40 Thomas Roessler <roessler@does-not-exist.org>
3710 * Makefile.am: Minor formatting fix.
3712 - * cvslog2changelog.pl: Change the ChangeLog format as
3713 - suggested by Martin Michlmayer.
3714 + * cvslog2changelog.pl: Change the ChangeLog format as suggested
3715 + by Martin Michlmayer.
3717 - * send.c: Try to fix another obscure error in S/MIME
3718 - auto-signing upon reply.
3719 + * send.c: Try to fix another obscure error in S/MIME auto-signing
3722 * rfc822.c: Experimental patch to fix #1318.
3724 -2002/12/09 18:09:49 David Jardine <david@jardine.de>
3725 +2002-12-09 18:09:49 David Jardine <david@jardine.de> (roessler)
3727 - * init.h: Documentation fix concerning %L in index_format.
3729 + * init.h: Documentation fix concerning %L in index_format. #1313.
3731 -2002/12/09 18:05:54 David Shaw <dshaw@jabberwocky.com>
3732 +2002-12-09 18:05:54 David Shaw <dshaw@jabberwocky.com> (roessler)
3734 - * mh.c, parse.c: Reduce the meaning of the mark_old option
3735 - so it only controls whether new messages are marked as old
3736 - when leaving the mailbox.
3737 + * mh.c, parse.c: Reduce the meaning of the mark_old option so
3738 + it only controls whether new messages are marked as old when
3739 + leaving the mailbox.
3741 -2002/12/09 17:54:25 Jesus Climent <jesus.climent@hispalinux.es>
3742 +2002-12-09 17:54:25 Jesus Climent <jesus.climent@hispalinux.es>
3745 * po/es.po: Fix a typo. (#1392)
3747 -2002/12/09 17:52:50 Anders Helmersson <anders.helmersson@telia.com>
3748 +2002-12-09 17:52:50 Anders Helmersson <anders.helmersson@telia.com>
3751 - * addrbook.c, curs_lib.c, protos.h, query.c: Fix #1390.
3752 - Based on a patch submitted earlier by Edmund Grimley Evans.
3753 + * addrbook.c, curs_lib.c, protos.h, query.c: Fix #1390. Based on
3754 + a patch submitted earlier by Edmund Grimley Evans.
3756 -2002/12/09 17:44:54 Thomas Roessler <roessler@does-not-exist.org>
3757 +2002-12-09 17:44:54 roessler (roessler)
3761 -2002/12/09 17:44:28 Michael Elkins <me@sigpipe.org>
3762 +2002-12-09 17:44:28 Michael Elkins <me@sigpipe.org> (roessler)
3764 * OPS, PATCHES, curs_main.c, functions.h, keymap.c, keymap.h,
3765 menu.c: This patch adds two features to mutt:
3767 - you can now specify the octal code of a key in a bind or
3768 - macro function, using the syntax <NNN>. Eg, bind index
3769 - <541> show-version This allows you to bind to a function
3770 - key for which Mutt doesn't have a friendly name associated
3773 - - adds a what-key function which allows you to press a key
3774 - and have mutt show you the decimal/octal value. (not
3775 - bound to anything by default)
3776 + macro function, using the syntax <NNN>. Eg, bind index <541>
3777 + show-version This allows you to bind to a function key for
3778 + which Mutt doesn't have a friendly name associated with it.
3780 + - adds a what-key function which allows you to press a key and
3781 + have mutt show you the decimal/octal value. (not bound to
3782 + anything by default)
3784 -2002/12/09 16:07:24 Toomas Soome <tsoome@muhv.pri.ee>
3785 +2002-12-09 16:07:24 Toomas Soome <tsoome@muhv.pri.ee> (roessler)
3789 -2002/12/09 13:30:02 Thomas Roessler <roessler@does-not-exist.org>
3790 +2002-12-09 13:30:02 Thomas Roessler <roessler@does-not-exist.org>
3793 - * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
3794 - po/uk.po, po/zh_CN.po, po/zh_TW.po, po/gl.po, po/hu.po,
3795 - po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po,
3796 - po/pl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/ca.po,
3797 - po/cs.po, po/da.po, po/de.po, po/el.po, compose.c: Try to
3798 - fix a localization issue identified by Pawel Dzienkonski
3799 - (#1410). Side effect: All translations will need an update
3800 - of the S/MIME key translations.
3801 + * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po,
3802 + po/zh_CN.po, po/zh_TW.po, po/gl.po, po/hu.po, po/id.po, po/it.po,
3803 + po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/eo.po,
3804 + po/es.po, po/et.po, po/fr.po, po/ca.po, po/cs.po, po/da.po,
3805 + po/de.po, po/el.po, compose.c: Try to fix a localization issue
3806 + identified by Pawel Dzienkonski (#1410). Side effect: All
3807 + translations will need an update of the S/MIME key translations.
3809 -2002/12/09 11:20:14 Pawel Dziekonski <dzieko@pwr.wroc.pl>
3810 +2002-12-09 11:20:14 Pawel Dziekonski <dzieko@pwr.wroc.pl> (roessler)
3814 -2002/12/08 23:14:43 ph04169@cc.uoi.gr
3815 +2002-12-08 23:14:43 ph04169@cc.uoi.gr (roessler)
3819 -2002/12/08 16:11:35 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
3820 +2002-12-08 16:11:35 TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
3825 -2002/12/08 15:10:59 Roland Rosenfeld <roland@spinnaker.de>
3826 +2002-12-08 15:10:59 Roland Rosenfeld <roland@spinnaker.de> (roessler)
3830 -2002/12/07 19:19:34 Thomas Roessler <roessler@does-not-exist.org>
3831 +2002-12-07 19:19:34 Thomas Roessler <roessler@does-not-exist.org>
3834 * Makefile.am: yet another one.
3836 @@ -3418,951 +3799,1072 @@
3837 update ChangeLog as part of the commit process.
3839 * doc/Makefile.in, ChangeLog, ChangeLog.old, Makefile.am,
3840 - cvslog2changelog.pl, mkchangelog.sh: Change the style of
3841 - ChangeLog: Now, the actual patch submitter's name is
3842 - extracted from the commit message and used for the change
3843 - log. For the moment, the date format doesn't match the one
3844 - in the old changelog. If you want to fix this, submit a
3845 - patch to cvslog2changelog.pl. ;-)
3846 + cvslog2changelog.pl, mkchangelog.sh: Change the style
3847 + of ChangeLog: Now, the actual patch submitter's name is
3848 + extracted from the commit message and used for the change log.
3849 + For the moment, the date format doesn't match the one in the
3850 + old changelog. If you want to fix this, submit a patch to
3851 + cvslog2changelog.pl. ;-)
3853 -2002/12/07 08:55:59 Vincent Lefevre <vincent@vinc17.org>
3854 +2002-12-07 08:55:59 Vincent Lefevre <vincent@vinc17.org> (roessler)
3858 -2002/12/07 08:55:23 Paul Walker <paul@black-sun.demon.co.uk>
3859 +2002-12-07 08:55:23 Paul Walker <paul@black-sun.demon.co.uk> (roessler)
3861 * pgppubring.c: Fix a compilation warning.
3863 -2002/12/07 08:53:21 Thomas Roessler <roessler@does-not-exist.org>
3864 +2002-12-07 08:53:21 Thomas Roessler <roessler@does-not-exist.org>
3867 - * mh.c, mutt.h, muttlib.c: Gracefully handle unknown maildir flags.
3868 + * mh.c, mutt.h, muttlib.c: Gracefully handle unknown maildir
3871 -2002/12/06 11:30:08 Thomas Roessler <roessler@does-not-exist.org>
3872 +2002-12-06 11:30:08 Thomas Roessler <roessler@does-not-exist.org>
3875 * Makefile.am: Run check_sec.sh before committing.
3877 -2002/12/06 11:28:30 Brendan Cully <brendan@kublai.com>
3878 +2002-12-06 11:28:30 Brendan Cully <brendan@kublai.com> (roessler)
3880 + * m4/gettext.m4, m4/iconv.m4, build-release, configure.in:
3883 - * m4/gettext.m4, m4/iconv.m4, build-release, configure.in: autoconf cleanup.
3884 +2002-12-06 11:14:13 roessler (roessler)
3886 -2002/12/06 11:14:13 Thomas Roessler <roessler@does-not-exist.org>
3887 + * po/zh_CN.po, po/zh_TW.po, po/uk.po, po/ru.po, po/sk.po,
3888 + po/sv.po, po/tr.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po,
3889 + po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po,
3890 + po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/da.po,
3891 + po/de.po, VERSION, po/ca.po, po/cs.po, reldate.h, ChangeLog:
3892 + automatic post-release commit for mutt-1.5.2
3894 - * po/zh_CN.po, po/zh_TW.po, po/uk.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/da.po, po/de.po, VERSION, po/ca.po, po/cs.po, reldate.h, ChangeLog: automatic post-release commit for mutt-1.5.2
3895 +2002-12-06 10:56:30 Thomas Roessler <roessler@does-not-exist.org>
3898 - * curs_lib.c, pgppubring.c: Fixing a number of traditional malloc calls which have made their
3899 - way into the code.
3900 + * curs_lib.c, pgppubring.c: Fixing a number of traditional malloc
3901 + calls which have made their way into the code.
3903 - * build-release: Don't post announcements automatically for the moment.
3904 + * build-release: Don't post announcements automatically for
3907 -2002/12/05 22:30:02 Michael Elkins <me@sigpipe.org>
3908 +2002-12-05 22:30:02 Michael Elkins <me@sigpipe.org> (roessler)
3910 * doc/manual.sgml.head: Fix #1398.
3912 -2002/11/25 14:16:47 Lars Hecking <lhecking@nmrc.ucc.ie>
3913 +2002-11-25 14:16:47 Lars Hecking <lhecking@nmrc.ucc.ie> (roessler)
3915 - * sendlib.c, ChangeLog, INSTALL, charset.h, configure.in: The noiconv patch.
3916 + * sendlib.c, ChangeLog, INSTALL, charset.h, configure.in: The
3919 -2002/11/14 08:12:30 Michael Elkins <me@sigpipe.org>
3920 +2002-11-14 08:12:30 Michael Elkins <me@sigpipe.org> (roessler)
3922 * curs_lib.c: Fix #1388.
3924 -2002/11/13 10:10:52 Thomas Roessler <roessler@does-not-exist.org>
3925 +2002-11-13 10:10:52 Thomas Roessler <roessler@does-not-exist.org>
3928 * main.c: A description of -A was lacking from the help string.
3930 - * doc/manual.sgml.head, doc/mutt.man, main.c, protos.h: Add a new command line option -A which is used to expand aliases.
3931 + * doc/manual.sgml.head, doc/mutt.man, main.c, protos.h: Add a
3932 + new command line option -A which is used to expand aliases.
3934 - * keymap.c: Add a safeguard #ifdef for the KEY_BTAB entry. Suggested by Thomas
3936 + * keymap.c: Add a safeguard #ifdef for the KEY_BTAB entry.
3937 + Suggested by Thomas Dickey.
3939 -2002/11/12 09:20:30 Michael Elkins <me@sigpipe.org>
3940 +2002-11-12 09:20:30 Michael Elkins <me@sigpipe.org> (roessler)
3942 * keymap.c: Tell mutt about the back-tab key (shift tab).
3944 -2002/11/12 09:20:09 Thomas Roessler <roessler@does-not-exist.org>
3945 +2002-11-12 09:20:09 Thomas Roessler <roessler@does-not-exist.org>
3950 * Makefile.am: Add "make pclean" in order to clean up PATCHES.
3952 -2002/11/12 08:55:57 TAKAHASHI Tamotsu <arms405@jade.dti.ne.jp>
3953 +2002-11-12 08:55:57 TAKAHASHI Tamotsu <arms405@jade.dti.ne.jp>
3958 -2002/11/12 08:41:18 Thomas Roessler <roessler@does-not-exist.org>
3959 +2002-11-12 08:41:18 Thomas Roessler <roessler@does-not-exist.org>
3962 - * README: Add an explicit note that CVS doesn't work from ftp.mutt.org any more.
3963 + * README: Add an explicit note that CVS doesn't work from
3964 + ftp.mutt.org any more.
3966 -2002/11/12 08:35:34 "Yasuhiro Matsumoto" <mattn_jp@hotmail.com>
3967 +2002-11-12 08:35:34 "Yasuhiro Matsumoto" <mattn_jp@hotmail.com>
3970 * mbyte.c: cp932 should be treated like shift_jis.
3972 -2002/11/12 08:20:11 Nathan Dushman <nhd+mutt@andrew.cmu.edu>
3973 +2002-11-12 08:20:11 Nathan Dushman <nhd+mutt@andrew.cmu.edu> (roessler)
3975 - * imap/auth_gss.c, imap/auth_sasl.c, configure.in, main.c, mutt_sasl.c, mutt_sasl.h: Hi - this is a patch against mutt-1.4 to use version 2 of the Cyrus
3976 - SASL library; all changes are ifdef'd so as not to break SASLv1
3977 - support. This includes a patch to configure.in to allow the choice
3978 - between v1 and v2, but someone with a better understanding of
3979 - autoconf should double-check it.
3980 + * imap/auth_gss.c, imap/auth_sasl.c, configure.in, main.c,
3981 + mutt_sasl.c, mutt_sasl.h: Hi - this is a patch against mutt-1.4
3982 + to use version 2 of the Cyrus SASL library; all changes are
3983 + ifdef'd so as not to break SASLv1 support. This includes a patch
3984 + to configure.in to allow the choice between v1 and v2, but someone
3985 + with a better understanding of autoconf should double-check it.
3987 -2002/11/12 08:00:51 Michael Elkins <me@sigpipe.org>
3988 +2002-11-12 08:00:51 Michael Elkins <me@sigpipe.org> (roessler)
3990 * handler.c: Actually commit patch-1.5.1.me.long_qp.2.
3992 * mailbox.h, mh.c, mx.c: The maildir_time patch.
3994 -2002/11/11 21:17:25 Thomas Roessler <roessler@does-not-exist.org>
3995 +2002-11-11 21:17:25 Thomas Roessler <roessler@does-not-exist.org>
3998 - * muttbug.sh.in: You shall not use CVS to distribute test versions.
3999 + * muttbug.sh.in: You shall not use CVS to distribute test
4002 * muttbug.sh.in: more fixes.
4004 * muttbug.sh.in: Add some rpm-related intelligence to flea.
4006 - * muttbug.sh.in: Fix flea's interaction with bug(1) on Debian systems.
4007 + * muttbug.sh.in: Fix flea's interaction with bug(1) on Debian
4010 * PATCHES: Clean up the patch list.
4012 -2002/11/11 20:32:30 Michael Elkins <me@sigpipe.org>
4013 +2002-11-11 20:32:30 Michael Elkins <me@sigpipe.org> (roessler)
4015 - * PATCHES, hdrline.c: Fix #485: Make %z work like %Z inside of %{} in $index_format.
4016 + * PATCHES, hdrline.c: Fix #485: Make %z work like %Z inside of
4017 + %{} in $index_format.
4019 - * PATCHES, copy.c: Fix #1379 - update the total mailbox size when an attachment is
4021 + * PATCHES, copy.c: Fix #1379 - update the total mailbox size
4022 + when an attachment is deleted.
4024 - * PATCHES, curs_main.c, menu.c, pager.c: Fix #1310; redraw problems.
4025 + * PATCHES, curs_main.c, menu.c, pager.c: Fix #1310; redraw
4028 * doc/manual.sgml.head, init.h: Fix #1306.
4030 * send.c: Fix #1364.
4032 -2002/11/11 19:50:23 Steve Kennedy <steve-md@gbnet.net>
4033 +2002-11-11 19:50:23 Steve Kennedy <steve-md@gbnet.net> (roessler)
4035 * pgp.c: Fix memory leak in the PGP code.
4037 -2002/11/11 19:46:29 Paul Walker <paul@black-sun.demon.co.uk>
4038 +2002-11-11 19:46:29 Paul Walker <paul@black-sun.demon.co.uk> (roessler)
4040 * commands.c, protos.h, sendlib.c: Fix #718.
4042 -2002/11/11 19:38:30 Thomas Roessler <roessler@does-not-exist.org>
4043 +2002-11-11 19:38:30 Thomas Roessler <roessler@does-not-exist.org>
4046 * sendlib.c: Fix #1366.
4048 -2002/11/11 19:24:24 Martin Siegert <siegert@sfu.ca>
4049 +2002-11-11 19:24:24 Martin Siegert <siegert@sfu.ca> (roessler)
4051 * mx.c: Fix IMAP moving; #1367.
4053 -2002/11/11 19:22:17 rene@clerc.nl
4054 +2002-11-11 19:22:17 rene@clerc.nl (roessler)
4056 - * send.c: Another S/MIME ifdef misses and causes compilation problems.
4057 + * send.c: Another S/MIME ifdef misses and causes compilation
4060 -2002/11/11 19:21:24 Michael Elkins <me@sigpipe.org>
4061 +2002-11-11 19:21:24 Michael Elkins <me@sigpipe.org> (roessler)
4063 * init.h: patch-1.5.1-me.status_doc.2
4065 -2002/11/11 19:16:11 Thomas Roessler <roessler@does-not-exist.org>
4066 +2002-11-11 19:16:11 Thomas Roessler <roessler@does-not-exist.org>
4069 + * alias.c, init.c, protos.h: patch-1.5-tlr.alias-parse.1 -
4070 + extension of patch-1.5.1-me.aliascheck.1
4072 - * alias.c, init.c, protos.h: patch-1.5-tlr.alias-parse.1 - extension of patch-1.5.1-me.aliascheck.1
4074 This patch catches the same kind of bad alias names caught by
4075 Michael's patch. There are some extensions:
4077 - 1. Mutt makes sure that it doesn't _suggest_ bad names to the user.
4078 - 2. If a name is bad, the user is informed, and may elect to fix the
4080 + 1. Mutt makes sure that it doesn't _suggest_ bad names to
4081 + the user. 2. If a name is bad, the user is informed, and may
4083 name. In this case, mutt will automatically suggest a fixed
4085 3. If the user insists in the bad name, it's written into the
4086 aliases file with proper quoting.
4087 4. When mutt parses the aliases file, it now uses the normal
4088 - tokenizer routines in order to properly handle quoted alias names.
4089 + tokenizer routines in order to properly handle quoted alias
4092 -2002/11/11 18:36:25 Michael Elkins <me@sigpipe.org>
4093 +2002-11-11 18:36:25 Michael Elkins <me@sigpipe.org> (roessler)
4095 - * handler.c: patch-1.5-me.long_qp.2 (#1371) - fix truncation with overly long Q-P
4097 + * handler.c: patch-1.5-me.long_qp.2 (#1371) - fix truncation
4098 + with overly long Q-P encoded lines.
4100 -2002/10/22 21:24:07 René Clerc <rene@clerc.nl>
4101 +2002-10-22 21:24:07 René Clerc <rene@clerc.nl> (roessler)
4103 * commands.c: Add some missing #ifdefs.
4105 -2002/10/22 21:23:20 Michael Elkins <me@sigpipe.org>
4106 +2002-10-22 21:23:20 Michael Elkins <me@sigpipe.org> (roessler)
4108 * init.h, recvattach.c: Documentation fix; #1326
4110 -2002/10/22 21:22:45 René Clerc <rene@clerc.nl>
4111 +2002-10-22 21:22:45 René Clerc <rene@clerc.nl> (roessler)
4113 * send.c: Another crypt_reply fix.
4115 -2002/10/22 21:20:07 Michael Elkins <me@sigpipe.org>
4116 +2002-10-10 09:50:03 René Clerc <rene@clerc.nl> (roessler)
4118 - * contrib/sample.muttrc: #1357
4119 + * send.c: Make sure that crypt_reply replies with the same type,
4120 + despite a possible S/MIME default.
4122 -2002/10/10 09:50:03 René Clerc <rene@clerc.nl>
4123 +2002-10-10 09:43:29 Michael Elkins <me@sigpipe.org> (roessler)
4125 - * send.c: Make sure that crypt_reply replies with the same type, despite a
4126 - possible S/MIME default.
4127 + * doc/manual.sgml.head, doc/manual.sgml.head: Document escaping
4128 + rules for regular expressions (#1351).
4130 -2002/10/10 09:43:29 Michael Elkins <me@sigpipe.org>
4132 - * doc/manual.sgml.head, doc/manual.sgml.head: Document escaping rules for regular expressions (#1351).
4134 - * pager.c: Fix header coloring, so there is no difference between ncurses and
4136 + * pager.c: Fix header coloring, so there is no difference between
4137 + ncurses and slang.
4139 * init.h: PGP documentation glitch.
4141 -2002/10/10 09:33:33 Paul Walker <paul@black-sun.demon.co.uk>
4142 +2002-10-10 09:33:33 Paul Walker <paul@black-sun.demon.co.uk> (roessler)
4144 * doc/manual.sgml.head: Fix #1340 (documentation)
4146 -2002/10/10 09:33:05 Michael Elkins <me@sigpipe.org>
4147 +2002-10-10 09:33:05 Michael Elkins <me@sigpipe.org> (roessler)
4149 + * pager.c: Jeremy Lin wrote: > When I search with / and get
4150 + a match, doing '/\r' doesn't move to the next > match. This
4151 + behavior is unlike the less pager, and is rather useless, IMHO.
4153 - * pager.c: Jeremy Lin wrote:
4154 - > When I search with / and get a match, doing '/\r' doesn't move to the next
4155 - > match. This behavior is unlike the less pager, and is rather useless, IMHO.
4157 Try the attached patch.
4159 -2002/09/23 12:08:43 Thomas Roessler <roessler@does-not-exist.org>
4160 +2002-09-23 12:08:43 Thomas Roessler <roessler@does-not-exist.org>
4163 - * buffy.c: A variant of buffy notification. Note: If you folks don't like
4164 - this, we can return to the old version.
4165 + * buffy.c: A variant of buffy notification. Note: If you folks
4166 + don't like this, we can return to the old version.
4168 -2002/09/09 21:48:19 Rudi Chiarito <nutello@sweetness.com>
4169 +2002-09-09 21:48:19 Rudi Chiarito <nutello@sweetness.com> (roessler)
4171 - * OPS, browser.c, buffy.c, curs_main.c, functions.h, pager.c, protos.h: Add a buffy-list function, and display more information when new
4172 - mail arrives. With some modifications from tlr.
4173 + * OPS, browser.c, buffy.c, curs_main.c, functions.h, pager.c,
4174 + protos.h: Add a buffy-list function, and display more information
4175 + when new mail arrives. With some modifications from tlr.
4177 -2002/09/09 21:19:08 Michael Elkins <me@sigpipe.org>
4178 +2002-09-09 21:19:08 Michael Elkins <me@sigpipe.org> (roessler)
4182 * mh.c: [STABLE] Fix #1321.
4184 -2002/09/09 21:04:03 Tony Leneis <tony@cvr.ds.adp.com>
4185 +2002-09-09 21:04:03 Tony Leneis <tony@cvr.ds.adp.com> (roessler)
4187 * signal.c: Tru64 Unix portability patch.
4189 * signal.c: [STABLE] Tru64 Unix portability patch.
4191 -2002/09/09 21:02:05 Vincent Lefevre <vincent@vinc17.org>
4192 +2002-09-09 21:02:05 Vincent Lefevre <vincent@vinc17.org> (roessler)
4194 * doc/manual.sgml.head: Fixing a typo.
4196 -2002/09/09 20:53:46 Thomas Roessler <roessler@does-not-exist.org>
4197 +2002-09-09 20:53:46 Thomas Roessler <roessler@does-not-exist.org>
4200 - * postpone.c: Fixing #1300. Noted by David Shaw <dshaw@jabberwocky.com>.
4201 + * postpone.c: Fixing #1300. Noted by David Shaw
4202 + <dshaw@jabberwocky.com>.
4204 - * postpone.c: Fix #1299; noted by David Shaw <dshaw@jabberwocky.com>.
4205 + * postpone.c: Fix #1299; noted by David Shaw
4206 + <dshaw@jabberwocky.com>.
4208 -2002/09/09 20:20:20 Michael Elkins <me@sigpipe.org>
4209 +2002-09-09 20:20:20 Michael Elkins <me@sigpipe.org> (roessler)
4211 * init.h, mutt.h, send.c: Introducing $forward_edit.
4215 - > Suppose a user wants to fcc to a file (e.g., /a/b/c) but accidentally
4216 - > typed a = before the path name. Mutt will fail to find the =/a/b/c
4217 - > folder, display the error message and beep, but immediately erase the
4218 - > error message; the mail will be sent even though the fcc failed. (The
4219 - > same can be accomplished by accidentally mistyping other parts of the
4220 - > path name.) On local systems where screen update is quick, the user
4221 - > might not notice the error message at all.
4223 - > The problem with this behaviour is that the user might have no chance
4224 - > to read the error message if the screen update is quick enough; as a
4225 - > result (s)he might not notice that the fcc failed.
4227 - > A related thing (probably can't be classified as a problem) is that if
4228 - > fcc fails, the user probably don't want to send the mail out because
4229 - > if fcc is requested (s)he probably very much want to keep a copy of
4232 - Try the following patch. We keep track of whether or not the fcc
4233 - failed with a local var `fcc_error' and perform the same behavior as
4234 - if the actual send of the message failed (without really sending)
4235 - when the FCC fails, thus giving the user a chance to correct the
4238 - * globals.h, init.h, send.c: Introduce $content_type. There's one change against Michael's
4239 - patch, in how the "format=flowed" parameter is used.
4240 + * globals.h, init.h, send.c: Introduce $content_type. There's
4241 + one change against Michael's patch, in how the "format=flowed"
4242 + parameter is used.
4244 -2002/09/09 20:04:45 Vincent Lefevre <vincent@vinc17.org>
4245 +2002-09-09 20:04:45 Vincent Lefevre <vincent@vinc17.org> (roessler)
4247 * history.c: [STABLE] Fixing history classes.
4249 * history.c: Fixing history classes.
4251 -2002/09/09 19:56:25 Armin Wolfermann <aw@osn.de>
4252 +2002-09-09 19:56:25 Armin Wolfermann <aw@osn.de> (roessler)
4254 - * mh.c: when doing the second parsing pass on a maildir, mutt doesn't delete
4255 - the fake HEADER struct if the file is unreadable. With this fix
4256 - unreadable files get silently ignored (like in the MH case).
4257 + * mh.c: when doing the second parsing pass on a maildir,
4258 + mutt doesn't delete the fake HEADER struct if the file is
4259 + unreadable. With this fix unreadable files get silently ignored
4260 + (like in the MH case).
4262 -2002/09/09 19:55:01 "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
4263 +2002-09-09 19:55:01 "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
4268 -2002/09/09 19:53:24 Michael Elkins <me@sigpipe.org>
4269 +2002-09-09 19:53:24 Michael Elkins <me@sigpipe.org> (roessler)
4271 - * editmsg.c: Fixing #1149: Truncate files used for editing messages.
4272 + * editmsg.c: Fixing #1149: Truncate files used for editing
4275 -2002/09/09 19:29:26 Nicolas Rachinsky <nicolas@dauerreden.de>
4276 +2002-09-09 19:29:26 Nicolas Rachinsky <nicolas@dauerreden.de>
4279 - * doc/manual.sgml.head, doc/muttrc.man.head, buffy.c, buffy.h, init.h: An unmailboxes command. #1311.
4280 + * doc/manual.sgml.head, doc/muttrc.man.head, buffy.c, buffy.h,
4281 + init.h: An unmailboxes command. #1311.
4283 -2002/09/09 19:24:54 Michael Elkins <me@sigpipe.org>
4284 +2002-09-09 19:24:54 Michael Elkins <me@sigpipe.org> (roessler)
4286 * attach.c: Fixing #1330.
4288 * attach.c: [STABLE] Fixing #1330.
4290 -2002/08/09 07:01:11 Thomas Roessler <roessler@does-not-exist.org>
4291 +2002-08-09 07:01:11 Thomas Roessler <roessler@does-not-exist.org>
4294 - * doc/muttrc.man.head: Document unalternative_order in the manual page.
4295 + * doc/muttrc.man.head: Document unalternative_order in the
4298 -2002/08/09 06:58:37 Michael Elkins <me@sigpipe.org>
4299 +2002-08-09 06:58:37 Michael Elkins <me@sigpipe.org> (roessler)
4301 - * doc/manual.sgml.head, init.c, init.h: The following patch adds the `unalternative_order' command. It also
4302 - allows using "*" more generically in un-commands which use
4304 + * doc/manual.sgml.head, init.c, init.h: The following patch
4305 + adds the `unalternative_order' command. It also allows using
4306 + "*" more generically in un-commands which use parse_unlists().
4308 -2002/08/05 17:25:05 Michael Elkins <me@sigpipe.org>
4309 +2002-08-05 17:25:05 Michael Elkins <me@sigpipe.org> (roessler)
4311 - * pgpewrap.c, pgppubring.c, pgpewrap.c, pgppubring.c: Error handling fixes.
4312 + * pgpewrap.c, pgppubring.c, pgpewrap.c, pgppubring.c: Error
4315 -2002/07/26 08:24:01 Michael Elkins <me@sigpipe.org>
4316 +2002-07-26 08:24:01 Michael Elkins <me@sigpipe.org> (roessler)
4318 - * doc/manual.sgml.head: Documentation for reply-hook. Another patch (for the manual page)
4319 - would be most welcome. ;-))
4320 + * doc/manual.sgml.head: Documentation for reply-hook. Another
4321 + patch (for the manual page) would be most welcome. ;-))
4323 - * curs_lib.c: The attached patch fixes mutt_yesorno() so that the question will be
4324 - truncated enough to always fit in the default answer string. The
4325 - size is calculated on the fly so that there is no artificial
4327 + * curs_lib.c: The attached patch fixes mutt_yesorno() so that the
4328 + question will be truncated enough to always fit in the default
4329 + answer string. The size is calculated on the fly so that there
4330 + is no artificial truncation.
4332 -2002/07/24 09:46:58 TAKIZAWA Takashi <taki@luna.email.ne.jp>
4333 +2002-07-24 09:46:58 TAKIZAWA Takashi <taki@luna.email.ne.jp> (roessler)
4335 - * mutt.h, mutt.h: The attached patch sets MB_LEN_MAX to 16, which is MB_LEN_MAX value
4336 - on glibc-2.2. It works only with --without-wc-funcs switch. It may
4337 - be applied to mutt-1.4 and mutt-1.5.1.
4338 + * mutt.h, mutt.h: The attached patch sets MB_LEN_MAX to 16,
4339 + which is MB_LEN_MAX value on glibc-2.2. It works only with
4340 + --without-wc-funcs switch. It may be applied to mutt-1.4 and
4343 -2002/07/24 09:37:41 Lars Hecking <lhecking@nmrc.ie>
4344 +2002-07-24 09:37:41 Lars Hecking <lhecking@nmrc.ie> (roessler)
4346 - * configure.in, configure.in: Fix a quoting sloppiness. Noted by Vincent Lefevre.
4347 + * configure.in, configure.in: Fix a quoting sloppiness. Noted by
4350 -2002/07/24 09:33:59 Thomas Roessler <roessler@does-not-exist.org>
4351 +2002-07-24 09:33:59 Thomas Roessler <roessler@does-not-exist.org>
4354 * browser.c, browser.c: Fixing #1282. An off-by-one error. :-/
4356 -2002/07/24 09:20:22 Michael Elkins <me@sigpipe.org>
4357 +2002-07-24 09:20:22 Michael Elkins <me@sigpipe.org> (roessler)
4359 - * mutt.h, send.c, hook.c, init.h: reply-hook. Documentation still needed.
4360 + * mutt.h, send.c, hook.c, init.h: reply-hook. Documentation
4363 -2002/07/24 09:06:06 Vincent Lefevre <vincent@vinc17.org>
4364 +2002-07-24 09:06:06 Vincent Lefevre <vincent@vinc17.org> (roessler)
4368 -2002/07/24 08:41:31 Michael Elkins <me@sigpipe.org>
4369 +2002-07-24 08:41:31 Michael Elkins <me@sigpipe.org> (roessler)
4371 - * doc/mutt.man, compose.c, editmsg.c, init.c, init.h, attach.c, doc/mutt.man, compose.c, editmsg.c, init.c, init.h, attach.c: Fix $editor and $visual. Based on an earlier patch from Edmund
4372 + * doc/mutt.man, compose.c, editmsg.c, init.c, init.h, attach.c,
4373 + doc/mutt.man, compose.c, editmsg.c, init.c, init.h, attach.c:
4374 + Fix $editor and $visual. Based on an earlier patch from Edmund
4377 -2002/07/19 19:23:21 Michael Elkins <me@sigpipe.org>
4378 +2002-07-19 19:23:21 Michael Elkins <me@sigpipe.org> (roessler)
4380 * doc/manual.sgml.head: Another documentation patch.
4382 -2002/07/17 12:48:38 Rocco Rutte <s1118644@mail.inf.tu-dresden.de>
4383 +2002-07-17 12:48:38 Rocco Rutte <s1118644@mail.inf.tu-dresden.de>
4386 + * sendlib.c: * Thomas Roessler [02-07-08 10:14:53 +0200]
4387 + wrote: > * sendlib.c, 3.12 -> 3.13 > From: Rocco Rutte
4388 + <s1118644@mail.inf.tu-dresden.de>
4390 + > Make encode_from a bit more aggressive, by also catching a
4391 + 'f' in > the beginning of a line.
4393 - * sendlib.c: * Thomas Roessler [02-07-08 10:14:53 +0200] wrote:
4394 - > * sendlib.c, 3.12 -> 3.13
4395 - > From: Rocco Rutte <s1118644@mail.inf.tu-dresden.de>
4397 - > Make encode_from a bit more aggressive, by also catching a 'f' in
4398 - > the beginning of a line.
4400 'Catch' is good but also to encode it is better. It may have
4401 - been too late (sorry for that) so I fixed it. I don't know
4402 - why the current source only escapes lines that actually
4403 - begin with 'from' or 'From' followed by some text. I think
4404 - that escaping 'from' or 'From' on a single line should be
4407 + been too late (sorry for that) so I fixed it. I don't know why
4408 + the current source only escapes lines that actually begin with
4409 + 'from' or 'From' followed by some text. I think that escaping
4410 + 'from' or 'From' on a single line should be done, too.
4412 Not a big deal, anyways.
4414 -2002/07/16 07:28:11 Michael Elkins <me@sigpipe.org>
4415 +2002-07-16 07:28:11 Michael Elkins <me@sigpipe.org> (roessler)
4417 * main.c, main.c: Update copyright notices.
4419 -2002/07/07 19:33:50 Cedric Duval <cedricduval@free.fr>
4420 +2002-07-07 19:33:50 Cedric Duval <cedricduval@free.fr> (roessler)
4422 * doc/manual.sgml.head, doc/mutt.man, init.h: Documentation fixes.
4424 -2002/07/07 19:29:05 "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
4425 +2002-07-07 19:29:05 "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
4428 * doc/manual.sgml.head: Dcumentation fixes.
4430 -2002/07/07 19:23:22 Cedric Duval <cedricduval@free.fr>
4431 +2002-07-07 19:23:22 Cedric Duval <cedricduval@free.fr> (roessler)
4433 * doc/manual.sgml.head, doc/mutt.man, init.h: Documentation fixes.
4435 -2002/07/07 19:22:19 Rocco Rutte <s1118644@mail.inf.tu-dresden.de>
4436 +2002-07-07 19:22:19 Rocco Rutte <s1118644@mail.inf.tu-dresden.de>
4439 - * sendlib.c: Make encode_from a bit more aggressive, by also catching a 'f' in
4440 - the beginning of a line.
4441 + * sendlib.c: Make encode_from a bit more aggressive, by also
4442 + catching a 'f' in the beginning of a line.
4444 -2002/07/07 19:13:03 Velko Hristov <hristov@informatik.hu-berlin.de>
4445 +2002-07-07 19:13:03 Velko Hristov <hristov@informatik.hu-berlin.de>
4450 -2002/07/07 19:11:15 Jeremy Blosser <jblosser-mutt@firinn.org>
4451 +2002-07-07 19:11:15 Jeremy Blosser <jblosser-mutt@firinn.org>
4454 * init.h: Add unauto_view to the stable branch. A one-liner.
4456 -2002/06/28 19:52:31 Michael Elkins <me@sigpipe.org>
4457 +2002-06-28 19:52:31 Michael Elkins <me@sigpipe.org> (roessler)
4459 - * doc/manual.sgml.head, doc/manual.sgml.head: Documentation fix (#271).
4460 + * doc/manual.sgml.head, doc/manual.sgml.head: Documentation fix
4463 -2002/06/18 10:03:52 (automatic)
4464 +2002-06-18 10:03:52 (automatic) (roessler)
4466 - * po/zh_TW.po, po/tr.po, po/uk.po, po/zh_CN.po, po/sv.po, po/sk.po, po/ru.po, po/pt_BR.po, po/nl.po, po/pl.po, po/ja.po, po/ko.po, po/lt.po, po/it.po, po/gl.po, po/hu.po, po/id.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/el.po, po/da.po, po/de.po, po/ca.po, po/cs.po: "make update-po"
4467 + * po/zh_TW.po, po/tr.po, po/uk.po, po/zh_CN.po, po/sv.po,
4468 + po/sk.po, po/ru.po, po/pt_BR.po, po/nl.po, po/pl.po, po/ja.po,
4469 + po/ko.po, po/lt.po, po/it.po, po/gl.po, po/hu.po, po/id.po,
4470 + po/eo.po, po/es.po, po/et.po, po/fr.po, po/el.po, po/da.po,
4471 + po/de.po, po/ca.po, po/cs.po: "make update-po"
4473 -2002/06/18 10:02:44 several submitters
4474 +2002-06-18 10:02:44 several submitters (roessler)
4476 * po/ca.po: Adding a BG translation. Update for CA.
4478 -2002/06/18 10:02:43 Thomas Roessler <roessler@does-not-exist.org>
4479 +2002-06-18 10:02:43 roessler (roessler)
4481 - * po/bg.po: branches: 1.1.2;
4482 - file bg.po was initially added on branch mutt-1-4-stable.
4483 + * po/bg.po: branches: 1.1.2; file bg.po was initially added on
4484 + branch mutt-1-4-stable.
4486 -2002/06/18 10:02:43 several submitters
4487 +2002-06-18 10:02:43 several submitters (roessler)
4489 * po/bg.po: Adding a BG translation. Update for CA.
4491 * configure.in: Adding a BG translation.
4493 -2002/06/18 09:53:12 Michael Elkins <me@sigpipe.org>
4494 +2002-06-18 09:53:12 Michael Elkins <me@sigpipe.org> (roessler)
4496 - * init.c, init.c: The string used to store the commmand for a backtic expansion in the
4497 - muttrc was not free'd if the command failed for some reason.
4498 + * init.c, init.c: The string used to store the commmand for a
4499 + backtic expansion in the muttrc was not free'd if the command
4500 + failed for some reason.
4502 +2002-06-18 09:52:13 David Champion <dgc@uchicago.edu> (roessler)
4504 + * m4/gssapi.m4: Okay, two bugs here. One's an oversight of mine
4505 + in my previous patch, where I tried to use "[hH]" as Bourne code
4506 + while m4 had quoting set to ([, ]) -- this probably makes mutt
4507 + mis-detect Heimdal after all.
4509 -2002/06/18 09:52:13 David Champion <dgc@uchicago.edu>
4511 - * m4/gssapi.m4: Okay, two bugs here. One's an oversight of mine in my previous patch,
4512 - where I tried to use "[hH]" as Bourne code while m4 had quoting set to
4513 - ([, ]) -- this probably makes mutt mis-detect Heimdal after all.
4515 The other is not mine (i.e., it's in cvs now) and it makes mutt
4516 - overstrike $LIBS if Heimdal or MIT Kerberos is detected. This is a
4517 - problem for anyone who needs -lnsl -lsocket, in particular. I was
4519 - this by hand during late 1.3.x releases, as I didn't have time to
4523 + overstrike $LIBS if Heimdal or MIT Kerberos is detected. This is
4524 + a problem for anyone who needs -lnsl -lsocket, in particular. I
4525 + was fixing this by hand during late 1.3.x releases, as I didn't
4526 + have time to track it down....
4528 Here's a patch against the current (unpatched) 1.5 cvs copy of
4529 - m4/gssapi.m4. It probably should go into both branches. Sorry for the
4531 + m4/gssapi.m4. It probably should go into both branches. Sorry
4534 -2002/06/06 23:13:54 Michael Elkins <me@sigpipe.org>
4535 +2002-06-06 23:13:54 Michael Elkins <me@sigpipe.org> (roessler)
4537 * color.c: Fix #1230.
4539 -2002/06/06 12:22:05 Will Fiveash <william.fiveash@sun.com>
4540 +2002-06-06 12:22:05 Will Fiveash <william.fiveash@sun.com> (roessler)
4542 * init.h, init.h: Fix a couple of compile-time warnings.
4544 -2002/05/31 16:59:39 Edmund GRIMLEY EVANS <edmundo@rano.org>
4545 +2002-05-31 16:59:39 Edmund GRIMLEY EVANS <edmundo@rano.org> (roessler)
4547 - * charset.c, charset.h, sendlib.c, charset.c, charset.h, sendlib.c: Fix charset-hook.
4548 + * charset.c, charset.h, sendlib.c, charset.c, charset.h,
4549 + sendlib.c: Fix charset-hook.
4551 -2002/05/31 16:45:49 Lars Hecking <lhecking@nmrc.ucc.ie>
4552 +2002-05-31 16:45:49 Lars Hecking <lhecking@nmrc.ucc.ie> (roessler)
4554 - * m4/iconv.m4, INSTALL, charset.h, configure.in: The noiconv patch. Should probably have been in 1.4.
4555 + * m4/iconv.m4, INSTALL, charset.h, configure.in: The noiconv
4556 + patch. Should probably have been in 1.4.
4558 -2002/05/30 12:15:02 Thomas Roessler <roessler@does-not-exist.org>
4559 +2002-05-30 12:15:02 Thomas Roessler <roessler@does-not-exist.org>
4562 - * rfc822.c: Properly handle empty addresses (<>) when they show up in mail
4563 - headers. The approach taken is to store this address as <@>, and to
4564 - check this special case when printing an address.
4565 + * rfc822.c: Properly handle empty addresses (<>) when they show
4566 + up in mail headers. The approach taken is to store this address
4567 + as <@>, and to check this special case when printing an address.
4569 -2002/05/29 09:31:51 Thomas Roessler <roessler@does-not-exist.org>
4570 +2002-05-29 09:31:51 roessler (roessler)
4572 - * po/zh_CN.po, po/zh_TW.po, po/uk.po, po/tr.po, po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/ko.po, po/lt.po, po/nl.po, po/it.po, po/ja.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/eo.po, po/es.po, po/et.po, po/da.po, po/de.po, po/el.po, VERSION, po/ca.po, po/cs.po, reldate.h, ChangeLog: automatic post-release commit for mutt-1.4
4573 + * po/zh_CN.po, po/zh_TW.po, po/uk.po, po/tr.po, po/sk.po,
4574 + po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/ko.po, po/lt.po,
4575 + po/nl.po, po/it.po, po/ja.po, po/fr.po, po/gl.po, po/hu.po,
4576 + po/id.po, po/eo.po, po/es.po, po/et.po, po/da.po, po/de.po,
4577 + po/el.po, VERSION, po/ca.po, po/cs.po, reldate.h, ChangeLog:
4578 + automatic post-release commit for mutt-1.4
4580 -2002/05/29 09:28:33 Roland Rosenfeld <roland@spinnaker.de>
4581 +2002-05-29 09:28:33 Roland Rosenfeld <roland@spinnaker.de> (roessler)
4585 -2002/05/29 09:27:46 Ronny Haryanto <ronny@haryan.to>
4586 +2002-05-29 09:27:46 Ronny Haryanto <ronny@haryan.to> (roessler)
4590 -2002/05/28 09:07:29 Michael Elkins <me@sigpipe.org>
4591 +2002-05-28 09:07:29 Michael Elkins <me@sigpipe.org> (roessler)
4593 * mx.h, postpone.c: Fix some warnings noted by Vincent Lefevre.
4595 -2002/05/21 07:28:28 Edmund GRIMLEY EVANS <edmundo@rano.org>
4596 +2002-05-21 07:28:28 Edmund GRIMLEY EVANS <edmundo@rano.org> (roessler)
4600 -2002/05/18 05:39:55 Thomas Roessler <roessler@does-not-exist.org>
4601 +2002-05-18 05:39:55 Thomas Roessler <roessler@does-not-exist.org>
4604 * pattern.c: Fix #1175.
4606 * pattern.c: Fix #1175. Noticed by Alain Bench.
4608 -2002/05/18 05:34:50 Vsevolod Volkov <vvv@mutt.org.ua>
4609 +2002-05-18 05:34:50 Vsevolod Volkov <vvv@mutt.org.ua> (roessler)
4611 - * pop_lib.c, pop_lib.c: Attached patch for mutt 1.3.X/1.4 and 1.5.X removes gcc warning in
4613 + * pop_lib.c, pop_lib.c: Attached patch for mutt 1.3.X/1.4 and
4614 + 1.5.X removes gcc warning in pop_lib.c.
4616 -2002/05/16 17:33:19 Pawel Dziekonski <dzieko@pwr.wroc.pl>
4617 +2002-05-16 17:33:19 Pawel Dziekonski <dzieko@pwr.wroc.pl> (roessler)
4621 -2002/05/16 13:05:14 Im Eunjea <eunjea@koru.org>
4622 +2002-05-16 13:05:14 Im Eunjea <eunjea@koru.org> (roessler)
4628 -2002/05/16 13:04:23 Ronny Haryanto <ronny@haryan.to>
4629 +2002-05-16 13:04:23 Ronny Haryanto <ronny@haryan.to> (roessler)
4633 * compose.c: Triple-DES, not Tripple-DES.
4635 -2002/05/14 18:56:01 "Andrej N. Gritsenko" <andrej@lucky.net>
4636 +2002-05-14 18:56:01 "Andrej N. Gritsenko" <andrej@lucky.net> (roessler)
4640 -2002/05/13 20:18:57 Toomas Soome <Toomas.Soome@microlink.ee>
4641 +2002-05-13 20:18:57 Toomas Soome <Toomas.Soome@microlink.ee> (roessler)
4643 * po/et.po, po/et.po: update
4645 -2002/05/13 20:18:17 Vsevolod Volkov <vvv@mutt.org.ua>
4646 +2002-05-13 20:18:17 Vsevolod Volkov <vvv@mutt.org.ua> (roessler)
4648 * po/ru.po, po/uk.po, po/ru.po: update
4650 -2002/05/13 20:16:08 Byrial Jensen <byrial@image.dk>
4651 +2002-05-13 20:16:08 Byrial Jensen <byrial@image.dk> (roessler)
4655 -2002/05/13 20:15:40 Vsevolod Volkov <vvv@mutt.org.ua>
4656 +2002-05-13 20:15:40 Vsevolod Volkov <vvv@mutt.org.ua> (roessler)
4660 -2002/05/13 20:15:07 Jörgen Tegnér <jorgen.tegner@telia.com>
4661 +2002-05-13 20:15:07 Jörgen Tegnér <jorgen.tegner@telia.com> (roessler)
4663 * po/sv.po, po/sv.po: update
4665 -2002/05/13 20:13:56 Vincent Lefevre <vincent@vinc17.org>
4666 +2002-05-13 20:13:56 Vincent Lefevre <vincent@vinc17.org> (roessler)
4670 -2002/05/09 09:52:09 Thomas Roessler <roessler@does-not-exist.org>
4672 - * doc/muttrc.man.head, doc/muttrc.man.head: #1190, from Tim Alexeevsky <tim@zhuchka.gbnet.net>
4674 -2002/05/06 11:27:20 Thomas Roessler <roessler@does-not-exist.org>
4675 +2002-05-06 11:27:20 Thomas Roessler <roessler@does-not-exist.org>
4678 - * doc/manual.sgml.head: Remove -Q which is only present in unstable from the stable
4679 - documentation. Thanks to Andreas Kneib <Andreas.Kneib@t-online.de>
4681 + * doc/manual.sgml.head: Remove -Q which is only present in
4682 + unstable from the stable documentation. Thanks to Andreas Kneib
4683 + <Andreas.Kneib@t-online.de> for noting.
4685 -2002/05/02 01:05:27 Thomas Roessler <roessler@does-not-exist.org>
4686 +2002-05-02 01:05:27 Thomas Roessler <roessler@does-not-exist.org>
4689 * Makefile.am: Include smime.h with EXRA_DIST.
4691 -2002/05/01 23:24:17 Thomas Roessler <roessler@does-not-exist.org>
4692 +2002-05-01 23:24:17 roessler (roessler)
4694 - * po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, VERSION, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog: automatic post-release commit for mutt-1.5.1
4695 + * po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po,
4696 + po/zh_CN.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po,
4697 + po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po,
4698 + po/et.po, po/fr.po, po/gl.po, po/hu.po, VERSION, po/ca.po,
4699 + po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog:
4700 + automatic post-release commit for mutt-1.5.1
4702 +2002-05-01 23:21:10 Thomas Roessler <roessler@does-not-exist.org>
4705 - * smime.c: Shut up check_sec.sh. No security holes, but some ugly code.
4706 + * smime.c: Shut up check_sec.sh. No security holes, but some
4709 * check_sec.sh: Give all the warnings at once.
4711 - * build-release: - This is a development branch.
4712 - - Add a -nodiff option to suppress generating a patch.
4713 + * build-release: - This is a development branch. - Add a -nodiff
4714 + option to suppress generating a patch.
4716 +2002-05-01 23:08:53 roessler (roessler)
4718 + * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po,
4719 + po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po,
4720 + po/it.po, po/ja.po, po/ko.po, po/et.po, po/fr.po, po/gl.po,
4721 + po/hu.po, po/id.po, po/da.po, po/de.po, po/el.po, po/eo.po,
4722 + po/es.po, ChangeLog, VERSION, po/ca.po, po/cs.po, reldate.h:
4723 + automatic post-release commit for mutt-1.3.99
4725 - * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/it.po, po/ja.po, po/ko.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, ChangeLog, VERSION, po/ca.po, po/cs.po, reldate.h: automatic post-release commit for mutt-1.3.99
4726 +2002-05-01 23:06:21 Thomas Roessler <roessler@does-not-exist.org>
4729 * build-release: s/scp1/scp/
4731 -2002/04/29 17:12:18 Thomas Roessler <roessler@does-not-exist.org>
4732 +2002-04-29 17:12:18 Thomas Roessler <roessler@does-not-exist.org>
4735 * lib.c, lib.h, protos.h, lib.c, lib.h, protos.h: Fix #1171.
4737 -2002/04/29 12:26:23 Vincent Lefevre <vincent@vinc17.org>
4738 +2002-04-29 12:26:23 Vincent Lefevre <vincent@vinc17.org> (roessler)
4742 -2002/04/29 12:25:38 oota toshiya <oota@mspd.mt.nec.co.jp>
4743 +2002-04-29 12:25:38 oota toshiya <oota@mspd.mt.nec.co.jp> (roessler)
4745 * po/ja.po, po/ja.po: update.
4747 -2002/04/29 12:09:21 Byrial Jensen <byrial@image.dk>
4748 +2002-04-29 12:09:21 Byrial Jensen <byrial@image.dk> (roessler)
4750 - * imap/util.c: There is a possible buffer overflow due an off-by-one error in
4751 - imap/util.c, line 125. The error is in the maximum field width
4752 - indication in the sscanf() call. You must have room in the receiving
4753 - buffer for this number of characters /plus a terminating NULL
4756 - * imap/util.c: There is a possible buffer overflow due an off-by-one error in
4757 - imap/util.c, line 125. The error is in the maximum field width
4758 - indication in the sscanf() call. You must have room in the
4759 - receiving buffer for this number of characters /plus a
4760 - terminating NULL character/.
4762 -2002/04/25 13:30:49 Vsevolod Volkov <vvv@mutt.org.ua>
4764 - * pop.c, pop_lib.c, pop.c, pop_lib.c: Attached patch fixes the problem described below. It should be
4765 - applied to both mutt 1.3/1.4 and 1.5 branches.
4767 - > Date: Thu, 11 Apr 2002 16:24:00 -0500
4768 - > Subject: mutt 1.3.x / pop
4769 - > From: "Ryan O'Hara" <rohara@isis.visi.com>
4770 - > To: bcully@users.sourceforge.net
4771 - > User-Agent: Mutt/1.3.27i
4773 - > Hi. My apologies if this has nothing to do with you. If it does not,
4774 - > maybe you could forward it on to someone.
4776 - > In mutt 1.3.x I have noticed that if I uses POP to retrieve mail, and
4777 - > I enter an incorrect password whem prompted, it will *save* that
4778 - > password and keep trying to use it. However, in the 1.2.x versions it
4779 - > worked like this: type in wrong POP password, try to connect to POP
4780 - > server again and it will ask you (again) for the password. mutt 1.3.x
4781 - > does not, it just tries to connect with the wrongs password (which
4784 - > This is kinda annoying. Just thought I'd point out this regression.
4789 -2002/04/25 13:28:31 Wouter Verheijen <wv@xs2mail.com>
4791 - * doc/manual.sgml.head, doc/manual.sgml.head: Someone in news:comp.mail.mutt noted that the list of command-line
4792 - options in the manual is not up-to-date.
4794 - Included a small patch that includes all options that 'mutt -h' shows.
4796 -2002/04/25 13:26:58 Cedric Duval <cedricduval@free.fr>
4798 - * doc/manual.sgml.tail, OPS, init.h, pattern.c: attached are fixes for some little mistakes :
4800 - * history-down -> scroll _down_, not up
4801 - * functions decode-(save|copy) do not exist in the attach menu.
4802 - * gettext oversight in pattern.c
4803 - * inconsistency between "printf-like sequences" used all over the place
4804 - and "escape sequences" for the description of $attribution.
4805 + * imap/util.c: There is a possible buffer overflow due an
4806 + off-by-one error in imap/util.c, line 125. The error is in the
4807 + maximum field width indication in the sscanf() call. You must
4808 + have room in the receiving buffer for this number of characters
4809 + /plus a terminating NULL character/.
4811 - * doc/manual.sgml.tail, pattern.c, OPS, init.h: attached are fixes for some little mistakes :
4813 - * history-down -> scroll _down_, not up
4814 - * functions decode-(save|copy) do not exist in the attach menu.
4815 - * gettext oversight in pattern.c
4816 - * inconsistency between "printf-like sequences" used all over the
4817 - place and "escape sequences" for the description of $attribution.
4818 + * imap/util.c: There is a possible buffer overflow due an
4819 + off-by-one error in imap/util.c, line 125. The error is in the
4820 + maximum field width indication in the sscanf() call. You must
4821 + have room in the receiving buffer for this number of characters
4822 + /plus a terminating NULL character/.
4824 -2002/04/25 13:24:33 Thomas Roessler <roessler@does-not-exist.org>
4825 +2002-04-25 13:30:49 Vsevolod Volkov <vvv@mutt.org.ua> (roessler)
4827 - * recvattach.c: Also fix this for the S/MIME case.
4828 + * pop.c, pop_lib.c, pop.c, pop_lib.c: Attached patch fixes
4829 + the problem described below. It should be applied to both mutt
4830 + 1.3/1.4 and 1.5 branches.
4832 - * recvattach.c: Fiy handling of multiparts which have encrypted sub-parts, at least
4834 + > Date: Thu, 11 Apr 2002 16:24:00 -0500 > Subject: mutt 1.3.x
4835 + / pop > From: "Ryan O'Hara" <rohara@isis.visi.com> > To:
4836 + bcully@users.sourceforge.net > User-Agent: Mutt/1.3.27i
4838 - * sendlib.c: Force 7bit encoding for application/pgp-keys.
4839 + > Hi. My apologies if this has nothing to do with you. If it
4840 + does not, > maybe you could forward it on to someone.
4842 -2002/04/20 21:38:47 Thomas Roessler <roessler@does-not-exist.org>
4843 + > In mutt 1.3.x I have noticed that if I uses POP to retrieve
4844 + mail, and > I enter an incorrect password whem prompted, it will
4845 + *save* that > password and keep trying to use it. However, in the
4846 + 1.2.x versions it > worked like this: type in wrong POP password,
4847 + try to connect to POP > server again and it will ask you (again)
4848 + for the password. mutt 1.3.x > does not, it just tries to connect
4849 + with the wrongs password (which > just failed).
4851 - * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4, intl/ChangeLog, intl/Makefile.in, intl/bindtextdom.c, intl/config.charset, intl/dcigettext.c, intl/eval-plural.h, intl/gettextP.h, intl/gmo.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/localename.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/plural.c, intl/plural.y, ABOUT-NLS, INSTALL, config.rpath, configure.in: Backing out the latest iconv-related changes from the
4852 - mutt-1-4-stable branch.
4853 + > This is kinda annoying. Just thought I'd point out this
4856 - * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4: same as above.
4859 - * intl/eval-plural.h, intl/gettextP.h, intl/gmo.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/localename.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/plural.c, intl/plural.y, intl/ChangeLog, intl/Makefile.in, intl/bindtextdom.c, intl/config.charset, intl/dcigettext.c: Committing the new iconv patches into a separate branch.
4860 +2002-04-25 13:28:31 Wouter Verheijen <wv@xs2mail.com> (roessler)
4862 - * ABOUT-NLS, INSTALL, config.rpath, configure.in: Committing the new noiconv patches into a separate branch.
4863 + * doc/manual.sgml.head, doc/manual.sgml.head: Someone in
4864 + news:comp.mail.mutt noted that the list of command-line options
4865 + in the manual is not up-to-date.
4867 - * sendlib.c: Generate the resent-message-id ourselves, and add it in the top of
4869 + Included a small patch that includes all options that 'mutt
4872 -2002/04/20 08:11:13 Wouter Verheijen <wv@xs2mail.com>
4873 +2002-04-25 13:26:58 Cedric Duval <cedricduval@free.fr> (roessler)
4875 + * doc/manual.sgml.tail, OPS, init.h, pattern.c: attached are
4876 + fixes for some little mistakes :
4878 + * history-down -> scroll _down_, not up * functions
4879 + decode-(save|copy) do not exist in the attach menu. * gettext
4880 + oversight in pattern.c * inconsistency between "printf-like
4881 + sequences" used all over the place
4882 + and "escape sequences" for the description of $attribution.
4884 + * doc/manual.sgml.tail, pattern.c, OPS, init.h: attached are
4885 + fixes for some little mistakes :
4887 + * history-down -> scroll _down_, not up * functions
4888 + decode-(save|copy) do not exist in the attach menu. * gettext
4889 + oversight in pattern.c * inconsistency between "printf-like
4890 + sequences" used all over the
4891 + place and "escape sequences" for the description of
4894 +2002-04-25 13:24:33 Thomas Roessler <roessler@does-not-exist.org>
4897 + * recvattach.c: Also fix this for the S/MIME case.
4899 + * recvattach.c: Fiy handling of multiparts which have encrypted
4900 + sub-parts, at least for PGP.
4902 + * sendlib.c: Force 7bit encoding for application/pgp-keys.
4904 +2002-04-20 21:38:47 Thomas Roessler <roessler@does-not-exist.org>
4907 + * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
4908 + m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4,
4909 + m4/progtest.m4, intl/ChangeLog, intl/Makefile.in,
4910 + intl/bindtextdom.c, intl/config.charset, intl/dcigettext.c,
4911 + intl/eval-plural.h, intl/gettextP.h, intl/gmo.h,
4912 + intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h,
4913 + intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c,
4914 + intl/localealias.c, intl/localename.c, intl/os2compat.c,
4915 + intl/os2compat.h, intl/osdep.c, intl/plural-exp.c,
4916 + intl/plural-exp.h, intl/plural.c, intl/plural.y, ABOUT-NLS,
4917 + INSTALL, config.rpath, configure.in: Backing out the latest
4918 + iconv-related changes from the mutt-1-4-stable branch.
4920 +2002-04-20 21:36:38 roessler (roessler)
4922 + * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
4923 + m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4,
4924 + m4/progtest.m4: same as above.
4926 +2002-04-20 21:36:32 Thomas Roessler <roessler@does-not-exist.org>
4929 + * intl/eval-plural.h, intl/gettextP.h, intl/gmo.h,
4930 + intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h,
4931 + intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c,
4932 + intl/localealias.c, intl/localename.c, intl/os2compat.c,
4933 + intl/os2compat.h, intl/osdep.c, intl/plural-exp.c,
4934 + intl/plural-exp.h, intl/plural.c, intl/plural.y, intl/ChangeLog,
4935 + intl/Makefile.in, intl/bindtextdom.c, intl/config.charset,
4936 + intl/dcigettext.c: Committing the new iconv patches into a
4939 + * ABOUT-NLS, INSTALL, config.rpath, configure.in: Committing
4940 + the new noiconv patches into a separate branch.
4942 + * sendlib.c: Generate the resent-message-id ourselves, and add
4943 + it in the top of the header.
4945 +2002-04-20 08:11:13 Wouter Verheijen <wv@xs2mail.com> (roessler)
4947 + * copy.c, mutt.h, sendlib.c: Bug #571 "mutt should not replicate
4948 + ">From " headers while bounding", has a patch attached. Will that
4951 - * copy.c, mutt.h, sendlib.c: Bug #571 "mutt should not replicate ">From " headers while bounding",
4952 - has a patch attached.
4953 - Will that patch get in?
4955 Although these lines are not generated by mutt, I would strongly
4957 - to prevent it, because by boucing a mail the MUA should ensure
4958 - that the message header is according to the specification.
4959 + suggest to prevent it, because by boucing a mail the MUA should
4960 + ensure that the message header is according to the specification.
4961 A ">From " line is not, because of the spaces before a colon.
4963 - Because this has such serious consequences (totally unreadable mail)
4964 - when a MTA interpretes this line as the beginning of the body (not
4965 - unreasonable), I think Mutt should prevent sending this invalid
4968 - Because the other patch to the bugreport is not really correct IMHO
4969 - (because the fieldnames are not limited to alphanumeric chars, RFC2822
4970 - 3.6.8), I propose another one.
4973 + Because this has such serious consequences (totally unreadable
4974 + mail) when a MTA interpretes this line as the beginning of the
4975 + body (not unreasonable), I think Mutt should prevent sending
4976 + this invalid headerline.
4978 + Because the other patch to the bugreport is not really correct
4979 + IMHO (because the fieldnames are not limited to alphanumeric
4980 + chars, RFC2822 3.6.8), I propose another one.
4982 This patch also appends Resent-* to the header, instead of
4983 prepending it. The Resent-Message-Id is however still appended,
4984 - because I could not find it; is it added by the MTA instead of by
4986 + because I could not find it; is it added by the MTA instead of
4989 +2002-04-20 07:55:20 roessler (roessler)
4991 -2002/04/20 07:55:20 Thomas Roessler <roessler@does-not-exist.org>
4992 + * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
4993 + m4/lcmessage.m4, m4/progtest.m4: Try to get the noiconv patch
4996 - * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4: Try to get the noiconv patch to work.
4997 +2002-04-20 07:55:09 Thomas Roessler <roessler@does-not-exist.org>
5000 - * configure.in: Try to get the noiconv patch to work with my development environment.
5001 + * configure.in: Try to get the noiconv patch to work with my
5002 + development environment.
5004 * INSTALL: Fix a typo.
5006 -2002/04/20 07:26:10 Lars Hecking <lhecking@nmrc.ie>
5007 +2002-04-20 07:26:10 Lars Hecking <lhecking@nmrc.ie> (roessler)
5009 - * init.h, rfc2047.c, sendlib.c, INSTALL, charset.c, charset.h, configure.in, gnupgparse.c: patch.1.3.28.lh.noiconv
5010 + * init.h, rfc2047.c, sendlib.c, INSTALL, charset.c, charset.h,
5011 + configure.in, gnupgparse.c: patch.1.3.28.lh.noiconv
5012 =======================
5014 - This is the new version of my noiconv patch. It _requires_ the previous
5015 - patch! If applied without, you'll have to resolve a couple of conflicts
5019 - - it's a lot cleaner than the old noiconv patch because no m4 files are
5021 - - new configure option --disable-iconv; INSTALL updated accordingly
5022 - [I am guessing here, but the background for the --without-iconv option
5023 - mentioned in INSTALL was that mutt had a without-iconv option before
5024 - gettext included iconv support. When mutt's intl/* files were updated
5025 - to a newer gettext, there suddenly were two iconv options, which then
5026 - got merged, that is, mutt's was removed. That was probably when
5027 - --without-iconv stopped working, but I'm not sure, it may well be that
5028 - it never worked since iconv support was introduced.]
5029 - - all changes in *.[ch] files should be identical to the old patch
5031 + This is the new version of my noiconv patch. It _requires_
5032 + the previous patch! If applied without, you'll have to resolve
5033 + a couple of conflicts manually.
5035 + Notes: - it's a lot cleaner than the old noiconv patch because
5037 + modified - new configure option --disable-iconv; INSTALL
5038 + updated accordingly
5039 + [I am guessing here, but the background for the --without-iconv
5040 + option mentioned in INSTALL was that mutt had a without-iconv
5041 + option before gettext included iconv support. When mutt's
5042 + intl/* files were updated to a newer gettext, there suddenly
5043 + were two iconv options, which then got merged, that is,
5044 + mutt's was removed. That was probably when --without-iconv
5045 + stopped working, but I'm not sure, it may well be that it
5046 + never worked since iconv support was introduced.]
5047 + - all changes in *.[ch] files should be identical to the
5050 * intl/localename.c: This one seems to have been missing, too.
5052 -2002/04/20 07:25:40 Thomas Roessler <roessler@does-not-exist.org>
5053 +2002-04-20 07:25:40 roessler (roessler)
5055 - * intl/localename.c: branches: 1.1.2; 1.1.4;
5056 - file localename.c was initially added on branch mutt-1-4-stable.
5057 + * intl/localename.c: branches: 1.1.2; 1.1.4; file localename.c
5058 + was initially added on branch mutt-1-4-stable.
5060 -2002/04/20 07:25:15 Lars Hecking <lhecking@nmrc.ie>
5061 +2002-04-20 07:25:15 Lars Hecking <lhecking@nmrc.ie> (roessler)
5063 * config.rpath: Another file from the gettext patch.
5065 -2002/04/20 07:25:15 Thomas Roessler <roessler@does-not-exist.org>
5066 +2002-04-20 07:25:15 roessler (roessler)
5068 - * config.rpath: branches: 1.1.2; 1.1.4;
5069 - file config.rpath was initially added on branch mutt-1-4-stable.
5070 + * config.rpath: branches: 1.1.2; 1.1.4; file config.rpath was
5071 + initially added on branch mutt-1-4-stable.
5073 -2002/04/20 07:24:54 Lars Hecking <lhecking@nmrc.ie>
5074 +2002-04-20 07:24:54 Lars Hecking <lhecking@nmrc.ie> (roessler)
5076 - * m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4: Add new m4 files from patch.1.3.28.lh.gettext-0.11.1.
5077 + * m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4: Add new m4
5078 + files from patch.1.3.28.lh.gettext-0.11.1.
5080 -2002/04/20 07:24:54 Thomas Roessler <roessler@does-not-exist.org>
5081 +2002-04-20 07:24:54 roessler (roessler)
5083 - * m4/lib-ld.m4: branches: 1.1.2; 1.1.4;
5084 - file lib-ld.m4 was initially added on branch mutt-1-4-stable.
5085 + * m4/lib-ld.m4: branches: 1.1.2; 1.1.4; file lib-ld.m4 was
5086 + initially added on branch mutt-1-4-stable.
5088 - * m4/lib-link.m4: branches: 1.1.2; 1.1.4;
5089 - file lib-link.m4 was initially added on branch mutt-1-4-stable.
5090 + * m4/lib-link.m4: branches: 1.1.2; 1.1.4; file lib-link.m4
5091 + was initially added on branch mutt-1-4-stable.
5093 - * m4/lib-prefix.m4: branches: 1.1.2; 1.1.4;
5094 - file lib-prefix.m4 was initially added on branch mutt-1-4-stable.
5095 + * m4/lib-prefix.m4: branches: 1.1.2; 1.1.4; file lib-prefix.m4
5096 + was initially added on branch mutt-1-4-stable.
5098 -2002/04/20 07:24:22 Lars Hecking <lhecking@nmrc.ie>
5099 +2002-04-20 07:24:22 Lars Hecking <lhecking@nmrc.ie> (roessler)
5101 - * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4, intl/ChangeLog, intl/Makefile.in, intl/bindtextdom.c, intl/config.charset, intl/dcigettext.c, intl/eval-plural.h, intl/gettextP.h, intl/gmo.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/plural.c, intl/plural.y: patch.1.3.28.lh.gettext-0.11.1
5102 - ==============================
5104 - This one updates the gettext stuff in mutt to gettext-0.11.1. I started
5105 - doing this in the hope that the new gettext version would simplify the
5106 - noiconv patch, but unfortunately, this turned out not to be the case
5107 - (the new iconv m4 macros still don't allow for switching iconv support off).
5109 - However, as a few hours of merging and testing were spent, I'd suggest to
5110 - adopt it for 1.4. The actual changes to intl/* are part cosmetic, part code
5111 - reorganisation. Ok, a bit more, I'm no gettext expert :)
5114 - - after applying the patch, you need to chmod 755 config.rpath
5115 - - a couple of new files for m4/*, too
5116 - - I have broken with the tradition of renaming gettext's AM_* macros
5117 - to MUTT_AM_*! I don't think it's necessary anymore to customise these
5118 - macros, but you (I really mean "you, tlr" :) want to have a look at
5119 - the new gettext.m4. The others should be ok as they are.
5120 - - previous gettext updates were also updating po/Makefile.in.in, which
5121 - I didn't; someone who has a clue about gettext should check whether
5122 - this might be necessary, and also whether any other files in po/ need
5125 - I will provide the same patch for the 1.5 branch at some stage, ideally
5126 - after getting some F E E D B A C K for this one.
5128 -2002/04/20 07:23:49 Thomas Roessler <roessler@does-not-exist.org>
5130 - * intl/eval-plural.h: branches: 1.1.2; 1.1.4;
5131 - file eval-plural.h was initially added on branch mutt-1-4-stable.
5133 - * intl/gmo.h: branches: 1.1.2; 1.1.4;
5134 - file gmo.h was initially added on branch mutt-1-4-stable.
5136 - * intl/os2compat.c: branches: 1.1.2; 1.1.4;
5137 - file os2compat.c was initially added on branch mutt-1-4-stable.
5139 - * intl/os2compat.h: branches: 1.1.2; 1.1.4;
5140 - file os2compat.h was initially added on branch mutt-1-4-stable.
5142 - * intl/osdep.c: branches: 1.1.2; 1.1.4;
5143 - file osdep.c was initially added on branch mutt-1-4-stable.
5145 - * intl/plural-exp.c: branches: 1.1.2; 1.1.4;
5146 - file plural-exp.c was initially added on branch mutt-1-4-stable.
5147 + * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4,
5148 + m4/lcmessage.m4, m4/progtest.m4, intl/ChangeLog,
5149 + intl/Makefile.in, intl/bindtextdom.c, intl/config.charset,
5150 + intl/dcigettext.c, intl/eval-plural.h, intl/gettextP.h,
5151 + intl/gmo.h, intl/hash-string.h, intl/l10nflist.c,
5152 + intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c,
5153 + intl/localcharset.c, intl/localealias.c, intl/os2compat.c,
5154 + intl/os2compat.h, intl/osdep.c, intl/plural-exp.c,
5155 + intl/plural-exp.h, intl/plural.c, intl/plural.y:
5156 + patch.1.3.28.lh.gettext-0.11.1 ==============================
5158 + This one updates the gettext stuff in mutt to gettext-0.11.1. I
5159 + started doing this in the hope that the new gettext version would
5160 + simplify the noiconv patch, but unfortunately, this turned out
5161 + not to be the case (the new iconv m4 macros still don't allow
5162 + for switching iconv support off).
5164 + However, as a few hours of merging and testing were spent,
5165 + I'd suggest to adopt it for 1.4. The actual changes to intl/*
5166 + are part cosmetic, part code reorganisation. Ok, a bit more,
5167 + I'm no gettext expert :)
5169 + Notes: - after applying the patch, you need to chmod 755
5170 + config.rpath - a couple of new files for m4/*, too - I have
5171 + broken with the tradition of renaming gettext's AM_* macros
5172 + to MUTT_AM_*! I don't think it's necessary anymore to customise
5173 + these macros, but you (I really mean "you, tlr" :) want to
5174 + have a look at the new gettext.m4. The others should be ok
5176 + - previous gettext updates were also updating po/Makefile.in.in,
5177 + which I didn't; someone who has a clue about gettext should
5178 + check whether this might be necessary, and also whether any
5179 + other files in po/ need updating
5181 + I will provide the same patch for the 1.5 branch at some stage,
5182 + ideally after getting some F E E D B A C K for this one.
5184 +2002-04-20 07:23:49 roessler (roessler)
5186 + * intl/eval-plural.h: branches: 1.1.2; 1.1.4; file eval-plural.h
5187 + was initially added on branch mutt-1-4-stable.
5189 - * intl/plural-exp.h: branches: 1.1.2; 1.1.4;
5190 - file plural-exp.h was initially added on branch mutt-1-4-stable.
5191 + * intl/gmo.h: branches: 1.1.2; 1.1.4; file gmo.h was initially
5192 + added on branch mutt-1-4-stable.
5194 -2002/04/20 07:23:39 Lars Hecking <lhecking@nmrc.ie>
5195 + * intl/os2compat.c: branches: 1.1.2; 1.1.4; file os2compat.c
5196 + was initially added on branch mutt-1-4-stable.
5198 - * ABOUT-NLS, charset.c, charset.h, configure.in, gnupgparse.c, init.h, rfc2047.c, sendlib.c: patch.1.3.28.lh.gettext-0.11.1
5199 + * intl/os2compat.h: branches: 1.1.2; 1.1.4; file os2compat.h
5200 + was initially added on branch mutt-1-4-stable.
5202 + * intl/osdep.c: branches: 1.1.2; 1.1.4; file osdep.c was
5203 + initially added on branch mutt-1-4-stable.
5205 + * intl/plural-exp.c: branches: 1.1.2; 1.1.4; file plural-exp.c
5206 + was initially added on branch mutt-1-4-stable.
5208 + * intl/plural-exp.h: branches: 1.1.2; 1.1.4; file plural-exp.h
5209 + was initially added on branch mutt-1-4-stable.
5211 +2002-04-20 07:23:39 Lars Hecking <lhecking@nmrc.ie> (roessler)
5213 + * ABOUT-NLS, charset.c, charset.h, configure.in, gnupgparse.c,
5214 + init.h, rfc2047.c, sendlib.c: patch.1.3.28.lh.gettext-0.11.1
5215 ==============================
5217 - This one updates the gettext stuff in mutt to gettext-0.11.1. I started
5218 - doing this in the hope that the new gettext version would simplify the
5219 - noiconv patch, but unfortunately, this turned out not to be the case
5220 - (the new iconv m4 macros still don't allow for switching iconv support off).
5222 - However, as a few hours of merging and testing were spent, I'd suggest to
5223 - adopt it for 1.4. The actual changes to intl/* are part cosmetic, part code
5224 - reorganisation. Ok, a bit more, I'm no gettext expert :)
5227 - - after applying the patch, you need to chmod 755 config.rpath
5228 - - a couple of new files for m4/*, too
5229 - - I have broken with the tradition of renaming gettext's AM_* macros
5230 - to MUTT_AM_*! I don't think it's necessary anymore to customise these
5231 - macros, but you (I really mean "you, tlr" :) want to have a look at
5232 - the new gettext.m4. The others should be ok as they are.
5233 - - previous gettext updates were also updating po/Makefile.in.in, which
5234 - I didn't; someone who has a clue about gettext should check whether
5235 - this might be necessary, and also whether any other files in po/ need
5238 - I will provide the same patch for the 1.5 branch at some stage, ideally
5239 - after getting some F E E D B A C K for this one.
5241 -2002/04/17 17:05:54 Vincent Lefevre <vincent@vinc17.org>
5242 + This one updates the gettext stuff in mutt to gettext-0.11.1. I
5243 + started doing this in the hope that the new gettext version would
5244 + simplify the noiconv patch, but unfortunately, this turned out
5245 + not to be the case (the new iconv m4 macros still don't allow
5246 + for switching iconv support off).
5248 + However, as a few hours of merging and testing were spent,
5249 + I'd suggest to adopt it for 1.4. The actual changes to intl/*
5250 + are part cosmetic, part code reorganisation. Ok, a bit more,
5251 + I'm no gettext expert :)
5253 + Notes: - after applying the patch, you need to chmod 755
5254 + config.rpath - a couple of new files for m4/*, too - I have
5255 + broken with the tradition of renaming gettext's AM_* macros
5256 + to MUTT_AM_*! I don't think it's necessary anymore to customise
5257 + these macros, but you (I really mean "you, tlr" :) want to
5258 + have a look at the new gettext.m4. The others should be ok
5260 + - previous gettext updates were also updating po/Makefile.in.in,
5261 + which I didn't; someone who has a clue about gettext should
5262 + check whether this might be necessary, and also whether any
5263 + other files in po/ need updating
5265 + I will provide the same patch for the 1.5 branch at some stage,
5266 + ideally after getting some F E E D B A C K for this one.
5268 +2002-04-17 17:05:54 Vincent Lefevre <vincent@vinc17.org> (roessler)
5272 -2002/04/17 17:05:04 David Champion <dgc@uchicago.edu>
5273 +2002-04-17 17:05:04 David Champion <dgc@uchicago.edu> (roessler)
5275 - * m4/gssapi.m4: MIT krb5 1.2.4 has krb5-config, so it's no longer sufficient to say
5276 - that possession of krb5-config indicates Heimdal. Patch attached. This
5277 - assumes that Heimdal's "kreb5-config --vendor" begins with "Heimdal".
5278 - I cannot verify that this is correct, so patch might be wrong on this
5281 -2002/04/07 21:19:57 Brendan Cully <brendan@kublai.com>
5283 - * imap/command.c, imap/imap.c, imap/message.c, imap/command.c, imap/imap.c, imap/message.c: The attached patch cleans up some bugs in switching IMAP mailboxes:
5284 - * free current flags on mailbox close
5285 - * reset reopen state
5286 - * don't parse the same untagged SELECT response for multiple options
5287 - * call mx_update_context after reading the whole mailbox, not after
5289 - * reset new mail flag if mail arrives in the middle of opening the
5290 + * m4/gssapi.m4: MIT krb5 1.2.4 has krb5-config, so it's
5291 + no longer sufficient to say that possession of krb5-config
5292 + indicates Heimdal. Patch attached. This assumes that Heimdal's
5293 + "kreb5-config --vendor" begins with "Heimdal". I cannot verify
5294 + that this is correct, so patch might be wrong on this point.
5296 +2002-04-07 21:19:57 Brendan Cully <brendan@kublai.com> (roessler)
5298 + * imap/command.c, imap/imap.c, imap/message.c, imap/command.c,
5299 + imap/imap.c, imap/message.c: The attached patch cleans up some
5300 + bugs in switching IMAP mailboxes: * free current flags on mailbox
5301 + close * reset reopen state * don't parse the same untagged
5302 + SELECT response for multiple options * call mx_update_context
5303 + after reading the whole mailbox, not after
5304 + each message * reset new mail flag if mail arrives in the
5305 + middle of opening the
5306 mailbox. This should close 1139
5309 939 is most likely unaffected. I discovered these problems while
5312 -2002/04/05 10:42:54 "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
5313 +2002-04-05 10:42:54 "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
5318 -2002/04/04 20:49:46 Im Eunjea <eunjea@koru.org>
5319 +2002-04-04 20:49:46 Im Eunjea <eunjea@koru.org> (roessler)
5323 -2002/04/04 06:50:52 "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
5324 +2002-04-04 06:50:52 "TAKAHASHI, Tamotsu" <arms405@jade.dti.ne.jp>
5329 -2002/04/04 06:50:12 Thomas Roessler <roessler@does-not-exist.org>
5330 +2002-04-04 06:50:12 Thomas Roessler <roessler@does-not-exist.org>
5333 * pgp.c: Fix a typo noted by Tamotsu Takahashi.
5335 -2002/04/03 15:22:27 Thomas Roessler <roessler@does-not-exist.org>
5336 +2002-04-03 15:22:27 Thomas Roessler <roessler@does-not-exist.org>
5339 * handler.c: Fix printing of format=flowed text parts.
5341 * commands.c: Fix #1144 in stable.
5343 - * commands.c: Fix a file descriptor leak in the display filter code. Noted by
5346 + * commands.c: Fix a file descriptor leak in the display filter
5347 + code. Noted by Chr. v. Stuckrad.
5351 -2002/04/02 18:49:37 Lars Hecking <lhecking@nmrc.ie>
5352 +2002-04-02 18:49:37 Lars Hecking <lhecking@nmrc.ie> (roessler)
5354 - * m4/iconv.m4: branches: 1.3.2.1.2;
5355 - The noiconv patch.
5356 + * m4/iconv.m4: branches: 1.3.2.1.2; The noiconv patch.
5358 * charset.c, charset.h: The noiconv patch.
5360 - * configure.in: branches: 2.129.2.3.2;
5361 - The noiconv patch.
5362 + * configure.in: branches: 2.129.2.3.2; The noiconv patch.
5364 * gnupgparse.c, init.h, rfc2047.c, sendlib.c: The noiconv patch.
5366 -2002/03/30 08:26:31 Thomas Roessler <roessler@does-not-exist.org>
5367 +2002-03-30 08:26:31 roessler (roessler)
5369 * po/pl.po: update. From Pawel Dzienkonski.
5371 * po/fr.po: Update; From Vincent Lefevre.
5373 - * postpone.c, sendlib.c: The attached patch allows the user to override the user-agent field
5374 - with my_hdr. It also removes the stripping of the x-mailer field
5375 - when recalling a postponed message.
5376 + * postpone.c, sendlib.c: The attached patch allows the user
5377 + to override the user-agent field with my_hdr. It also removes
5378 + the stripping of the x-mailer field when recalling a postponed
5381 -2002/03/28 13:25:23 Thomas Roessler <roessler@does-not-exist.org>
5382 +2002-03-28 13:25:23 roessler (roessler)
5384 - * mx.c, mx.h, mailbox.h, main.c, mbox.c, mh.c: patch-1.3.28-me.emptycheck.1
5385 + * mx.c, mx.h, mailbox.h, main.c, mbox.c, mh.c:
5386 + patch-1.3.28-me.emptycheck.1
5388 -2002/03/27 08:50:42 Thomas Roessler <roessler@does-not-exist.org>
5389 +2002-03-27 08:50:42 roessler (roessler)
5391 * pgp.c: There was some output missing.
5393 * po/POTFILES.in: update.
5395 - * pgp.c: More fixes. Note to self: The code which controls character set
5396 - selection for attachments is far too complicated.
5397 + * pgp.c: More fixes. Note to self: The code which controls
5398 + character set selection for attachments is far too complicated.
5400 - * pgp.c: Don't include temporary file names in the Content-Disposition header.
5401 + * pgp.c: Don't include temporary file names in the
5402 + Content-Disposition header.
5404 - * pgp.c: Use text/plain; format=... when we are asked to detect inline PGP
5405 - material in in text/plain body parts.
5406 + * pgp.c: Use text/plain; format=... when we are asked to detect
5407 + inline PGP material in in text/plain body parts.
5409 * pgp.c, sendlib.c: Fix encoder mode for text/plain; action=pgp-*.
5411 - * pgp.c: Fix "noconv" handling for the message body when we generate inline
5413 + * pgp.c: Fix "noconv" handling for the message body when we
5414 + generate inline PGP.
5416 * charset.c, charset.h, handler.c, muttlib.c, pgp.c: Some hackisch
5417 charset handling for text/plain; x-action=pgp-*. I don't like
5418 this stuff, but it's better than nothing.
5420 -2002/03/26 22:25:48 Thomas Roessler <roessler@does-not-exist.org>
5421 +2002-03-26 22:25:48 roessler (roessler)
5423 * pgp.c: Change x-action values to "pgp-encrypted", "pgp-signed".
5425 @@ -4371,8 +4873,8 @@
5428 * pgp.c: Also permit for "action" and "x-action" on the receiving
5429 - end, just in case we can settle on a joint standard with other MUA
5431 + end, just in case we can settle on a joint standard with other
5434 * commands.c, crypt.c, handler.c, pgp.c, pgpinvoke.c, sendlib.c:
5435 OK, I'm giving up: pgp_create_traditional now creates text/plain;
5436 @@ -4382,144 +4884,163 @@
5438 * charset.c, charset.h, gnupgparse.c, handler.c, mbyte.c,
5439 rfc2047.c, sendlib.c, charset.c, charset.h, gnupgparse.c,
5440 - handler.c, mbyte.c, rfc2047.c, sendlib.c: Fix iconv warnings; from
5441 - Edmund Grimley Evans.
5442 + handler.c, mbyte.c, rfc2047.c, sendlib.c: Fix iconv warnings;
5443 + from Edmund Grimley Evans.
5445 * smime.c: Please use ascii_strcasecmp() if you want to compare
5446 ASCII parameter strings. mutt_strcasecmp() depends on the locale,
5447 and detects "i" and "I" as _different_ in Turkish locales.
5449 -2002/03/25 11:34:40 Thomas Roessler <roessler@does-not-exist.org>
5450 +2002-03-25 11:34:40 roessler (roessler)
5452 - * crypt.c: Fix S/MIME signature type. Noted by Dan Ohnesorg <Dan@ohnesorg.cz>.
5453 + * crypt.c: Fix S/MIME signature type. Noted by Dan Ohnesorg
5454 + <Dan@ohnesorg.cz>.
5456 * buffy.c, buffy.c: close 1103; from Brendan Cully
5458 - * doc/manual.sgml.tail, doc/manual.sgml.tail: close 1122; from Brendan Cully
5459 + * doc/manual.sgml.tail, doc/manual.sgml.tail: close 1122; from
5462 * hdrline.c, muttlib.c: Fix #87s; from Brendan Cully.
5464 * hdrline.c, muttlib.c: Fix #872, from Brendan Cully.
5466 - * contrib/smime_keys_test.pl, contrib/Makefile.in: Include a test script by Mike Schiraldi. It's perl > the one I have
5467 - installed, so I'm just putting it into contrib for now.
5468 + * contrib/smime_keys_test.pl, contrib/Makefile.in: Include a test
5469 + script by Mike Schiraldi. It's perl > the one I have installed,
5470 + so I'm just putting it into contrib for now.
5472 -2002/03/20 09:53:42 Thomas Roessler <roessler@does-not-exist.org>
5473 +2002-03-20 09:53:42 roessler (roessler)
5475 * editmsg.c, mailbox.h, mx.c: Rename M_NEW to M_NEWFOLDER.
5477 - * editmsg.c, mailbox.h, mx.c: Rename the new M_NEW by M_NEWFOLDER. There was another constant of
5478 - the same name. Problem noted by Will Yardley's compiler.
5479 + * editmsg.c, mailbox.h, mx.c: Rename the new M_NEW by M_NEWFOLDER.
5480 + There was another constant of the same name. Problem noted by
5481 + Will Yardley's compiler.
5483 -2002/03/19 09:54:05 Thomas Roessler <roessler@does-not-exist.org>
5484 +2002-03-19 09:54:05 roessler (roessler)
5486 * browser.c: Fix #1115.
5488 - * editmsg.c, mailbox.h, mx.c: Fix a temporary file race problem when using the edit-message
5489 - function. Backported from unstable.
5490 + * editmsg.c, mailbox.h, mx.c: Fix a temporary file race problem
5491 + when using the edit-message function. Backported from unstable.
5493 * po/pl.po, po/pl.po: update
5495 -2002/03/18 18:54:56 Thomas Roessler <roessler@does-not-exist.org>
5496 +2002-03-18 18:54:56 roessler (roessler)
5498 - * browser.c: Should fix #1115. BACKPORT!
5499 + * browser.c: Should fix #1115. BACKPORT!
5501 -2002/03/15 09:11:05 Thomas Roessler <roessler@does-not-exist.org>
5502 +2002-03-15 09:11:05 roessler (roessler)
5504 * po/ja.po: update from oota toshiya.
5506 * po/ja.po: update, from oota toshiya.
5508 -2002/03/13 23:43:41 Thomas Roessler <roessler@does-not-exist.org>
5509 +2002-03-13 23:43:41 roessler (roessler)
5511 + * attach.c: Undoing the previous patch. It was junk, and may
5514 - * attach.c: Undoing the previous patch. It was junk, and may ruin files.
5515 + * attach.c, editmsg.c, mailbox.h, mx.c: Don't fopen mail folders
5516 + in append mode where we should safe_fopen() them in write mode.
5517 + Debian bug #138200, noted by Colin Philipps <cph@cph.demon.co.uk>.
5519 - * attach.c, editmsg.c, mailbox.h, mx.c: Don't fopen mail folders in append mode where we should safe_fopen()
5520 - them in write mode. Debian bug #138200, noted by Colin Philipps
5521 - <cph@cph.demon.co.uk>.
5525 - * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/da.po, po/de.po, po/el.po, po/ChangeLog: automatic post-release commit for mutt-1.3.28
5526 + * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po,
5527 + po/tr.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po,
5528 + po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po,
5529 + po/et.po, po/fr.po, po/gl.po, po/hu.po, po/da.po, po/de.po,
5530 + po/el.po: automatic post-release commit for mutt-1.3.28
5532 - * po/ChangeLog: branches: 1.1.2;
5533 - file ChangeLog was initially added on branch mutt-1-4-stable.
5534 + * po/ChangeLog: branches: 1.1.2; file ChangeLog was initially
5535 + added on branch mutt-1-4-stable.
5537 - * po/ca.po, po/cs.po, ChangeLog, VERSION, reldate.h: automatic post-release commit for mutt-1.3.28
5538 + * po/ChangeLog, po/ca.po, po/cs.po, ChangeLog, VERSION, reldate.h:
5539 + automatic post-release commit for mutt-1.3.28
5541 - * doc/smime-notes.txt, smime.c: Assorted patches from Mike Schiraldi.
5542 + * doc/smime-notes.txt, smime.c: Assorted patches from Mike
5545 -2002/03/02 12:11:35 Thomas Roessler <roessler@does-not-exist.org>
5546 +2002-03-02 12:11:35 roessler (roessler)
5548 - * contrib/smime.rc, compose.c, init.h, mutt.h, sendlib.c, smime.c, smime.h: Introduce smime_default_key. From Oliver Ehli.
5549 + * contrib/smime.rc, compose.c, init.h, mutt.h, sendlib.c, smime.c,
5550 + smime.h: Introduce smime_default_key. From Oliver Ehli.
5552 - * contrib/smime.rc, smime.c, smime.h, smime_keys.pl, init.h, mutt.h: smime.c:
5553 - - the getkeys() function was broken and deleted the last char
5554 - of the certfilename
5555 - - it now lets me use more than one key for the same mailbox
5557 - - some display output was garbled when the email didn't match.
5558 + * contrib/smime.rc, smime.c, smime.h, smime_keys.pl, init.h,
5559 + mutt.h: smime.c: - the getkeys() function was broken and deleted
5561 + of the certfilename - it now lets me use more than one key
5562 + for the same mailbox
5563 + ie select these. - some display output was garbled when the
5564 + email didn't match.
5565 i posted some fix to mutt-users, but i don't like that sleep()
5566 so i dropped the first error message, which basically repeated
5567 - the from/sender field only. so now there's just the message: they
5571 - - i modified the add_chain to continue even if no roo-cert
5572 + the from/sender field only. so now there's just the message:
5575 + smime_keys: - i modified the add_chain to continue even if
5577 is present (david collantes received som chain that got
5578 exported from outlook. obiously they don't (always ?)
5579 - include the root cert) it will now abort if neither root
5580 - nor intermediate certs are present.
5581 + include the root cert) it will now abort if neither root nor
5582 + intermediate certs are present.
5583 - add_cert created index entries with '-' as issuer cert, when
5584 it should have been '?'. thus verify would fail. (obviously
5585 nobody ever used that command (add_cert, that is) :)
5587 - the feature above obsoletes the hash_cert and fingerprint_cert commands,
5588 - adds import_cert command and ask_cert_label bool. i modified the output
5589 - of smime_keys (a little) so it doesn't look too garbled when supplying
5590 - the label (it is actually interactive :) furthermore, i do a verify
5591 - after the cert was added and modified the verify routine to make the
5592 - cerificate trusted in case of success. (we discussed this in another
5593 - message) that is ok so far, but perhaps this requires some better root
5594 - certificate handling, ie the trust should be somehow connected to the
5595 - root certificate, that maybe added (if the user trusts it and its not
5596 - present already) to the ca-file. i'll think about that some more ... but
5597 - then, there already is the add_root command. hmmm... (btw, you'll now
5598 - never get asked to trust a certificate)
5600 - i have not yet deleted the email handling from the import key stuff (in
5601 - smime.c/crypt.c), for i'm thinking about smime_keys using it as an
5602 - additional arg. otoh i don't think users would press ^k if verification
5603 - failed...hmmm... but still, smime_keys does extract the email from the
5604 - certificate either way and does verify it by itself, so the only thing
5605 - that would happen is to have some invalid certificates, that mutt'll
5606 - refuse to use anyways, left in the database....
5609 + the feature above obsoletes the hash_cert and fingerprint_cert
5610 + commands, adds import_cert command and ask_cert_label bool. i
5611 + modified the output of smime_keys (a little) so it doesn't look
5612 + too garbled when supplying the label (it is actually interactive
5613 + :) furthermore, i do a verify after the cert was added and
5614 + modified the verify routine to make the cerificate trusted in
5615 + case of success. (we discussed this in another message) that is
5616 + ok so far, but perhaps this requires some better root certificate
5617 + handling, ie the trust should be somehow connected to the root
5618 + certificate, that maybe added (if the user trusts it and its not
5619 + present already) to the ca-file. i'll think about that some more
5620 + ... but then, there already is the add_root command. hmmm... (btw,
5621 + you'll now never get asked to trust a certificate)
5623 + i have not yet deleted the email handling from the import key
5624 + stuff (in smime.c/crypt.c), for i'm thinking about smime_keys
5625 + using it as an additional arg. otoh i don't think users would
5626 + press ^k if verification failed...hmmm... but still, smime_keys
5627 + does extract the email from the certificate either way and does
5628 + verify it by itself, so the only thing that would happen is
5629 + to have some invalid certificates, that mutt'll refuse to use
5630 + anyways, left in the database....
5634 -2002/02/28 23:28:51 Thomas Roessler <roessler@does-not-exist.org>
5635 +2002-02-28 23:28:51 roessler (roessler)
5637 * sort.c: Turn on incremental threading again.
5639 - * smime_keys.pl: The script will try to pick out the end-user cert and pass that to
5640 - openssl. The code which tells the difference may not be perfect. It
5641 - works with all the certs in my collection, though. I won't be at all
5642 - surprised if someone comes across a cert chain which confuses it,
5643 - but it should print out an error in that case. Hopefully they will
5644 - send us the chain so we can adjust our code.
5646 + * smime_keys.pl: The script will try to pick out the end-user cert
5647 + and pass that to openssl. The code which tells the difference may
5648 + not be perfect. It works with all the certs in my collection,
5649 + though. I won't be at all surprised if someone comes across a
5650 + cert chain which confuses it, but it should print out an error
5651 + in that case. Hopefully they will send us the chain so we can
5654 (From Mike Schiraldi.)
5656 - * init.h, mutt.h, thread.c: Threading enhancements from Daniel Eisenbud.
5657 + * init.h, mutt.h, thread.c: Threading enhancements from Daniel
5660 - * curs_main.c, init.c, init.h, mutt.h, thread.c: $narrow_tree; fater redrawing when changing tree options. From
5662 + * curs_main.c, init.c, init.h, mutt.h, thread.c: $narrow_tree;
5663 + fater redrawing when changing tree options. From Daniel Eisenbud.
5665 - * imap/message.c, mbox.c, mx.c, thread.c: A possible work-around for #939. From Daniel Eisenbud.
5666 + * imap/message.c, mbox.c, mx.c, thread.c: A possible work-around
5667 + for #939. From Daniel Eisenbud.
5669 - * init.h, mutt.h, thread.c: Threading enhancements from Daniel Eisenbud.
5670 + * init.h, mutt.h, thread.c: Threading enhancements from Daniel
5673 -2002/02/26 10:58:56 Thomas Roessler <roessler@does-not-exist.org>
5674 +2002-02-26 10:58:56 roessler (roessler)
5678 @@ -4527,62 +5048,69 @@
5680 * init.h: Fix a typo. #1069.
5682 - * imap/browse.c, imap/message.c, configure.in, mutt_sasl.c, imap/browse.c, imap/message.c, configure.in, mutt_sasl.c: Brendan Cully sent a patch.
5683 + * imap/browse.c, imap/message.c, configure.in, mutt_sasl.c,
5684 + imap/browse.c, imap/message.c, configure.in, mutt_sasl.c:
5685 + Brendan Cully sent a patch.
5687 * install-sh, install-sh: Fix a typo. From Edmund Grimley Evans.
5689 * po/ru.po: ru.po update.
5691 - * pop_lib.c, pop_lib.c: CAPA response tags are case-insensitive. Noted by Michael Vore,
5692 - patch from Vsevolod Volkov.
5693 + * pop_lib.c, pop_lib.c: CAPA response tags are case-insensitive.
5694 + Noted by Michael Vore, patch from Vsevolod Volkov.
5696 -2002/02/18 14:55:31 Thomas Roessler <roessler@does-not-exist.org>
5697 +2002-02-18 14:55:31 roessler (roessler)
5699 * alias.c, send.c: Fix for #1047. From Michael Elkins.
5701 -2002/02/14 11:22:51 Thomas Roessler <roessler@does-not-exist.org>
5702 +2002-02-14 11:22:51 roessler (roessler)
5704 - * charset.c, gnupgparse.c, init.h, rfc2047.c: Iconv patch from Lars Hecking. MAY NEED TO BE BACKPORTED.
5705 + * charset.c, gnupgparse.c, init.h, rfc2047.c: Iconv patch from
5706 + Lars Hecking. MAY NEED TO BE BACKPORTED.
5708 -2002/02/13 12:04:52 Thomas Roessler <roessler@does-not-exist.org>
5709 +2002-02-13 12:04:52 roessler (roessler)
5711 * smime.c: mutt_any_key() shouldn't be used in curses mode.
5713 - * hdrline.c, init.h, parse.c: Change the default format to be more friendly to "0-line messages",
5714 - and fix optional expansion for %l - it was the wrong way around.
5715 - Also, add a hack to parse.c so we ignore negative values in Lines
5717 + * hdrline.c, init.h, parse.c: Change the default format to be
5718 + more friendly to "0-line messages", and fix optional expansion
5719 + for %l - it was the wrong way around. Also, add a hack to
5720 + parse.c so we ignore negative values in Lines headers.
5722 - * hdrline.c, muttlib.c, protos.h: Undo the %l fix. It broke things.
5723 + * hdrline.c, muttlib.c, protos.h: Undo the %l fix. It broke
5726 - * menu.c: Fix mutt_pad_string; from Edmund Grimley Evans. (MAY NEED TO BE
5728 + * menu.c: Fix mutt_pad_string; from Edmund Grimley Evans.
5729 + (MAY NEED TO BE BACKPORTED.)
5731 * main.c: Report libiconv version.
5733 -2002/02/12 21:54:41 Thomas Roessler <roessler@does-not-exist.org>
5734 +2002-02-12 21:54:41 roessler (roessler)
5736 * hdrline.c, muttlib.c, protos.h: Improve %l's behaviour.
5738 - * extlib.c, main.c, pattern.c, smime_keys.pl: Mike Schiraldi's daily S/MIME patch.
5739 + * extlib.c, main.c, pattern.c, smime_keys.pl: Mike Schiraldi's
5740 + daily S/MIME patch.
5742 -2002/02/11 17:31:53 Thomas Roessler <roessler@does-not-exist.org>
5743 +2002-02-11 17:31:53 roessler (roessler)
5745 - * smime.c: This patch gets rid of an ugly static variable in smime.c. (From
5747 + * smime.c: This patch gets rid of an ugly static variable in
5748 + smime.c. (From Mike Schiraldi.)
5750 - * smime_keys.pl: This patch lets smime_keys.pl automagically handle both formats of
5751 - x509 certificate -- PEM (text) and DER (binary). This lets Outlook
5752 - users (and probably others) directly import the certs without first
5753 - converting them manually. (From Mike Schiraldi.)
5754 + * smime_keys.pl: This patch lets smime_keys.pl automagically
5755 + handle both formats of x509 certificate -- PEM (text) and
5756 + DER (binary). This lets Outlook users (and probably others)
5757 + directly import the certs without first converting them manually.
5758 + (From Mike Schiraldi.)
5760 - * configure.in: Honor current values of $LIBS and $CPPFLAGS. From Thomas Dickey.
5761 + * configure.in: Honor current values of $LIBS and $CPPFLAGS.
5762 + From Thomas Dickey.
5764 * configure.in: Honor $LIBS and $CPPFLAGS. From Thomas Dickey.
5766 * init.c, init.c: patch-1.3.27.me.initsort.1
5768 -2002/02/07 21:48:42 Thomas Roessler <roessler@does-not-exist.org>
5769 +2002-02-07 21:48:42 roessler (roessler)
5771 * smime_keys.pl: Another S/MIME patch from Mike Schiraldi.
5773 @@ -4590,21 +5118,28 @@
5775 * smime.c: S/MIME fixes from Mike Schiraldi.
5777 - * po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/POTFILES.in, po/ca.po, po/cs.po, po/da.po, po/de.po, Makefile.am: Make S/MIME messages translatable.
5778 + * po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po,
5779 + po/uk.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po,
5780 + po/pt_BR.po, po/ru.po, po/el.po, po/eo.po, po/es.po, po/et.po,
5781 + po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/POTFILES.in,
5782 + po/ca.po, po/cs.po, po/da.po, po/de.po, Makefile.am: Make S/MIME
5783 + messages translatable.
5785 -2002/02/06 19:14:47 Thomas Roessler <roessler@does-not-exist.org>
5786 +2002-02-06 19:14:47 roessler (roessler)
5788 * lib.h: Avoid a warning on some machines.
5790 * lib.h, smime.c: Make some scanf formats safe.
5792 -2002/02/05 22:01:06 Thomas Roessler <roessler@does-not-exist.org>
5793 +2002-02-05 22:01:06 roessler (roessler)
5795 - * ascii.c: The previous fix was complete nonsense. What a day. :-(
5796 + * ascii.c: The previous fix was complete nonsense. What a
5799 * ascii.c: The previous fix was complete nonsense.
5801 - * browser.c, lib.c, lib.h: Use strcoll for the file browser. From David Champion.
5802 + * browser.c, lib.c, lib.h: Use strcoll for the file browser.
5803 + From David Champion.
5805 * hook.c: Fix crypt-hook. From Dale Woolridge
5806 <dale-list-mutt-dev@woolridge.org>.
5807 @@ -4617,58 +5152,66 @@
5809 * po/ru.po, po/fr.po, po/ko.po: update
5811 - * smime.c: Don't put garbage onto the screen when trying to decrypt messages.
5812 + * smime.c: Don't put garbage onto the screen when trying to
5815 + * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl:
5816 + S/MIME fixes from Oliver Ehli:
5818 - * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl: S/MIME fixes from Oliver Ehli:
5822 - support for multiple email adrresses in cert: will add one entry
5823 - to {keys, cetrificates}/.index now (for each mailbox)
5826 + support for multiple email adrresses in cert: will add one
5827 + entry to {keys, cetrificates}/.index now (for each mailbox)
5829 support for certificates without intermediate certs (e.g. for
5830 people who are their own CA: use root as intermediate, for it
5831 probably wouldn't be known to anyone...)
5833 - bugfix in handle_pem: the checks if some type of cert is present;
5834 - die() could never be reached, as the variables checked wouldn't
5835 - have been set in that case, so it would break because of undefined
5836 - value or some such thing.... (so it has to check $iter instead)
5838 - - smime.c (init.h, ....)
5840 - support for importing certificates issued for multiple addresses.
5842 - introduced smime_fingerprint_cert_command, so finally certs can
5843 - get compared ... (so the above works..)
5845 - cleaned up some error messages, that would mess up the terminal.
5847 - fixed typos (init.h)
5849 + bugfix in handle_pem: the checks if some type of cert is
5850 + present; die() could never be reached, as the variables checked
5851 + wouldn't have been set in that case, so it would break because
5852 + of undefined value or some such thing.... (so it has to check
5855 + - smime.c (init.h, ....)
5857 + support for importing certificates issued for multiple
5860 + introduced smime_fingerprint_cert_command, so finally certs
5861 + can get compared ... (so the above works..)
5863 + cleaned up some error messages, that would mess up the terminal.
5865 + fixed typos (init.h)
5869 - * ascii.c: Fix ascii_*cmp functions. Problem noted by Brad Thompson.
5870 + * ascii.c: Fix ascii_*cmp functions. Problem noted by Brad
5873 -2002/02/04 09:59:02 Thomas Roessler <roessler@does-not-exist.org>
5874 +2002-02-04 09:59:02 roessler (roessler)
5876 - * smime.c, crypt.c: Some S/MIME fixes from Oliver Ehli <elmy@acm.org>.
5877 + * smime.c, crypt.c: Some S/MIME fixes from Oliver Ehli
5880 -2002/02/03 09:58:45 Thomas Roessler <roessler@does-not-exist.org>
5881 +2002-02-03 09:58:45 roessler (roessler)
5883 - * doc/manual.sgml.head, doc/muttrc.man.head, init.h: Add unauto_view. From Jeremy Blosser.
5884 + * doc/manual.sgml.head, doc/muttrc.man.head, init.h: Add
5885 + unauto_view. From Jeremy Blosser.
5887 - * Makefile.am, pgplib.h, pgppubring.c: Add a "-f" flag which helps to dump fingerprints. Contributed by
5888 - Jason Harris <jharris@widomaker.com>, and not strictly needed for
5890 + * Makefile.am, pgplib.h, pgppubring.c: Add a "-f" flag which
5891 + helps to dump fingerprints. Contributed by Jason Harris
5892 + <jharris@widomaker.com>, and not strictly needed for mutt.
5894 - * pgppubring.c: Correctly calculate fingerprints for type 20 ElGamal keys. Noted by
5895 - Jason Harris <jharris@widomaker.com>.
5896 + * pgppubring.c: Correctly calculate fingerprints for type 20
5897 + ElGamal keys. Noted by Jason Harris <jharris@widomaker.com>.
5899 - * pgppubring.c: Fix calculation of fingerprints (and key IDs) for type 20 ElGamal
5900 - keys. Noted by Jason Harris <jharris@widowmaker.com>.
5901 + * pgppubring.c: Fix calculation of fingerprints (and key
5902 + IDs) for type 20 ElGamal keys. Noted by Jason Harris
5903 + <jharris@widowmaker.com>.
5905 -2002/02/02 16:52:27 Thomas Roessler <roessler@does-not-exist.org>
5906 +2002-02-02 16:52:27 roessler (roessler)
5910 @@ -4676,57 +5219,68 @@
5912 * mh.c: Don't forget deletions when a folder is changed. Ups.
5914 -2002/02/01 17:23:20 Thomas Roessler <roessler@does-not-exist.org>
5915 +2002-02-01 17:23:20 roessler (roessler)
5917 - * smime_keys.pl: Fix some possible leaks of the private key (encrypted, but
5918 - still...). (yow_security_holes.patch from Mike Schiraldi.)
5919 + * smime_keys.pl: Fix some possible leaks of the private key
5920 + (encrypted, but still...). (yow_security_holes.patch from
5923 -2002/01/31 22:05:58 Thomas Roessler <roessler@does-not-exist.org>
5924 +2002-01-31 22:05:58 roessler (roessler)
5926 - * doc/smime-notes.txt: Document %C, and other updates. From Mike Schiraldi.
5927 + * doc/smime-notes.txt: Document %C, and other updates. From Mike
5930 * smime.c: Remove some unnecessary quotation marks.
5932 - * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl: Use mutt -Q from smime_keys.
5933 + * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl:
5934 + Use mutt -Q from smime_keys.
5936 - * po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/ca.po, po/cs.po: update-po
5937 + * po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po,
5938 + po/tr.po, po/uk.po, po/zh_CN.po, po/it.po, po/ja.po, po/ko.po,
5939 + po/lt.po, po/nl.po, po/pl.po, po/da.po, po/de.po, po/el.po,
5940 + po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po,
5941 + po/id.po, po/ca.po, po/cs.po: update-po
5943 * main.c: fix a string.
5945 * doc/mutt.man: Document -Q.
5947 - * init.c, main.c, protos.h: Add a -Q option to query configuration variables. This is needed to
5948 - avoid a separate mutt configuration parser in smime_keys.pl.
5949 + * init.c, main.c, protos.h: Add a -Q option to query configuration
5950 + variables. This is needed to avoid a separate mutt configuration
5951 + parser in smime_keys.pl.
5953 -2002/01/30 22:51:12 Thomas Roessler <roessler@does-not-exist.org>
5954 +2002-01-30 22:51:12 roessler (roessler)
5956 * send.c, send.c: patch-1.3.27.me.postpone_date.2
5958 * smime.c: Mike Schiraldi's daily S/MIME patch, as he puts it.
5960 -2002/01/29 21:08:10 Thomas Roessler <roessler@does-not-exist.org>
5961 +2002-01-29 21:08:10 roessler (roessler)
5963 - * smime.c: Improved certificate handling. Suggested by Oliver Ehli,
5964 - implemented by Mike Schiraldi.
5965 + * smime.c: Improved certificate handling. Suggested by Oliver
5966 + Ehli, implemented by Mike Schiraldi.
5968 - * smime.c: Properly handle certain signatures generated by Outlook. From Mike
5970 + * smime.c: Properly handle certain signatures generated by
5971 + Outlook. From Mike Schiraldi.
5973 - * parse.c, parse.c: Fix a segmentation fault in debugging code. From Daniel Eisenbud.
5974 + * parse.c, parse.c: Fix a segmentation fault in debugging code.
5975 + From Daniel Eisenbud.
5977 -2002/01/28 23:29:05 Thomas Roessler <roessler@does-not-exist.org>
5978 +2002-01-28 23:29:05 roessler (roessler)
5980 - * crypt.c, init.h, mutt.h: Add a new crypt_timestamp option. The timestamps aren't really
5982 + * crypt.c, init.h, mutt.h: Add a new crypt_timestamp option.
5983 + The timestamps aren't really needed any more.
5985 - * commands.c, menu.c, mutt.h, mutt_curses.h, pattern.c: Add ~V to match successfully verified messages.
5986 + * commands.c, menu.c, mutt.h, mutt_curses.h, pattern.c: Add ~V
5987 + to match successfully verified messages.
5989 * contrib/smime.rc: Add a comment. From Mike Schiraldi.
5991 - * init.h, init.h: Fix list-from documentation. From Michael Elkins.
5992 + * init.h, init.h: Fix list-from documentation. From Michael
5995 - * doc/smime-notes.txt: Add more information on S/MIME. Adapted from Oliver Ehli's notes by
5997 + * doc/smime-notes.txt: Add more information on S/MIME.
5998 + Adapted from Oliver Ehli's notes by Mike Schiraldi.
6000 * send.c: Avoid C99 comments. Noted by Vincent Lefevre.
6002 @@ -4734,18 +5288,20 @@
6004 * menu.c, menu.c: Wide character fix from TAKIZAWA Takashi.
6006 - * Makefile.am, hook.c: S/MIME-related bug fixes from Brendan Cully.
6007 + * Makefile.am, hook.c: S/MIME-related bug fixes from Brendan
6010 -2002/01/25 00:08:30 Thomas Roessler <roessler@does-not-exist.org>
6011 +2002-01-25 00:08:30 roessler (roessler)
6015 - * commands.c, recvattach.c, smime.c, smime.h: More decryption key detection fixes.
6016 + * commands.c, recvattach.c, smime.c, smime.h: More decryption
6017 + key detection fixes.
6019 - * commands.c, smime.c: Make some prompts look nicer, and add sensible selection of the
6021 + * commands.c, smime.c: Make some prompts look nicer, and add
6022 + sensible selection of the decryption key.
6024 -2002/01/24 23:53:19 Thomas Roessler <roessler@does-not-exist.org>
6025 +2002-01-24 23:53:19 roessler (roessler)
6027 * commands.c, crypt.c, smime.c, smime.h: More S/MIME nit-picking.
6029 @@ -4763,19 +5319,30 @@
6033 - * mh.c, mx.c, mx.h: Maildir efficiency improvements, from Michael Elkins and Thomas
6035 + * mh.c, mx.c, mx.h: Maildir efficiency improvements, from Michael
6036 + Elkins and Thomas Roessler.
6038 * crypt.c, curs_lib.c, smime.c: S/MIME nits.
6040 * reap.pl: We don't need this any more.
6042 - * imap/message.c, doc/Makefile.in, doc/smime-notes.txt, contrib/Makefile.in, contrib/ca-bundle.crt, contrib/smime.rc, Makefile.am, OPS.CRYPT, OPS.PGP, OPS.SMIME, attach.c, commands.c, compose.c, configure.in, copy.c, copy.h, crypt.c, crypt.h, curs_main.c, functions.h, globals.h, handler.c, hdrline.c, headers.c, hook.c, init.c, init.h, keymap.c, keymap.h, main.c, mutt.h, muttlib.c, mx.c, pager.c, parse.c, pattern.c, pgp.c, pgp.h, pgplib.h, pop.c, postpone.c, protos.h, recvattach.c, send.c, sendlib.c, smime.c, smime.h, smime_keys.pl: S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike Schiraldi
6043 + * imap/message.c, doc/Makefile.in, doc/smime-notes.txt,
6044 + contrib/Makefile.in, contrib/ca-bundle.crt, contrib/smime.rc,
6045 + Makefile.am, OPS.CRYPT, OPS.PGP, OPS.SMIME, attach.c, commands.c,
6046 + compose.c, configure.in, copy.c, copy.h, crypt.c, crypt.h,
6047 + curs_main.c, functions.h, globals.h, handler.c, hdrline.c,
6048 + headers.c, hook.c, init.c, init.h, keymap.c, keymap.h, main.c,
6049 + mutt.h, muttlib.c, mx.c, pager.c, parse.c, pattern.c, pgp.c,
6050 + pgp.h, pgplib.h, pop.c, postpone.c, protos.h, recvattach.c,
6051 + send.c, sendlib.c, smime.c, smime.h, smime_keys.pl: S/MIME
6052 + support. From Oliver Ehli <elmy@acm.org> and Mike Schiraldi
6053 <raldi@research.netsol.com>.
6055 * po/pt_BR.po, po/pt_BR.po: update
6057 - * doc/manual.sgml.head, doc/muttrc.man.head, attach.c, globals.h, init.h, protos.h, rfc1524.c, sendlib.c: Introduce mime_lookup. From Brian Foley and Ulf Erikson.
6058 + * doc/manual.sgml.head, doc/muttrc.man.head, attach.c, globals.h,
6059 + init.h, protos.h, rfc1524.c, sendlib.c: Introduce mime_lookup.
6060 + From Brian Foley and Ulf Erikson.
6062 * po/ru.po, po/ru.po: update
6064 @@ -4783,290 +5350,11206 @@
6066 * VERSION: Pseudo-revision for mutt-1.5.
6068 - * m4/glibc21.m4, m4/gssapi.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4, m4/funcdecl.m4, m4/gettext.m4, m4/codeset.m4, m4/curslib.m4, m4/README, m4/.cvsignore, m4/Makefile.am.in: version bump
6070 - * po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/fr.po, po/gl.po, po/hu.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/.cvsignore, po/Makefile.in.in, po/POTFILES.in, po/ca.po, po/cs.po, po/da.po, po/de.po, imap/.cvsignore, imap/BUGS, imap/Makefile.am, imap/README, imap/TODO, imap/auth.c, imap/auth.h, imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, imap/command.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/message.c, imap/message.h, imap/utf7.c, imap/util.c: more version bumps.
6072 - * intl/.cvsignore, intl/COPYING.LIB-2, intl/COPYING.LIB-2.1, intl/ChangeLog, intl/Makefile.in, intl/VERSION, intl/bindtextdom.c, intl/cat-compat.c, intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettext.h, intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h, intl/libgnuintl.h, intl/libintl.glibc, intl/linux-msg.sed, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias, intl/localealias.c, intl/ngettext.c, intl/plural.c, intl/plural.y, intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c, intl/xopen-msg.sed: more version number updates.
6073 + * m4/glibc21.m4, m4/gssapi.m4, m4/iconv.m4, m4/lcmessage.m4,
6074 + m4/progtest.m4, m4/funcdecl.m4, m4/gettext.m4, m4/codeset.m4,
6075 + m4/curslib.m4, m4/README, m4/.cvsignore, m4/Makefile.am.in:
6078 - * doc/.cvsignore, doc/Makefile.in, doc/PGP-Notes.txt, doc/applying-patches.txt, doc/devel-notes.txt, doc/dotlock.man, doc/instdoc.sh.in, doc/manual.sgml.head, doc/manual.sgml.tail, doc/mbox.man, doc/mutt.man, doc/muttbug.man, doc/muttrc.man.head, doc/muttrc.man.tail, doc/patch-notes.txt: more version number updates
6080 - * contrib/iconv/README, contrib/iconv/iconv.aix-3.2.5.rc, contrib/iconv/iconv.aix-4.1.5.rc, contrib/iconv/iconv.aix-4.2.0.rc, contrib/iconv/iconv.aix-4.3.2.rc, contrib/iconv/iconv.freebsd-3.3.rc, contrib/iconv/iconv.glibc-2.1.3.rc, contrib/iconv/iconv.glibc-2.1.90.rc, contrib/iconv/iconv.hpux-10.01.rc, contrib/iconv/iconv.hpux-10.20.rc, contrib/iconv/iconv.hpux-11.00.rc, contrib/iconv/iconv.irix-6.5.rc, contrib/iconv/iconv.osf1-4.0a.rc, contrib/iconv/iconv.osf1-4.0d.rc, contrib/iconv/iconv.solaris-2.4.rc, contrib/iconv/iconv.solaris-2.5.1.rc, contrib/iconv/iconv.solaris-2.6-cjk.rc, contrib/iconv/iconv.solaris-2.6.rc, contrib/iconv/iconv.solaris-2.7.rc, contrib/iconv/make.sh, contrib/.cvsignore, contrib/Makefile.in, contrib/Mush.rc, contrib/Pine.rc, contrib/Tin.rc, contrib/gpg.rc, contrib/language.txt, contrib/language50.txt, contrib/patch.slang-1.2.2.keypad.1, contrib/pgp2.rc, contrib/pgp5.rc, contrib/pgp6.rc, contrib/sample.mailcap, contrib/sample.muttrc, contrib/sample.muttrc-tlr: Bumping more version numbers.
6082 - * snprintf.c, sort.c, sort.h, stamp-h.in, status.c, strcasecmp.c, strdup.c, system.c, thread.c, url.c, url.h, utf8.c, wcwidth.c, pgpkey.c, pgplib.c, pgplib.h, pgpmicalg.c, pgppacket.c, pgppacket.h, pgppubring.c, pop.c, pop.h, pop_auth.c, pop_lib.c, postpone.c, prepare, protos.h, query.c, reap.pl, recvattach.c, recvcmd.c, regex.c, reldate.h, remailer.c, remailer.h, resize.c, rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h, rfc822.c, rfc822.h, score.c, send.c, sendlib.c, sha1.c, sha1.h, signal.c, md5.h, md5c.c, menu.c, mh.c, mime.h, mime.types, missing, mkinstalldirs, mkjtags.c, mutt.h, mutt_curses.h, mutt_menu.h, mutt_regex.h, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c, mutt_ssl.h, mutt_ssl_nss.c, mutt_tunnel.c, mutt_tunnel.h, muttbug, muttbug.sh.in, muttlib.c, mx.c, mx.h, pager.c, pager.h, parse.c, patchlist.sh, pattern.c, pgp.c, pgp.h, pgpewrap.c, pgpinvoke.c, editmsg.c, enter.c, extlib.c, filter.c, flags.c, from.c, functions.h, gen_defs, getdomain.c, gettext.c, globals.h, gnupgparse.c, handler.c, hash.c, hash.h, hdrline.c, headers.c, help.c, history.c, history.h, hook.c, init.c, init.h, install-sh, keymap.c, keymap.h, lib.c, lib.h, mailbox.h, main.c, makedoc.c, mapping.h, mbox.c, mbyte.c, mbyte.h, attach.c, attach.h, base64.c, browser.c, browser.h, buffy.c, buffy.h, build-release, charset.c, charset.h, check_sec.sh, color.c, commands.c, complete.c, compose.c, config.guess, config.sub, configure.in, copy.c, copy.h, curs_lib.c, curs_main.c, date.c, depcomp, dotlock.c, dotlock.h, edit.c, GPL, INSTALL, Makefile.am, Muttrc.head.in, NEWS, OPS, OPS.MIX, OPS.PGP, PATCHES, README, README.SECURITY, README.SSL, TODO, VERSION, _regex.h, acconfig.h, account.c, account.h, addrbook.c, alias.c, ascii.c, ascii.h, .cvsignore, ABOUT-NLS, BEWARE, COPYRIGHT, ChangeLog: Bumping version numbers to 3.0, for the new unstable branch.
6084 - * send.c: branches: 2.77.2;
6085 - Set default Fcc when resending a message.
6087 - * po/ja.po: branches: 1.33.2;
6090 -2002/01/23 22:37:12 Thomas Roessler <roessler@does-not-exist.org>
6092 - * po/da.po: branches: 1.67.2;
6095 - * po/el.po: branches: 1.77.2;
6098 - * po/et.po: branches: 1.21.2;
6101 - * po/ko.po: branches: 1.72.2;
6104 - * po/pl.po: branches: 1.94.2;
6105 + * po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po,
6106 + po/zh_TW.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po,
6107 + po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/fr.po,
6108 + po/gl.po, po/hu.po, po/el.po, po/eo.po, po/es.po, po/et.po,
6109 + po/.cvsignore, po/Makefile.in.in, po/POTFILES.in, po/ca.po,
6110 + po/cs.po, po/da.po, po/de.po, imap/.cvsignore, imap/BUGS,
6111 + imap/Makefile.am, imap/README, imap/TODO, imap/auth.c,
6112 + imap/auth.h, imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c,
6113 + imap/auth_login.c, imap/auth_sasl.c, imap/browse.c,
6114 + imap/command.c, imap/imap.c, imap/imap.h, imap/imap_private.h,
6115 + imap/message.c, imap/message.h, imap/utf7.c, imap/util.c: more
6118 + * intl/.cvsignore, intl/COPYING.LIB-2, intl/COPYING.LIB-2.1,
6119 + intl/ChangeLog, intl/Makefile.in, intl/VERSION,
6120 + intl/bindtextdom.c, intl/cat-compat.c, intl/config.charset,
6121 + intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c,
6122 + intl/dgettext.c, intl/dngettext.c, intl/explodename.c,
6123 + intl/finddomain.c, intl/gettext.c, intl/gettext.h,
6124 + intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c,
6125 + intl/l10nflist.c, intl/libgettext.h, intl/libgnuintl.h,
6126 + intl/libintl.glibc, intl/linux-msg.sed, intl/loadinfo.h,
6127 + intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias,
6128 + intl/localealias.c, intl/ngettext.c, intl/plural.c, intl/plural.y,
6129 + intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin,
6130 + intl/textdomain.c, intl/xopen-msg.sed: more version number
6133 + * doc/.cvsignore, doc/Makefile.in, doc/PGP-Notes.txt,
6134 + doc/applying-patches.txt, doc/devel-notes.txt, doc/dotlock.man,
6135 + doc/instdoc.sh.in, doc/manual.sgml.head, doc/manual.sgml.tail,
6136 + doc/mbox.man, doc/mutt.man, doc/muttbug.man, doc/muttrc.man.head,
6137 + doc/muttrc.man.tail, doc/patch-notes.txt: more version number
6140 - * po/uk.po, po/id.po: branches: 1.84.2;
6143 - * charset.c: branches: 2.50.2;
6144 - Fix #999. A single missing comma.
6145 + * contrib/iconv/README, contrib/iconv/iconv.aix-3.2.5.rc,
6146 + contrib/iconv/iconv.aix-4.1.5.rc,
6147 + contrib/iconv/iconv.aix-4.2.0.rc,
6148 + contrib/iconv/iconv.aix-4.3.2.rc,
6149 + contrib/iconv/iconv.freebsd-3.3.rc,
6150 + contrib/iconv/iconv.glibc-2.1.3.rc,
6151 + contrib/iconv/iconv.glibc-2.1.90.rc,
6152 + contrib/iconv/iconv.hpux-10.01.rc,
6153 + contrib/iconv/iconv.hpux-10.20.rc,
6154 + contrib/iconv/iconv.hpux-11.00.rc,
6155 + contrib/iconv/iconv.irix-6.5.rc, contrib/iconv/iconv.osf1-4.0a.rc,
6156 + contrib/iconv/iconv.osf1-4.0d.rc,
6157 + contrib/iconv/iconv.solaris-2.4.rc,
6158 + contrib/iconv/iconv.solaris-2.5.1.rc,
6159 + contrib/iconv/iconv.solaris-2.6-cjk.rc,
6160 + contrib/iconv/iconv.solaris-2.6.rc,
6161 + contrib/iconv/iconv.solaris-2.7.rc, contrib/iconv/make.sh,
6162 + contrib/.cvsignore, contrib/Makefile.in, contrib/Mush.rc,
6163 + contrib/Pine.rc, contrib/Tin.rc, contrib/gpg.rc,
6164 + contrib/language.txt, contrib/language50.txt,
6165 + contrib/patch.slang-1.2.2.keypad.1, contrib/pgp2.rc,
6166 + contrib/pgp5.rc, contrib/pgp6.rc, contrib/sample.mailcap,
6167 + contrib/sample.muttrc, contrib/sample.muttrc-tlr: Bumping more
6170 + * snprintf.c, sort.c, sort.h, stamp-h.in, status.c, strcasecmp.c,
6171 + strdup.c, system.c, thread.c, url.c, url.h, utf8.c, wcwidth.c,
6172 + pgpkey.c, pgplib.c, pgplib.h, pgpmicalg.c, pgppacket.c,
6173 + pgppacket.h, pgppubring.c, pop.c, pop.h, pop_auth.c, pop_lib.c,
6174 + postpone.c, prepare, protos.h, query.c, reap.pl, recvattach.c,
6175 + recvcmd.c, regex.c, reldate.h, remailer.c, remailer.h,
6176 + resize.c, rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h,
6177 + rfc2231.c, rfc2231.h, rfc822.c, rfc822.h, score.c, send.c,
6178 + sendlib.c, sha1.c, sha1.h, signal.c, md5.h, md5c.c, menu.c,
6179 + mh.c, mime.h, mime.types, missing, mkinstalldirs, mkjtags.c,
6180 + mutt.h, mutt_curses.h, mutt_menu.h, mutt_regex.h, mutt_sasl.c,
6181 + mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c,
6182 + mutt_ssl.h, mutt_ssl_nss.c, mutt_tunnel.c, mutt_tunnel.h,
6183 + muttbug, muttbug.sh.in, muttlib.c, mx.c, mx.h, pager.c, pager.h,
6184 + parse.c, patchlist.sh, pattern.c, pgp.c, pgp.h, pgpewrap.c,
6185 + pgpinvoke.c, editmsg.c, enter.c, extlib.c, filter.c, flags.c,
6186 + from.c, functions.h, gen_defs, getdomain.c, gettext.c, globals.h,
6187 + gnupgparse.c, handler.c, hash.c, hash.h, hdrline.c, headers.c,
6188 + help.c, history.c, history.h, hook.c, init.c, init.h, install-sh,
6189 + keymap.c, keymap.h, lib.c, lib.h, mailbox.h, main.c, makedoc.c,
6190 + mapping.h, mbox.c, mbyte.c, mbyte.h, attach.c, attach.h, base64.c,
6191 + browser.c, browser.h, buffy.c, buffy.h, build-release, charset.c,
6192 + charset.h, check_sec.sh, color.c, commands.c, complete.c,
6193 + compose.c, config.guess, config.sub, configure.in, copy.c, copy.h,
6194 + curs_lib.c, curs_main.c, date.c, depcomp, dotlock.c, dotlock.h,
6195 + edit.c, GPL, INSTALL, Makefile.am, Muttrc.head.in, NEWS, OPS,
6196 + OPS.MIX, OPS.PGP, PATCHES, README, README.SECURITY, README.SSL,
6197 + TODO, VERSION, _regex.h, acconfig.h, account.c, account.h,
6198 + addrbook.c, alias.c, ascii.c, ascii.h, .cvsignore, ABOUT-NLS,
6199 + BEWARE, COPYRIGHT, ChangeLog: Bumping version numbers to 3.0,
6200 + for the new unstable branch.
6202 + * send.c: branches: 2.77.2; Set default Fcc when resending
6205 + * po/ja.po: branches: 1.33.2; update
6207 +2002-01-23 22:37:12 roessler (roessler)
6209 + * po/da.po: branches: 1.67.2; updates
6211 + * po/el.po: branches: 1.77.2; updates
6213 + * po/et.po: branches: 1.21.2; updates
6215 + * po/ko.po: branches: 1.72.2; updates
6217 + * po/pl.po: branches: 1.94.2; updates
6219 + * po/uk.po, po/id.po: branches: 1.84.2; update
6221 + * charset.c: branches: 2.50.2; Fix #999. A single missing comma.
6223 +2002-01-22 12:12:45 roessler (roessler)
6225 + * po/pt_BR.po: branches: 1.58.2; automatic post-release commit
6228 + * po/ru.po: branches: 1.129.2; automatic post-release commit
6231 -2002/01/22 12:12:45 Thomas Roessler <roessler@does-not-exist.org>
6232 + * po/sk.po: branches: 1.66.2; automatic post-release commit
6235 - * po/pt_BR.po: branches: 1.58.2;
6236 - automatic post-release commit for mutt-1.3.27
6237 + * po/sv.po: branches: 1.80.2; automatic post-release commit
6240 - * po/ru.po: branches: 1.129.2;
6241 - automatic post-release commit for mutt-1.3.27
6243 - * po/sk.po: branches: 1.66.2;
6244 - automatic post-release commit for mutt-1.3.27
6246 - * po/sv.po: branches: 1.80.2;
6247 - automatic post-release commit for mutt-1.3.27
6249 - * po/tr.po: branches: 1.25.2;
6250 - automatic post-release commit for mutt-1.3.27
6251 + * po/tr.po: branches: 1.25.2; automatic post-release commit
6254 * po/uk.po: automatic post-release commit for mutt-1.3.27
6256 - * po/zh_CN.po: branches: 1.14.2;
6257 - automatic post-release commit for mutt-1.3.27
6258 + * po/zh_CN.po: branches: 1.14.2; automatic post-release commit
6261 - * po/zh_TW.po: branches: 1.11.2;
6262 - automatic post-release commit for mutt-1.3.27
6263 + * po/zh_TW.po: branches: 1.11.2; automatic post-release commit
6266 - * po/hu.po: branches: 1.17.2;
6267 - automatic post-release commit for mutt-1.3.27
6268 + * po/hu.po: branches: 1.17.2; automatic post-release commit
6271 * po/id.po: automatic post-release commit for mutt-1.3.27
6273 - * po/it.po: branches: 1.103.2;
6274 - automatic post-release commit for mutt-1.3.27
6275 + * po/it.po: branches: 1.103.2; automatic post-release commit
6278 - * po/ja.po, po/ko.po: automatic post-release commit for mutt-1.3.27
6279 + * po/ja.po, po/ko.po: automatic post-release commit for
6282 - * po/lt.po: branches: 1.25.2;
6283 - automatic post-release commit for mutt-1.3.27
6284 + * po/lt.po: branches: 1.25.2; automatic post-release commit
6287 - * po/nl.po: branches: 1.74.2;
6288 - automatic post-release commit for mutt-1.3.27
6289 + * po/nl.po: branches: 1.74.2; automatic post-release commit
6292 * po/pl.po: automatic post-release commit for mutt-1.3.27
6294 - * po/ca.po: branches: 1.6.2;
6295 - automatic post-release commit for mutt-1.3.27
6296 + * po/ca.po: branches: 1.6.2; automatic post-release commit
6299 - * po/cs.po: branches: 1.75.2;
6300 - automatic post-release commit for mutt-1.3.27
6301 + * po/cs.po: branches: 1.75.2; automatic post-release commit
6304 * po/da.po: automatic post-release commit for mutt-1.3.27
6306 - * po/de.po: branches: 1.160.2;
6307 - automatic post-release commit for mutt-1.3.27
6308 + * po/de.po: branches: 1.160.2; automatic post-release commit
6311 * po/el.po: automatic post-release commit for mutt-1.3.27
6313 - * po/eo.po: branches: 1.80.2;
6314 - automatic post-release commit for mutt-1.3.27
6315 + * po/eo.po: branches: 1.80.2; automatic post-release commit
6318 - * po/es.po: branches: 1.89.2;
6319 - automatic post-release commit for mutt-1.3.27
6320 + * po/es.po: branches: 1.89.2; automatic post-release commit
6323 * po/et.po: automatic post-release commit for mutt-1.3.27
6325 - * po/fr.po: branches: 1.108.2;
6326 - automatic post-release commit for mutt-1.3.27
6327 + * po/fr.po: branches: 1.108.2; automatic post-release commit
6330 - * po/gl.po: branches: 1.61.2;
6331 - automatic post-release commit for mutt-1.3.27
6332 + * po/gl.po: branches: 1.61.2; automatic post-release commit
6335 - * ChangeLog: branches: 2.73.2;
6336 - automatic post-release commit for mutt-1.3.27
6337 + * ChangeLog: branches: 2.73.2; automatic post-release commit
6340 - * VERSION: branches: 2.63.2;
6341 - automatic post-release commit for mutt-1.3.27
6342 + * VERSION: branches: 2.63.2; automatic post-release commit
6345 - * reldate.h: branches: 2.55.2;
6346 - automatic post-release commit for mutt-1.3.27
6347 + * reldate.h: branches: 2.55.2; automatic post-release commit
6350 -2002/01/21 17:43:19 Thomas Roessler <roessler@does-not-exist.org>
6351 +2002-01-21 17:43:19 roessler (roessler)
6355 * po/sv.po, po/de.po, po/eo.po: updates
6357 - * mutt_ssl.c: A fix from Ulf Erikson, which he says to fix bug #989.
6358 + * mutt_ssl.c: A fix from Ulf Erikson, which he says to fix
6361 -2002/01/18 11:44:54 Thomas Roessler <roessler@does-not-exist.org>
6362 +2002-01-18 11:44:54 roessler (roessler)
6364 - * po/zh_CN.po, po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, VERSION, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog: automatic post-release commit for mutt-1.3.26
6365 + * po/zh_CN.po, po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po,
6366 + po/sv.po, po/tr.po, po/uk.po, po/hu.po, po/id.po, po/it.po,
6367 + po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/eo.po,
6368 + po/es.po, po/et.po, po/fr.po, po/gl.po, VERSION, po/ca.po,
6369 + po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog:
6370 + automatic post-release commit for mutt-1.3.26
6372 -2002/01/17 22:41:45 Thomas Roessler <roessler@does-not-exist.org>
6373 +2002-01-17 22:41:45 roessler (roessler)
6375 - * configure.in: branches: 2.129.2;
6376 - Use ncurses.h for configure tests, if present.
6377 + * configure.in: branches: 2.129.2; Use ncurses.h for configure
6378 + tests, if present.
6380 -2002/01/16 20:44:49 Thomas Roessler <roessler@does-not-exist.org>
6381 +2002-01-16 20:44:49 roessler (roessler)
6383 - * config.guess, config.sub, missing, mkinstalldirs: Updated auto* files. From Lars Hecking.
6384 + * config.guess, config.sub, missing, mkinstalldirs: Updated auto*
6385 + files. From Lars Hecking.
6387 * curs_main.c: patch-1.3.25-de-new_threads.1
6389 - * protos.h: branches: 2.86.2;
6390 - patch-1.3.25-de-new_threads.1
6391 + * protos.h: branches: 2.86.2; patch-1.3.25-de-new_threads.1
6393 - * thread.c: branches: 2.27.2;
6394 - patch-1.3.25-de-new_threads.1
6395 + * thread.c: branches: 2.27.2; patch-1.3.25-de-new_threads.1
6397 -2002/01/15 22:08:12 Thomas Roessler <roessler@does-not-exist.org>
6398 +2002-01-15 22:08:12 roessler (roessler)
6400 - * acconfig.h, configure.in: Configure and config.h cleanup. From Lars Hecking.
6401 + * acconfig.h, configure.in: Configure and config.h cleanup.
6402 + From Lars Hecking.
6404 - * handler.c: branches: 2.52.2;
6405 - Don't hallucinate a '\n' in the end of quoted-printable encoded
6407 + * handler.c: branches: 2.52.2; Don't hallucinate a '\n' in the
6408 + end of quoted-printable encoded attachments.
6412 * flags.c: patch-1.3.25.tlr.maildir_trash.1
6414 - * mh.c: branches: 2.42.2;
6415 - patch-1.3.25.tlr.maildir_trash.1
6416 + * mh.c: branches: 2.42.2; patch-1.3.25.tlr.maildir_trash.1
6418 - * mutt.h: branches: 2.111.2;
6419 - patch-1.3.25.tlr.maildir_trash.1
6420 + * mutt.h: branches: 2.111.2; patch-1.3.25.tlr.maildir_trash.1
6422 - * mx.c: branches: 2.63.2;
6423 - patch-1.3.25.tlr.maildir_trash.1
6424 + * mx.c: branches: 2.63.2; patch-1.3.25.tlr.maildir_trash.1
6428 - * init.c: branches: 2.60.2;
6429 - Avoid reading past the end of ta string when handling \ or ^
6430 - sequences. From Michael Elkins.
6431 + * init.c: branches: 2.60.2; Avoid reading past the end of ta
6432 + string when handling \ or ^ sequences. From Michael Elkins.
6434 - * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/ca.po, po/cs.po, po/da.po, pgpkey.c: Shorten some messages. Noted by Jeremy Blosser. #978.
6435 + * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/nl.po,
6436 + po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/gl.po,
6437 + po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po,
6438 + po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po,
6439 + po/ca.po, po/cs.po, po/da.po, pgpkey.c: Shorten some messages.
6440 + Noted by Jeremy Blosser. #978.
6442 - * pattern.c: branches: 2.23.2;
6443 - Fix an off-by-one error.
6444 + * pattern.c: branches: 2.23.2; Fix an off-by-one error.
6446 -2002/01/14 09:03:31 Thomas Roessler <roessler@does-not-exist.org>
6447 +2002-01-14 09:03:31 roessler (roessler)
6449 - * imap/imap.c: branches: 1.90.2;
6450 - fix another case-sensitive comparison.
6451 + * imap/imap.c: branches: 1.90.2; fix another case-sensitive
6454 -2002/01/13 21:19:25 Thomas Roessler <roessler@does-not-exist.org>
6455 +2002-01-13 21:19:25 roessler (roessler)
6457 * ascii.h: Fix the ascii_strncmp() macro.
6459 - * imap/auth_sasl.c: Parse IMAP responses locale- and case- insensitive. From Brendan
6461 + * imap/auth_sasl.c: Parse IMAP responses locale- and case-
6462 + insensitive. From Brendan Cully.
6464 - * imap/browse.c: branches: 1.34.2;
6465 - Parse IMAP responses locale- and case- insensitive. From Brendan
6467 + * imap/browse.c: branches: 1.34.2; Parse IMAP responses locale-
6468 + and case- insensitive. From Brendan Cully.
6470 - * imap/command.c: branches: 1.35.2;
6471 - Parse IMAP responses locale- and case- insensitive. From Brendan
6473 + * imap/command.c: branches: 1.35.2; Parse IMAP responses locale-
6474 + and case- insensitive. From Brendan Cully.
6476 - * imap/imap.c: Parse IMAP responses locale- and case- insensitive. From Brendan
6478 + * imap/imap.c: Parse IMAP responses locale- and case- insensitive.
6479 + From Brendan Cully.
6481 - * imap/message.c: branches: 1.60.2;
6482 - Parse IMAP responses locale- and case- insensitive. From Brendan
6484 + * imap/message.c: branches: 1.60.2; Parse IMAP responses locale-
6485 + and case- insensitive. From Brendan Cully.
6487 - * imap/util.c: branches: 1.51.2;
6488 - Parse IMAP responses locale- and case- insensitive. From Brendan
6490 + * imap/util.c: branches: 1.51.2; Parse IMAP responses locale-
6491 + and case- insensitive. From Brendan Cully.
6493 - * muttlib.c: branches: 2.52.2;
6494 - A different fix for the '\012' issue. Bug tracked down by Johannes
6495 - Geiger <geiger@ePost.de>.
6496 + * muttlib.c: branches: 2.52.2; A different fix for the '\012'
6497 + issue. Bug tracked down by Johannes Geiger <geiger@ePost.de>.
6499 - * pager.c: A different fix for the '\012' issue. Bug tracked down by Johannes
6500 - Geiger <geiger@ePost.de>.
6501 + * pager.c: A different fix for the '\012' issue. Bug tracked
6502 + down by Johannes Geiger <geiger@ePost.de>.
6504 -2002/01/12 11:42:18 Thomas Roessler <roessler@does-not-exist.org>
6505 +2002-01-12 11:42:18 roessler (roessler)
6509 - * doc/manual.sgml.head: branches: 1.73.2;
6510 - Add a ~= pattern. From Frederic Duval.
6511 + * doc/manual.sgml.head: branches: 1.73.2; Add a ~= pattern.
6512 + From Frederic Duval.
6514 - * doc/muttrc.man.head: branches: 1.16.2;
6515 - Add a ~= pattern. From Frederic Duval.
6516 + * doc/muttrc.man.head: branches: 1.16.2; Add a ~= pattern.
6517 + From Frederic Duval.
6519 - * mutt.h, pattern.c: Add a ~= pattern. From Frederic Duval.
6520 + * mutt.h, pattern.c: Add a ~= pattern. From Frederic Duval.
6522 * doc/manual.sgml.head: Fix a typo, #971.
6524 -2002/01/09 15:39:28 Thomas Roessler <roessler@does-not-exist.org>
6525 +2002-01-09 15:39:28 roessler (roessler)
6529 -2002/01/08 13:06:21 Thomas Roessler <roessler@does-not-exist.org>
6530 +2002-01-08 13:06:21 roessler (roessler)
6532 * mx.c: Try to fix #943.
6534 - * INSTALL: branches: 2.15.2; 2.15.4;
6535 - fix libiconv URL. #959.
6536 + * INSTALL: branches: 2.15.2; 2.15.4; fix libiconv URL. #959.
6538 * NEWS: fix libiconv URL. #959.
6540 -2002/01/07 19:10:51 Thomas Roessler <roessler@does-not-exist.org>
6541 +2002-01-07 19:10:51 roessler (roessler)
6545 - * attach.c: branches: 2.29.2;
6547 + * attach.c: branches: 2.29.2; Fix #951.
6549 -2002/01/04 14:30:29 Thomas Roessler <roessler@does-not-exist.org>
6550 +2002-01-04 14:30:29 roessler (roessler)
6552 - * rfc822.c: Terminate the correct buffer. Noted by Durval Menezes
6553 - <durval@tmp.com.br>. (This bug shouldn't have any security
6555 + * rfc822.c: Terminate the correct buffer. Noted by Durval
6556 + Menezes <durval@tmp.com.br>. (This bug shouldn't have any
6557 + security implications. ;-)
6559 * po/et.po, po/fr.po, po/pl.po, po/sv.po: updates.
6561 -2002/01/03 20:57:20 Thomas Roessler <roessler@does-not-exist.org>
6562 +2002-01-03 20:57:20 roessler (roessler)
6564 - * mutt_ssl.c, mutt_ssl.h, mutt_ssl_nss.c, globals.h: Move some globals where they belong. From Brendan Cully.
6565 + * mutt_ssl.c, mutt_ssl.h, mutt_ssl_nss.c, globals.h: Move some
6566 + globals where they belong. From Brendan Cully.
6568 -2002/01/02 16:28:46 Thomas Roessler <roessler@does-not-exist.org>
6569 +2002-01-02 16:28:46 roessler (roessler)
6571 * acconfig.h: Cleanup; from Lars Hecking.
6573 * mutt_ssl.c: Replace a few strncpy() calls by strfcpy().
6575 - * recvcmd.c: Bug fix. Problem noted by Vincent Lefevre's compiler.
6576 + * recvcmd.c: Bug fix. Problem noted by Vincent Lefevre's
6579 * muttlib.c: Fix the \012 bug.
6581 -2002/01/01 20:18:41 Thomas Roessler <roessler@does-not-exist.org>
6582 +2002-01-01 20:18:41 roessler (roessler)
6584 - * po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/Makefile.in.in, po/ca.po, po/cs.po, reldate.h, ChangeLog, VERSION: automatic post-release commit for mutt-1.3.25
6585 + * po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po,
6586 + po/tr.po, po/uk.po, po/zh_CN.po, po/hu.po, po/id.po, po/it.po,
6587 + po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/da.po,
6588 + po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po,
6589 + po/gl.po, po/Makefile.in.in, po/ca.po, po/cs.po, reldate.h,
6590 + ChangeLog, VERSION: automatic post-release commit for mutt-1.3.25
6592 - * intl/COPYING.LIB-2, intl/COPYING.LIB-2.1: ups, these were missing from the CVS.
6593 + * intl/COPYING.LIB-2, intl/COPYING.LIB-2.1: ups, these were
6594 + missing from the CVS.
6598 - * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/ru.po, po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/it.po, po/gl.po, po/id.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/de.po, po/cs.po, po/da.po, ChangeLog, VERSION, rfc822.c: post-release commit for mutt-1.2.5.1.
6599 + * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/ru.po,
6600 + po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/it.po, po/gl.po,
6601 + po/id.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/de.po,
6602 + po/cs.po, po/da.po, ChangeLog, VERSION, rfc822.c: post-release
6603 + commit for mutt-1.2.5.1.
6605 * rfc822.c: Fix a security problem.
6607 +2001-12-28 17:19:00 roessler (roessler)
6609 + * protos.h, recvcmd.c, send.c: Make sure References and
6610 + In-Reply-To headers are generated properly when the user replies
6611 + to one or more message-type attachments.
6613 +2001-12-26 19:24:46 roessler (roessler)
6615 + * imap/imap.c: Possible fix for #905. From Daniel Eisenbud.
6617 +2001-12-21 00:22:12 roessler (roessler)
6619 + * pager.c: Fix #929.
6621 +2001-12-18 15:13:18 roessler (roessler)
6623 + * imap/imap.c, imap/imap.h: Fix from #918. From
6624 + <ntyni+mutt@mappi.helsinki.fi>.
6626 + * browser.c: branches: 2.38.2; Fix from #918. From
6627 + <ntyni+mutt@mappi.helsinki.fi>.
6629 + * po/Makefile.in.in: Updating to gettext-0.10.40.
6631 + * m4/gettext.m4: branches: 1.7.2; 1.7.4; Updating to
6634 + * m4/iconv.m4: branches: 1.3.2; Updating to gettext-0.10.40.
6636 + * m4/lcmessage.m4: branches: 1.3.2; 1.3.4; Updating to
6639 + * m4/progtest.m4: branches: 1.4.2; 1.4.4; Updating to
6642 + * ABOUT-NLS: branches: 2.1.2; 2.1.4; Updating to
6645 + * intl/ChangeLog, intl/Makefile.in: branches: 1.3.2; 1.3.4;
6646 + Updating to gettext-0.10.40.
6648 + * intl/VERSION: Updating to gettext-0.10.40.
6650 + * intl/bindtextdom.c: branches: 1.5.2; 1.5.4; Updating to
6653 + * intl/config.charset: branches: 1.2.2; 1.2.4; Updating to
6656 + * intl/dcgettext.c: Updating to gettext-0.10.40.
6658 + * intl/dcigettext.c: branches: 1.2.2; 1.2.4; Updating to
6661 + * intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c,
6662 + intl/explodename.c, intl/finddomain.c, intl/gettext.c,
6663 + intl/gettext.h: Updating to gettext-0.10.40.
6665 + * intl/gettextP.h, intl/hash-string.h: branches: 1.4.2; 1.4.4;
6666 + Updating to gettext-0.10.40.
6668 + * intl/intl-compat.c: Updating to gettext-0.10.40.
6670 + * intl/l10nflist.c: branches: 1.5.2; 1.5.4; Updating to
6673 + * intl/libgettext.h: Updating to gettext-0.10.40.
6675 + * intl/libgnuintl.h: branches: 1.2.2; 1.2.4; Updating to
6678 + * intl/loadinfo.h: branches: 1.4.2; 1.4.4; Updating to
6681 + * intl/loadmsgcat.c: branches: 1.5.2; 1.5.4; Updating to
6684 + * intl/localcharset.c: branches: 1.2.2; 1.2.4; Updating to
6687 + * intl/locale.alias: Updating to gettext-0.10.40.
6689 + * intl/localealias.c: branches: 1.5.2; 1.5.4; Updating to
6692 + * intl/ngettext.c: Updating to gettext-0.10.40.
6694 + * intl/plural.c, intl/plural.y: branches: 1.2.2; 1.2.4;
6695 + Updating to gettext-0.10.40.
6697 + * intl/textdomain.c: Updating to gettext-0.10.40.
6699 +2001-12-17 10:08:18 roessler (roessler)
6701 + * edit.c: Fix a memory allocation bug. #917.
6703 + * thread.c: Another threading update.
6705 + * hdrline.c: branches: 2.27.2; Another threading update.
6707 +2001-12-13 12:10:59 roessler (roessler)
6709 + * menu.c: branches: 2.27.2; Threading updates, from Daniel
6712 + * mutt.h, sort.c, thread.c: Threading updates, from Daniel
6715 + * pager.c: compile fix.
6717 +2001-12-11 23:30:59 roessler (roessler)
6719 + * doc/muttrc.man.head: Typo, #911.
6721 + * po/it.po: update
6723 + * contrib/gpg.rc: Remove an unnecessary \-quoting.
6725 + * init.c, pager.c: Add a missing else.
6727 + * contrib/gpg.rc: Use gettext to determine the good signature
6730 + * init.c: Make "`...`" work as expected.
6732 + * po/it.po: update.
6734 +2001-12-10 13:12:41 roessler (roessler)
6736 + * query.c: Fix #910.
6738 + * init.h: branches: 2.143.2; Change the default for
6739 + $pgp_replyencrypt to "yes".
6741 + * po/ja.po, po/pl.po: updates.
6743 +2001-12-09 09:12:08 roessler (roessler)
6745 + * po/ca.po, configure.in: Add a Catalan translation. From Ivan
6746 + Vilata i Balaguer <ivan@selidor.net>.
6748 +2001-12-04 10:28:22 roessler (roessler)
6750 + * po/ru.po: update
6752 +2001-12-03 18:36:09 roessler (roessler)
6754 + * po/da.po, po/de.po: update.
6756 + * mx.c: Try to detect write() errors by calling fsync() after
6757 + fflush(). May fix #895.
6759 +2001-11-29 09:43:41 roessler (roessler)
6761 + * po/zh_TW.po, po/zh_CN.po, po/sk.po, po/sv.po, po/tr.po,
6762 + po/uk.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/hu.po,
6763 + po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/eo.po,
6764 + po/es.po, po/et.po, po/fr.po, po/gl.po, ChangeLog, VERSION,
6765 + po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h: automatic
6766 + post-release commit for mutt-1.3.24
6768 +2001-11-28 10:30:36 roessler (roessler)
6770 + * po/id.po: update
6772 +2001-11-26 19:16:52 roessler (roessler)
6774 + * PATCHES: PATCHES should be _empty_ in the CVS version. Ups.
6776 + * PATCHES: patch-1.3.23.2.tt.wcwidth_ja.1. Fix wcwidth_ja(),
6777 + from Takizawa Takashi <taki@luna.email.ne.jp>.
6779 + * mbyte.c: branches: 2.18.2; patch-1.3.23.2.tt.wcwidth_ja.1.
6780 + Fix wcwidth_ja(), from Takizawa Takashi <taki@luna.email.ne.jp>.
6782 + * handler.c, muttlib.c: patch-1.3.23.2.bj.state_attach_puts.1,
6783 + from Byrial Jensen. This patch is supposed to make one message
6784 + more friendly to translators.
6786 + * po/et.po, po/ja.po, po/pl.po, po/ru.po, po/da.po, po/de.po:
6789 +2001-11-21 13:58:42 roessler (roessler)
6791 + * handler.c: Use $wrapmargin in the format=flowed handler, too.
6793 + * pager.c, globals.h, init.h: Add a $wrapmargin configuration
6794 + variable to fine-tune
6796 +2001-11-19 10:41:32 roessler (roessler)
6798 + * hash.c: Fix #868, #876. Work-around from Len Lattanzi
6799 + <len@mss.migration.com>.
6801 + * hdrline.c, protos.h, thread.c: Fix mutt_messages_in_thread().
6802 + From Daniel Eisenbud. (patch-1.3.23.2-de-new_threads.2-3.gz).
6804 +2001-11-15 18:53:23 roessler (roessler)
6806 + * remailer.c: Should be slightly better than a mixmaster
6807 + patch suggested by Stefan Karrmann <sk@mathematik.uni-ulm.de>.
6810 +2001-11-12 09:53:54 roessler (roessler)
6812 + * sort.c, thread.c: patch-1.3.23.2-de-new_threads.2
6814 +2001-11-10 08:14:52 roessler (roessler)
6816 + * po/eo.po, po/fr.po: update
6818 +2001-11-09 09:28:55 roessler (roessler)
6820 + * mh.c: Add some NONULL's (#863)
6822 + * Makefile.am: branches: 2.101.2; Distribute patchlist.sh. Ups.
6824 +2001-11-08 22:42:45 roessler (roessler)
6826 + * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po,
6827 + po/tr.po, po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/id.po,
6828 + po/it.po, po/ja.po, po/ko.po, po/lt.po, po/gl.po, po/hu.po,
6829 + po/et.po, po/fr.po, VERSION, po/cs.po, po/da.po, po/de.po,
6830 + po/el.po, po/eo.po, po/es.po, reldate.h, ChangeLog: automatic
6831 + post-release commit for mutt-1.3.23.2
6833 + * pager.c, init.h, mutt.h: Add an $allow_ansi option. Suggested
6834 + and (mostly) implemented by Mike Schiraldi.
6836 + * Makefile.am: Don't depend on GNU make. Noted by Bob Bell.
6838 + * pgp.c: Fix some messages, so the color marker is actually in
6839 + the beginning of a new line.
6841 + * globals.h, handler.c, init.c, mutt.h, muttlib.c, pager.c,
6842 + pgp.c: somewhat cleaner in-band-signalling between the handlers
6843 + and the pager. In particular, it's more difficult now to get
6844 + fake PGP and other mutt-generated "[-- " messages colored.
6846 + * commands.c: branches: 2.50.2; patch-1.3.23.1-de-new_threads.3-4
6848 + * curs_main.c, init.c, init.h, mutt.h, sort.c, thread.c:
6849 + patch-1.3.23.1-de-new_threads.3-4
6851 + * handler.c: 2.47 introduced another bug. I should go to bed now.
6853 + * handler.c: Replace a ridiculous for loop by a proper
6854 + calculation. Ahem.
6856 + * handler.c, pager.c: Use a slightly different reset sequence
6857 + for the format=flowed hack, and don't send any such sequence
6858 + when we aren't in the internal pager.
6860 + * pager.c: Trying to fix #738.
6862 +2001-11-07 22:25:09 roessler (roessler)
6864 + * handler.c: Fix #860. Noted: The format=flowed code is not
6867 + * addrbook.c: Fix #858.
6869 + * doc/patch-notes.txt, Makefile.am: Implement the patchlist
6870 + scheme instead of version number munging.
6872 + * main.c: branches: 2.55.2; Implement the patchlist scheme
6873 + instead of version number munging.
6875 + * muttlib.c, patchlist.sh, protos.h: Implement the patchlist
6876 + scheme instead of version number munging.
6878 + * sendlib.c: branches: 2.94.2; Implement the patchlist scheme
6879 + instead of version number munging.
6881 + * complete.c: Fix 706, 853.
6883 + * commands.c, init.h, mutt.h, thread.c:
6884 + patch-1.3.23.1-de-new_threads.2-3
6886 +2001-11-06 20:38:17 roessler (roessler)
6888 + * mutt.h, sort.c, sort.h, thread.c, menu.c:
6889 + [patch.1.3.23.1.de.new_threads.2] Daniel Eisenbud's redone
6890 + threading code, version two.
6892 + * doc/patch-notes.txt: fix a typo.
6894 + * PATCHES: uuups, there was a "test" left over.
6896 + * doc/PGP-Notes.txt: Some part of this documentation was severely
6899 + * doc/Makefile.in, doc/patch-notes.txt, Makefile.am, PATCHES,
6900 + configure.in, main.c, muttlib.c, protos.h, sendlib.c: Add and
6901 + document a new mechanism for displaying patches in running
6904 + * send.c: Indentation fixing while staring at the code affected
6905 + by #857. No fix for the crash, though.
6907 + * doc/manual.sgml.head, doc/muttrc.man.head, alias.c, init.c: Fix
6908 + an addressbook bug, and introduce "unalias *". From "g.c.w. de
6909 + bruijn" <geerd.debruijn@nl.thalesgroup.com>.
6911 +2001-11-05 21:38:18 roessler (roessler)
6913 + * imap/browse.c, imap/imap.c, imap/util.c, mutt_ssl.c,
6914 + mutt_ssl_nss.c: Missing gettext calls, noted by Byrial Jensen.
6916 + * pop.c: branches: 2.22.2; Missing gettext calls, noted by
6919 + * thread.c: Missing gettext calls, noted by Byrial Jensen.
6921 + * commands.c: Make the save-copy prompt more translator-friendly.
6922 + from Byrial Jensen.
6924 + * po/da.po, po/de.po, po/eo.po, po/fr.po, po/ja.po, po/pl.po:
6927 + * mh.c: Fix a segmentation fault which occurs when mutt's get-mail
6928 + POP mode is used with a maildir spool folder. Noted by Frédéric
6929 + L. W. Meunier <0@pervalidus.net>.
6931 + * mutt_socket.c, pop.c: Vsevolod Volkov's fix for #851, and a
6934 + * headers.c, muttlib.c, protos.h, send.c: Byrial Jensen's
6935 + mtime hack is needed at more than one place. Noted by Manoj
6938 +2001-10-31 09:38:07 roessler (roessler)
6940 + * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/es.po,
6941 + po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po,
6942 + po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po,
6943 + po/ru.po, po/sk.po, po/sv.po, ChangeLog, VERSION, po/cs.po,
6944 + po/da.po, po/de.po, po/el.po, po/eo.po, reldate.h: automatic
6945 + post-release commit for mutt-1.3.23.1
6947 + * imap/message.c, commands.c, curs_main.c, flags.c, hdrline.c,
6948 + init.h: Advanced threading, v 5.1. From Daniel Eisenbud
6949 + <eisenbud@cs.swarthmore.edu>.
6951 + * mbox.c: branches: 2.22.2; Advanced threading, v 5.1.
6952 + From Daniel Eisenbud <eisenbud@cs.swarthmore.edu>.
6954 + * menu.c, mh.c, mutt.h, mx.c, mx.h: Advanced threading, v 5.1.
6955 + From Daniel Eisenbud <eisenbud@cs.swarthmore.edu>.
6957 + * parse.c: branches: 2.39.2; Advanced threading, v 5.1.
6958 + From Daniel Eisenbud <eisenbud@cs.swarthmore.edu>.
6960 + * pop.c, postpone.c, protos.h, sort.c, sort.h, thread.c:
6961 + Advanced threading, v 5.1. From Daniel Eisenbud
6962 + <eisenbud@cs.swarthmore.edu>.
6964 + * pgpewrap.c: branches: 2.3.2; Add magic comment so we can use
6965 + traditional malloc() in this program.
6967 +2001-10-30 22:43:23 roessler (roessler)
6969 + * init.h: .mh_sequences fix, from lorenzo@cisco.com.
6971 + * mutt_socket.c, mutt_ssl.c: TLS connection reuse. From Brendan
6974 +2001-10-29 23:21:48 roessler (roessler)
6976 + * pager.c: Fix two places which _may_ look like buffer overflows,
6979 + * url.c: Fix #843.
6981 + * doc/manual.sgml.head: Make the documentation of toggle-unlink
6982 + more precise - someone on comp.mail.mutt got confused by this.
6984 +2001-10-28 19:46:43 roessler (roessler)
6986 + * imap/browse.c, imap/imap.c: Fix 839
6988 + * po/fr.po: update
6990 + * sendlib.c: Another aesthetic message-id change.
6992 + * sendlib.c: GMT's too clumsy. Just take G.
6994 + * sendlib.c: Use GMT for message-IDs. Note: The addition of
6995 + the constant string "GMT" is so intended to avoid the production
6996 + of duplicate message-IDs when mutts running in time zones ahead
6999 + * po/ru.po: update.
7001 + * url.c: Another bug related to #837.
7003 + * imap/util.c: Fix a problem related to #837 (the bug isn't
7004 + entirely close, though).
7006 +2001-10-26 23:53:29 roessler (roessler)
7008 + * doc/manual.sgml.head: Point to the openProjects.net IRC channel
7009 + instead of dal.net.
7011 +2001-10-25 07:54:35 roessler (roessler)
7013 + * pgp.c: Handle clearsigned messages gracefully even when
7014 + pgp_verify_sig is set and pgp_decode_command is unset.
7016 +2001-10-24 11:08:22 roessler (roessler)
7018 + * complete.c: Suspected fix for #837.
7020 +2001-10-22 09:28:26 roessler (roessler)
7022 + * imap/util.c, globals.h, init.h: Make IMAP keepalive
7023 + configurable. From Brendan Cully.
7025 +2001-10-17 17:03:19 roessler (roessler)
7027 + * curs_main.c: Fix #829.
7029 + * sendlib.c: Fix #828: Sendmail is now invoked with stdout and
7030 + stderr redirected to /dev/null. Apparently, sendmail 8.12.1
7031 + doesn't like to be invoked with stderr and stdout closed.
7033 + * curs_main.c: Fix CURHDR confusion. Mutt should compile now.
7034 + (Sorry for not committing this earlier.)
7036 +2001-10-16 14:29:27 roessler (roessler)
7038 + * addrbook.c, keymap.c: Address book nit fix from
7039 + geerd.debruijn@nl.thalesgroup.com.
7041 + * po/ja.po, po/it.po: update
7043 +2001-10-15 20:18:32 roessler (roessler)
7045 + * rfc2047.c: branches: 2.35.2; Close #821. Fix provided
7048 + * curs_main.c: AIX portability patch. Suggested by Jan Chrillesen
7049 + <jan@chrillesen.dk>.
7051 + * doc/manual.sgml.tail: branches: 1.15.2; Fixing a nit, From
7054 +2001-10-12 09:03:26 roessler (roessler)
7056 + * po/fr.po: update
7058 +2001-10-11 20:08:44 roessler (roessler)
7060 + * imap/message.c: Small fix from Edmund GRIMLEY EVANS
7061 + <edmundo@rano.org>.
7063 + * compose.c: branches: 2.48.2; Little fix from
7064 + sroberts@certicom.com.
7066 + * po/eo.po: update
7068 + * pgpewrap.c: Add public domain notice.
7070 + * Makefile.am, configure.in, pgpewrap, pgpewrap.c: Include C
7071 + version of pgpewrap, by Wessel Dankers <wsl@fruit.eu.org>.
7073 + * po/da.po: update
7075 + * compose.c: Unify "Can't stat" messages. Suggested by Byrial.
7077 + * editmsg.c: branches: 2.12.2; Unify "Can't stat" messages.
7078 + Suggested by Byrial.
7080 + * sendlib.c: Unify "Can't stat" messages. Suggested by Byrial.
7082 +2001-10-10 23:37:06 roessler (roessler)
7086 + * pager.c: Fix minor snafu in Vsevolod's patch about important
7087 + flags for POP folders.
7089 + * main.c: Mess around with signal handlers. Allegedly, this
7090 + helps to get things working with Solaris 8. See #455.
7092 + * imap/message.c: Try to fix #302.
7094 + * curs_main.c, pager.c: Don't allow setting the "important"
7095 + flag when message resides on a POP server.
7097 + * curs_lib.c: Rename pad_char to m_pad_char - AIX curses
7098 + have a macro called pad_char. Noted by Jan Chrillesen
7099 + <jan@chrillesen.dk>.
7101 + * pager.c: Patch from #272 (from acli@mingpaoxpress.com).
7103 + * browser.c: Fix #813.
7105 + * mx.c: Another consistency fix for maildir_trash.
7107 + * mh.c, mx.c: Experimental patch to make maildir_trash handling
7110 + * buffy.c: branches: 2.21.2; maildir buffy: Don't consider
7111 + "trashed" new messages new. Fixes #412.
7113 + * main.c: Include platform information with mutt -v output.
7115 + * muttbug.sh.in: Include some information about the compiler
7116 + and compiler flags used with bug reports.
7118 + * po/pl.po: update
7120 + * po/fr.po, po/de.po: updates.
7122 +2001-10-09 09:29:55 roessler (roessler)
7124 + * getdomain.c: A different fix for #767.
7126 + * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/ru.po,
7127 + po/sk.po, po/sv.po, po/pt_BR.po, po/it.po, po/ja.po, po/ko.po,
7128 + po/lt.po, po/nl.po, po/pl.po, po/eo.po, po/es.po, po/et.po,
7129 + po/fr.po, po/gl.po, po/hu.po, po/id.po, po/cs.po, po/da.po,
7130 + po/de.po, po/el.po, reldate.h, ChangeLog, VERSION: automatic
7131 + post-release commit for mutt-1.3.23
7133 +2001-10-07 06:43:52 roessler (roessler)
7135 + * doc/manual.sgml.head: We do update .mh_sequences files now.
7137 +2001-10-06 09:31:44 roessler (roessler)
7139 + * doc/manual.sgml.head: Documentation for check-traditional-pgp
7140 + and for edit-type when used in read mode.
7142 +2001-10-02 22:20:03 roessler (roessler)
7144 + * enter.c: Fix #801.
7146 +2001-10-01 09:58:49 roessler (roessler)
7148 + * mh.c: Create mh_sequences files when they don't exist.
7149 + Suggested by TAKIZAWA Takashi <taki@luna.email.ne.jp>.
7151 +2001-09-28 08:38:44 roessler (roessler)
7153 + * charset.c: More character set aliases, from Ionel Mugurel
7154 + Ciobica <tgakic@sg10.chem.tue.nl>.
7156 + * pager.c: Color fix from Brandon Long. Welcome back!
7158 +2001-09-26 10:56:52 roessler (roessler)
7160 + * mh.c: OK, I couldn't resist. ;-)
7162 + Depending on the user's usage patterns and configuration, there
7163 + may be a strong bias in maildir files moving either within the
7164 + new or to the cur subfolder. This patch adds hit counters for
7165 + each of these directories. Mutt will then look first into the
7166 + directory encountered more frequently in the past. This should
7167 + help to reduce the cost of chasing messages a bit, and isn't
7168 + too costly itself.
7170 + (Another possibility for optimization may be to actually base
7171 + the prediction on the configuration and on the message flags
7172 + as we know them - in particular, the mark_old and move options
7173 + could have some effect here. Thinking about message flags, one
7174 + could even replace the simple heuristic currently implemented by
7175 + a matrix recording hit counters depending on flags. But then
7176 + again, it's all just playing around, since this function will
7177 + be invoked only rarely. ;-)
7179 + * attach.c, commands.c, copy.c, copy.h, handler.c, mutt.h,
7180 + recvattach.c: Fix inconsistencies between printing and displaying
7181 + of message/rfc822 body parts.
7183 + * attach.c: Fix attachment printing.
7185 + * mh.c, mx.c, mx.h: Search for messages which may have been moving
7186 + under our feet in maildir folders. Suggested by Bjoern Jacke.
7188 + * contrib/gpg.rc: Remove --comment '' - it breaks pgpewrap and
7189 + isn't necessary with more recent gpg versions.
7191 +2001-09-21 09:35:18 roessler (roessler)
7193 + * po/pl.po: update
7195 +2001-09-17 10:19:10 roessler (roessler)
7197 + * send.c: fix #737.
7199 +2001-09-14 08:19:30 roessler (roessler)
7201 + * po/id.po: update
7203 +2001-09-11 12:24:32 roessler (roessler)
7205 + * addrbook.c, alias.c, init.c, menu.c, mutt.h, query.c: More
7206 + addressbook fixes.
7208 + * addrbook.c, attach.h, browser.c, functions.h, init.c, init.h,
7209 + keymap.c, keymap.h, menu.c, mutt.h, mutt_menu.h, recvattach.c:
7210 + The addressbook used to crash when someone issued the alias and
7211 + unalias commands while on that menu. This patch has a basic fix
7212 + for this behaviour, and adds delete and undelete functions to
7213 + this menu. While I'm on it, I've also made sure that "apply-tag"
7214 + untags everything on all menus.
7216 + The original crash was noted by Oliver Kauss <kauss@gmx.de>.
7218 +2001-09-08 14:23:05 roessler (roessler)
7220 + * init.c: Thomas Guettler <thomas@thomas-guettler.de> reports
7221 + a segfault when you search for "~b \\${".
7223 + * po/zh_TW.po: update
7225 +2001-09-06 12:10:10 roessler (roessler)
7227 + * po/pl.po: update
7229 + * curs_main.c: Try to fix a boundary condition: Assume that you
7230 + are in a limited view which includes the folder's last message.
7231 + Display that message. Wait until a new message is added to the
7232 + current folder which does NOT match the limit pattern. Press tab.
7233 + Mutt would get confused. I think that this patch fixes the
7234 + problem (but I'm not entirely sure).
7236 +2001-09-05 12:09:44 roessler (roessler)
7238 + * sendlib.c: BSD/OS portability fix from Edmund Grimley Evans.
7241 + * imap/imap.c, init.h: patch-1.3.22.1.remove_warnings.awn.1,
7242 + from Andrew W. Nosenko.
7244 +2001-09-04 19:12:23 roessler (roessler)
7246 + * po/da.po: update
7248 + * imap/util.c, mutt_socket.c, muttlib.c, pop.c, url.c, url.h:
7249 + patch-bac.canonifypath-4.
7251 + The attached patch reverts the IMAP canonification patch I
7252 + reverted a version ago (sorry for being so wishy-washy). This
7253 + time I put in some code to preserve IMAP URL passwords in the
7254 + initial pass, so people who like to use those sorts of URLs still
7255 + can. That was the only reason I had reverted the patch before.
7257 + (From Brendan Cully.)
7259 + * po/ja.po, po/ru.po, po/uk.po: updates
7261 + * mutt_tunnel.c: patch-bac.tunnelreopen-1 from Brendan Cully.
7263 +2001-09-03 13:59:37 roessler (roessler)
7265 + * curs_main.c, thread.c: Don't lose track of the current message
7266 + when collapsing and changing sort modes wildly. Noted by
7269 + * NEWS, globals.h, init.h, mh.c: Make MH sequences variable.
7271 + * po/de.po: update
7273 + * sendlib.c: Don't try to attach non-regular files. #754.
7275 +2001-08-31 09:21:55 roessler (roessler)
7277 + * NEWS: Mention mailto URL support.
7279 + * imap/imap.c, imap/util.c, imap/command.c: Fix some memory leaks.
7280 + From Pawel Salek, by way of Brendan Cully.
7282 +2001-08-30 21:30:39 roessler (roessler)
7284 + * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/pt_BR.po,
7285 + po/ru.po, po/sk.po, po/lt.po, po/nl.po, po/pl.po, po/it.po,
7286 + po/ja.po, po/ko.po, po/gl.po, po/hu.po, po/id.po, po/et.po,
7287 + po/fr.po, po/eo.po, po/es.po, po/el.po, po/da.po, po/de.po,
7288 + ChangeLog, VERSION, doc/Makefile.in, po/cs.po: automatic
7289 + post-release commit for mutt-1.3.22.1
7291 + * po/uk.po, po/zh_CN.po, po/sk.po, po/sv.po, po/tr.po,
7292 + po/pt_BR.po, po/ru.po, po/pl.po, po/lt.po, po/nl.po, po/it.po,
7293 + po/ja.po, po/ko.po, po/hu.po, po/id.po, po/gl.po, po/et.po,
7294 + po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, po/da.po,
7295 + ChangeLog, VERSION, po/cs.po, reldate.h: automatic post-release
7296 + commit for mutt-1.3.22
7298 + * contrib/sample.muttrc-tlr: update
7300 + * build-release: branches: 2.17.2; more preparations for
7303 + * Makefile.am, README.UPGRADE: README.UPGRADE is quite outdated.
7305 + * doc/muttrc.man.head, NEWS: documentation updates.
7307 + * doc/mutt.man: branches: 1.16.2; mention ~/.mutt/muttrc
7309 + * curs_main.c: Fix #750 / deb#108628.
7311 + * pop_auth.c: patch-20010829.vvv.pop_auth
7313 +2001-08-28 20:39:04 roessler (roessler)
7315 + * handler.c: Don't do character conversion when we call an
7316 + external handler for a text type. Assume that the conversion
7319 + * po/da.po: update
7321 +2001-08-24 08:07:42 roessler (roessler)
7323 + * sendlib.c: Don't use the 7bit encoding for non-text MIME types.
7324 + This may produce slightly longer messages, but it helps to
7325 + avoid corruption with binary attachments which look like text,
7328 + * po/de.po: update
7330 + * sendlib.c: More liberally apply MIME encodings to non-text
7331 + body parts when there's a ^From_ line.
7333 +2001-08-23 19:10:04 roessler (roessler)
7335 + * po/eo.po, po/sv.po: update
7337 +2001-08-22 14:41:32 roessler (roessler)
7339 + * po/et.po, po/fr.po: update
7341 + * pop_auth.c: This should fix the warnings which A. Nosenko found.
7342 + (And may introduce new ones about unused variables.)
7344 +2001-08-21 21:54:33 roessler (roessler)
7346 + * po/zh_CN.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po,
7347 + po/pt_BR.po, po/ru.po, po/pl.po, po/ja.po, po/ko.po, po/lt.po,
7348 + po/nl.po, po/hu.po, po/id.po, po/it.po, po/fr.po, po/gl.po,
7349 + po/et.po, po/el.po, po/eo.po, po/es.po, po/da.po, po/de.po,
7350 + po/cs.po, reldate.h, VERSION, ChangeLog: automatic post-release
7351 + commit for mutt-1.3.21
7353 +2001-08-20 12:11:28 roessler (roessler)
7355 + * mx.c: Check for .mew-cache in MH folders.
7357 +2001-08-16 12:42:30 roessler (roessler)
7359 + * sendlib.c: Mutt's detection of overly long lines would fail
7360 + with text files when the long line is the last one, and is
7361 + not finished by a newline character. This can, for instance,
7362 + happen when you send out macintosh-generated HTML files.
7364 + (And, apparently, we hit some boundary somewhere in the PGP code
7365 + with that - I had some truncated attachments today.)
7367 +2001-08-13 16:12:08 roessler (roessler)
7369 + * pop.c: fix content-length headers.
7371 + * mh.c: Fix treatment of maildir folders. We partially used mh
7372 + routines for these, introducing absurdities such as .mh_sequences
7375 +2001-08-12 10:15:15 roessler (roessler)
7377 + * init.c, init.h: Fix the "strange e-mail header" bug. It was
7378 + an uninitialized buffer. Thanks to Brendan Cully for figuring
7381 +2001-08-11 17:39:13 roessler (roessler)
7383 + * muttlib.c: Undo an earlier change to _mutt_expand_path, which
7384 + seems to have caused problems. From Brendan Cully.
7386 + * config.guess, config.sub: Update. Thanks, Brendan!
7388 +2001-08-09 11:28:09 roessler (roessler)
7390 + * po/uk.po, po/ja.po: update
7392 +2001-08-08 19:27:50 roessler (roessler)
7394 + * doc/manual.sgml.tail: Adding someone I forgot.
7396 +2001-08-07 12:45:51 roessler (roessler)
7398 + * doc/manual.sgml.tail: Update credits. I'm sure I forgot some
7399 + people. If you feel you're one of them, please drop me a line!
7401 +2001-08-06 17:49:06 roessler (roessler)
7403 + * curs_lib.c: Here's a fix to allow (n)curses versions to work
7404 + with some terminfo entries where (for whatever reason), someone
7405 + specified cvvis but not cnorm. From a report/discussion with
7406 + Mario Vanoni <vanonim@dial.eunet.ch>. (From Thomas Dickey.)
7408 + * buffy.c: Another little MH buffy bug. From Len Lattanzi
7409 + <Len.Lattanzi@Migration.com>.
7411 +2001-08-03 16:55:41 roessler (roessler)
7413 + * mh.c: fix an mh_buffy segfault.
7415 + * configure.in: Don't default to "no" when we can't find sendmail.
7416 + #713; Brendan Cully.
7418 + * buffy.c, mh.c, mx.h: MH buffy.
7420 +2001-08-02 22:59:16 roessler (roessler)
7422 + * contrib/gpg.rc: Don't emit a comment armor header at all.
7424 + * mh.c: Update mh_sequences when messages are deleted. Note:
7425 + Currently, we only clean up our own sequences, and leave others'
7426 + sequences alone. Should possibly be fixed.
7430 + * imap/browse.c: Namespace fix. From Pawel Slawek (or Peter
7431 + Bloomfield?); forwarded by Brendan Cully.
7433 +2001-08-01 22:40:29 roessler (roessler)
7435 + * po/eo.po: update
7437 + * po/fr.po, po/ru.po, po/de.po: updates.
7439 + * gnupgparse.c: branches: 2.22.2; Signed fixes. Noted by
7440 + Vincent Lefevre's compiler.
7442 + * pgpkey.c: Signed fixes. Noted by Vincent Lefevre's compiler.
7444 +2001-07-31 12:28:19 roessler (roessler)
7446 + * mh.c: More MH fixes.
7448 + * mh.c: fix a small typo
7450 + * mailbox.h: branches: 2.10.2; Add mh_sequences support.
7451 + I hope this works.
7453 + * mh.c, mx.c: Add mh_sequences support. I hope this works.
7455 +2001-07-29 09:48:04 roessler (roessler)
7457 + * contrib/gpg.rc: Fix the comment header, and generally be
7460 +2001-07-26 17:42:48 roessler (roessler)
7462 + * imap/util.c: patch-bac.imapnextword-1. From Brendan Cully.
7464 + * pgpkey.c: Don't confuse validity and trust when it comes to
7467 + * thread.c: O(n log (n)) sorting from Jan Kratochvil
7470 +2001-07-25 19:51:58 roessler (roessler)
7472 + * po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
7473 + po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/da.po, po/de.po,
7474 + po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po,
7475 + po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/cs.po:
7476 + update-po after gettext update.
7478 +2001-07-24 21:29:47 roessler (roessler)
7480 + * po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po,
7481 + po/uk.po, po/ru.po, po/pl.po, po/pt_BR.po, po/ja.po, po/ko.po,
7482 + po/lt.po, po/nl.po, po/gl.po, po/hu.po, po/id.po, po/it.po,
7483 + ChangeLog, VERSION, po/cs.po, po/da.po, po/de.po, po/el.po,
7484 + po/eo.po, po/es.po, po/et.po, po/fr.po, reldate.h: automatic
7485 + post-release commit for mutt-1.3.20
7487 + * imap/imap.c: Avoid mail loss with IMAP. From Brendan Cully.
7489 + * imap/command.c: patch-bac.capability-20010724.1. From Brendan
7492 + * mbox.c: Add a status message, so "Writing messages" doesn't
7493 + stay on screen forever.
7495 +2001-07-24 06:42:06 Brendan Cully <brendan@kublai.com> (roessler)
7497 + * imap/imap.c: The attached patch fixes a couple bugs I introduced
7498 + recently when working around the buggy but firmly entrenched
7499 + UW-IMAP 4.7 server. These resulted in additional overhead
7500 + when synchronising mailboxes and occasional problems opening
7503 +2001-07-19 14:51:14 roessler (roessler)
7505 + * curs_main.c: Redraw when an alias is created - the user may
7506 + have assigned a different realname.
7508 + * COPYRIGHT: update
7510 +2001-07-11 07:19:45 roessler (roessler)
7512 + * INSTALL: Replace mutt-dev@cs.hmc.edu by mutt-dev@mutt.org.
7513 + Noted by "Mark E. Mallett" <mem@mv.mv.com>.
7515 +2001-07-09 20:54:34 roessler (roessler)
7517 + * Makefile.am, acconfig.h, configure.in: locale-related fix from
7520 +2001-07-04 07:35:20 roessler (roessler)
7522 + * imap/util.c: Fix a nit. From "Andrew W. Nosenko"
7525 +2001-07-03 19:32:12 roessler (roessler)
7527 + * m4/iconv.m4, configure.in: Iconv-related cleanup. From Brendan
7530 + * init.c, muttlib.c, protos.h: Unified buffer handling, from
7533 + * pgppubring.c: branches: 2.26.2; Don't sign-extend chars.
7535 + * pgp.c: Fixing a PGP signature reporting bug; adding debugging
7538 + * mutt_socket.c: Don't fcntl -1. From Brendan.
7540 + * imap/imap.c, imap/imap_private.h, imap/message.c, muttlib.c,
7541 + protos.h: Fix #677. From Brendan Cully.
7543 +2001-07-02 20:28:32 roessler (roessler)
7545 + * query.c: Fix a minor nit with the external query interface.
7547 + * doc/manual.sgml.head: documentation from Brendan Cully.
7549 +2001-06-29 10:06:16 roessler (roessler)
7551 + * imap/imap.c, hook.c, init.h, mutt.h, mutt_socket.c, protos.h:
7552 + patch-bac-vvvacounthook-20010628.1
7554 +2001-06-28 20:34:05 roessler (roessler)
7556 + * query.c: Query patch from Olivier Chapuis
7557 + <olivier.chapuis@free.fr>.
7559 +2001-06-27 16:08:06 roessler (roessler)
7561 + * po/ru.po: update.
7563 + * init.h, mutt.h, mx.c: patch-1.3.19i.rs.keep_flagged
7565 +2001-06-26 10:26:54 roessler (roessler)
7567 + * pgppubring.c: fixes.
7569 + * pgplib.h, pgppubring.c: Fix handling of revocation certificates.
7571 + * pgppubring.c: Also dump revocations.
7573 + * pgplib.c, pgplib.h, pgppubring.c: Add a very simple
7574 + signature-dumping mode to pgpring. (Not needed for mutt.)
7576 +2001-06-19 08:39:17 roessler (roessler)
7578 + * po/ja.po: update
7580 + * imap/imap.c, imap/message.c: IMAP error checking for bug #662.
7581 + From Brendan Cully.
7583 +2001-06-18 17:29:55 roessler (roessler)
7585 + * po/zh_CN.GB2312.po, po/zh_CN.po, po/zh_TW.Big5.po, po/zh_TW.po,
7586 + configure.in: Renaming the Chinese translations.
7588 + * po/eo.po: update
7590 + * globals.h, init.h, mutt.h, pop.h, pop_auth.c: The attached patch
7591 + adds two variables: $pop_authenticators and $pop_auth_try_all.
7593 + From Vsevolod Volkov.
7595 +2001-06-14 13:29:06 roessler (roessler)
7597 + * po/pl.po: update
7599 +2001-06-13 08:29:16 roessler (roessler)
7601 + * m4/gettext.m4: Avoid more m4 macro collisions.
7603 + * m4/glibc21.m4: branches: 1.2.2; 1.2.4; Avoid more m4 macro
7606 + * imap/auth_sasl.c: An updated version of the previous patch.
7609 + * mutt_sasl.c: branches: 2.10.2; An updated version of the
7610 + previous patch. From Brendan.
7612 + * mutt_sasl.h, pop_auth.c: An updated version of the previous
7613 + patch. From Brendan.
7615 + * pop_auth.c: This patch closes a ridiculous bug where the
7616 + SASL library could be used without being initialised. I don't
7617 + understand why lots of people weren't having problems, unless
7618 + no one who uses SASL uses POP :)
7622 + From Brendan Cully.
7624 + * po/cs.po: update
7626 +2001-06-12 12:45:29 roessler (roessler)
7628 + * m4/gettext.m4, m4/progtest.m4, configure.in: gettext-related
7629 + fixes. Most of this may just be temporary if we decide to get
7630 + rid of our own gettext.m4.
7632 + * m4/gettext.m4: Fix comments.
7634 + * po/tr.po: update
7636 +2001-06-11 18:32:05 roessler (roessler)
7638 + * imap/auth.c, imap/imap.c, doc/manual.sgml.head:
7639 + patch-bac.flags-20010611.1
7641 + * po/es.po, po/da.po: update.
7643 + * doc/manual.sgml.head: Updates from Byrial Jensen.
7645 + * keymap.c: command/function cosmetics from Byrial Jensen.
7647 + * po/de.po, po/et.po, po/sv.po: update.
7649 + * doc/mutt.man, doc/muttbug.man, init.c, init.h: Use the EMAIL
7650 + environment variable as the default for $from.
7652 + * po/eo.po, po/el.po: update.
7654 +2001-06-07 23:15:53 roessler (roessler)
7656 + * po/fr.po, po/id.po: updates for 1.3.19.
7658 + * po/zh_TW.Big5.po: A fixed version from EGE.
7660 + * build-release: Don't try to upload to sigtrap.guug.de any more.
7662 + * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po,
7663 + po/ru.po, po/sk.po, po/sv.po, po/ja.po, po/ko.po, po/lt.po,
7664 + po/nl.po, po/pl.po, po/pt_BR.po, po/hu.po, po/id.po, po/it.po,
7665 + po/fr.po, po/gl.po, po/es.po, po/et.po, po/el.po, po/eo.po,
7666 + po/cs.po, po/da.po, po/de.po, reldate.h, VERSION, ChangeLog:
7667 + automatic post-release commit for mutt-1.3.19
7669 + * check_sec.sh: Don't check in intl/
7671 + * m4/codeset.m4: branches: 1.1.2; 1.1.4; More from the gettext
7672 + munster patch from E.G.E.
7674 + * m4/glibc21.m4, m4/iconv.m4: More from the gettext munster
7677 + * po/zh_TW.Big5.po, m4/gettext.m4, m4/lcmessage.m4,
7678 + m4/progtest.m4: Gettext update. (From E.G.E., of course.)
7680 + * intl/Makefile.in, intl/VERSION, intl/bindtextdom.c,
7681 + intl/cat-compat.c, intl/config.charset, intl/dcgettext.c,
7682 + intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c,
7683 + intl/dngettext.c, intl/explodename.c, intl/finddomain.c,
7684 + intl/gettext.c, intl/gettext.h, intl/gettextP.h,
7685 + intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c,
7686 + intl/libgettext.h, intl/libgnuintl.h, intl/libintl.glibc,
7687 + intl/linux-msg.sed, intl/loadinfo.h, intl/loadmsgcat.c,
7688 + intl/localcharset.c, intl/locale.alias, intl/localealias.c,
7689 + intl/ngettext.c, intl/plural.c, intl/plural.y, intl/po2tbl.sed.in,
7690 + intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c,
7691 + intl/xopen-msg.sed, intl/.cvsignore, intl/ChangeLog, Makefile.am,
7692 + acconfig.h, configure.in, gettext.c: Gettext update.
7694 + * lib.h: branches: 2.11.2; Gettext update.
7696 + * mbyte.c: Gettext update.
7698 + * po/ru.po: update.
7700 + * configure.in: ALL_LINGUAS. I forgot to do this earlier today.
7702 + * NEWS: Documentation update from Brendan Cully.
7704 + * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.GB2312.po,
7705 + po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po,
7706 + po/lt.po, po/nl.po, po/pl.po, po/et.po, po/fr.po, po/gl.po,
7707 + po/hu.po, po/id.po, po/it.po, po/ja.po, po/cs.po, po/da.po,
7708 + po/de.po, po/el.po, po/eo.po, po/es.po: Updating the gl
7709 + translation, another update-po run.
7711 + * po/zh_TW.Big5.po: Changed to utf-8 in order to avoid problems
7712 + with recent gettext versions. Thanks to EGE!
7714 + (BTW, the file name is lying now. Is this a problem?)
7716 + * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po,
7717 + po/ru.po, po/sk.po, po/sv.po, po/pt_BR.po, po/pl.po, po/ja.po,
7718 + po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, po/et.po,
7719 + po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/cs.po,
7720 + po/da.po, po/de.po, po/el.po: update-po; adding an Estonian
7723 + * po/it.po: Fix a small bug.
7725 + * imap/message.c: This patch ensures IMAP FLAGS aren't parsed
7726 + twice when fetching the full message body. It really only amounts
7727 + to a cosmetic error, but may cause spurious "Mailbox externally
7728 + modified" messages.
7730 + From Brendan Cully.
7732 + * INSTALL, README.SSL, rfc2047.c: Documentation updates and a
7733 + little bug fix. From Brendan Cully.
7735 + * init.c: Don't add empty strings to lists. From Thomas Parmelan
7738 +2001-06-05 15:43:41 roessler (roessler)
7740 + * handler.c: Leave slightly more margin with format=flowed.
7742 + * imap/command.c, mutt_socket.c, mutt_ssl.c, mutt_tunnel.c:
7743 + patch-bac.sockets-20010605.1
7745 + * imap/auth.c, init.h: Change the delimiter for
7746 + imap_authenticators to a colon.
7748 + * imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c,
7749 + imap/imap.c, imap/auth.c, imap/auth.h, imap/auth_anon.c,
7750 + imap/auth_cram.c: The attached patch should be the last feature
7751 + I want to get in before 1.4. It creates a new config variable
7752 + $imap_authenticators, which is a comma-separated list of
7753 + authentication methods for mutt to try to use to authenticate to
7754 + an IMAP server. If it is unspecified you get the old behaviour
7755 + - any method is tried, the first to succeed or fail ends the
7758 + (From Brendan Cully.)
7760 + * globals.h, init.h: The attached patch should be the last
7761 + feature I want to get in before 1.4. It creates a new config
7762 + variable $imap_authenticators, which is a comma-separated list of
7763 + authentication methods for mutt to try to use to authenticate to
7764 + an IMAP server. If it is unspecified you get the old behaviour
7765 + - any method is tried, the first to succeed or fail ends the
7768 + * attach.c, commands.c, handler.c: Check mutt_create_filter*'s
7769 + return value for errors. This should avoid a bunch of possible
7772 +2001-06-04 18:29:33 roessler (roessler)
7774 + * doc/manual.sgml.head: Score documentation fix.
7776 + * po/pl.po: Update.
7778 + * doc/.cvsignore, .cvsignore: Ignore some more generated files.
7779 + From Andrew Nosenko.
7781 + * Makefile.am: -I$(includedir) is moved from INCLUDES variable
7782 + to the end of CPPFLAGS. This allow build Mutt with Bruno's
7783 + libiconv and --prefix=/usr on glibc-2.1.2 systems.
7785 + From "Andrew W. Nosenko" <awn@bcs.zp.ua>.
7787 + * doc/Makefile.in, doc/instdoc.sh.in, contrib/Makefile.in,
7788 + INSTALL, Makefile.am, configure.in, init.c, main.c, muttbug.sh.in,
7789 + sendlib.c: Clean up the sharedir mess. From Lars Hecking.
7791 +2001-06-01 08:53:23 roessler (roessler)
7793 + * imap/command.c, imap/imap.c, imap/imap_private.h,
7794 + imap/message.c, curs_main.c, mailbox.h: More concurrent IMAP
7795 + modification handling from Brendan Cully.
7797 + * po/fr.po: Update.
7799 +2001-05-31 18:04:24 roessler (roessler)
7801 + * mutt_tunnel.c: Tunnel fixes.
7803 + * configure.in: Fix some typos.
7805 + * mutt_curses.h, configure.in: Utf-8 support with ncurses, by
7806 + Sven Verdoolaege. Thomas E. Dickey says it looks reasonable,
7809 +2001-05-30 23:00:51 roessler (roessler)
7811 + * imap/command.c, imap/imap.c, Makefile.am, enter.c,
7812 + mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h,
7813 + mutt_ssl.c, mutt_ssl_nss.c, mutt_tunnel.c: Socket API clean-up
7814 + from Brendan Cully.
7816 + * send.c: If messages have no References header, fall back to
7817 + using In-Reply-To when constructing a reply's references header.
7818 + This may not be strictly according to the book, but looks like
7819 + a reasonable suggestion (which came from Vincent Lefebvre).
7821 + * curs_main.c: Check whether any messages are visible.
7823 +2001-05-29 20:26:23 roessler (roessler)
7825 + * m4/gssapi.m4: branches: 1.1.2; GSSAPI fixes, tunnel driver.
7826 + From Brendan Cully.
7828 + * imap/auth.c, imap/auth_gss.c, imap/auth_sasl.c, imap/imap.c,
7829 + Makefile.am, README, configure.in, globals.h, init.h,
7830 + mutt_socket.c, mutt_socket.h, mutt_tunnel.c, mutt_tunnel.h:
7831 + GSSAPI fixes, tunnel driver. From Brendan Cully.
7833 + * configure.in, md5.h, sha1.h: More type-determination fixes
7834 + from Lars Hecking.
7836 +2001-05-28 19:14:47 roessler (roessler)
7838 + * imap/util.c: Consult /etc/services for imaps port. From Brendan
7841 + * imap/Makefile.am, Makefile.am, checktypes.c, configure.in,
7842 + md5.h, md5c.c, sha1.c, sha1.h: Improve checking for 32bit
7843 + integers. From Brendan Cully and Lars Hecking.
7845 + * muttbug.sh.in: Cosmetics. From Brendan Cully.
7847 + * imap/command.c, imap/imap.c, imap/imap_private.h: Detect
7848 + external modifications of IMAP folders. From Brendan Cully.
7850 + * curs_main.c: Fix attaching messages via IMAP. From Brendan
7853 +2001-05-24 10:18:30 roessler (roessler)
7855 + * po/ja.po: update.
7857 + * browser.c: patch-bac.chdir-20010523.2
7859 +2001-05-23 14:19:16 roessler (roessler)
7861 + * browser.c: patch-bac.chdir-20010523.1
7863 + * imap/browse.c: patch-bac.createnull-20010522.1
7865 +2001-05-22 21:45:52 roessler (roessler)
7867 + * doc/manual.sgml.head: Documentation nit from Björn Jacke.
7869 + * configure.in: Let configure --help look prettier. From Brendan
7872 + * doc/manual.sgml.head, doc/manual.sgml.tail: Documentation
7873 + fixes from Brendan Cully.
7875 + * imap/imap.c: Attachment deletion on IMAP servers, take two.
7877 +2001-05-21 08:42:07 roessler (roessler)
7879 + * imap/imap.c, imap/message.c, commands.c, mx.c, protos.h:
7880 + Attachment deletion for IMAP folders. By Brendan Cully.
7882 +2001-05-20 22:35:29 roessler (roessler)
7884 + * handler.c: Fix character set conversion for non-plain text
7885 + types with 8bit content-transfer-encodings. Noted by Björn Jacke.
7887 + * imap/message.c: \Seen for FCCs. From Brendan Cully.
7889 +2001-05-17 18:37:21 roessler (roessler)
7891 + * pager.c: patch-1.3.18.bj.segfault.1.
7893 + * handler.c: Fix multibyte encodings with quoted-printable.
7894 + (patch-1.3.18.tt.decode_quoted.1) From TAKIZAWA Takashi
7895 + <taki@luna.email.ne.jp>.
7897 +2001-05-15 20:41:55 roessler (roessler)
7899 + * imap/browse.c, imap/util.c, mutt_socket.c:
7900 + patch-bac.notes-20010515.1
7902 + * rfc1524.c: Make tests on an attachment's file name possible.
7903 + Patch from Bob Bell <bobbell@zk3.dec.com>.
7905 +2001-05-13 15:43:48 roessler (roessler)
7907 + * po/de.po: Update.
7909 +2001-05-12 05:49:31 roessler (roessler)
7911 + * handler.c: Undo one of yesterday's aesthetical changes.
7913 + * muttlib.c: IMAP path canonification hack from Brendan Cully.
7915 + * handler.c: Adding a hack to use format=flowed's quoting
7916 + information in the pager, using ANSI color sequences to turn
7917 + off quote coloring.
7919 +2001-05-11 22:16:17 roessler (roessler)
7921 + * handler.c: Don't cut off the final part of ttachments with
7924 + * handler.c: Correctly handle extremely long lines.
7926 + * handler.c: Improve handling of indented text when wrapping
7927 + text/plain; format=flowed. This is, in particular, important
7928 + when replying to messages with indented text. I hope this code
7929 + does The Right Thing most of the time now.
7931 + (Further note that we still try to avoid wrapping at places
7932 + where the user didn't do so.)
7934 + * handler.c: Some more esthetical nits.
7936 + * handler.c: More fixes.
7938 + * recvcmd.c: Fix some nits with respect to text/plain;
7941 + * copy.c, handler.c, init.h, mutt.h, send.c: Add experimental
7942 + support for text/plain; format=flowed.
7944 + * send.c: Fix #590.
7946 + * headers.c: Some code simplifications.
7948 + * headers.c, muttlib.c: Fix a memory leak in mutt_free_envelope();
7949 + avoid dangling pointers in header editing.
7951 +2001-05-10 13:15:45 roessler (roessler)
7953 + * po/ja.po: update.
7955 + * hdrline.c: Fix %D. From Len Lattanzi
7956 + <Len.Lattanzi@migration.com>.
7958 + * headers.c: Fix header editing and references headers.
7960 + * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c,
7961 + imap/auth_login.c, imap/auth_sasl.c, imap/browse.c,
7962 + imap/command.c, imap/imap.c, imap/message.c, imap/util.c,
7963 + sort.c, copy.c, curs_main.c, globals.h, hook.c, init.h, mbox.c,
7964 + menu.c, mutt_socket.c, mutt_ssl.c, muttlib.c, mx.c, pgpkey.c,
7965 + pop.c, pop_auth.c: A slightly extended version of Dave Ewart's
7968 + * pop_lib.c: branches: 2.4.2; A slightly extended version of
7969 + Dave Ewart's sleeptime patch.
7971 + * protos.h: A slightly extended version of Dave Ewart's sleeptime
7974 + * po/fr.po, po/id.po, po/sv.po, po/da.po: update.
7976 + * po/hu.po, configure.in: Adding the Hungarian translation from
7977 + Szabolcs Horvath <horvaths@fi.inf.elte.hu>.
7979 +2001-05-07 19:21:41 roessler (roessler)
7981 + * imap/README, imap/imap.h, imap/util.c, muttlib.c: IMAP path
7982 + canonicalization. From Brendan Cully.
7984 +2001-05-02 20:49:46 roessler (roessler)
7986 + * doc/manual.sgml.tail: Document some missing functions.
7988 + * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po,
7989 + po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/id.po, po/it.po,
7990 + po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/de.po,
7991 + po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/cs.po,
7992 + po/da.po: make update-po.
7994 +2001-05-01 21:32:50 roessler (roessler)
7996 + * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po,
7997 + po/sv.po, po/tr.po, po/uk.po, po/pl.po, po/pt_BR.po, po/lt.po,
7998 + po/nl.po, po/gl.po, po/id.po, po/it.po, po/ja.po, po/ko.po,
7999 + po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po,
8000 + po/cs.po, ChangeLog, VERSION, reldate.h: automatic post-release
8001 + commit for mutt-1.3.18
8003 +2001-04-26 15:52:34 roessler (roessler)
8005 + * configure.in: Replace tabs by spaces.
8007 + * BEWARE, Makefile.am: Add a word of warning concerning the
8010 + * imap/command.c, imap/imap.c, imap/message.c, imap/util.c,
8011 + imap/browse.c, parse.c, pattern.c, pgp.c, pgpkey.c, postpone.c,
8012 + recvattach.c, remailer.c, rfc1524.c, rfc2047.c, send.c,
8013 + sendlib.c, url.c, Makefile.am, account.c, addrbook.c, alias.c:
8014 + Add ascii_strcasecmp() and ascii_strncasecmp() functions which
8015 + do locale-independent and case-insensitive string comparisons.
8016 + Needed for mutt to work in iso-8859-9 environments, where
8017 + tolower('I') != 'i'.
8019 + * ascii.c: branches: 2.1.2; Add ascii_strcasecmp() and
8020 + ascii_strncasecmp() functions which do locale-independent and
8021 + case-insensitive string comparisons. Needed for mutt to work
8022 + in iso-8859-9 environments, where tolower('I') != 'i'.
8024 + * ascii.h, attach.c, charset.c, color.c, commands.c, copy.c,
8025 + edit.c, handler.c, headers.c, init.c, keymap.c, mutt.h,
8026 + mutt_ssl_nss.c, muttlib.c, mx.c: Add ascii_strcasecmp() and
8027 + ascii_strncasecmp() functions which do locale-independent and
8028 + case-insensitive string comparisons. Needed for mutt to work
8029 + in iso-8859-9 environments, where tolower('I') != 'i'.
8031 +2001-04-25 22:08:41 roessler (roessler)
8033 + * globals.h, init.h, mutt.h, parse.c, protos.h, send.c,
8034 + sendlib.c, thread.c, url.c: Implement RFC 2822's idea of
8035 + the In-Reply-To header. In particular, we have to drop the
8036 + $in_reply_to configuration variable. Also, the change in the
8037 + specification makes some changes to the threading code reasonable.
8039 + * parse.c: Use RFC 2822's interpretation of two-digit years.
8041 + * charset.c: Kluge around some problems with iso-8859-9 locales.
8043 +2001-04-24 11:21:22 roessler (roessler)
8045 + * commands.c: When the character set is changed, ask whether or
8046 + not mutt should convert.
8048 +2001-04-19 09:39:49 roessler (roessler)
8050 + * compose.c: Don't try to select the secret key from the public
8053 +2001-04-18 15:12:50 roessler (roessler)
8055 + * sendlib.c: Fix a segmentation fault. Bug reported by Björn
8056 + Jacke and analyzed by Lars Hecking.
8058 +2001-04-13 23:20:15 roessler (roessler)
8060 + * enter.c: Fix KEY_ENTER. From EGE.
8062 + * README, build-release: Introducing trithemius.gnupg.org.
8064 +2001-04-11 23:42:59 roessler (roessler)
8066 + * hook.c: Avoid excessive unhooking from within hooks.
8067 + Problem noted by Eugene Lee <eugene@anime.net> on mutt-users.
8069 + * doc/Makefile.in: Don't rely on GNU make's implicit rules for
8070 + shell scripts. Noted by EGE.
8072 +2001-04-09 16:10:59 roessler (roessler)
8074 + * INSTALL: Fix the documentation of --enable-locale-fix.
8077 + * enter.c, keymap.c: Entering multibyte characters. From Edmund
8080 + * send.c: Avoid a crash. patch-1.3.17.tlr.pgpflags_fault.1.
8082 +2001-04-05 23:23:37 roessler (roessler)
8084 + * po/it.po: update
8086 + * po/tr.po: update.
8088 + * init.h: Fix a minor typo in the documentation.
8090 +2001-04-04 23:29:29 roessler (roessler)
8092 + * send.c: Fix pgp_replyencrypt and friends for group-replies to
8093 + several tagged messages. Noted by Werner Koch.
8095 +2001-04-03 19:26:55 roessler (roessler)
8097 + * pgpkey.c: More PGP key selection changes: Clean up the key
8098 + selection mechanism. I'd appreciate if some of you could review
8101 + * pgpkey.c: Fixes for the previous patch.
8103 + * pgpkey.c: Add an error message in case keys can be found,
8104 + but none are valid.
8106 + * init.h: Write "mail folder" instead of "folder" in the
8107 + description of $postponed. If people believe they understand
8108 + it better that way, fine with me. (Debian #89195.)
8110 + * doc/manual.sgml.head: Fix a typo. Debian #90400.
8112 + * po/sv.po: update.
8114 + * url.c: Permit for passwords which contain '@'. From Felix
8115 + von Leitner <leitner@fefe.de>.
8117 + * mutt_socket.c: Set the close on exec bit for IMAP sockets.
8118 + From Jason Gunthorpe <jgg@wakko.deltatee.com>. #536, Debian
8121 +2001-04-02 13:02:56 roessler (roessler)
8123 + * pop.c: Fix a buffer overrun. Noted by Gordon Sadler
8124 + <gbsadler1@lcisp.com>; #530.
8126 + * imap/Makefile.am: Fix dependencies. From Lars Hecking.
8128 +2001-03-30 08:53:12 roessler (roessler)
8130 + * imap/Makefile.am: Add a rule for ../types.h.
8132 +2001-03-29 11:23:05 roessler (roessler)
8134 + * pgp.c: Adding a dprint statement.
8136 +2001-03-28 14:59:52 roessler (roessler)
8138 + * pgp.c, pgp.h: Add some more PGP good signature checks, so we
8139 + can detect whether or not an encrypted+signed message is OK.
8141 + * main.c: fix some of the copyright messages.
8143 + * gnupgparse.c, pgpkey.c, pgplib.c, pgplib.h, pgppacket.c: Make
8144 + mutt compatible with GnuPG's latest features. As requested by
8147 + * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po,
8148 + po/ru.po, po/sk.po, po/sv.po, po/lt.po, po/nl.po, po/pl.po,
8149 + po/pt_BR.po, po/it.po, po/ja.po, po/ko.po, po/es.po, po/fr.po,
8150 + po/gl.po, po/id.po, po/eo.po, po/el.po, po/de.po, po/da.po,
8151 + VERSION, po/cs.po, reldate.h, ChangeLog: automatic post-release
8152 + commit for mutt-1.3.17
8154 + * po/pl.po: update.
8156 +2001-03-23 12:30:17 roessler (roessler)
8158 + * send.c: handle my_hdr message-id: correctly.
8160 +2001-03-20 17:28:55 roessler (roessler)
8162 + * pgp.c: Fix Content-Disposition of PGP/MIME messages. The second
8163 + part should get a file name for convenience, not the first one.
8165 + * po/ja.po: Update from Oota Toshiya <oota@ppd.fc.nec.co.jp>.
8167 + * mbyte.c: Fix a bug in mbrtowc_iconv(). From TAKIZAWA Takashi
8168 + <taki@luna.email.ne.jp>.
8170 +2001-03-12 11:54:38 roessler (roessler)
8172 + * po/ru.po: update from Vsevolod.
8174 +2001-03-08 16:48:50 roessler (roessler)
8176 + * pager.c: Cosmetic change for OP_PAGER_TOP, suggested by Mike
8177 + Schiraldi <raldi@research.netsol.com>.
8179 +2001-03-05 20:52:04 roessler (roessler)
8181 + * init.h: Fix use_ipv6.
8183 + * po/ja.po: update.
8185 +2001-03-04 14:25:07 roessler (roessler)
8187 + * po/eo.po: update.
8189 + * pgppacket.c: Fix the interpretation of new-style packet lengths.
8190 + This is a really bad bug.
8192 + * init.h, mutt.h, mutt_socket.c: Make it possible to enable ipv6
8195 +2001-03-03 18:17:23 roessler (roessler)
8197 + * mutt_ssl.c: Fix a typo concerning OpenSSL version numbers.
8199 +2001-03-01 10:18:04 roessler (roessler)
8201 + * po/fr.po: update.
8203 + * po/de.po, po/id.po: updates.
8205 + * imap/imap.c: Don't engage STARTTLS when already in SSL mode.
8207 +2001-02-27 16:59:45 roessler (roessler)
8209 + * Makefile.am, depcomp, missing: Adding files for users of
8210 + automake-cvs. From Lars Hecking.
8212 + * configure.in: Simplifications from Lars Hecking.
8214 + * doc/Makefile.in: Distribute instdoc.sh.in.
8216 + * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po,
8217 + po/sv.po, po/tr.po, po/uk.po, po/ko.po, po/lt.po, po/nl.po,
8218 + po/pl.po, po/pt_BR.po, po/id.po, po/it.po, po/ja.po, po/es.po,
8219 + po/fr.po, po/gl.po, po/el.po, po/eo.po, po/da.po, po/de.po,
8220 + VERSION, contrib/Makefile.in, po/cs.po, reldate.h, ChangeLog:
8221 + automatic post-release commit for mutt-1.3.16
8223 +2001-02-26 16:35:39 roessler (roessler)
8225 + * pgp.c: Fix behaviour with multiple signed blocks inside one
8228 + * pgp.c: Add out-of-band signature status signalling for
8229 + application/pgp with clearsig.
8231 +2001-02-23 09:13:55 roessler (roessler)
8233 + * imap/imap.c, mutt_ssl.c, po/ru.po: update.
8235 + * url.h: Ports are unsigned short, not short.
8237 + * po/de.po: Update.
8239 +2001-02-21 17:02:18 roessler (roessler)
8241 + * po/fr.po: update.
8243 + * po/pl.po, po/sv.po: updates.
8245 +2001-02-20 19:05:17 roessler (roessler)
8247 + * imap/auth_gss.c, imap/message.c: More IMAP patches from Brendan.
8249 + * sendlib.c: lookup_mime_type() could overflow. This is, however,
8250 + harmless, because it only works on data from local configuration
8251 + files which are either under the control of the user or under
8252 + the control of root.
8254 +2001-02-19 18:21:53 roessler (roessler)
8256 + * imap/command.c: Improved error handling.
8258 + * po/de.po: There is no such thing as a "Text Anhang" in German.
8260 + * imap/imap.c, imap/imap.h, hook.c, mailbox.h, mx.c: Brendan
8261 + Cully's generic access() wrapper which know about IMAP.
8263 + * po/el.po: Update.
8265 +2001-02-16 00:42:57 roessler (roessler)
8267 + * imap/BUGS, imap/message.c: Bugfix. From B.C.
8269 + * imap/message.c: Fix #378. From Brendan Cully.
8271 + * imap/imap.c: Support for \HasNoChildren. From Brendan Cully.
8273 +2001-02-15 16:37:27 roessler (roessler)
8275 + * imap/browse.c, imap/imap.c, imap/imap.h, imap/util.c,
8276 + acconfig.h, configure.in, globals.h, init.h, mutt.h, mutt_sasl.c,
8277 + muttlib.c, pop_auth.c, url.c: Brendan Cully's latest STARTTLS
8280 + * po/ja.po, configure.in: Adding ja.po.
8282 + * charset.c: Fix iconv-hook. It would segfault with x-unknown
8283 + and other problematic cases.
8285 + * init.h: Fix the documentation of pgp_verify_sig. It's ask-yes,
8288 +2001-02-14 23:58:28 roessler (roessler)
8290 + * INSTALL: Add a comment about the sample iconv-hook files.
8292 + * doc/Makefile.in, doc/instdoc.sh.in, doc/manual.sgml.head,
8293 + doc/muttrc.man.head, doc/muttrc.man.tail,
8294 + contrib/iconv/README, contrib/iconv/iconv.aix-3.2.5.rc,
8295 + contrib/iconv/iconv.aix-4.1.5.rc,
8296 + contrib/iconv/iconv.aix-4.2.0.rc,
8297 + contrib/iconv/iconv.aix-4.3.2.rc,
8298 + contrib/iconv/iconv.freebsd-3.3.rc,
8299 + contrib/iconv/iconv.glibc-2.1.3.rc,
8300 + contrib/iconv/iconv.glibc-2.1.90.rc,
8301 + contrib/iconv/iconv.hpux-10.01.rc,
8302 + contrib/iconv/iconv.hpux-10.20.rc,
8303 + contrib/iconv/iconv.hpux-11.00.rc,
8304 + contrib/iconv/iconv.irix-6.5.rc, contrib/iconv/iconv.osf1-4.0a.rc,
8305 + contrib/iconv/iconv.osf1-4.0d.rc,
8306 + contrib/iconv/iconv.solaris-2.4.rc,
8307 + contrib/iconv/iconv.solaris-2.5.1.rc,
8308 + contrib/iconv/iconv.solaris-2.6-cjk.rc,
8309 + contrib/iconv/iconv.solaris-2.6.rc,
8310 + contrib/iconv/iconv.solaris-2.7.rc, contrib/iconv/make.sh,
8311 + contrib/Makefile.in, mutt.h, protos.h, charset.c, configure.in,
8312 + hook.c, init.h: iconv-hook.
8314 + * imap/auth.c, imap/imap.c, imap/message.c, acconfig.h,
8315 + configure.in, mutt_sasl.c, mutt_socket.h, mutt_ssl.c, mutt_ssl.h:
8316 + STARTTLS patch from Brendan Cully.
8318 + * rfc2047.c, sendlib.c: Minor charset fixes. Users can now give
8319 + any character set names in
8321 +2001-02-13 23:42:29 roessler (roessler)
8323 + * charset.c: Some more strange character set aliaes.
8325 + * charset.c: Add more possibly-interesting character set names.
8327 + * charset.c: While I'm on it, fix a warning and remove some
8328 + weired code by proper use of ctype functions.
8330 + * imap/utf7.c: branches: 1.5.2; Change charset-hook's behaviour.
8332 + * charset.c: Change charset-hook's behaviour.
8334 + * charset.h: branches: 2.19.2; Change charset-hook's behaviour.
8336 + * gettext.c, gnupgparse.c, handler.c, rfc2047.c, rfc2231.c,
8337 + sendlib.c: Change charset-hook's behaviour.
8339 + * po/id.po: update.
8341 + * po/de.po: Fix some typos. From Björn Jacke.
8343 + * recvattach.c: A little fix for those who don't have PGP
8346 + * OPS.PGP, commands.c, curs_main.c, functions.h, pgp.c, pgp.h,
8347 + protos.h, recvattach.c: Add a function check-traditional-pgp
8348 + which can be used to handle old-style PGP messages and/or parts
8351 + * query.c: Match all fields when searching on the query menu.
8353 + * attach.c: Fix #470: multipart- and message-type attachments
8354 + weren't handled correctly.
8356 +2001-02-12 20:42:40 roessler (roessler)
8358 + * curs_lib.c: Fix '?' in the file name dialogue. Fixes #468,
8361 + * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.GB2312.po,
8362 + po/zh_TW.Big5.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
8363 + po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po,
8364 + po/ko.po, po/lt.po, po/nl.po, VERSION, po/cs.po, po/da.po,
8365 + po/de.po, po/el.po, reldate.h, ChangeLog: automatic post-release
8366 + commit for mutt-1.3.15
8368 + * NEWS: Tell users about some of the new features.
8370 + * pgppacket.c: Don't free(NULL).
8372 + * mutt.h, pgp.c, pgp.h, pgplib.c, pgplib.h, pgpmicalg.c,
8373 + pgppacket.c, pgppacket.h, pgppubring.c, postpone.c, protos.h,
8374 + send.c, sendlib.c, Makefile.am, compose.c, configure.in,
8375 + gnupgparse.c, init.h: Auto-detect the micalg used with PGP/MIME
8378 + * handler.c: Make mutt_decode_* usable without passing a BODY
8381 + * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c: Fixes so
8382 + mutt at least compiles with Brendan's new SASL patch.
8384 + * lib.c: branches: 2.30.2; Fix mutt_read_line's behaviour when
8385 + encountering an EOF. From Aaron Lehmann <aaronl@vitelus.com>.
8387 + * pager.c: Avoid an infinite loop in the pager. From Edmund
8390 + * imap/auth_login.c, imap/auth_sasl.c, imap/browse.c,
8391 + imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c,
8392 + imap/util.c, mutt_sasl.c, mutt_sasl.h, mutt_ssl.c, mutt_ssl.h:
8393 + Brendan Cully's SASL patch.
8395 +2001-02-08 15:50:51 roessler (roessler)
8397 + * attach.c, commands.c, curs_lib.c, muttlib.c, pgp.c,
8398 + recvattach.c, remailer.c: Replace various instances of endwin()
8399 + by mutt_endwin(). This should help to avoid chaotic screen
8400 + output on the "second" screen.
8402 + * po/da.po: update.
8404 + * doc/manual.sgml.head: Fix a typo.
8406 +2001-02-06 22:14:01 roessler (roessler)
8408 + * doc/manual.sgml.head, doc/muttrc.man.head: Document fuzzy dates.
8410 + * date.c, pattern.c: Fuzzy date matching. From Eike Rathke
8413 +2001-02-02 12:36:19 roessler (roessler)
8415 + * pgpinvoke.c: Apply more conservative quoting to some PGP
8418 + * po/sv.po: Update from Jörgen Tegnér.
8420 +2001-02-01 17:03:44 roessler (roessler)
8422 + * po/tr.po: update
8424 +2001-01-31 18:31:27 roessler (roessler)
8426 + * send.c: Don't use group mailboxes with list-reply. E.g.,
8427 + when you have "ietf" as a list pattern, and a message goes to
8429 + IETF-Announce:;, ietf-openpgp@somewhere.org,
8431 + list-reply will now yield ietf-openpgp and _not_:
8433 + IETF-Announce: ietf-openpgp@...
8435 + * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po,
8436 + po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/fr.po,
8437 + po/gl.po, po/id.po, po/it.po, po/ko.po, po/lt.po, po/nl.po,
8438 + po/pl.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po,
8439 + po/es.po: Including the turkish translation from Fatih Demir
8440 + <kabalak@gmx.net>; make update-po.
8442 + * configure.in: Including the turkish translation from Fatih
8443 + Demir <kabalak@gmx.net>.
8445 +2001-01-30 10:24:36 roessler (roessler)
8447 + * doc/manual.sgml.head: Stan Ryckman <stanr@sunspot.tiac.net>
8448 + noted that we are abusing "envelope" where it should be "header".
8450 + * thread.c: Fix sort_aux=received. From <benno@sesgroup.net>.
8452 + * pager.c: Eric Fischer <eric@eazel.com> sent us this patch as
8453 + part of bug#441. I'm not entirely sure that it works, but let's
8456 + * po/de.po, po/id.po: update
8458 + * po/fr.po: update.
8460 + * pop_auth.c: Fixing a stupid typo. bug#445, from Larry Rosenman
8463 +2001-01-27 13:50:26 roessler (roessler)
8465 + * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po,
8466 + po/uk.po, po/pt_BR.po, po/ru.po, po/pl.po, po/ko.po, po/lt.po,
8467 + po/nl.po, po/gl.po, po/id.po, po/it.po, po/es.po, po/fr.po,
8468 + po/eo.po, po/el.po, po/de.po, po/da.po, po/cs.po, VERSION,
8469 + reldate.h, ChangeLog: automatic post-release commit for
8472 + * recvattach.c: More improvements to the recvattach collapsing.
8474 + * mutt.h, pager.c, pager.h, protos.h, recvattach.c: Add collapsing
8475 + to the receive-attach menu, and improve digest handling that way.
8477 + * OPS: branches: 2.22.2; Add collapsing to the receive-attach
8478 + menu, and improve digest handling that way.
8480 + * attach.c, attach.h, compose.c, functions.h, init.h: Add
8481 + collapsing to the receive-attach menu, and improve digest handling
8484 +2001-01-25 12:04:46 roessler (roessler)
8486 + * po/cs.po: Fixes from Björn Jacke <bjacke@suse.de>.
8488 + * contrib/pgp6.rc: A nit from Björn Jacke <bjacke@suse.de>.
8490 +2001-01-22 11:04:56 roessler (roessler)
8492 + * mutt_ssl.c: patch-1.3.13.tk.ssl.connect.1
8494 +2001-01-18 11:27:56 roessler (roessler)
8496 + * complete.c: Completion fix. From Aaron Schrab
8497 + <aaron+mutt@schrab.com>.
8499 +2001-01-17 08:53:12 roessler (roessler)
8501 + * rfc822.c: This one-line diff should fix the behaviour of the
8502 + address parser when encountering loose dots in addresses.
8504 + * imap/auth_sasl.c: Try to catch mysterious failures of the SASL
8505 + library instead of hanging. From Brendan Cully.
8507 +2001-01-15 10:40:50 roessler (roessler)
8509 + * copy.c: Some debugging helpers.
8511 + * send.c: Use safe_fclose() where a NULL pointer may be passed
8514 + * pattern.c: Make ~m usable in $simple_search. From
8515 + <David.Good@stratasource.com>.
8517 +2001-01-10 19:36:43 roessler (roessler)
8519 + * recvcmd.c, send.c: Make some messages about mime-forwarding
8520 + more comprehensible to normal users.
8522 +2001-01-08 23:09:32 roessler (roessler)
8524 + * imap/auth_sasl.c, imap/utf7.c, imap/util.c, charset.c,
8525 + charset.h, check_sec.sh, dotlock.c, enter.c, gnupgparse.c,
8526 + keymap.c, lib.c, mutt_sasl.c, parse.c, pgp.c, pgppubring.c,
8527 + pop_auth.c, regex.c, rfc2047.c, rfc2231.c, rfc822.c, sendlib.c,
8528 + strdup.c: Let check_sec.sh check for use of the unsafe malloc,
8529 + realloc, free, and strdup routines. While we are on it, plug
8530 + some memory leaks and make some code understandable.
8532 + * intl/cat-compat.c, imap/auth_cram.c, imap/auth_gss.c,
8533 + imap/imap.c, imap/imap_private.h, imap/message.c, base64.c,
8534 + browser.c, check_sec.sh, commands.c, complete.c, copy.c,
8535 + curs_lib.c, edit.c, handler.c, init.c, lib.c, pager.c, pgp.c,
8536 + pgpkey.c, pop_lib.c, protos.h, query.c, rfc2231.c, rfc822.c,
8537 + send.c, sendlib.c, snprintf.c: Fix and/or check more fishy code.
8539 + * intl/cat-compat.c, imap/auth_cram.c, imap/auth_gss.c, browser.c,
8540 + buffy.c, check_sec.sh, curs_main.c, enter.c, init.c, main.c,
8541 + makedoc.c, mkjtags.c, mutt_sasl.c, pgp.c, pgpinvoke.c, pgpkey.c,
8542 + pop.c, protos.h, regex.c, rfc2231.c, sendlib.c: Going through
8543 + possible security problems with a fine comb. If you want to help,
8544 + check out the current source, and run check_sec.sh.
8546 + * attach.c, build-release, check_sec.sh, edit.c, pgpkey.c:
8547 + Some automated security checks concerning fopen() calls.
8549 +2001-01-04 05:39:31 roessler (roessler)
8551 + * gettext.c: Don't use debugfile unless DEBUG is #defined.
8553 +2001-01-03 13:39:48 roessler (roessler)
8555 + * enter.c, mbyte.c: More wide-char patches from EGE.
8557 + * enter.c: Don't accept '\0' as keyboard input.
8559 + * imap/auth_sasl.c: Set SASL_IP_{LOCAL,REMOTE} properties -
8560 + needed for krb4 support; from yak@MIT.EDU.
8562 + * enter.c: Try to fix nonprintable character input.
8564 + * enter.c: Extend the editor so it supports unprintable
8567 +2001-01-02 16:34:26 roessler (roessler)
8569 + * enter.c: Make my_wcstombs more robust. From EGE.
8571 + * main.c: Only show mailboxes with -y. From
8572 + devenish@arcme.uwa.edu.au.
8574 + * account.h: Fix password input. From Vsevolod Volkov.
8576 +2000-12-31 15:30:52 roessler (roessler)
8578 + * po/ru.po, pop_lib.c: Missing patches from VVV.
8580 + * imap/imap.c, OPS, curs_main.c, functions.h, globals.h:
8581 + Experimental patch to add an imap-fetch-mail function.
8583 + * mutt.h, protos.h, browser.c, curs_lib.c, enter.c, main.c:
8584 + Make browser behaviour more consistent with expectations.
8586 + * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po,
8587 + po/uk.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/pl.po,
8588 + po/it.po, po/ko.po, po/id.po, po/es.po, po/fr.po, po/gl.po,
8589 + po/eo.po, po/da.po, po/de.po, po/el.po, VERSION, po/cs.po,
8590 + reldate.h, ChangeLog: automatic post-release commit for
8593 +2000-12-30 10:28:16 roessler (roessler)
8595 + * po/pl.po: update.
8597 +2000-12-22 18:03:34 roessler (roessler)
8599 + * configure.in: autoconf consmetics. From L.H.
8601 + * enter.c, mutt.h: Some more changes to the enter code.
8603 + * enter.c: Fix some ugly bugs in the completion code.
8604 + In particular, replace_part() could lead to heap corruption.
8606 + * po/lt.po, configure.in: Lithuanian translation. From Gediminas
8607 + Paulauskas <menesis@delfi.lt>.
8609 +2000-12-21 09:19:41 roessler (roessler)
8611 + * flags.c, init.h, mh.c, mutt.h: patch.me.maildir_trash.1
8613 +2000-12-17 19:54:58 roessler (roessler)
8615 + * po/sv.po: update.
8617 +2000-12-14 15:40:30 roessler (roessler)
8619 + * doc/manual.sgml.head: Improve hook documentation. From Lars
8622 + * enter.c: More file name completion fixes.
8624 + * enter.c: Fix "tab-tab" at the change-folder prompt.
8626 +2000-12-10 21:01:35 roessler (roessler)
8628 + * imap/message.c, init.h, mutt.h: Avoid implicit flag updates
8629 + with IMAP. From Brendan Cully.
8631 + * configure.in, enter.c, mbyte.c, mbyte.h, mutt.h: More enter.c
8632 + updates. From E.G.E..
8634 + * mbyte.h, mutt.h, configure.in, enter.c: More changes to the
8635 + utf-8 friendly line editor: Implement some missing functions,
8636 + include some more header files.
8638 +2000-12-08 10:38:30 roessler (roessler)
8640 + * curs_lib.c: Remove an unnecessary ENTER_STATE allocation.
8642 + * curs_lib.c, enter.c, mutt.h, protos.h: Make _mutt_enter_string()
8645 + * curs_lib.c, edit.c, enter.c, protos.h: Make the line editor
8646 + utf-8 friendly. First take from Edmund Grimley Evans.
8648 +2000-12-06 20:31:46 roessler (roessler)
8650 + * gnupgparse.c: Fix pgp_ignore_subkeys.
8652 + * mutt_curses.h: Make the BEEP macro a bit safer. From EGE.
8654 + * imap/imap.c: Fix a memory leak in imap_logout_all.
8656 +2000-12-04 09:00:08 roessler (roessler)
8658 + * mbyte.c: A little fix for the -HAVE_WC_FUNCS +LOCALES_HACK case.
8661 +2000-12-03 09:34:41 roessler (roessler)
8663 + * doc/PGP-Notes.txt: Document the fact that Courier MTA corrupts
8664 + PGP/MIME signatures.
8666 +2000-12-02 09:16:47 roessler (roessler)
8668 + * po/el.po, po/uk.po: update.
8670 +2000-11-28 11:19:57 roessler (roessler)
8672 + * po/da.po, po/de.po, po/fr.po, po/id.po: updates
8674 +2000-11-27 13:14:28 roessler (roessler)
8676 + * attach.h, commands.c, compose.c, curs_main.c, protos.h,
8677 + recvattach.c: Make sure edit-type works without a segmentation
8678 + fault from the receive-attach menu.
8680 + * po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po,
8681 + po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/nl.po, po/it.po,
8682 + po/ko.po, po/fr.po, po/gl.po, po/id.po, po/eo.po, po/es.po,
8683 + po/el.po, po/cs.po, po/da.po, po/de.po, reldate.h, VERSION,
8684 + ChangeLog: automatic post-release commit for mutt-1.3.12
8686 +2000-11-23 10:30:49 roessler (roessler)
8688 + * contrib/sample.muttrc-tlr: Use display_filter to fix some
8689 + ugliness people are sending me.
8691 + * commands.c: Don't endwin() before invoking the display_filter.
8693 +2000-11-21 10:32:34 roessler (roessler)
8695 + * protos.h, main.c, curs_lib.c, globals.h: [stable] Introduce
8696 + mutt_curses_message and mutt_nocurses_message. From Olaf Kirch.
8698 + * globals.h, main.c, protos.h, curs_lib.c: Introduce
8699 + mutt_curses_message/mutt_nocurses_message. From Olaf Kirch.
8701 +2000-11-20 13:20:28 roessler (roessler)
8703 + * contrib/gpg.rc: Add a missing --textmode switch.
8705 +2000-11-19 20:39:49 roessler (roessler)
8707 + * NEWS: Mention $print_split.
8709 + * contrib/sample.muttrc-tlr: update
8711 + * mutt.h, pgp.c, protos.h, commands.c, init.h: Introduce a
8712 + new option named $print_split. While we are on it, unify
8713 + the pipe-message and print-message code, and fix the PGP
8714 + key-extraction code so it doesn't interact with OPTPIPEDECODE
8715 + in strange manners any more.
8717 +2000-11-18 19:50:48 roessler (roessler)
8719 + * curs_lib.c: Remove an unnecessary include statement.
8721 +2000-11-17 09:19:41 roessler (roessler)
8723 + * po/sv.po: Small fix from Jörgen Tegnér <teg@post.netlink.se>.
8725 + * imap/auth_gss.c: [stable] GSSAPI patch from Bill Nottingham
8726 + <notting@redhat.com>.
8728 + * doc/manual.sgml.tail, curs_main.c, functions.h: Make folder
8729 + synchronization possible from within the pager. From Chris
8730 + Cutler <cutler@bluemug.com>.
8732 +2000-11-15 20:29:58 roessler (roessler)
8734 + * charset.c: Fix langinfo-based character set detection.
8735 + From Martin Norbäck <d95mback@dtek.chalmers.se>.
8737 +2000-11-14 16:57:19 roessler (roessler)
8739 + * curs_main.c: another possibly problematic case.
8741 + * curs_main.c: Try fixing a possible segmentation fault. I'm not
8742 + entirely sure how I produced it, but it's at least obvious where
8745 +2000-11-13 22:19:57 roessler (roessler)
8747 + * gnupgparse.c, init.h, mutt.h: Add the pgp_ignore_subkeys option.
8748 + Unset it to get the traditional listing with all the subkeys.
8749 + (Experimental, may introduce new bugs.)
8751 + * po/ru.po, po/sv.po: update
8753 + * remailer.c: Qualify some more header fields.
8755 +2000-11-07 10:31:51 roessler (roessler)
8757 + * init.h, mutt.h, send.c: Add a sig_on_top option.
8759 + * po/el.po: update
8761 +2000-11-06 11:27:07 roessler (roessler)
8763 + * po/zh_TW.Big5.po, po/da.po: update
8765 + * configure.in: Make building mutt without iconv support possible.
8768 +2000-11-03 10:16:32 roessler (roessler)
8770 + * init.h: Change pgp_good_sign's default to 0 instead of UL "".
8771 + This should fix the annoying error messages when starting up
8772 + mutt on some systems.
8774 + * init.c: Make error reporting more verbose.
8776 + * po/de.po, po/fr.po, po/id.po: updates
8778 +2000-11-01 13:14:18 roessler (roessler)
8780 + * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po,
8781 + po/uk.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po,
8782 + po/pt_BR.po, po/ru.po, po/cs.po, po/da.po, po/de.po, po/el.po,
8783 + po/eo.po, po/es.po, po/fr.po, po/gl.po, ChangeLog, VERSION,
8784 + reldate.h: automatic post-release commit for mutt-1.3.11
8786 +2000-10-27 10:51:01 roessler (roessler)
8788 + * enter.c: A nicer version of {capitalize,...}-word functions.
8790 + * doc/manual.sgml.head: Document the recent additions to the
8793 + * OPS, enter.c, functions.h: Add capitalize-word, upcase-word,
8794 + downcase-word functions to the editor. Bindings follow the
8795 + Emacs conventions (i.e., M-c, M-u, M-d).
8797 +2000-10-25 18:56:20 roessler (roessler)
8799 + * rfc822.c: Fix parsing of route-addrs.
8801 +2000-10-24 08:59:21 roessler (roessler)
8803 + * doc/manual.sgml.tail: Document edit-type. From Mikko Hänninen.
8805 + * po/el.po: update
8807 +2000-10-23 16:39:10 roessler (roessler)
8809 + * doc/manual.sgml.head: Typo. From Daniel Roesen <dr@bofh.de>.
8811 + * doc/manual.sgml.head: Fix documentation of uznknown MIME type
8812 + handling. From Brian Salter-Duke <b_duke@lacebark.ntu.edu.au>
8814 +2000-10-18 09:01:56 roessler (roessler)
8816 + * recvattach.c: Fix tree formatting in the recvattach menu.
8818 +2000-10-17 15:10:51 roessler (roessler)
8820 + * commands.c, curs_lib.c, hdrline.c, menu.c, protos.h: Fix
8821 + pager and index display when non-printable space characters
8822 + are encountered. From EGE.
8824 + * sendlib.c: Teach mutt to attach files of arbitrary type.
8826 +2000-10-16 17:29:55 roessler (roessler)
8828 + * curs_lib.c: nl_langinfo({YES,NO}EXPR) may return an _extended_
8829 + regular expression. Close #312.
8831 + * po/zh_TW.Big5.po, po/id.po, po/sv.po: update
8833 + * mutt_socket.c: Fix the strange "Can't connect" error messages.
8834 + From Brendan Cully.
8836 +2000-10-12 14:49:58 roessler (roessler)
8838 + * po/da.po: update
8840 +2000-10-11 14:17:17 roessler (roessler)
8842 + * po/de.po: update.
8844 + * po/fr.po: update
8846 + * po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/pt_BR.po,
8847 + po/ru.po, po/sk.po, po/sv.po, po/nl.po, po/pl.po, po/ko.po,
8848 + po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/cs.po,
8849 + po/da.po, po/de.po, po/el.po, po/eo.po, ChangeLog, Makefile.am,
8850 + VERSION, reldate.h: automatic post-release commit for mutt-1.3.10
8852 + * buffy.c: Compilation fix from Emil Sit <sit@cisco.com>.
8854 +2000-10-10 19:22:48 roessler (roessler)
8856 + * po/POTFILES.in, doc/manual.sgml.head, globals.h, init.c,
8857 + init.h, mailbox.h, mutt.h, muttlib.c, mx.c, mx.h, pop.c, pop.h,
8858 + pop_auth.c, pop_lib.c, protos.h, recvattach.c, Makefile.am,
8859 + browser.c, buffy.c, commands.c, compose.c, configure.in,
8860 + curs_main.c: Vsevolod Volkov's POP mailbox patch.
8862 + * doc/manual.sgml.head: Mixmaster documentation patch from
8863 + Brian Salter-Duke.
8865 +2000-10-09 08:30:35 roessler (roessler)
8867 + * main.c: Add an #ifdef for HAVE_GETADDRINFO.
8869 + * mutt_socket.c: Use AF_INET6 only when necessary.
8871 +2000-10-07 18:06:24 roessler (roessler)
8873 + * curs_lib.c, help.c: Display fixes from EGE.
8875 +2000-10-05 19:12:28 roessler (roessler)
8877 + * query.c: Catch some possible NULL pointer deferences.
8878 + From chris+usenet@chiappa.net (Chris Chiappa), posted to
8881 +2000-10-04 18:50:35 roessler (roessler)
8883 + * mutt_ssl_nss.c: Downgrade Michael Elkins' indentation style
8884 + to the version used throughout mutt. ;-)
8886 + * Makefile.am, acconfig.h, configure.in, init.c, init.h,
8887 + mutt.h, mutt_socket.c, mutt_ssl_nss.c, pop.c: Adding support for
8888 + Netscape's (pardon, Mozilla's) SSL implementation. From Michael
8891 + * globals.h, init.h, mutt_socket.c, protos.h:
8892 + patch.me.connect_timeout.1
8894 + * signal.c: branches: 2.6.2; patch.me.connect_timeout.1
8896 +2000-10-03 10:47:20 roessler (roessler)
8898 + * NEWS: Document some of the recent user-visible changes.
8900 + * doc/manual.sgml.head: More documentation for the "L" to_char.
8903 + * hdrline.c, init.h: Adding a list flag to to_chars, From Andreas
8904 + Plesner Jacobsen <apj@wol.dk>. Note: If you don't like the new
8905 + behaviour, just set $to_chars to the old " +TCF" value.
8907 + * po/ru.po: update
8909 +2000-10-02 09:11:52 roessler (roessler)
8911 + * configure.in, mutt_socket.c: patch-bac.ipv6-1
8913 + * curs_lib.c: patch-1.3.9.bj.yesno.1
8915 +2000-09-28 06:53:36 roessler (roessler)
8917 + * init.h: Fix a minor typo. From Byrial.
8919 + * INSTALL, charset.c, charset.h, init.c: Document the
8920 + --without-wc-funcs switch to configure, and clean up the code
8921 + to set the character set from nl_langinfo from EGE.
8923 +2000-09-27 14:28:35 roessler (roessler)
8925 + * charset.c: Catch another error condition which may be caused
8926 + by a broken nl_langinfo() function.
8928 + * COPYRIGHT: We don't need to mention EAY's copyright any more.
8930 + * charset.c: Fix #287.
8932 +2000-09-26 23:05:46 roessler (roessler)
8934 + * po/eo.po: update
8936 + * Makefile.am, checktypes.c, main.c, pgppubring.c, sha.h, sha1.c,
8937 + sha1.h, sha1dgst.c, sha_locl.h: Replace the BSD-licensed sha-1
8938 + from SSLeay with a public domain version in order to satisfy
8939 + GPL license zelots.
8941 +2000-09-25 13:03:09 roessler (roessler)
8943 + * po/sv.po: update
8945 + * send.c: patch-1.3.9.bj.f-up-prompt.1
8947 +2000-09-21 09:37:14 roessler (roessler)
8949 + * po/sk.po, po/sv.po, po/uk.po, po/zh_CN.GB2312.po,
8950 + po/zh_TW.Big5.po, po/ru.po, po/nl.po, po/pl.po, po/pt_BR.po,
8951 + po/it.po, po/ko.po, po/es.po, po/fr.po, po/gl.po, po/id.po,
8952 + po/el.po, po/eo.po, po/da.po, po/de.po, po/cs.po, ChangeLog,
8953 + VERSION, reldate.h: automatic post-release commit for mutt-1.3.9
8955 + * rfc2047.c: Make some of the code more readable. From EGE.
8957 +2000-09-15 09:19:29 roessler (roessler)
8959 + * rfc2047.c, rfc2047.h, sendlib.c: Fix some RFC2047 encoding bugs.
8961 +2000-09-13 21:01:31 roessler (roessler)
8963 + * rfc2047.c: Undo part of the character set canonicalization.
8964 + EGE pointed out it isn't needed.
8966 + * rfc2231.c: Replace "unknown" by "unknown-8bit".
8968 + * sendlib.c: s/iconv_open/mutt_iconv_open/. Suggested by EGE.
8970 + * charset.c: Add "646" as an alias for us-ascii. SunOS 5.8
8973 + * browser.c: Let the browser handle non-existent directories
8974 + more gracefully. From Byrial Jensen.
8976 +2000-09-12 23:18:47 roessler (roessler)
8978 + * configure.in: Remove some caching. From EGE.
8980 +2000-09-11 10:50:37 roessler (roessler)
8982 + * charset.c, copy.c, mbyte.c, rfc2047.c, sendlib.c: Fix some
8983 + more character set glitches.
8985 +2000-09-09 07:30:29 roessler (roessler)
8987 + * charset.c: sizeof (dest) == 4. I should have written dlen
8988 + instead. Noted by EGE.
8990 +2000-09-08 21:52:04 roessler (roessler)
8992 + * imap/imap.c: Brendan's version of the last fix. I put it in
8993 + since he's most likely the next one to look at or change this. ,-)
8995 + * imap/imap.c: Fix a silly little IMAP bug. From Daniel
8996 + Jacobowitz <dan@debian.org>.
8998 + * charset.c, protos.h, rfc2231.c, sendlib.c: Add a character
8999 + set comparison function.
9001 +2000-09-07 21:56:00 roessler (roessler)
9003 + * charset.c: Add a table of official character set names.
9004 + Data taken from www.iana.org.
9006 + * rfc2231.c: Detect pure 7bit data and don't encode them.
9007 + This helps a bit in situations where mutt believes it has some
9008 + really strange us-ascii alias as the character set.
9010 + * po/es.po, po/es.po, po/el.po: update
9012 + * curs_lib.c: Make the use of nl_langinfo(YESEXPR/NOEXPR)
9013 + more robust. Problem noted by Wolfgang Baumann <baumann@zib.de>.
9015 +2000-09-06 08:47:13 roessler (roessler)
9017 + * snprintf.c: Fix the MAX fix. from Byrial Jensen.
9019 +2000-09-05 22:14:36 roessler (roessler)
9021 + * init.c, muttlib.c, pgppubring.c, protos.h, snprintf.c: Clean
9022 + up some warning messages. From Bob Bell.
9024 + * hook.c: Fix a segmentation fault in hook parsing. From Bob
9027 +2000-09-04 10:49:48 roessler (roessler)
9029 + * imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h,
9030 + imap/util.c, account.c, account.h, browser.c, curs_main.c, url.c,
9031 + url.h: patch-bac.imapurl-4
9033 + * po/ru.po, po/da.po, po/da.po: update
9035 + * po/id.po: update.
9037 + * recvcmd.c: Fix a segmentation fault when replying to multiple
9038 + message/rfc822-type attachments. Noted by David Champion.
9040 +2000-09-01 08:58:39 roessler (roessler)
9042 + * init.c: Don't mutt_pretty_mailbox when setting variables,
9043 + since this may badly interact with non-default settings.
9044 + Suggested by Byrial Jensen.
9046 +2000-08-31 15:14:25 roessler (roessler)
9048 + * muttlib.c: patch-1.3.8.bj.pretty_mailbox.1
9050 + * doc/manual.sgml.head: patch-1.3.8.bj.manquote.1
9052 + * imap/command.c, imap/imap.c: patch-bac.command-3
9054 +2000-08-30 21:34:42 roessler (roessler)
9056 + * pager.c: Fix display of backspace sequences. From EGE.
9058 + * po/fr.po, po/de.po: update
9060 + * po/sk.po, po/sv.po, po/uk.po, po/zh_CN.GB2312.po,
9061 + po/zh_TW.Big5.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
9062 + po/pl.po, po/pt_BR.po, po/ru.po, po/cs.po, po/da.po, po/de.po,
9063 + po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, ChangeLog,
9064 + VERSION: automatic post-release commit for mutt-1.3.8
9068 + * po/POTFILES.in, imap/Makefile.am, imap/imap_ssl.c,
9069 + imap/imap_ssl.h, imap/md5.h, imap/md5c.c, imap/util.c, ChangeLog,
9070 + Makefile.am, VERSION, configure.in, curs_main.c, init.c, md5.h,
9071 + md5c.c, mutt_socket.c, mutt_ssl.c, mutt_ssl.h, reldate.h: SSL
9072 + unification patch from Vsevolod.
9074 + * imap/command.c, imap/imap.c, imap/message.c, imap/message.h:
9075 + patch-bac.expunge-2
9077 + * muttlib.c: Fix mutt_prety_mailbox. From Vsevolod.
9079 +2000-08-29 11:36:25 roessler (roessler)
9081 + * curs_lib.c: The next version of Byrial Jensen's yesorno patch,
9082 + this time without a memory leak.
9084 + * acconfig.h, configure.in, curs_lib.c, main.c: Use locale for
9085 + yes/no expressions.
9087 +2000-08-28 13:14:55 roessler (roessler)
9089 + * rfc2231.c: Little fix from EGE.
9091 + * po/ru.po: Update from Vsevolod.
9093 +2000-08-28 09:40:28 EGE (roessler)
9095 + * complete.c: Fix a buffer overrun in complete.c.
9097 +2000-08-28 09:39:36 Brendan Cully <brendan@kublai.com> (roessler)
9099 + * imap/auth_sasl.c, imap/command.c, imap/imap_private.h,
9100 + muttlib.c: The attached small patch adjusts mutt_pretty_mailbox
9103 +2000-08-28 09:38:42 Edmund GRIMLEY EVANS <edmundo@rano.org> (roessler)
9105 + * browser.c, curs_lib.c, hdrline.c, protos.h, recvattach.c: This
9106 + patch moves hdr_format_s from hdrline.c to curs_lib.c and renames
9107 + it to mutt_format_s. The function is then used in various places
9108 + in browser.c and recvattach.c where previously there was "%%%ss".
9110 +2000-08-28 09:37:44 roessler (roessler)
9112 + * rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h, sendlib.c: Do
9113 + character set selection for RFC2231 encodings. From EGE, but
9114 + with choose_charset renamed to mutt_choose_charset.
9116 +2000-08-28 09:32:58 edmundo@rano.org (EGE) (roessler)
9118 + * mbyte.c, protos.h, utf8.c, wcwidth.c: This is the patch TAKIZAWA
9119 + Takashi and I came up with in the end.
9121 + When the Charset is euc-jp or shift_jis, iconv is used for
9122 + mbrtowc and wcrtomb. The worst part is mbrtowc_iconv(), where
9123 + I attempted to make mbrtowc both restartable (it can process
9124 + part of multibyte character) and fast in the case where there
9125 + is nothing left over from a previous character. Also I try to
9126 + make no assumptions about how those character sets work, which
9127 + is easy, because I know very little about them ...
9129 + People who don't use one of those two stateless Japanese display
9130 + charsets shouldn't be affected. People whose systems provide
9131 + the wchar_t functions should be even less affected, because they
9132 + don't even get this code in their binary.
9134 +2000-08-25 06:28:24 roessler (roessler)
9136 + * imap/imap.c, imap/imap_ssl.c, imap/imap_ssl.h, imap/util.c,
9137 + account.c, account.h, browser.c, mutt_socket.c, mx.c, url.c,
9138 + url.h: patch-bac.imapurl-2, with small modifications.
9140 +2000-08-22 22:23:10 roessler (roessler)
9142 + * muttlib.c: Fix #251, from Brendan.
9144 + * Makefile.am, main.c, parse.c, protos.h, url.c, url.h: Add an
9145 + URL parser, and support for mailto URLs.
9147 + * doc/manual.sgml.head: Minor fixes from Will Fiveash.
9149 + * po/ru.po: update
9151 + * hdrline.c: Fix %B in index_format.
9153 +2000-08-21 19:25:26 roessler (roessler)
9155 + * imap/browse.c, imap/imap.c, mutt_socket.c, muttlib.c:
9156 + patch-bac.parsepath-2
9158 + * doc/manual.sgml.head, doc/manual.sgml.tail: Documentation
9159 + patch from Lars Hecking.
9161 + * imap/imap.h, imap/imap_private.h, imap/message.c, imap/util.c,
9162 + imap/browse.c, imap/command.c, imap/imap.c, doc/manual.sgml.head,
9163 + browser.c, browser.h, buffy.c, functions.h, globals.h, init.h,
9164 + OPS: patch-bac.createplus-1
9166 + * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c,
9167 + imap/auth_login.c, imap/auth_sasl.c, imap/browse.c,
9168 + imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c:
9169 + patch-bac.command-2
9171 +2000-08-17 06:06:02 roessler (roessler)
9173 + * po/zh_CN.GB2312.po, configure.in: Adding zh_CN.GB2312
9176 + * imap/Makefile.am, doc/Makefile.in, mutt_socket.c, mx.c: Random
9177 + cleanup from Brendan Cully.
9179 + * hdrline.c: Fix justification of number formats. (EGE)
9181 +2000-08-15 17:21:19 roessler (roessler)
9183 + * po/ru.po: update
9185 + * mbyte.c, pager.c, protos.h: Another charset fix from EGE.
9187 +2000-08-10 15:48:13 roessler (roessler)
9189 + * imap/Makefile.am: Fix from Brendan Cully.
9191 + * doc/mutt.man, doc/muttrc.man.tail: More minor fixes.
9193 + * doc/mutt.man: Document $MAILDIR.
9195 + * init.c: Tell mutt about the MAILDIR environment variable DJB
9196 + talks about in maildir (5).
9198 + * doc/muttbug.man: Fix a typo.
9200 + * doc/mbox.man: fix some typos.
9202 +2000-08-09 21:14:35 roessler (roessler)
9204 + * doc/Makefile.in, doc/mbox.man: Install mbox (5), and fix a typo.
9206 + * doc/mbox.man: Document the mbox format in a manual page.
9207 + There may be some need for this.
9209 + * Makefile.am, configure.in, init.c, main.c: Minor portability
9210 + and compilation fixes.
9212 +2000-08-08 18:17:54 roessler (roessler)
9214 + * po/POTFILES.in: Some files were missing. From Vsevolod Volkov.
9216 + * imap/Makefile.am, imap/command.c, imap/imap.c,
9217 + imap/imap_private.h, imap/message.c, init.c, mutt_socket.c,
9218 + mx.c: * handles expunged messages better. Previously mutt's
9219 + state was only updated when syncing the mailbox. This was the
9220 + reason for Bob Bell's segfault when manipulating mailboxes
9221 + with multiple simultaneous clients.
9222 + * makes a small adjustment for Sam's weird Courier server, which
9223 + returns an OK FETCH completed response even when FETCH fails. I
9224 + should probably report that behaviour to him as a bug, though.
9225 + * renames IMAP_REOPEN_PENDING to IMAP_EXPUNGE_PENDING * gets
9226 + rid of the _("Closing mailbox...") message, which was obscuring
9227 + the status updates. * clears some spurious mutt_clear_error
9228 + calls in imap_cmd_finish. * makes socket reads and writes check
9229 + that they have an open
9230 + connection. Shouldn't be necessary (and such calls are logged),
9231 + but can happen currently.
9232 + * Some SASL vs regular authenticator tweaks in the imap Makefile.
9234 + (From Brendan Cully.)
9236 +2000-08-07 08:31:36 roessler (roessler)
9238 + * po/Makefile.in.in, imap/Makefile.am, Makefile.am, configure.in,
9239 + mapping.h, sort.h: Cross compilation patches from Rüdiger Kuhlmann
9240 + <ruediger.kuhlmann@stud.uni-karlsruhe.de>.
9242 +2000-08-06 14:35:15 roessler (roessler)
9244 + * curs_lib.c: Return an exit value of 1 if mutt is left via
9245 + ctrl-c. From Andre Albsmeier <andre.albsmeier@mchp.siemens.de>.
9247 +2000-08-05 17:50:03 roessler (roessler)
9249 + * imap/imap.c, imap/imap_private.h, imap/message.c,
9250 + imap/Makefile.am, imap/auth_anon.c, imap/auth_cram.c,
9251 + imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c,
9252 + imap/browse.c, imap/command.c, mutt_socket.c: Unified IMAP
9255 + * doc/manual.sgml.head, doc/manual.sgml.head: Fix keyboard
9256 + binding documentation. From Thomas Schultz <tststs@gmx.de>.
9258 +2000-08-04 21:47:11 roessler (roessler)
9260 + * sendlib.c: Fix a character set encoding bug. From EGE.
9262 + * imap/auth_sasl.c, imap/imap_ssl.c, doc/manual.sgml.head,
9263 + account.c, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h:
9264 + SASL patch from Brendan Cully.
9266 +2000-08-03 22:08:13 roessler (roessler)
9268 + * charset.c: fix a segmentation fault.
9270 + * po/eo.po, po/sv.po: update.
9272 + * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po,
9273 + po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/fr.po, po/gl.po,
9274 + po/id.po, po/it.po, VERSION, imap/Makefile.am, po/cs.po, po/da.po,
9275 + po/de.po, po/el.po, po/eo.po, po/es.po, reldate.h, ChangeLog:
9276 + automatic post-release commit for mutt-1.3.7
9278 + * sendlib.c: Use a correct Envelope from when bouncing with
9279 + $envelope_from enabled.
9281 + * imap/BUGS, imap/auth_sasl.c, imap/imap.c, imap/imap_ssl.c,
9282 + mutt_sasl.c: More IMAP fixes from Brendan.
9284 +2000-08-02 18:03:21 roessler (roessler)
9286 + * po/it.po: update
9288 +2000-08-01 18:04:42 roessler (roessler)
9290 + * mx.c: Fix from BC
9292 + * imap/auth.c, imap/auth_gss.c, imap/auth_sasl.c, imap/message.c:
9293 + Brendan's latest patches.
9295 +2000-07-31 10:49:00 roessler (roessler)
9297 + * po/fr.po: update.
9299 + * m4/gettext.m4, imap/Makefile.am, imap/auth.c, imap/auth.h,
9300 + imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c,
9301 + imap/auth_login.c, imap/auth_sasl.c, imap/command.c,
9302 + imap/imap.c, imap/imap_private.h, Makefile.am, acconfig.h,
9303 + account.c, account.h, configure.in, globals.h, init.h, main.c,
9304 + mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h: Brendan
9305 + Cully's SASL patch. I hope I didn't miss any files.
9307 +2000-07-29 16:33:53 roessler (roessler)
9309 + * po/id.po: update.
9311 + * imap/README: updated readme file.
9313 + * Makefile.am: Make sure checktypes and makedoc don't depend on
9316 + * po/de.po: update.
9318 +2000-07-28 19:00:31 roessler (roessler)
9320 + * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po,
9321 + po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/eo.po,
9322 + po/es.po, po/fr.po, po/gl.po, po/id.po, po/cs.po, po/da.po,
9323 + po/de.po, po/el.po, ChangeLog, VERSION, reldate.h: automatic
9324 + post-release commit for mutt-1.3.6
9326 + * Makefile.am: parse.h no longer exists, so don't try to
9329 + * po/sv.po: branches: 1.27.2.6.2; automatic post-release commit
9332 + * po/uk.po: branches: 1.42.2.6.2; automatic post-release commit
9335 + * po/zh_TW.Big5.po: branches: 1.30.2.6.2; automatic post-release
9336 + commit for mutt-1.2.5
9338 + * po/pt_BR.po: branches: 1.20.2.6.2; automatic post-release
9339 + commit for mutt-1.2.5
9341 + * po/ru.po: branches: 1.67.2.7.2; automatic post-release commit
9344 + * po/sk.po: branches: 1.28.2.6.2; automatic post-release commit
9347 + * po/ko.po: branches: 1.31.2.6.2; automatic post-release commit
9350 + * po/nl.po: branches: 1.36.2.6.2; automatic post-release commit
9353 + * po/pl.po: branches: 1.39.2.6.2; automatic post-release commit
9356 + * po/gl.po: branches: 1.23.2.6.2; automatic post-release commit
9359 + * po/id.po: branches: 1.31.2.7.2; automatic post-release commit
9362 + * po/it.po: branches: 1.59.2.6.2; automatic post-release commit
9365 + * po/el.po: branches: 1.31.2.6.2; automatic post-release commit
9368 + * po/eo.po: branches: 1.30.2.6.2; automatic post-release commit
9371 + * po/es.po: branches: 1.49.2.6.2; automatic post-release commit
9374 + * po/fr.po: branches: 1.45.2.7.2; automatic post-release commit
9377 + * po/cs.po: branches: 1.35.2.7.2; automatic post-release commit
9380 + * po/da.po: branches: 1.13.2.7.2; automatic post-release commit
9383 + * po/de.po: branches: 1.99.2.7.2; automatic post-release commit
9386 + * reldate.h: automatic post-release commit for mutt-1.2.5
9388 + * ChangeLog: branches: 2.40.2.6.2; automatic post-release commit
9391 + * VERSION: branches: 2.28.2.6.2; automatic post-release commit
9394 + * imap/imap.c, imap/imap_private.h, imap/message.c: Use UIDs
9395 + instead of sequence numbers in IMAP. (Brendan)
9397 + * imap/imap.c, imap/imap_private.h, imap/message.c,
9398 + imap/message.h, imap/command.c, mutt.h, muttlib.c, mx.c: Handle
9399 + expunged messages. From Brendan Cully.
9401 +2000-07-26 09:30:01 roessler (roessler)
9403 + * doc/manual.sgml.head: Nits from Michael Sobolev.
9405 +2000-07-25 16:35:48 roessler (roessler)
9407 + * Makefile.am: Include the muttbug wrapper with the distribution.
9409 + * doc/Makefile.in: Install muttbug.man als flea.1.
9411 + * doc/mutt.man, doc/muttbug.man, Makefile.am, main.c, muttbug:
9412 + Install muttbug(1) as flea(1), and adjust the documentation
9413 + accordingly. Note: Typing muttbug will still work.
9415 + * doc/muttbug.man: More tiny fixes.
9417 + * doc/muttbug.man: Fix some typos. In particular, it's bug
9418 + tracking system, not buck tracking system. Oh well.
9420 + * doc/Makefile.in, doc/mutt.man, doc/muttbug.man: muttbug(1)
9421 + has a manual page of it's own now.
9423 + * muttbug.sh.in: Fix a little bug concerning version numbers.
9425 + * Makefile.am: The warning about README.UPGRADE can go.
9427 + * doc/mutt.man: Mention the bug tracking system.
9429 + * INSTALL: Mention that mutt needs an iconv implementation,
9430 + and point users to libiconv.
9432 + * INSTALL: Mention OpenBSD
9434 + * Makefile.am: Remove types.h at "make clean" time.
9436 + * curs_main.c: Fix a segmentation fault in the index.
9438 + * curs_main.c: Try to fix a segmentation fault in the index.
9440 +2000-07-24 07:48:53 roessler (roessler)
9442 + * browser.h: make bit types unsigned. From albert chin
9443 + <china@thewrittenword.com>.
9445 + * curs_lib.c, hdrline.c, help.c, mbyte.c, mbyte.h, menu.c:
9446 + Replace wctomb and mbtowc with wcrtomb and mbrtowc. From TAKIZAWA
9447 + Takashi <taki@luna.email.ne.jp>, with small changes from Edmund
9450 +2000-07-23 21:47:01 roessler (roessler)
9452 + * menu.c: Fix #108, from Gero Treuner.
9454 + * configure.in, resize.c: sys/ioctl.h vs. ioctl.h. From Sam
9457 + * rfc2231.c: Fix an obvious bug which prevented rfc2231 _encoding_
9458 + support from working.
9460 +2000-07-22 09:01:43 roessler (roessler)
9462 + * configure.in, mutt.h: Some more QNX compiling aides.
9464 +2000-07-21 07:32:12 roessler (roessler)
9466 + * imap/md5.h, Makefile.am, checktypes.c: Try to be smart about
9469 + * imap/imap.c: Fix imap_passive. From Brendan Cully.
9471 + * contrib/Makefile.in: Fix #150. From Brendan Cully.
9473 +2000-07-20 17:51:52 roessler (roessler)
9475 + * doc/devel-notes.txt: Typo.
9477 + * imap/browse.c, imap/command.c, imap/imap.c, imap/imap.h,
9478 + imap/imap_private.h, imap/util.c, mutt_socket.c, mutt_socket.h,
9479 + mx.c, pop.c: Another IMAP patch from Brendan.
9481 + * imap/util.c: quick hack against mx->mbox being NULL.
9483 + * imap/BUGS, imap/imap.c, imap/imap.h, imap/util.c, postpone.c:
9484 + patch-bac.postpone-2
9486 + * pop.c: Use shared socket code, from Vsevolod Volkov.
9488 +2000-07-19 10:21:57 roessler (roessler)
9490 + * po/POTFILES.in, imap/Makefile.am, imap/auth.c, imap/auth_gss.c,
9491 + imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h,
9492 + imap/imap_socket.h, imap/imap_ssl.c, imap/imap_ssl.h,
9493 + imap/message.c, imap/socket.c, imap/util.c, Makefile.am,
9494 + acconfig.h, account.c, account.h, browser.c, configure.in,
9495 + gettext.c, globals.h, init.c, init.h, mutt_socket.c,
9496 + mutt_socket.h: IMAP socket moves by Brendan Cully, with a fix
9497 + from Tommi Komulainen, and most likely based on input from
9498 + Vsevolod Voykov (sp?).
9500 + * imap/util.c: Fix more possible IMAP memory corruption.
9501 + From Brendan Cully.
9503 + * imap/util.c: Fix possible memory corruption in stable.
9504 + From Brendan Cully.
9506 + * imap/imap_private.h, imap/message.c, imap/socket.c, imap/imap.c:
9507 + Backport various IMAP bug-fixes to stable. From Brendan Cully.
9509 +2000-07-18 14:38:13 roessler (roessler)
9511 + * imap/auth.c, imap/auth_gss.c, imap/browse.c, imap/command.c,
9512 + imap/imap.c, imap/imap_private.h, imap/message.c, imap/socket.c:
9513 + More IMAP clean-up from Brendan Cully.
9515 + * imap/imap.c, imap/imap_private.h, imap/message.c, imap/socket.c,
9516 + imap/utf7.c: IMAP fixes from Brendan Cully.
9518 + * init.h, init.h: Documentation fix.
9520 +2000-07-17 18:08:27 roessler (roessler)
9522 + * imap/message.c: Fix possible heap corruption. From Brendan
9525 + * imap/utf7.c: Name changes left out by EGE's patch.
9527 + * imap/util.c, imap/imap_private.h: imap/UTF7 related fixes
9530 + * curs_main.c: Fix #192.
9532 +2000-07-16 15:35:14 roessler (roessler)
9534 + * imap/Makefile.am, imap/browse.c, imap/imap.c,
9535 + imap/imap_private.h, imap/message.c, imap/utf7.c, imap/util.c:
9536 + Support modified UTF-7 in folder names. From Edmund Grimley
9537 + Evans, modified by Brendan Cully.
9539 + * handler.c: Another qp fix.
9541 + * handler.c: More qp decoder modifications: We should handle
9542 + multibyte characters spanning soft line breaks.
9544 + * handler.c: Rewrite the quoted-printable decoder so it properly
9545 + chops off trailing white space. Problem noted by Byrial Jensen.
9547 +2000-07-15 06:51:47 roessler (roessler)
9549 + * imap/socket.c: Add a message that we are looking up a host.
9551 +2000-07-14 15:03:43 roessler (roessler)
9553 + * imap/message.c, imap/message.h: Brendan's latest IMAP changes.
9555 + * README.SSL: Tommi Komulainen's entropy gathering patch -
9558 +2000-07-12 14:17:46 roessler (roessler)
9560 + * po/cs.po: update.
9562 + * imap/imap_ssl.c: Entropy gathering fixes.
9564 + * configure.in: Re-apply the iconv patch from vvv.
9566 + * configure.in: undo the enable-external-dotlock patch.
9568 + * handler.c: Initialize a variable in order to avoid a
9569 + segmentation fault. From Aaron Schrab.
9571 +2000-07-11 20:38:49 roessler (roessler)
9573 + * imap/imap.c, imap/imap_private.h, imap/socket.c: Unify logout
9574 + stuff in _one_ function. From Vsevolod Volkov.
9576 + * imap/message.c: Disable a bug work-around which actually
9579 + * configure.in: Typo, noted by Brad <brad@comstyle.com>.
9581 +2000-07-10 19:52:12 roessler (roessler)
9585 + * po/id.po: update.
9587 + * rfc2047.c: Fix some possible NULL pointer deferences in the
9590 + * imap/command.c, imap/imap.c, imap/message.c, imap/socket.c,
9591 + browser.c, pgpkey.c, pop.c, query.c, remailer.c: Fix a bunch
9592 + of cases where format parameters were missing from calls to
9593 + mutt_message and mutt_error.
9595 + * imap/command.c, imap/imap.c, imap/message.c, browser.c,
9596 + pgpkey.c, pop.c, query.c, remailer.c: [stable] Fix a bunch of
9597 + cases where format parameters were missing to calls of mutt_error
9600 + * po/ru.po, po/de.po, po/da.po: update.
9602 + * po/da.po: Update.
9604 + * INSTALL, acconfig.h, charset.c, configure.in, main.c: Some
9607 +2000-07-07 15:12:37 roessler (roessler)
9609 + * po/fr.po: update
9611 + * attach.c, copy.c, editmsg.c, from.c, mbox.c, parse.c, parse.h,
9612 + pgp.c, protos.h: Fix #185: is_from would return 0 (i.e., error)
9613 + when parsing Jan 1 1970 12:00 - apparently, this point of time
9614 + occurs on real mail folders.
9616 +2000-07-06 23:08:39 roessler (roessler)
9618 + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po,
9619 + po/sk.po, po/nl.po, po/pl.po, po/it.po, po/ko.po, po/es.po,
9620 + po/fr.po, po/gl.po, po/id.po, po/da.po, po/de.po, po/el.po,
9621 + po/eo.po, ChangeLog, VERSION, po/cs.po: automatic post-release
9622 + commit for mutt-1.2.4
9624 + * muttlib.c: ups, this should be fixed in stable.
9626 + * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po,
9627 + po/zh_TW.Big5.po, po/ko.po, po/nl.po, po/pl.po, po/eo.po,
9628 + po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/cs.po,
9629 + po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog, VERSION:
9630 + automatic post-release commit for mutt-1.3.5
9632 + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po,
9633 + po/sk.po, po/ko.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po,
9634 + po/id.po, po/it.po, po/el.po, po/eo.po, po/es.po, po/cs.po,
9635 + po/da.po, po/de.po, reldate.h, ChangeLog, VERSION: automatic
9636 + post-release commit for mutt-1.2.3
9638 + * po/fr.po: update.
9640 + * imap/auth.c, imap/auth_gss.c, imap/browse.c, imap/command.c,
9641 + imap/imap.c, imap/imap_private.h, imap/imap_socket.h,
9642 + imap/message.c, imap/socket.c: More IMAP clean-up.
9644 + * imap/imap_private.h, imap/imap_socket.h, imap/message.c,
9645 + imap/socket.c, imap/util.c, imap/browse.c, imap/command.c,
9646 + imap/imap.c: More IMAP fixes from Brendan Cully.
9648 +2000-07-05 14:39:14 roessler (roessler)
9650 + * imap/socket.c: Fix the Fix. From TK.
9652 +2000-07-05 10:32:17 Tommi Komulainen <Tommi.Komulainen@iki.fi>
9655 + * imap/imap_ssl.c, imap/socket.c: - imap_logout_all assumed
9656 + every connection with descriptor value != 0 to be ready for
9657 + reading/writing. Unfortunately when the descriptor was closed,
9658 + conn->fd remained untouched. This is why mutt segfaulted if
9659 + IMAP login was aborted with ^G.
9661 + - ssl_socket_close was called without calling ssl_socket_open
9662 + first. This caused a segfault because conn->sockdata was
9663 + NULL. Apparently there was also a memory leak, because
9664 + conn->sockdata was never free'd :-]
9666 +2000-07-05 08:05:03 roessler (roessler)
9668 + * imap/BUGS, imap/TODO, imap/auth.c, imap/imap.c, imap/socket.c:
9669 + IMAP cosmetics from Brendan Cully.
9671 +2000-07-04 17:59:10 roessler (roessler)
9673 + * doc/manual.sgml.head: slight documentation imrpovement from
9676 +2000-07-03 15:26:22 roessler (roessler)
9678 + * po/de.po: update
9680 + * imap/BUGS, imap/command.c, imap/imap.c, imap/imap.h,
9681 + imap/imap_socket.h, imap/socket.c, imap/util.c, curs_main.c:
9682 + IMAP logout patch from Brendan Cully.
9684 + * po/id.po: update
9686 + * po/id.po: update.
9688 + * rfc2047.c: "Where have all the headers gone" fix from EGE.
9690 + * sendlib.c: utf8 -> utf8 fix (From EGE).
9692 + * rfc2047.c: RFC 2047 patch from EGE.
9694 +2000-06-30 08:28:56 roessler (roessler)
9696 + * po/pl.po: fix a format.
9698 + * sendlib.c: Character set fix from EGE.
9700 +2000-06-27 22:28:01 roessler (roessler)
9702 + * sendlib.c: minor change from EGE.
9704 + * main.c, rfc2047.c: Cosmetics. No, I didn't touch the word-wrap
9707 +2000-06-26 23:10:26 roessler (roessler)
9709 + * muttlib.c: Fix a possible segfault in mutt_expand_folder. Noted
9712 + * muttlib.c: Fix a possible segmentation fault in
9713 + mutt_expand_path. Noted by Andreas M. Kirchwitz.
9715 + * doc/Makefile.in, contrib/Makefile.in: "make check" cosmetics.
9717 + * contrib/sample.muttrc-tlr: update.
9719 + * configure.in: Iconv detection patch. From Lars Hecking.
9721 + * color.c, color.c: Fix #173. From Roland Rosenfeld.
9723 +2000-06-22 23:18:36 roessler (roessler)
9725 + * muttlib.c: Avoid crashing when forwarding message/rfc822-type
9728 + * Makefile.am, prepare: Lars Hecking's build process patch
9731 + * rfc822.c: branches: 2.9.2.1.2; Fix stack corruption
9732 + in the RFC822 parser. Noted by Ari Gordon-Schlosberg
9733 + <ari@heavyware.com>.
9735 + * rfc822.c: Fix stack corruption in the RFC822 parser.
9736 + Problem noted by Ari Gordon-Schlosberg <ari@heavyware.com>.
9738 + * recvattach.c: Merge two almost-identical string constants.
9741 +2000-06-21 19:23:23 roessler (roessler)
9743 + * imap/auth_gss.c: More debug code which needs #ifdefs.
9745 + * imap/auth_gss.c: More debugging code which needs #ifdefs.
9747 + * po/eo.po: update.
9749 + * Makefile.am, prepare: Work-around for keymap_defs and other
9750 + dependency problems. From Lars Hecking.
9752 + * muttlib.c: Fix ~logname expansion for stable.
9754 + * muttlib.c: Fix ~logname expansion.
9756 + * README: Remove explicit list of mirrors, and refer to
9759 + * mbox.c: Fix another mbox synch problem.
9761 + * mbox.c: Fix another bug in mbox synching.
9763 + * postpone.c: Some more character set cleanup,.
9765 + * commands.c, compose.c, muttlib.c, pgpkey.c, postpone.c,
9766 + protos.h, recvattach.c, send.c, sendlib.c: More character set
9769 + * postpone.c: Improve character set handling when postponing
9770 + messages. This patch may lead to information loss under very
9771 + special circumstances.
9773 + * muttlib.c, protos.h: Remove unused mutt_dup_body () function.
9775 + * compose.c, pgpkey.c, protos.h, recvattach.c, send.c, sendlib.c:
9776 + Fix character set selection. Postponing and recalling messages
9777 + should work again, now.
9779 + * postpone.c, sendlib.c: Fix a file descriptor leak in sendlib.c.
9781 + * main.c, main.c: patch-1.3.2.tbm.lastfolder, from Martin
9782 + Michlmayr <tbm@cyrius.com>.
9784 + * commands.c, hook.c, protos.h, recvattach.c, recvcmd.c, send.c:
9785 + Apply message-hook to more commands, and make it more useful by
9786 + permitting the "~h" and "~b" pattern specifiers. Bad enough, this
9787 + removes message-hook abilities from the receive-attachment menu.
9789 +2000-06-20 22:23:37 roessler (roessler)
9791 + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pl.po, po/pt_BR.po,
9792 + po/ru.po, po/sk.po, po/it.po, po/ko.po, po/nl.po, po/es.po,
9793 + po/fr.po, po/gl.po, po/id.po, po/el.po, po/eo.po, po/cs.po,
9794 + po/da.po, po/de.po, ChangeLog, VERSION, reldate.h: automatic
9795 + post-release commit for mutt-1.2.2
9797 + * build-release: Add a "make" call, so build-release will also
9798 + work from a source tree which hasn't been built recently.
9800 + * commands.c: Do some comparisons case-insensitive.
9802 + * po/ru.po: update.
9804 + * doc/muttrc.man.head: s/display-hook/message-hook/
9806 + * po/de.po: Fix a misleading fuzzy translation about PGP
9807 + signature validity. From Roland Rosenfeld.
9809 + * imap/imap.c: Don't use debuglevel unless DEBUG is defined.
9810 + Noted by china@thewrittenword.com.
9812 + * imap/imap.c: Only use debuglevel if DEBUG is defined. Noted by
9813 + Albert Chin <china@thewrittenword.com>,
9815 + * po/fr.po: update.
9817 +2000-06-19 21:13:19 roessler (roessler)
9819 + * doc/devel-notes.txt, doc/manual.sgml.head, init.h, makedoc.c:
9820 + patch-1.3.3.bj.docref.1
9822 + * build-release: Make sure m4/Makefile is _really_ rebuilt.
9824 + * po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po,
9825 + po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/es.po, po/fr.po,
9826 + po/gl.po, po/id.po, po/it.po, po/da.po, po/de.po, po/el.po,
9827 + po/eo.po, po/cs.po, ChangeLog, VERSION, reldate.h: automatic
9828 + post-release commit for mutt-1.2.1
9830 + * doc/manual.sgml.head: Fix some more mentions of display-hook.
9832 + * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po,
9833 + po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
9834 + po/pl.po, po/pt_BR.po, ChangeLog, VERSION, po/cs.po, po/da.po,
9835 + po/de.po, po/el.po, po/eo.po, po/es.po, reldate.h: automatic
9836 + post-release commit for mutt-1.3.4
9838 + * compose.c: No need to include iconv.h.
9840 + * po/da.po: update.
9842 + * po/ru.po: update
9844 +2000-06-17 08:07:36 roessler (roessler)
9846 + * imap/imap_ssl.c: Certificate verification fix from Tommi
9849 + * imap/imap_ssl.c: SSL fix.
9853 +2000-06-16 10:21:34 roessler (roessler)
9855 + * OPS, commands.c, compose.c, functions.h, mutt.h, sendlib.c:
9856 + patch-1.3.3.tlr.change_charset.1
9860 +2000-06-15 21:37:07 roessler (roessler)
9862 + * doc/manual.sgml.head, doc/muttrc.man.head, commands.c, hook.c,
9863 + init.h, mutt.h, recvcmd.c, send.c: patch-1.3.3.tlr.message_hook.1
9865 + * mutt.h, sendlib.c: patch-1.3.3.tlr.content_info.1
9867 + * imap/imap.c: shut up the compiler.
9869 + * po/ru.po, commands.c, init.h: nits.
9871 + * commands.c, globals.h, init.h: patch-1.2.bbell.display_filter.2.
9873 + * complete.c: patch-1.3.2.bbell.complete.1 - autocomplete "!",
9874 + which is helpful in certain IMAP contexts.
9876 + * copy.c, mbox.c, mh.c, mx.c: [stable] Prevent data corruption
9877 + when the temporary space runs full. Backport from unstable.
9879 + * po/el.po, po/fr.po: updates.
9881 + * po/ru.po: update.
9883 + * rfc2047.c, sendlib.c, copy.c, handler.c: Avoid dumping core
9884 + when Charset isn't set.
9886 + * init.h: Little documentation fix from Aaron Schrab.
9888 +2000-06-14 09:23:45 roessler (roessler)
9890 + * OPS, charset.c, charset.h, compose.c, functions.h, handler.c:
9891 + Remove recode-attachment, and the "decoder" API. (EGE)
9893 + * gettext.c: Make sure --disable-nls works. (EGE)
9895 +2000-06-13 20:36:33 roessler (roessler)
9897 + * init.h, mutt.h, sendlib.c: EGE's latest send-charset patch.
9899 + * m4/curslib.m4: New file, contains Tom Dickey's CF_CURSES_LIBS
9902 + * configure.in: Use CF_CURSES_LIBS macro for better detection
9903 + of platform-specific curses libraries. From Lars Hecking.
9905 + * main.c: Inform us about ICONV_NOTRANS. From EGE.
9907 + * configure.in: iconv detection. From EGE.
9909 + * commands.c: Only display PGP signature verification status if
9910 + verification was tried.
9912 +2000-06-12 07:02:42 roessler (roessler)
9914 + * configure.in: A new check for working wchar functions.
9916 +2000-06-11 19:05:12 roessler (roessler)
9918 + * mh.c, mx.c: Fix some issues with synching of maildir/mh folders.
9919 + Problems noted by Byrial Jensen.
9921 +2000-06-09 17:42:14 roessler (roessler)
9923 + * pattern.c: Force decimal parsing on dates, so 09 is parsed as 9,
9924 + and not as "invalid".
9926 + * imap/imap_ssl.c, imap/imap_ssl.c: Fix a mix-up.
9928 + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/de.po, po/el.po,
9929 + po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po,
9930 + po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
9931 + VERSION, po/cs.po, po/da.po, ChangeLog, po/ru.po, po/sk.po,
9932 + po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/da.po, po/de.po,
9933 + po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po,
9934 + po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/cs.po,
9935 + reldate.h, ChangeLog: automatic post-release commit for mutt-1.3.3
9937 + * charset.c, init.c: Fix some typos in the nl_langinfo stuff.
9939 + * rfc2047.c: Latest patch from EGE.
9941 +2000-06-08 21:44:14 roessler (roessler)
9943 + * copy.c, mbox.c: This patch should fix the mailbox corruption
9944 + various people observed.
9946 + * charset.c, charset.h, init.c: Fix up the value returned by
9947 + nl_langinfo(CODESET).
9949 + * mbox.c: Improve error reporting with mbox folders a bit.
9951 + * send.c: patch-1.2.bj.ed_mtime.1
9953 + * Makefile.am, acconfig.h, configure.in, main.c, mbyte.c:
9954 + Removing the built-in charset support.
9956 + * doc/muttrc.man.head: one-character typo.
9958 + * imap/imap_ssl.c: Fix #157. From Enrik Berkhan
9959 + <Enrik.Berkhan@fun.de>.
9961 + * imap/imap_ssl.c: [stable] Fix #157. From Enrik Berkhan
9962 + <Enrik.Berkhan@fun.de>.
9964 + * README.SSL, init.h, mutt.h, imap/imap_ssl.c: [stable]
9965 + patch-1.3.2.tl.sslcerts.1.
9967 + * charset.c: Don't return data on the stack. Noted by "Andrew
9968 + W. Nosenko" <awn@bcs.zp.ua>.
9970 + * po/sv.po: update.
9972 +2000-06-04 18:18:56 roessler (roessler)
9974 + * doc/manual.sgml.head: Nits from Mikko Hänninen.
9976 +2000-06-02 10:05:41 roessler (roessler)
9978 + * imap/imap.h, imap/imap.h, pgp.c: Fix #152.
9980 +2000-05-30 12:52:41 roessler (roessler)
9982 + * po/pl.po: update
9984 +2000-05-29 22:34:12 roessler (roessler)
9986 + * rfc2047.c, rfc2047.h, send.c, sendlib.c: Edmund's latest
9987 + RFC2047 encoding update.
9989 +2000-05-28 20:32:05 roessler (roessler)
9991 + * commands.c: Don't bother the user with messages about PGP
9992 + signature verification when there is no PGP stuff about the
9995 + * README.SSL, init.h, mutt.h: SSL certificate verification fixes
9996 + from Tommi Komulainen.
9998 + * imap/imap_ssl.c: SSL certificate verification fix from Tommi
10001 + * imap/command.c: [stable] Handle connection take-down by servers
10002 + more graciously. From Patrick Caulfield.
10004 + * doc/manual.sgml.head, contrib/pgp2.rc, contrib/pgp5.rc,
10005 + commands.c, init.h, pgp.c, pgp.h: Modified version of Byrial
10006 + Jensen's signature verification patch.
10008 +2000-05-25 12:21:29 roessler (roessler)
10010 + * pgp.c: Use strftime for time indications with PGP verification.
10012 + * curs_lib.c, mbyte.c: Somewhat different sigsegv fix suggested
10015 + * mbyte.c: wctomb(0,wc) is needed to work for bounds checking.
10017 + * mutt.h: Include stdlib.h from mutt.h.
10019 + * makedoc.c, init.h: Minor fixes from Byrial.
10021 + * doc/manual.sgml.head: typo.
10023 + * doc/devel-notes.txt, init.h, makedoc.c: Documentation
10024 + beautification patch from Byrial Jensen. Thanks!
10026 +2000-05-24 19:20:07 roessler (roessler)
10028 + * po/ru.po: Fixes #143.
10030 + * po/ru.po: Some fixes - #143.
10032 + * charset.c, charset.h, compose.c, gnupgparse.c: Make charset-hook
10033 + work with an external iconv implementation.
10035 + * imap/command.c: Handle disconnects more gracefully.
10036 + From Patrick Caulfield <patrick@sco.com>.
10038 + * config.guess, config.sub: [stable] Latest versions from
10039 + ftp.gnu.org/pub/gnu/config
10041 + * config.guess, config.sub: Latest versions from
10042 + ftp.gnu.org/pub/gnu/config.
10044 +2000-05-23 17:16:46 roessler (roessler)
10046 + * po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po,
10047 + po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po,
10048 + ChangeLog, VERSION, po/cs.po, po/da.po, po/de.po, po/el.po,
10049 + po/eo.po, po/es.po, po/fr.po, po/gl.po, reldate.h: automatic
10050 + post-release commit for mutt-1.3.2
10052 + * contrib/gpg.rc: Make this work on QNX.
10054 + * contrib/gpg.rc: Change suggested by Sam Roberts
10055 + <sroberts@uniserve.com> to make this work on QNX.
10057 +2000-05-22 16:15:35 roessler (roessler)
10059 + * po/pl.po: update
10061 + * rfc2047.c: Fix a stupid segmentation fault.
10063 + * lib.c: cosmetics.
10065 + * rfc2047.c: Fix a memory leak.
10067 + * charset.c, lib.c, lib.h, protos.h: Add mutt_str_adjust ().
10069 + * parse.c: Fix a possible cause for heap corruption.
10071 + * po/de.po: update.
10073 + * charset.c, gettext.c: Make mutt_gettext () a bit more compact.
10075 +2000-05-21 18:45:15 roessler (roessler)
10077 + * mbyte.h: Small fix from EGE.
10079 + * sendlib.c: Some fixes so ISO-2022-JP* works with mutt.
10080 + Mostly from TAKIZAWA Takashi <taki@luna.email.ne.jp>.
10082 + * muttlib.c: Comment a bit of code.
10084 +2000-05-20 18:16:18 roessler (roessler)
10086 + * po/fr.po: update.
10088 + * charset.c, charset.h, curs_lib.c, rfc2047.c, rfc2231.c: String
10089 + conversion patch from EGE.
10091 + * doc/manual.sgml.head, hook.c: Second version of Byrial's
10092 + display-hook patch.
10094 + * po/uk.po, po/zh_TW.Big5.po, po/fr.po, po/gl.po, po/id.po,
10095 + po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po,
10096 + po/sk.po, po/sv.po, ChangeLog, VERSION, po/cs.po, po/da.po,
10097 + po/de.po, po/el.po, po/eo.po, po/es.po, reldate.h: automatic
10098 + post-release commit for mutt-1.3.1
10100 + * doc/muttrc.man.head: Document display-hook in the manual page.
10102 + * commands.c, hook.c, init.h, mutt.h, protos.h, send.c: Add a
10103 + display-hook command. From Byrial Jensen.
10105 + * alias.c, browser.c, init.c, lib.c, mutt.h, muttlib.c, protos.h:
10106 + Add mutt_gecos_name function which centrally handles the GECOS
10109 + * imap/imap.c: Shut up some warnings. We may have to think
10110 + about mutt_stristr again.
10112 + * configure.in: Verify that regmatch_t has offsets, and not
10113 + only pointers. From Sam Roberts <sroberts@uniserve.com>.
10115 + * configure.in: Don't look for curses in /usr/5lib any more -
10116 + this broke things for some people.
10118 + * configure.in: Don't look for the curses library in /usr/5lib
10119 + any more. This broke things for some people.
10121 + * sendlib.c: Real fix for the pointer problem noted by Heiko
10124 + * sendlib.c: Fix a "string on stack returned" bug found by
10125 + Heiko Schlichting.
10127 +2000-05-19 07:36:42 roessler (roessler)
10129 + * hdrline.c: Fix %. formats. From EGE.
10131 +2000-05-18 17:06:59 roessler (roessler)
10133 + * copy.c, parse.c, rfc2047.c, rfc2047.h, rfc2231.c, send.c,
10134 + sendlib.c: rfc2047_decode change from EGE.
10136 + * charset.c: Catch a segmentation fault in mutt_convert_string ().
10138 + * acconfig.h: Don't enable debugging by default in the stable
10141 + * configure.in, main.c: More debugging output, and a warning
10144 + * main.c: Tell us something about internal iconv and CHARMAPS_DIR
10147 +2000-05-17 12:39:16 roessler (roessler)
10149 + * mkjtags.c: handle ^L lines correctly.
10151 + * mkjtags.c: Some beautifications.
10153 + * Makefile.am, mkjtags.c: Add a little tool to help with building
10154 + tags files my editor groks.
10156 + * handler.c: When displaying a deleted attachment's information,
10157 + present the file name if it is present. Suggested by Pete
10158 + Wenzel <pete@stc.com>.
10160 + * imap/imap_ssl.c: SSL certificate check fix. From Tommi
10163 + * imap/imap_ssl.c: Certificate check fix, from Tommi Komulainen.
10165 + * OPS, enter.c, functions.h: Add forward-word and backward-word
10166 + functions to the editor.
10168 + * OPS, enter.c, functions.h: Add a kill-eow function to the
10171 + * init.c: Small fix to mutt_set_default().
10173 +2000-05-16 19:01:50 roessler (roessler)
10175 + * Makefile.am: We don't need to build in the charmaps/ directory
10176 + unless we use the included iconv.
10178 + * compose.c, mutt.h, protos.h, sendlib.c: Some fixes to the size
10179 + calculation code.
10181 + * compose.c, globals.h, init.h, sendlib.c: A modified version
10182 + of Will Fiveash's compose format patch.
10184 + * acconfig.h, configure.in, init.c, init.h: Use nl_langinfo's
10185 + return value as the default for $charset.
10187 + * init.c: More default setting. This can easily be done much
10188 + cleaner than the last version of the patch.
10190 + * init.c: Hack: mutt_restore_default() now stores the latest
10191 + value of a variable as it's default if there was no default
10192 + before. The code in question is executed precisely once: when
10193 + mutt_restore_default() is invoked from mutt_init().
10195 + * hook.c, lib.c, lib.h, muttlib.c, protos.h: Let _mutt_expand_path
10196 + escape regular expression special characters. For stable.
10198 + * hook.c, lib.c, lib.h, muttlib.c, protos.h: mutt_expand_path
10199 + is now able to escape special characters for use in regular
10200 + expressions. This is needed to make folder-hooks work like
10203 + * muttlib.c: Sanitize file names passed to mutt_adv_mktemp.
10205 + * muttlib.c: Sanitize file name suggestions passed to
10208 + * doc/manual.sgml.tail, OPS, enter.c, functions.h: Add a
10209 + transpose-character function to the editor. From Aaron Schrab.
10211 + * configure.in: Improve the wchar_t checks. From "Andrew
10212 + W. Nosenko" <awn@bcs.zp.ua>.
10214 +2000-05-15 12:00:53 roessler (roessler)
10216 + * configure.in, mbyte.c, pager.c: More iconv-related patches
10219 +2000-05-13 17:39:03 roessler (roessler)
10221 + * configure.in: HP/UX vs. ANSI C. From Lars Hecking and Albert
10224 + * configure.in: Configuration for ANSI C / HP/UX. From albert
10225 + chin and Lars Hecking.
10227 +2000-05-12 13:41:34 roessler (roessler)
10229 + * mbyte.c, wcwidth.c: Make things compile. ;-)
10231 + * mbyte.c, mbyte.h, wcwidth.c: Isprint-related changes.
10232 + Suggested by Andrew Nosenko, adapted by EGE.
10234 + * gettext.c: Replacing some more free() calls by safe_free().
10236 + * acconfig.h, configure.in, curs_lib.c, gettext.c, help.c,
10237 + mbyte.c, mbyte.h, mutt.h, pager.c, wcwidth.c: wide-character
10238 + related patches. From Edmund Grimley Evans.
10240 + * configure.in: HP/UX -Ae detection. From Albert Chin. [stable]
10242 + * configure.in: Improve the HP/UX check for the -Ae command
10243 + line parameter. From albert chin (china@thewrittenword.com).
10245 + * gen_defs: Make sure gen_defs returns success. [stable]
10247 + * gen_defs: Sam Roberts reports that some shells do strange
10248 + things with exit states.
10250 + * doc/manual.sgml.head: Fix $spool vs. $spoolfile. From David
10253 +2000-05-11 07:10:32 roessler (roessler)
10255 + * doc/mutt.man: Remove some unnecessary spaces.
10257 + * doc/mutt.man, main.c: Fix usage information. Noted by Mikko
10260 + * acconfig.h, configure.in, globals.h: Check volatility of
10263 +2000-05-10 18:02:31 roessler (roessler)
10265 + * configure.in: Support for old Kerberos versions. From David
10266 + Champion <dgc@uchicago.edu>.
10268 + * configure.in: Fix support for old Kerberos libraries.
10270 + * hdrline.c, thread.c: updated messages-in-thread (%e) patch
10271 + from Markus Holmberg.
10273 + * po/pl.po: update.
10275 + * init.h, mutt.h, pop.c: Fix a segmentation fault introduced by
10276 + the change of pop_delete to a quad option.
10278 + * po/fr.po: Update the French translation.
10280 +2000-05-09 20:19:28 roessler (roessler)
10282 + * parse.c: more mailtool brain-damage support.
10284 + * acconfig.h, configure.in, parse.c: Sun mailtool message support.
10285 + The format is ugly, but the patch is reasonably clean.
10287 + * Makefile.am: include mbyte.h with the distribution.
10289 + * doc/devel-notes.txt: Add a word about format flags.
10291 + * imap/message.c: Make the X-Label patch work over IMAP.
10293 + * po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po,
10294 + po/uk.po, po/zh_TW.Big5.po, po/cs.po, po/da.po, po/de.po,
10295 + po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po,
10296 + po/it.po, po/ko.po, reldate.h, ChangeLog, VERSION: automatic
10297 + post-release commit for mutt-1.3
10299 + * hdrline.c, init.h, protos.h, thread.c: Add a %e option
10300 + for thread-relative message numbers. From Markus Holmberg
10301 + <markush@acc.umu.se>.
10303 + * doc/manual.sgml.head, hdrline.c, init.h, mutt.h, parse.c,
10304 + pattern.c: X-Label header support from David Champion
10305 + <dgc@uchicago.edu>.
10307 + * init.h, pop.c: Make pop_delete a quad-option. From Honza
10308 + Pazdziora <adelton@informatics.muni.cz>.
10310 + * VERSION: Ups, we should leave the version file on 1.2, so the
10311 + diff will get built properly when I release 1.3.
10313 + * lib.h, mbyte.c, mbyte.h, menu.c, muttlib.c, pager.c,
10314 + pgppubring.c, protos.h, rfc2047.c, rfc2231.c, sendlib.c,
10315 + utf8.c, wcwidth.c, Makefile.am, VERSION, charset.c, charset.h,
10316 + commands.c, compose.c, configure.in, curs_lib.c, curs_main.c,
10317 + enter.c, gettext.c, gnupgparse.c, hdrline.c, help.c, init.c:
10318 + Edmund Grimley Evans' UTF-8 patch.
10320 + * po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
10321 + po/sv.po, po/uk.po, po/zh_TW.Big5.po, VERSION, po/cs.po,
10322 + po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po,
10323 + po/gl.po, po/id.po, po/it.po, reldate.h, ChangeLog: automatic
10324 + post-release commit for mutt-1.2
10326 + * build-release: unstable branch.
10328 + * build-release: start preparing 1.2.
10330 +2000-05-03 07:48:46 roessler (roessler)
10332 + * po/zh_TW.Big5.po: branches: 1.30.2; automatic post-release
10333 + commit for mutt-1.1.14
10335 + * po/da.po: branches: 1.13.2; automatic post-release commit
10338 + * po/de.po: branches: 1.99.2; automatic post-release commit
10341 + * po/el.po: branches: 1.31.2; automatic post-release commit
10344 + * po/eo.po: branches: 1.30.2; automatic post-release commit
10347 + * po/es.po: branches: 1.49.2; automatic post-release commit
10350 + * po/fr.po: branches: 1.45.2; automatic post-release commit
10353 + * po/gl.po: branches: 1.23.2; automatic post-release commit
10356 + * po/id.po: branches: 1.31.2; automatic post-release commit
10359 + * po/it.po: branches: 1.59.2; automatic post-release commit
10362 + * po/ko.po: branches: 1.31.2; automatic post-release commit
10365 + * po/nl.po: branches: 1.36.2; automatic post-release commit
10368 + * po/pl.po: branches: 1.39.2; automatic post-release commit
10371 + * po/pt_BR.po: branches: 1.20.2; automatic post-release commit
10374 + * po/ru.po: branches: 1.67.2; automatic post-release commit
10377 + * po/sk.po: branches: 1.28.2; automatic post-release commit
10380 + * po/sv.po: branches: 1.27.2; automatic post-release commit
10383 + * po/uk.po: branches: 1.42.2; automatic post-release commit
10386 + * ChangeLog: branches: 2.40.2; automatic post-release commit
10389 + * VERSION: branches: 2.28.2; automatic post-release commit
10392 + * po/cs.po: branches: 1.35.2; automatic post-release commit
10395 + * po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/da.po,
10396 + po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po,
10397 + po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po,
10398 + po/ru.po, ChangeLog, VERSION, po/cs.po: automatic post-release
10399 + commit for mutt-1.1.13
10401 + * reldate.h: branches: 2.25.2; automatic post-release commit
10404 +2000-04-30 06:58:21 roessler (roessler)
10406 + * imap/message.c: branches: 1.24.2; Catch the case that an IMAP
10407 + server sends "\n\n" after a mail header. Diagnosed by Brendan.
10409 +2000-04-29 13:38:05 roessler (roessler)
10411 + * query.c: branches: 2.5.2; Fix a possible segmentation fault
10412 + with the external query feature.
10414 + * imap/imap.c: branches: 1.26.2; Fix the "empty screen after
10415 + sync" bug observed with certain versions of the Courier IMAP
10416 + server. From Brendan Cully.
10418 +2000-04-26 17:43:00 roessler (roessler)
10420 + * imap/util.c: branches: 1.23.2; Fix the imap_force_ssl option.
10422 + * po/da.po: update.
10424 + * contrib/pgp6.rc: Fix a little typo. Noted by Steve Brewer
10425 + <limako@mediaone.net>.
10427 + * imap/imap_ssl.c: branches: 1.12.2; Add a new option named
10430 + * imap/imap_ssl.h, imap/util.c: Add a new option named
10433 + * init.h: branches: 2.80.2; Add a new option named
10436 + * mutt.h: branches: 2.62.2; Add a new option named
10439 +2000-04-25 18:39:01 roessler (roessler)
10441 + * acconfig.h: branches: 2.15.2; Revised version of Lars' patch.
10443 + * configure.in: branches: 2.61.2; Revised version of Lars' patch.
10445 + * m4/funcdecl.m4: New macros CF_CHECK_FUNCDECL,
10446 + CF_CHECK_FUNCDECLS, CF_UPPER. These are slightly modified versions
10447 + of T. E. Dickey's macros from the lynx distribution. (From
10450 + * configure.in: Use new CF_CHECK_FUNCDECLS macro for curses
10451 + functions. This should catch function declarations and macros
10452 + alike. Due to a misfeature in autoheader, we have to explicitly
10453 + AC_DEFINE the curses functions. (From Lars Hecking.)
10455 + * acconfig.h: acconfig.h: Remove duplicate VERSION and unused
10456 + HAVE_GETOPT_DECL. Remove DEBUGGER (it's AC_SUBST'ed, not
10457 + AC_DEFINE'd). Add defines for curses functions. (From Lars
10460 + * po/it.po: update.
10462 +2000-04-24 13:10:11 roessler (roessler)
10464 + * imap/util.c: Fix a segmentation fault with folder completion.
10467 + * imap/message.c: Fall back to INTERNALDATE when Date header
10468 + isn't present. From Brendan.
10470 +2000-04-22 18:34:29 roessler (roessler)
10472 + * po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po,
10473 + po/sv.po, po/uk.po, po/zh_TW.Big5.po, ChangeLog, VERSION,
10474 + po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po,
10475 + po/fr.po, po/gl.po, po/id.po, po/it.po, reldate.h: automatic
10476 + post-release commit for mutt-1.1.12
10478 + * doc/manual.sgml.head: branches: 1.31.2; Add a link to
10479 + http://www.mutt.org/download.html.
10481 + * init.c, init.h, thread.c: Handle sort_aux="threads"
10482 + somewhat different, and probably more safely. Problem and
10483 + principle of fix noted by Gero Treuner and Michael Tatge
10484 + <Michael.Tatge@studserv.uni-stuttgart.de>.
10486 + * lib.c: branches: 2.23.2; Coda compatibility. From Jan Harkes
10487 + <jaharkes@cs.cmu.edu>.
10489 + * parse.c: Fix message parsing. This fixes the "Reply-To in
10490 + body" bug. From Edmund GRIMLEY EVANS.
10492 + * doc/manual.sgml.tail: Fix the sgmltools URL. From Martin
10495 + * charset.c: branches: 2.19.2; Comment cosmetics. From Martin
10498 + * editmsg.c, extlib.c, gnupgparse.c, lib.c: Comment cosmetics.
10499 + From Martin Michlmayer.
10501 + * lib.h: branches: 2.7.2; Comment cosmetics. From Martin
10504 + * pgpinvoke.c: Comment cosmetics. From Martin Michlmayer.
10506 + * pgpkey.c: branches: 2.24.2; Comment cosmetics. From Martin
10509 + * pgplib.c, pgppubring.c, recvcmd.c: Comment cosmetics.
10510 + From Martin Michlmayer.
10512 + * remailer.c: branches: 2.11.2; Comment cosmetics. From Martin
10515 + * rfc2231.c, rfc2231.h: Comment cosmetics. From Martin
10518 + * doc/manual.sgml.head: Document the elmish "!!" shortcut for
10519 + the last folder. From Martin Michlmayr <tbm@cyrius.com>.
10521 + * curs_main.c: branches: 2.44.2; Fix various inconsistencies
10522 + with respect to thread deletion.
10524 + * pager.c: Fix various inconsistencies with respect to thread
10527 +2000-04-12 16:32:26 roessler (roessler)
10529 + * browser.c: branches: 2.21.2; Initialize some more memory.
10530 + Noted by Vsevolod Volkov <vvv@lucky.net>.
10532 + * headers.c: Catch some error conditions.
10534 + * main.c: branches: 2.29.2; Tell us whether debugging is enabled
10537 +2000-04-09 13:32:36 roessler (roessler)
10539 + * po/sv.po: Update.
10541 + * imap/imap_ssl.c: Another file mode change.
10543 + * po/fr.po, po/es.po, po/el.po: update.
10545 + * imap/imap_ssl.c: Save more than one SSL certificate to the
10546 + certificate file.
10548 + * po/da.po, po/cs.po: update.
10550 + * imap/socket.c: branches: 1.9.2; Make host name comparison
10551 + case-insensitive.
10553 + * doc/manual.sgml.head: Minor typo in the documentation.
10554 + Noted by Vsevolod Volkov <vvv@lucky.net>.
10556 + * muttlib.c: branches: 2.16.2; The "!!" shortcut had another
10557 + flaw. Noted by Martin Michlmayr <tbm@cyrius.com>.
10559 + * imap/BUGS: branches: 1.12.2; Documentation patch from Brendan
10562 + * pattern.c: Fix ^ and ! pattern modifiers.
10564 +2000-03-31 12:37:21 roessler (roessler)
10566 + * po/pl.po, po/id.po: update.
10568 +2000-03-30 15:33:14 roessler (roessler)
10570 + * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pt_BR.po,
10571 + po/ru.po, po/nl.po, po/pl.po, po/ko.po, po/it.po, po/fr.po,
10572 + po/gl.po, po/id.po, po/eo.po, po/es.po, po/el.po, po/da.po,
10573 + po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog: automatic
10574 + post-release commit for mutt-1.1.11
10576 + * po/uk.po, po/zh_TW.Big5.po, po/sv.po, po/sk.po, po/pt_BR.po,
10577 + po/ru.po, po/nl.po, po/pl.po, po/ko.po, po/id.po, po/it.po,
10578 + po/gl.po, po/fr.po, po/es.po, po/eo.po, po/el.po, po/de.po,
10579 + po/da.po, po/Makefile.in.in, po/POTFILES.in, po/cs.po: make
10580 + update-po, and undo most parts of Lars' and Tommi's patch -
10581 + it broke things here.
10583 + * imap/imap_ssl.c: Typo, noticed by Vsevolod Volkov
10586 + * po/de.po: update.
10590 + * contrib/Makefile.in: Distribute pgp6.rc. Ups.
10592 + * po/uk.po: Updated Ukrainian translation.
10594 + * curs_main.c: Cursor cosmetics. From Byrial.
10596 + * contrib/Makefile.in: Installation process patch from Bill
10597 + Nottingham <notting@redhat.com>.
10599 + * build-release: Explicitly use scp1.
10601 +2000-03-29 20:16:36 roessler (roessler)
10603 + * po/zh_TW.Big5.po, po/sv.po, po/uk.po, po/sk.po, po/pt_BR.po,
10604 + po/ru.po, po/pl.po, po/ko.po, po/nl.po, po/id.po, po/it.po,
10605 + po/gl.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po,
10606 + po/da.po, po/cs.po, VERSION, reldate.h, ChangeLog: automatic
10607 + post-release commit for mutt-1.1.10
10609 + * imap/message.c: Fix access to read-only folders via IMAP.
10611 + * po/de.po, doc/Makefile.in, doc/manual.sgml.head, init.c,
10612 + thread.c: Various little patches from Gero Treuner.
10614 + * imap/Makefile.am: Build diff from Brendan Cully.
10616 + * Makefile.am: branches: 2.61.2; Build diff from Brendan Cully.
10618 +2000-03-28 10:09:19 roessler (roessler)
10620 + * po/Makefile.in.in, po/POTFILES.in, Makefile.am: A patch from
10621 + Tommi Komulainen (and Lars Hecking) for building outside the
10622 + source directory.
10624 +2000-03-27 23:56:35 roessler (roessler)
10626 + * imap/auth_gss.c: branches: 1.3.2; NetBSD portability patches
10627 + from Brendan Cully.
10629 + * imap/imap_ssl.c, acconfig.h, configure.in: NetBSD portability
10630 + patches from Brendan Cully.
10632 +2000-03-25 18:22:09 roessler (roessler)
10634 + * keymap.c: Timeout occasionally in menus, with the notable
10635 + exception of the editor. This is needed to avoid some more
10636 + IMAP timeouts. [patch-1.1.9.tlr.timeout.1]
10638 +2000-03-23 12:21:10 roessler (roessler)
10640 + * remailer.c: Little fix for the remailer menu.
10642 + * configure.in: Fix Kerberos configuration. From David Champion
10643 + <dgc@uchicago.edu>.
10645 +2000-03-22 08:24:45 roessler (roessler)
10647 + * mutt.h, sort.c, init.h: Sorting fix from Gero Treuner.
10649 +2000-03-21 22:01:42 roessler (roessler)
10651 + * configure.in: Fix charmap configuration. This was broken in
10652 + configure.in,v 2.54.
10654 +2000-03-20 10:32:18 roessler (roessler)
10656 + * muttlib.c: Fix the "!!" shortcut for the last folder. Noted by
10659 + * po/da.po, po/eo.po: update
10661 + * configure.in, Muttrc.head, Muttrc.head.in: Put Muttrc.head under
10662 + autoconf control - we need to substitute @docdir@ for the <f1>
10665 +2000-03-19 09:19:30 roessler (roessler)
10667 + * po/nl.po: Fix some sloppiness errors. From Brendan Cully.
10669 +2000-03-17 08:26:22 roessler (roessler)
10671 + * po/nl.po: update
10673 + * rfc2047.c: Don't override iso-2022-jp with us-ascii.
10675 + * sendlib.c: branches: 2.46.2; Don't override iso-2022-jp
10678 +2000-03-16 10:01:43 roessler (roessler)
10680 + * commands.c, init.h, mutt.h: Add the $print_decode option.
10682 + * po/ru.po, po/sv.po: updates
10684 + * po/it.po: update.
10686 + * editmsg.c: Use Editor with a fall-back to visual when editing
10689 + * muttlib.c: Localization nit from Byrial Jensen.
10691 + * doc/manual.sgml.head, init.h: Documentation fixes from Mikko
10694 +2000-03-15 23:25:47 roessler (roessler)
10696 + * imap/imap_ssl.c, imap/imap_ssl.h, imap/socket.c: Fix entropy
10697 + gathering in the IMAP SSL support. From Tommi Komulainen.
10699 + * README.SSL: branches: 2.4.2; Fix entropy gathering in the
10700 + IMAP SSL support. From Tommi Komulainen.
10702 + * configure.in, init.h: Fix entropy gathering in the IMAP SSL
10703 + support. From Tommi Komulainen.
10705 + * Makefile.am: Add a dependency for keymap_defs.h. Hope it
10708 + * po/da.po: update
10710 +2000-03-14 21:05:00 roessler (roessler)
10712 + * po/pl.po, po/cs.po: updates.
10714 + * configure.in: Fix a charmap configuration flaw. From Gero
10717 + * doc/Makefile.in: Install all the documentation. Problem noted
10718 + and fix supplied by Gero Treuner.
10720 + * po/es.po: Update from Boris Wesslowski.
10722 + * base64.c: Add the original fetchmail copyright notice.
10724 + * contrib/Makefile.in, contrib/pgp6.rc: More nits: Include a
10725 + sample configuration file for using mutt with pgp6, and install
10726 + and actually distribute Tin.rc.
10728 +2000-03-13 22:36:56 roessler (roessler)
10730 + * makedoc.c, send.c, charset.h, init.h: Various nits, noted by
10733 + * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pt_BR.po,
10734 + po/ru.po, po/pl.po, po/id.po, po/it.po, po/ko.po, po/nl.po,
10735 + po/gl.po, po/es.po, po/fr.po, po/eo.po, po/el.po, po/da.po,
10736 + po/de.po, po/cs.po, reldate.h, VERSION, ChangeLog: automatic
10737 + post-release commit for mutt-1.1.9
10739 + * build-release: change code for going on-line.
10741 + * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pl.po,
10742 + po/pt_BR.po, po/ru.po, po/ko.po, po/nl.po, po/gl.po, po/id.po,
10743 + po/it.po, po/eo.po, po/es.po, po/fr.po, po/el.po, po/de.po,
10744 + po/cs.po, po/da.po: make update-po.
10746 + * po/sv.po, po/fr.po: updates.
10748 +2000-03-10 11:38:32 roessler (roessler)
10750 + * handler.c: Fix the handling of raw carriage return characters
10751 + in the base64 handler.
10753 +2000-03-09 11:58:11 roessler (roessler)
10755 + * pgpinvoke.c: Bail on empty PGP formats.
10757 + * po/ko.po: update.
10759 +2000-03-08 18:08:03 roessler (roessler)
10761 + * imap/message.c: Another fix from Brendan Cully.
10763 + * po/pl.po: update.
10765 + * sendlib.c, parse.c: Fix more RFC2047 encoding bugs. Once again
10766 + from Gero Treuner <gero@faveve.uni-stuttgart.de>.
10768 +2000-03-07 19:53:19 roessler (roessler)
10770 + * po/da.po, configure.in: Adding a Danish translation.
10771 + Thanks to Morten Bo Johansen <mojo@image.dk> and
10772 + the members of the sslug-locale mailing list, see
10773 + http://www.sslug.dk/emailarkiv/locale/.
10775 + * color.c: branches: 2.8.2; The uncolor/unmono commands weren't
10776 + parsed correctly when not applicable. This fixes bug#65.
10778 + * makedoc.c: Make gcc happy.
10780 + * TODO: Remove an old item from this list. From Brendan Cully.
10782 + * sendlib.c, TODO: Correct header encodings when postponing
10785 + * protos.h: branches: 2.40.2; Correct header encodings when
10786 + postponing messages.
10788 + * send.c: Correct header encodings when postponing messages.
10790 + * po/de.po: update
10792 + * po/pt_BR.po, po/el.po: updates.
10794 + * curs_main.c: Fix NULL pointer deferences.
10796 +2000-03-04 12:57:53 roessler (roessler)
10798 + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/sv.po, po/pt_BR.po,
10799 + po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po,
10800 + po/gl.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po,
10801 + po/cs.po, reldate.h, build-release, VERSION, ChangeLog: automatic
10802 + post-release commit for mutt-1.1.8
10804 + * protos.h, send.c, alias.c, headers.c: Unify alias expansion.
10806 +2000-03-03 16:52:41 roessler (roessler)
10808 + * contrib/gpg.rc: branches: 1.5.2; Don't use gpg-2comp by
10809 + default, but leave the command lines using this one there as
10812 + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po,
10813 + po/pl.po, po/pt_BR.po, po/nl.po, po/it.po, po/ko.po, po/es.po,
10814 + po/fr.po, po/gl.po, po/id.po, po/el.po, po/eo.po, po/cs.po,
10815 + po/de.po, imap/imap_ssl.c, imap/imap_ssl.h, imap/message.c,
10816 + imap/message.h, imap/socket.c, imap/util.c, imap/auth.c,
10817 + imap/auth_gss.c, imap/browse.c: The FSF apparently has moved.
10819 + * imap/command.c: branches: 1.8.2; The FSF apparently has moved.
10821 + * imap/imap.c: The FSF apparently has moved.
10823 + * imap/imap.h: branches: 1.16.2; The FSF apparently has moved.
10825 + * imap/imap_private.h: branches: 1.17.2; The FSF apparently
10828 + * imap/imap_socket.h, doc/dotlock.man, doc/manual.sgml.head,
10829 + doc/mutt.man, doc/muttrc.man.head, rfc822.h, score.c, send.c,
10830 + sendlib.c, signal.c, sort.c, sort.h, status.c, system.c, thread.c,
10831 + recvcmd.c, remailer.c, remailer.h, resize.c, rfc1524.c, rfc1524.h,
10832 + rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h: The FSF apparently
10835 + * rfc822.c: branches: 2.9.2; The FSF apparently has moved.
10837 + * pgpinvoke.c, pgpkey.c, pgplib.c, pgplib.h, pgppubring.c:
10838 + The FSF apparently has moved.
10840 + * pop.c: branches: 2.7.2; The FSF apparently has moved.
10842 + * postpone.c, protos.h, query.c, recvattach.c, mx.h, pager.c,
10843 + pager.h, parse.c, pattern.c, pgp.c, pgp.h, menu.c: The FSF
10844 + apparently has moved.
10846 + * mh.c: branches: 2.22.2; The FSF apparently has moved.
10848 + * mime.h, mutt.h, mutt_curses.h, mutt_menu.h, mutt_regex.h,
10849 + muttbug.sh.in, muttlib.c: The FSF apparently has moved.
10851 + * mx.c: branches: 2.41.2; The FSF apparently has moved.
10853 + * history.c: branches: 2.5.6; The FSF apparently has moved.
10855 + * history.h: The FSF apparently has moved.
10857 + * hook.c: branches: 2.9.2; The FSF apparently has moved.
10859 + * init.c, init.h, keymap.c, keymap.h, lib.c, lib.h, mailbox.h,
10860 + main.c, makedoc.c, mapping.h: The FSF apparently has moved.
10862 + * mbox.c: branches: 2.15.2; The FSF apparently has moved.
10864 + * dotlock.h, edit.c, editmsg.c, enter.c, extlib.c, filter.c,
10865 + flags.c, from.c, functions.h: The FSF apparently has moved.
10867 + * globals.h: branches: 2.23.2; The FSF apparently has moved.
10869 + * gnupgparse.c, handler.c, hash.c, hash.h, hdrline.c, headers.c,
10870 + help.c, charset.c, charset.h, color.c, commands.c, complete.c,
10871 + compose.c: The FSF apparently has moved.
10873 + * copy.c: branches: 2.13.2; The FSF apparently has moved.
10875 + * copy.h: The FSF apparently has moved.
10877 + * curs_lib.c: branches: 2.18.2; The FSF apparently has moved.
10879 + * curs_main.c, date.c, dotlock.c, COPYRIGHT, addrbook.c, alias.c,
10880 + attach.c, attach.h, base64.c, browser.c, browser.h, buffy.c,
10881 + buffy.h: The FSF apparently has moved.
10883 + * po/sv.po: Swedish translation.
10885 + * imap/imap.h, imap/imap.c, commands.c, compose.c, curs_main.c,
10886 + editmsg.c, mailbox.h, mbox.c, mh.c, mx.c, mx.h, pop.c, postpone.c,
10887 + send.c, sendlib.c, attach.c: Fix index updates when closing or
10888 + synching mail folders fails. There were some bug-fixes hidden
10891 + * imap/message.c: More missing fclose (3) calls.
10893 +2000-03-02 21:01:27 roessler (roessler)
10895 + * imap/imap_ssl.c, imap/message.c: Fix a bunch of file descriptor
10898 + * po/de.po: A one-character patch from Gero Treuner.
10900 + * INSTALL, README.SSL: Add some SSL documentation. From Tommi
10903 + * mh.c, mx.c: Fix incompatible return value checking. This should
10906 + * mutt.h, send.c, init.h: Add $reverse_realname option.
10907 + Essentially suggested by ws@rhein.de.
10909 +2000-03-01 21:27:36 roessler (roessler)
10911 + * Muttrc.head: Fix #26: A little typo.
10913 + * contrib/Makefile.in, contrib/sample.muttrc-tlr: Add a commented
10914 + version of my .muttrc as an example.
10916 + * contrib/sample.muttrc: Fix some mail addresses.
10918 + * README.UPGRADE: Add some more documentation for users who
10919 + are upgrading. This is more precise than the NEWS file, but
10920 + confined to the more notable changes.
10922 + * configure.in: Another fix from Tommi Komulainen.
10924 + * po/eo.po, po/id.po, po/de.po: update.
10926 + * imap/util.c: Don't crash with NULL Context pointers.
10928 + * po/fr.po: Update.
10930 + * doc/dotlock.man, doc/mutt.man: dotlock is called mutt_dotlock
10931 + for quite some time now.
10933 + * po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po,
10934 + po/ru.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po, po/id.po,
10935 + po/it.po, po/ko.po, po/el.po, po/eo.po, po/es.po, po/de.po,
10936 + po/cs.po, VERSION, reldate.h, ChangeLog: automatic post-release
10937 + commit for mutt-1.1.7
10939 + * imap/command.c, init.h, mutt.h, README.SECURITY, configure.in:
10940 + Add $imap_servernoise option to suppress IMAP server messages.
10941 + From Brendan Cully.
10943 + * imap/Makefile.am: Include auth_gss.c with the distribution.
10945 +2000-02-29 22:40:46 roessler (roessler)
10947 + * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pt_BR.po,
10948 + po/ru.po, po/ko.po, po/nl.po, po/pl.po, po/it.po, po/fr.po,
10949 + po/gl.po, po/id.po, po/eo.po, po/es.po, po/el.po, po/de.po,
10950 + po/cs.po, reldate.h, VERSION, ChangeLog: automatic post-release
10951 + commit for mutt-1.1.6
10953 + * po/zh_TW.Big5.po, po/sv.po, po/uk.po, po/sk.po, po/ru.po,
10954 + po/pt_BR.po, po/nl.po, po/pl.po, po/ko.po, po/gl.po, po/id.po,
10955 + po/it.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/cs.po,
10956 + po/de.po: Some updates; make update-po.
10958 + * charset.c: Add error checking to the recode-attachment code.
10959 + From "Andrew W. Nosenko" <awn@bcs.zp.ua>.
10961 + * configure.in: Replace --enable-ssl by --with-ssl. From Tommi
10964 + * imap/imap.c, mx.c, curs_main.c: More IMAP folder update hacks.
10965 + Brendan says it works.
10967 +2000-02-28 18:06:35 roessler (roessler)
10969 + * doc/manual.sgml.head: Martin Michlmayr told me about a typo.
10971 + * imap/imap.h, imap/util.c, menu.c, pager.c: New IMAP keep-alive
10972 + code. This should work from all menus, and it should always
10973 + poll the current folder.
10975 + * menu.c, pager.c: Do IMAP keep-alive polls from all menus.
10977 + * curs_main.c, pager.c: Don't do Context updates from the
10978 + background, part 2.
10980 + * imap/imap.h, imap/imap_private.h, imap/util.c, imap/command.c,
10981 + imap/imap.c: Don't do Context updates from the background.
10983 +2000-02-27 08:49:34 roessler (roessler)
10985 + * po/POTFILES.in: imap/auth_gss.c was missing. Noted by "Andrew
10986 + W. Nosenko" <awn@bcs.zp.ua>.
10988 +2000-02-26 18:14:24 roessler (roessler)
10990 + * Makefile.am: muttbug is a script, not a program. Tell automake
10993 + * mx.c: Don't use an uninitialized string for error reporting.
10995 + * imap/browse.c: Fix a segmentation fault. Patch from Brendan
10998 +2000-02-25 08:57:05 roessler (roessler)
11000 + * .cvsignore: ignore muttbug{,.sh}
11002 + * Makefile.am: Tell users about README.UPGRADE.
11004 +2000-02-24 21:34:10 roessler (roessler)
11006 + * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/ru.po,
11007 + po/pt_BR.po, po/pl.po, po/ko.po, po/nl.po, po/fr.po, po/gl.po,
11008 + po/id.po, po/it.po, po/es.po, po/cs.po, po/de.po, po/el.po,
11009 + po/eo.po, reldate.h, ChangeLog, VERSION: automatic post-release
11010 + commit for mutt-1.1.5
11012 + * main.c: Fix #52, from Mikko.Hanninen@iki.fi.
11014 +2000-02-23 13:26:03 roessler (roessler)
11016 + * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pl.po,
11017 + po/pt_BR.po, po/ru.po, po/nl.po, po/id.po, po/it.po, po/ko.po,
11018 + po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/cs.po,
11019 + po/de.po: New German translation; make update-po.
11021 + * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pt_BR.po,
11022 + po/ru.po, po/ko.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po,
11023 + po/id.po, po/it.po, po/eo.po, po/es.po, po/Makefile.in.in,
11024 + po/cs.po, po/de.po, po/el.po: Fix some dependency, and do
11025 + update-po again. Also, Edmund Evans submitted a new Esperanto
11028 + * mx.c: safe_fclose() doesn't like FILE pointers.
11030 + * mx.h, mx.c: Don't core dump when locking a folder fails.
11032 +2000-02-22 19:22:29 roessler (roessler)
11034 + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/ru.po,
11035 + po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/id.po, po/it.po,
11036 + po/fr.po, po/gl.po, po/el.po, po/eo.po, po/es.po, po/de.po,
11037 + po/cs.po: update-po.
11039 + * po/ko.po: New Korean translation from
11040 + <redhands@linux.sarang.net>.
11042 + * muttbug.sh.in: Fix bug#42: A missing "'".
11044 + * main.c: Cosmetic fix from Marco d'Itri.
11046 + * imap/browse.c, browser.c, doc/manual.sgml.head: Brendan Cully's
11047 + latest IMAP browser fixes.
11049 +2000-02-18 10:56:24 roessler (roessler)
11051 + * muttlib.c: In mutt_copy_body(), we also need to strdup()
11052 + the content-description.
11054 + * imap/command.c: Reasonably handle suerfluous EXIST messages
11055 + from IMAP servers. From Brendan Cully.
11057 +2000-02-17 18:22:27 roessler (roessler)
11059 + * send.c: Fix content-description encoding - it was done after
11060 + signing, not before signing.
11062 + * sendlib.c, attach.c, mx.c, pop.c: Do more error checking when
11063 + writing messages to folders.
11065 +2000-02-16 17:29:33 roessler (roessler)
11067 + * send.c: Fix mail-followup-to generation.
11069 + * sendlib.c: Don't output empty header fields. This is made
11070 + necessary by the addition of possibly empty my_hdr commands.
11072 + * init.c: Permit empty my_hdrs. Suggested by Edmund Grimley
11075 + * po/cs.po: update.
11077 + * pattern.c, protos.h, send.c: Generate mail-followup-to headers
11078 + which contain the user's mail address when sending messages to
11079 + _known_ mailing lists.
11081 + * po/de.po: update.
11083 +2000-02-15 22:26:39 roessler (roessler)
11085 + * po/fr.po: update.
11087 + * po/eo.po: New translation from Edmund Grimley.
11089 + * OPS: Fix a typo.
11091 + * globals.h: Increase the size of ErrorBuf.
11093 + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pl.po, po/ru.po,
11094 + po/sk.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/eo.po,
11095 + po/es.po, po/fr.po, po/gl.po, po/cs.po, po/de.po, po/el.po,
11096 + VERSION, reldate.h, ChangeLog: automatic post-release commit
11099 + * doc/manual.sgml.head: Add improved documentation for the "push"
11100 + command, and macros. From Byrial Jensen, based on a patch by
11103 + * functions.h: Fix the <exit> function on the pager.
11105 + * doc/manual.sgml.head, doc/muttrc.man.head, hook.c, init.c,
11106 + init.h, protos.h: Byrial Jensen's unhook command patch.
11108 + * doc/Makefile.in: Remove superfluous empty lines from the text
11109 + version of the manual.
11111 + * OPS: Change the documentation string for OP_MAIN_PREV_UNDELETED
11112 + - it may be confusing.
11114 + * functions.h, keymap.c: More OP_EXIT fixes.
11116 + * OPS, functions.h, keymap.c, pager.c: Remove the OP_PAGER_EXIT
11117 + opcode, and change it to OP_EXIT.
11119 + * doc/manual.sgml.head: Add more documentation for subscribe
11122 +2000-02-14 20:51:37 roessler (roessler)
11124 + * init.h: Fix documentation for $followup_to.
11126 + * po/de.po: Fix the fixes. Folks, when submitting changes to the
11127 + .po files, please try a "make" in the po subdirectory afterwards.
11129 + * po/it.po: New Italian translation from Marco d'Itri.
11131 + * imap/imap.c, imap/Makefile.am, imap/auth.c, imap/auth_gss.c,
11132 + imap/browse.c, doc/manual.sgml.head, mx.c, .cvsignore,
11133 + Makefile.am, browser.c, browser.h, configure.in: Brendan Cully's
11134 + patch from <20000212185021.A7365@xanadu.kublai.com>.
11136 + * po/de.po: Fixes from Roland Rosenfeld.
11138 + * attach.c, compose.c: Fix a couple of random perror() calls
11139 + and related problems.
11141 + * sendlib.c: Fix encoding for text/* attachments with long lines.
11143 +2000-02-11 09:04:22 roessler (roessler)
11145 + * contrib/Pine.rc: Fix bug #23.
11147 + * init.h, makedoc.c: Fix minor documentation problems noted by
11148 + Marius Gedminas <mgedmin@takas.lt>.
11150 +2000-02-10 19:46:13 roessler (roessler)
11152 + * imap/message.c, pager.c, parse.c, pattern.c, pgp.c, pgp.h,
11153 + pgpkey.c, pgplib.h, postpone.c, protos.h, recvattach.c, send.c,
11154 + sendlib.c, sort.h, functions.h, globals.h, handler.c, hdrline.c,
11155 + headers.c, hook.c, init.c, init.h, keymap.c, keymap.h, main.c,
11156 + mutt.h, muttlib.c, mx.c, Makefile.am, acconfig.h, attach.c,
11157 + commands.c, compose.c, configure.in, copy.c, copy.h, curs_main.c:
11158 + PGP-cleanup patch from Roland Rosenfeld. Thanks!
11160 + * muttbug.sh.in: ${prefix} should be defined, as it may be used
11163 +2000-02-09 18:28:45 roessler (roessler)
11165 + * doc/manual.sgml.head: Fix a minor typo. From Mikko Hänninen.
11167 + * muttbug.sh.in: Mostly Debian-related fixes from Roland
11170 + * main.c: Small translation-related fix from Roland.
11172 + * po/fr.po: Update from Vincent Lefevre.
11174 + * pgpewrap: Portability patch to make pgpewrap work under HP/UX.
11175 + From David Ellement <ellement@sdd.hp.com>.
11177 + * doc/Makefile.in, doc/manual.sgml.head, doc/manual.sgml.tail,
11178 + init.h: Documentation changes from Roland Rosenfeld.
11180 +2000-02-08 20:55:33 roessler (roessler)
11182 + * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/ru.po,
11183 + po/ko.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po, po/id.po,
11184 + po/it.po, po/de.po, po/el.po, po/eo.po, po/es.po, build-release,
11185 + po/cs.po, reldate.h, Makefile.am, VERSION, ChangeLog: automatic
11186 + post-release commit for mutt-1.1.3
11188 + * build-release: Don't build US releases. RedHat and Caldera
11189 + don't object, Debian uses the international version anyways,
11190 + and SuSE (1) sits in Germany and (2) doesn't react.
11192 + * contrib/pgp2.rc: add a comment concerning +encrypttoself.
11194 + * pager.c, keymap.c: Avoid IMAP timeouts when viewing messages.
11195 + From Tommi.Komulainen@iki.fi.
11197 + * po/eo.po: Small fix from Edmund.
11199 +2000-02-07 19:16:41 roessler (roessler)
11201 + * doc/manual.sgml.head: Add a note on my_hdr when used from
11204 + * muttbug.sh.in: Remove another Debian reference from the severity
11205 + level descriptions.
11207 + * muttbug.sh.in: More fixes.
11209 + * muttlib.c, protos.h, rfc2047.c, rfc2231.c: Fix bug#22.
11211 + * muttbug.sh.in: Various fixes from Roland Rosenfeld.
11213 + * buffy.c: Fix a NULL pointer deference.
11215 +2000-02-03 13:41:38 roessler (roessler)
11217 + * acconfig.h, configure.in, muttbug.sh.in: Add debugger support
11220 + * init.c: Add a comment concerning muttbug.sh.
11222 + * muttbug.sh.in: More changes to the bug report script. Most of
11223 + them were suggest by Roland Rosenfeld.
11225 + * po/de.po: Minor fixes from Roland Rosenfeld.
11227 + * muttbug.sh.in: Add some Debian specifics.
11229 + * muttbug.sh.in: Strip comments from included configuration files.
11231 + * muttbug.sh.in: another minor fix.
11233 + * muttbug.sh.in: Minor fixes.
11235 + * Makefile.am, configure.in, main.c, muttbug.sh.in: Add muttbug,
11236 + the bug reporting utility. (Yes, we are about to get a real
11237 + bug-tracking system, see http://bugs.guug.de/.)
11239 + * doc/manual.sgml.head: Documentation fix.
11241 +2000-02-02 10:53:28 roessler (roessler)
11243 + * init.c: Make the parsing of integers more
11245 + * lib.c: Use O_NOFOLLOW when it's there, and needed.
11247 +2000-02-01 18:47:49 roessler (roessler)
11249 + * main.c: Cosmetics.
11251 + * doc/mutt.man, doc/muttrc.man.head: Cosmetics. Additionally,
11252 + remove the y2k compliance notice from the manual page.
11254 + * makedoc.c: Change the font used for typesetting "tables",
11255 + so we get usable output when roffing the muttrc (5) manual page
11256 + for a postscript printer.
11258 + * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pl.po,
11259 + po/ru.po, po/ko.po, po/nl.po, po/gl.po, po/id.po, po/it.po,
11260 + po/el.po, po/eo.po, po/es.po, po/fr.po, po/cs.po, po/de.po:
11261 + Include various po-file updaes, and make update-po.
11263 + * po/Makefile.in.in, po/POTFILES.in, Makefile.am: Build fix for
11264 + the po/ subdirectory, from Edmund G. Evans.
11266 + * po/eo.po: New Esperanto translation.
11268 + * init.h: Add a bit more documentation on $recall.
11270 +2000-01-30 13:35:22 roessler (roessler)
11272 + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po,
11273 + po/nl.po, po/pl.po, po/id.po, po/it.po, po/ko.po, po/es.po,
11274 + po/fr.po, po/gl.po, po/eo.po, po/POTFILES.in, po/cs.po, po/de.po,
11275 + po/el.po, po/Makefile.in.in, configure.in: Try to fix the build
11276 + process in the po/ subdirectory.
11278 + * configure.in: Add some languages to ALL_LINGUAS.
11280 + * po/gl.po, po/sv.po: Adding translations from stable to unstable.
11282 + * po/ru.po, po/zh_TW.Big5.po, po/fr.po, po/id.po, po/ko.po,
11283 + po/pl.po, po/de.po, po/el.po, po/eo.po: make update-po; including
11284 + new revisions submitted so far.
11286 +2000-01-29 08:03:48 roessler (roessler)
11288 + * init.h: Another change to attach_format.
11290 + * pgp.c, recvattach.c, send.c, sendlib.c, OPS, compose.c,
11291 + functions.h, init.h, mutt.h, parse.c: Michael Elkins'
11292 + content-disposition patch, with some small changes.
11294 +2000-01-28 21:32:47 roessler (roessler)
11296 + * init.h: Make the documentation for rfc2047_parameters
11297 + comprehensible to the end user.
11299 + * init.h: Documentation fix.
11301 + * rfc2231.c: RFC2231 support should understand utf-8.
11303 +2000-01-27 09:57:09 roessler (roessler)
11305 + * imap/imap_ssl.c, README.SSL, init.h, mutt.h: Add options
11306 + to disallow individual SSL protocols. From Jeremy Katz
11307 + <katzj@linuxpower.org>.
11309 +2000-01-25 21:21:10 roessler (roessler)
11311 + * imap/BUGS: Brendan Cully's latest changes:
11313 + Here is a patch to add some support for read-only IMAP folders.
11314 + This is most useful if you have multiple copies of mutt open,
11315 + but it also allows you to open a folder read-only and not
11316 + have to worry about flags getting changed. Toggling read-only
11317 + still doesn't work correctly - you may lose your 'N' flags
11318 + if you open a folder normally and switch to read-only.
11320 + I've also decided to try using UID FETCH, although I'm not
11321 + sure if older IMAP servers support it, but then again I'm
11322 + not sure if anyone's using any really old IMAP servers. The
11323 + main advantage is in the case of multiple clients, where
11324 + one client is deleting messages and the other isn't getting
11325 + notification. I'm experiencing that on my UW-IMAP 4.6 server. On
11326 + the other hand, this server seems to have all sorts of terrible
11327 + problems with this scenario, so I'm not sure how well the code
11328 + functions. It's a two-line change so far, it's experimental,
11329 + and it's the only IMAP code in an #if 0 block...
11331 + * imap/README: branches: 1.4.2; Brendan Cully's latest changes:
11333 + Here is a patch to add some support for read-only IMAP folders.
11334 + This is most useful if you have multiple copies of mutt open,
11335 + but it also allows you to open a folder read-only and not
11336 + have to worry about flags getting changed. Toggling read-only
11337 + still doesn't work correctly - you may lose your 'N' flags
11338 + if you open a folder normally and switch to read-only.
11340 + I've also decided to try using UID FETCH, although I'm not
11341 + sure if older IMAP servers support it, but then again I'm
11342 + not sure if anyone's using any really old IMAP servers. The
11343 + main advantage is in the case of multiple clients, where
11344 + one client is deleting messages and the other isn't getting
11345 + notification. I'm experiencing that on my UW-IMAP 4.6 server. On
11346 + the other hand, this server seems to have all sorts of terrible
11347 + problems with this scenario, so I'm not sure how well the code
11348 + functions. It's a two-line change so far, it's experimental,
11349 + and it's the only IMAP code in an #if 0 block...
11351 + * imap/TODO, imap/command.c, imap/imap.c, imap/message.c:
11352 + Brendan Cully's latest changes:
11354 + Here is a patch to add some support for read-only IMAP folders.
11355 + This is most useful if you have multiple copies of mutt open,
11356 + but it also allows you to open a folder read-only and not
11357 + have to worry about flags getting changed. Toggling read-only
11358 + still doesn't work correctly - you may lose your 'N' flags
11359 + if you open a folder normally and switch to read-only.
11361 + I've also decided to try using UID FETCH, although I'm not
11362 + sure if older IMAP servers support it, but then again I'm
11363 + not sure if anyone's using any really old IMAP servers. The
11364 + main advantage is in the case of multiple clients, where
11365 + one client is deleting messages and the other isn't getting
11366 + notification. I'm experiencing that on my UW-IMAP 4.6 server. On
11367 + the other hand, this server seems to have all sorts of terrible
11368 + problems with this scenario, so I'm not sure how well the code
11369 + functions. It's a two-line change so far, it's experimental,
11370 + and it's the only IMAP code in an #if 0 block...
11372 + * doc/Makefile.in: Make the build process work when sgmltools
11373 + aren't present. From Lawrence Greenfield <leg+@andrew.cmu.edu>.
11375 + * imap/auth.c: Fix GSSAPI support. From Lawrence Greenfield
11376 + <leg+@andrew.cmu.edu>.
11378 +2000-01-24 13:17:17 roessler (roessler)
11380 + * dotlock.h, mx.c, dotlock.c: Locking fix.
11382 + * enter.c: patch-1.1.2.mg.autocomplete.1 - from Marius Gedminas
11383 + <mgedmin@pub.osf.lt>.
11385 + * Makefile.am: small build process fix.
11387 + * m4/Makefile.am.in: Patch from Lars Hecking in order to build
11388 + mutt cleanly under Solaris 2.6.
11390 + * doc/manual.sgml.head: More list-reply documentation from
11391 + Mikko.Hanninen@iki.fi.
11393 + * init.h, mutt.h, rfc822.c: Removing rewrite_uucp. There were
11394 + too many objections against it.
11396 + * init.h, mutt.h, rfc822.c: Adding the $rewrite_uucp option.
11398 + * po/ru.po: update.
11400 + * po/eo.po, configure.in: Adding the Esperanto translation
11401 + to unstable. From Edmund GRIMLEY EVANS <edmundo@rano.org>.
11403 +2000-01-21 09:28:56 roessler (roessler)
11405 + * po/el.po: New greek translation.
11407 + * po/id.po: updated translation.
11409 +2000-01-20 17:35:41 roessler (roessler)
11411 + * po/pl.po: Updated polish translation.
11413 + * contrib/Makefile.in, Makefile.am: "make distclean" fixes from
11416 + * compose.c: Typo noted by edmundo@rano.org.
11418 + * po/ko.po: Update.
11420 + * send.c: Honor mail-followup-to when doing a list-reply.
11421 + From Mikko.Hanninen@iki.fi.
11423 +2000-01-19 14:59:01 roessler (roessler)
11425 + * commands.c: Don't move the index cursor after a failed attempt
11426 + to save a message. From Joe Orton <joe@orton.demon.co.uk>.
11428 + * po/de.po: New German translation for unstable, from Roland
11431 + * pgp.c: Fiksing a speling mysdeik nodet by Michael Sobolev. ;-)
11433 + * NEWS: Add a notice on display-toggle-weed.
11435 + * doc/manual.sgml.head, doc/manual.sgml.tail, OPS, functions.h:
11436 + Rename display-headers to display-toggle-weed.
11438 +2000-01-18 22:46:18 roessler (roessler)
11440 + * mx.c: mx_open_mailbox_append: Add an error message and remove
11441 + a file descriptor leak when we can open, but can't lock an MMDF
11444 + * po/zh_TW.Big5.po, po/uk.po, po/sv.po, po/sk.po, po/ru.po,
11445 + po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/gl.po,
11446 + po/id.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po,
11447 + po/cs.po, reldate.h, VERSION, ChangeLog: automatic post-release
11448 + commit for mutt-1.0.1
11450 + * contrib/Makefile.in: Respect $DESTDIR in contrib/Makefile.
11451 + From Hao Li <hli@rainfinity.com>.
11453 + * imap/imap.c, imap/message.c: Fix use of confirmcreate with IMAP.
11454 + A patch for this was suggested by Brian R. Gaeke.
11456 + * init.h, alias.c: Documentation fix about gecos_mask. From Will
11459 +2000-01-16 14:44:12 roessler (roessler)
11461 + * po/eo.po: new esperanto translation from edmundo@rano.org.
11463 + * editmsg.c: Use Visual, not Editor, for editing messages.
11464 + Noted by Marius Gedminas <mgedmin@pub.osf.lt>.
11466 + * rfc822.c: quote-related fix to the RFC822 parser. From Edmund
11469 +2000-01-12 09:20:34 roessler (roessler)
11471 + * init.c: It was impossible to unset a string. If you did
11472 + "unset realname" it would just print out the value of the string.
11473 + Attached is the fix.
11475 +2000-01-10 21:34:06 roessler (roessler)
11477 + * reap.pl: Handle #ifndef in reap.pl.
11479 + * configure.in: Recognize differently-named gccs as such, and
11480 + enable warnings. From "Andrew W. Nosenko" <awn@bcs.zp.ua>.
11482 + * pgp.c: To compile on SunOs 4.1.4, the order of two includes
11483 + needs to be switched (<sys/resource.h> contains a struct timeval.)
11485 + From Mark Seiden <mis@seiden.com>.
11487 + * doc/manual.sgml.head, pgplib.h, postpone.c, recvattach.c,
11488 + recvcmd.c, remailer.c, remailer.h, rfc2231.c, rfc2231.h,
11489 + attach.c, charset.c, charset.h, dotlock.h, editmsg.c, extlib.c,
11490 + gnupgparse.c, lib.c, lib.h, makedoc.c, mh.c, muttlib.c, mx.c,
11491 + mx.h, pgp.h: More copyright cosmetics - noted by Martin Michlmayr
11492 + <tbm@cyrius.com>.
11494 + * lib.c: Use safe_free() instead of free() with mutt_str_replace -
11495 + equivalent, but nicer.
11497 + * parse.c, pgpkey.c, postpone.c, protos.h, recvattach.c,
11498 + rfc1524.c, rfc2047.c, send.c, sendlib.c, attach.c, browser.c,
11499 + compose.c, curs_main.c, edit.c, history.c, init.c, lib.c,
11500 + main.c, menu.c, mh.c, muttlib.c: Add (and use) a function
11501 + mutt_str_replace, which essentially replaces the sequence:
11503 + safe_free (&s); s = safe_strdup (t);
11505 + * build-release, gnupgparse.c: Fix PGP uid parsing. Noted by
11506 + Edmund GRIMLEY EVANS <edmundo@rano.demon.co.uk>.
11508 +2000-01-08 10:31:28 roessler (roessler)
11510 + * VERSION, reldate.h, ChangeLog: automatic post-release commit
11513 + * keymap.c: Fix a macro-related segmentation fault in stable.
11514 + From Byrial Jensen.
11516 + * keymap.c: Fix a macro-related segmentation fault. From Byrial
11519 + * OPS, commands.c, compose.c, curs_main.c, functions.h, protos.h,
11520 + recvattach.c: Unified edit-type function for the index, compose,
11521 + and receive-attachment menus. Mostly by Michael Elkins.
11523 + * curs_lib.c: patch-1.1.1.me.endwin.1, from Michael Elkins.
11525 + * mutt.h, parse.c, init.h: Undo Michaels "pgpsearchext" patch.
11527 +2000-01-06 12:00:50 roessler (roessler)
11529 + * rfc2231.c, rfc2231.h, rfc822.c, rfc822.h, score.c, send.c,
11530 + sendlib.c, signal.c, sort.c, sort.h, status.c, system.c, thread.c,
11531 + pgplib.c, pgplib.h, pgppubring.c, pop.c, postpone.c, protos.h,
11532 + query.c, recvattach.c, recvcmd.c, remailer.c, remailer.h,
11533 + resize.c, rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h, mh.c,
11534 + mime.h, mutt.h, mutt_curses.h, mutt_menu.h, mutt_regex.h,
11535 + muttlib.c, mx.c, mx.h, pager.c, pager.h, parse.c, pattern.c,
11536 + pgp.h, pgpinvoke.c, keymap.c, keymap.h, lib.c, lib.h, mailbox.h,
11537 + main.c, makedoc.c, mapping.h, mbox.c, menu.c, init.h, hash.h,
11538 + hdrline.c, headers.c, help.c, history.c, history.h, hook.c,
11539 + init.c, copy.h, curs_lib.c, curs_main.c, date.c, dotlock.c,
11540 + dotlock.h, edit.c, editmsg.c, enter.c, extlib.c, filter.c,
11541 + flags.c, from.c, functions.h, globals.h, gnupgparse.c, handler.c,
11542 + hash.c, attach.c, attach.h, browser.c, browser.h, buffy.c,
11543 + buffy.h, charset.c, charset.h, color.c, commands.c, complete.c,
11544 + compose.c, copy.c, addrbook.c, alias.c: Update copyright notices
11547 + * signal.c, socket.c, sort.c, sort.h, status.c, system.c,
11548 + thread.c, query.c, recvattach.c, resize.c, rfc1524.c,
11549 + rfc1524.h, rfc2047.c, rfc2047.h, rfc822.c, rfc822.h, score.c,
11550 + send.c, sendlib.c, pattern.c, pgp.c, pgpinvoke.c, pgpkey.c,
11551 + pgppubring.c, pop.c, postpone.c, protos.h, pager.h, parse.c,
11552 + menu.c, mh.c, mime.h, mutt.h, mutt_curses.h, mutt_menu.h,
11553 + mutt_regex.h, mutt_socket.h, mx.c, mx.h, pager.c, imap.h,
11554 + init.c, init.h, keymap.c, keymap.h, lib.c, mailbox.h, main.c,
11555 + mapping.h, mbox.c, hash.c, hash.h, hdrline.c, headers.c,
11556 + help.c, history.c, history.h, hook.c, imap.c, curs_main.c,
11557 + date.c, dotlock.c, dotlock.h, edit.c, enter.c, filter.c, flags.c,
11558 + from.c, functions.h, globals.h, gnupgparse.c, handler.c, buffy.c,
11559 + buffy.h, charset.c, charset.h, color.c, commands.c, complete.c,
11560 + compose.c, copy.c, copy.h, curs_lib.c, addrbook.c, alias.c,
11561 + attach.c, attach.h, browser.c: Updat copyright notices in stable.
11563 +2000-01-05 09:40:52 roessler (roessler)
11565 + * init.h, mutt.h, parse.c: patch-1.1.1.me.pgpsearchtext.1.
11566 + From Michael Elkins.
11568 +2000-01-03 10:15:54 roessler (roessler)
11570 + * strcasecmp.c: New str*casecmp replacements for stable.
11572 + * strcasecmp.c: Fix strncasecmp and strcasecmp replacement
11573 + functions. Problem noted by Stu Heiss <stu@jpusa1.chi.il.us>.
11575 +2000-01-01 17:59:51 roessler (roessler)
11577 + * parse.c: y2k fix for 1.0.
11579 + * parse.c: A y2k fix for those who still use two-digit year
11580 + numbers as originally specified in RFC 822.
11582 +1999-12-29 18:38:07 roessler (roessler)
11584 + * po/zh_TW.Big5.po: New Chinese translation; from Anthnoy Wong
11585 + <ypwong@debian.org>; Dec 21 1999.
11587 + * sort.c: Fix a minor threading bug. From Edmund GRIMLEY EVANS
11588 + <edmundo@rano.demon.co.uk>, Dec 14 1999.
11590 + * browser.c: Fix the use of link_is_dir() in the file
11591 + browser. This should fix the bug reported by John Yates
11592 + <yates@flatiron.com> on Dec 07 1999. (Details noted by Byrial
11593 + Jensen <byrial@image.dk> on Dec 09 1999.)
11595 + * send.c: Don't use IMAP folders for FCCs when sending messages
11596 + in batch mode. This is _not_ Brendan's patch, which may be
11599 +1999-12-14 10:29:25 roessler (roessler)
11601 + * INSTALL: Add a short note that EXACT_ADDRESS is broken.
11602 + In order to fix it, we'd need a RFC 2047 implementation
11603 + which knows about RFC 822 syntax. (This would also help with
11604 + In-Reply-To headers, BTW, but would be considerably more complex.)
11606 +1999-12-13 11:36:01 roessler (roessler)
11608 + * init.h, mutt.h, protos.h, send.c, sendlib.c: Adding the
11609 + envelope_from option.
11611 +1999-12-09 11:17:35 roessler (roessler)
11613 + * imap/README, imap/auth.c, imap/browse.c, imap/imap.c,
11614 + imap/imap.h, imap/imap_private.h, imap/imap_socket.h,
11615 + imap/imap_ssl.c, imap/message.c, imap/socket.c, imap/util.c,
11616 + doc/manual.sgml.head, init.c, browser.c: Tommi Komulainen's
11617 + multiple IMAP usernames patch.
11619 +1999-12-06 09:59:28 roessler (roessler)
11621 + * mbox.c: Cosmetic improvement for reading mmdf folders.
11622 + From John Hawkinson <jhawk@bbnplanet.com>.
11624 +1999-12-04 15:42:07 roessler (roessler)
11626 + * mx.c: Check for the presence of .overview files when testing
11627 + whether some directory is an MH folder. This way, you can at
11628 + least read Usenet news from the spool using Mutt. ;-)
11630 + * alias.c, init.h, mutt_regex.h: William Feavish's GECOS regexp
11633 +1999-12-03 16:54:03 roessler (roessler)
11635 + * doc/manual.sgml.head: Fix the documentation on how to join
11636 + the mutt lists. Noted by Marius Gedminas <mgedmin@takas.lt>.
11638 + * init.h: Fix a small bug in the documentation for $hidden_host.
11640 + * configure.in: Fix the handling of --disable configure switches.
11642 + * configure.in: patch-1.0.rr.autoconf-disable.1: --disable-pop
11643 + shouldn't enable pop.
11645 + * rfc2047.c: Properly tag quoted-printable encoded RFC 2047
11646 + strings with $send_charset, not with $charset.
11648 + * Makefile.am, README, README.UPGRADE: Adding one more readme
11649 + file. This one is intended to serve as some kind of "howto"
11650 + for the most notable incompatible configuration changes.
11652 +1999-12-02 16:29:26 roessler (roessler)
11654 + * pgpkey.c: Fix the PGP key selection menu's title.
11656 + * imap/imap_ssl.c: SSL fixes from Tommi Kommulainen.
11658 + * NEWS: Announce edit-message and resend-message, and the changes
11661 + * doc/manual.sgml.head: Clarify the documentation of
11662 + lists/unlists/subscribe/unsubscribe a bit.
11664 +1999-12-01 12:06:31 roessler (roessler)
11666 + * imap/util.c: Now, I should have got the signal handling right.
11668 + * imap/util.c: another alarm (0) was missing. (However, this
11669 + one didn't crash mutt.)
11671 + * imap/util.c: imap_keepalive: cancel pending alarms. Otherwise,
11672 + mutt will die frequently.
11674 + * imap/util.c: Re-set the list of blocked signals after the
11675 + imap_keepalive stuff.
11677 + * imap/imap.h, imap/util.c, curs_lib.c, mutt.h, system.c:
11678 + A modified version of Tommi Kommulainen's imap keepalive patch.
11680 +1999-11-26 09:19:03 roessler (roessler)
11682 + * imap/message.c: Fix the lines header.
11684 +1999-11-25 15:18:02 roessler (roessler)
11686 + * imap/imap.h, imap/util.c, curs_lib.c, mutt.h, system.c: Undo
11687 + the IMAP keepalive patch. It has just bitten me while mutt was
11688 + trying to dotlock a folder. Seems that there needs some more
11691 + * imap/imap.h, imap/util.c, mutt.h, system.c, curs_lib.c:
11692 + A modified version of Tommi Komulainen's imap keepalive patch.
11694 +1999-11-24 16:29:58 roessler (roessler)
11696 + * NEWS: Change some headlines: Instead of "major changes
11697 + since <unstable version>", it's "major changes since 1.0" now.
11698 + In addition, I changed the note concerning the lists/subscribe
11699 + change to be more explicit than the old one.
11701 + * imap/message.c: IMAP line count fix from
11702 + Tommi.Komulainen@iki.fi.
11704 +1999-11-23 23:43:51 roessler (roessler)
11706 + * postpone.c: mutt_prepare_template() didn't work with
11707 + PGP-encrypted messages due to an - errm - interesting typo.
11709 + * doc/manual.sgml.head: Document the fact that users can enter
11710 + a mail-followup-to header in the editor. There seems to have
11711 + been some confusion about this.
11713 + * doc/PGP-Notes.txt, acconfig.h, configure.in, pgp.c: Disable
11714 + core dumps before we ask the user for a pass phrase. Suggested by
11715 + <Stefan.Alfredsson@kau.se>.
11717 + * doc/PGP-Notes.txt: Include the maildrop recipe Mark Weinem
11718 + <mark.weinem@unidui.uni-duisburg.de> sent me some weeks ago.
11720 + * muttlib.c: Permit !! for the last folder. Elm compatibility.
11722 + * NEWS: Tell our users that fcc_clear exists.
11724 + * init.h, mutt.h, send.c: Adding an fcc_clear option for
11725 + unencrypted and unsigned FCCs.
11727 + * imap/Makefile.am: Include the SSL-related code with "make dist".
11729 +1999-11-22 16:01:42 roessler (roessler)
11731 + * imap/imap.c, imap/imap.h, imap/imap_private.h, imap/message.c,
11732 + imap/util.c, imap/BUGS, imap/README, imap/TODO, OPS, browser.c,
11733 + functions.h, pgppubring.c: IMAP folder creation and deletion.
11734 + From Brendan Cully.
11736 + * po/de.po: Der Versuch, "Diskussionsfaden" durch etwas
11737 + Verständlicheres zu ersetzen. ;-)
11739 +1999-11-18 16:19:35 roessler (roessler)
11741 + * init.h: Include SSL documentation in the manual.
11743 + * dotlock.c: indentation noise.
11745 + * imap/socket.c: Small code clean-up.
11747 + * mx.c: Detect .mew_cache files in MH folders. Suggested by
11748 + Kawaguti Ginga <ginga@amalthea.phys.s.u-tokyo.ac.jp>.
11750 + * doc/manual.sgml.head: Documentation nit from Byrial Jensen.
11752 + * lib.c: patch-1.0.bj.lastline.1: Handle last lines in
11753 + configuration files nicely, even when they are not terminated
11754 + by a \n character.
11756 + * parse.c, rfc2231.c: Some rather cosmetic changes.
11758 +1999-11-17 22:47:59 roessler (roessler)
11760 + * menu.c: some reorganizations of the dialog menu code.
11762 + * alias.c: Fix the address sanitizer. You should now be
11763 + able to auto-create an alias for someone like "Jon K. Hellan"
11764 + <hellan@acm.org>.
11766 + * imap/Makefile.am, imap/browse.c, imap/imap.c, imap/imap.h,
11767 + imap/imap_private.h, imap/imap_socket.h, imap/imap_ssl.c,
11768 + imap/imap_ssl.h, imap/message.c, imap/socket.c, imap/util.c,
11769 + doc/manual.sgml.head, Makefile.am, NEWS, README.SSL, acconfig.h,
11770 + configure.in, init.c, init.h, main.c, mutt.h: Tommi Komulainen's
11771 + IMAP/SSL support patches.
11773 + * menu.c, mutt_menu.h: Tommi Komulainen's menu/dialog patch.
11775 +1999-11-15 17:44:15 roessler (roessler)
11777 + * pgp.c: Fix the pgp-hook logic.
11779 + * color.c: Small color fix from T. E. Dickey.
11781 + * color.c: A small patch from TE Dickey.
11783 +1999-11-11 18:30:25 roessler (roessler)
11785 + * rfc822.c: ups, the previous patch included a small buffer
11788 + * po/gl.po: Roberto Suarez Soto <robe@ceu.fi.udc.es> sent us a
11791 + * rfc822.c: Fix a header quoting bug.
11793 + * doc/Makefile.in: Another build process patch from Brendan Cully.
11795 +1999-11-10 21:35:33 roessler (roessler)
11797 + * rfc2231.c: Ignore empty MIME parameters.
11799 +1999-11-09 12:40:14 roessler (roessler)
11801 + * mbox.c, parse.c: Add some more sanity checks about
11804 + * curs_lib.c: Fix an SLang-related compilation problem.
11805 + Originally from Jon Kåre Hellan.
11807 + * postpone.c: Simplify mutt_prepare_template (). Instead of
11808 + copying around all kinds of data, we re-parse the postponed
11809 + message's structure.
11811 + * postpone.c: Make sure mutt doesn't forget MIME structure when
11812 + the user resends a message/rfc822 body from the recvattach menu.
11813 + Note, however, that this is more of a temporary solution
11814 + - I think there is some more space for improvements in
11815 + mutt_prepare_template().
11817 + * imap/Makefile.am, doc/Makefile.in, contrib/Makefile.in,
11818 + configure.in, Makefile.am: Build process fixes from Brendan Cully.
11820 + * pager.c: Add a missing redraw after resend-message.
11822 +1999-11-08 22:10:49 roessler (roessler)
11824 + * VERSION: Undo changes which are due to release-building tests.
11825 + After all, we want the _right_ diff next time.
11827 + * build-release: Finalize the new build-release script.
11829 + * ChangeLog, VERSION, build-release: automatic post-release
11830 + commit for mutt-1.1.1.2
11832 + * LAST_TAG, Makefile.am, OVERSION, VERSION, build-release,
11833 + ChangeLog: automatic post-release commit for mutt-1.1.1.1
11835 + * LAST_TAG, Makefile.am, OVERSION: Preparing some improvements
11836 + to the build process.
11838 + * po/de.po, reldate.h, VERSION, ChangeLog: automatic post-release
11839 + commit for mutt-1.1.1
11841 +1999-11-07 22:52:40 roessler (roessler)
11843 + * sendlib.c: short-cut utf-7 as a 7bit character set. Currently,
11844 + utf-7 may be overridden by us-ascii.
11846 + * protos.h, recvattach.c, recvcmd.c, rfc1524.c, rfc1524.h,
11847 + send.c, sendlib.c, attach.c, attach.h, browser.c, commands.c,
11848 + compose.c, curs_main.c, functions.h, init.h, mutt.h, muttlib.c,
11849 + pager.c, pager.h, postpone.c, Makefile.am: Rewriting lots of
11850 + the recvattach code.
11852 + * po/eo.po: branches: 1.1.2; file eo.po was initially added on
11853 + branch mutt-1-0-stable.
11855 + * po/eo.po, configure.in: Esperanto translation from Edmund
11856 + GRIMLEY EVANS <edmundo@rano.demon.co.uk>.
11858 +1999-11-05 07:28:11 roessler (roessler)
11860 + * pgppubring.c: preprocess out some unused strings.
11862 +1999-11-04 21:35:32 roessler (roessler)
11864 + * rfc2231.c: Catch a segmenatation fault. Note that this is
11865 + not the real fix for the problem...
11867 + * menu.c: Change a short to an int where it should have been one.
11869 + * po/gl.po: New version.
11871 + * protos.h, send.c, status.c, buffy.c, globals.h, postpone.c:
11872 + IMAP postpone changes from Byrial Jensen.
11874 +1999-11-03 20:30:19 roessler (roessler)
11876 + * recvattach.c: Adding a comment which describes some ideas on
11877 + how the attachment menu should work.
11879 +1999-11-02 15:51:07 roessler (roessler)
11881 + * imap/BUGS, imap/command.c, imap/imap.c, imap/imap_private.h,
11882 + imap/message.c, imap/util.c, buffy.c: Various IMAP-related fixes
11883 + from Brendan Cully.
11885 +1999-10-31 17:12:55 roessler (roessler)
11887 + * po/it.po: [stable] Small fix from Marco d'Itri.
11889 + * m4/.cvsignore, intl/.cvsignore, imap/BUGS, imap/message.c,
11890 + contrib/.cvsignore: From Brendan Cully: IMAP updates should work
11893 +1999-10-29 05:43:40 roessler (roessler)
11895 + * po/.cvsignore: Cosmetics.
11897 + * imap/BUGS: Update the documentation.
11899 + * doc/.cvsignore: Cosmetics.
11901 + * buffy.c, globals.h, postpone.c, send.c, status.c: Don't check
11902 + the number of postponed messages every time the status line
11903 + is updated - this gets quite slow when used with slow IMAP
11906 +1999-10-28 17:42:07 roessler (roessler)
11908 + * README: Fix the version number in the README file.
11910 + * pop.c: Cosmetic POP fixes from Evan DiBiase
11911 + <evand@telerama.com>.
11913 + * pop.c: Cosmetic fixes from Evan DiBiase <evand@telerama.com>.
11915 +1999-10-28 08:15:38 <Jon.K.Hellan@item.ntnu.no> (roessler)
11917 + * imap/imap_socket.h, imap/socket.c, init.h, globals.h: Adding
11918 + imap_preconnect. This way, you can let mutt start an ssh tunnel
11919 + before it tries to connect to an IMAP server.
11921 +1999-10-27 12:17:34 roessler (roessler)
11923 + * po/gl.po: branches: 1.1.2; file gl.po was initially added on
11924 + branch mutt-1-0-stable.
11926 + * po/gl.po, configure.in: Adding a Galician translation.
11928 +1999-10-26 15:14:01 roessler (roessler)
11930 + * curs_lib.c, main.c: Some display-related fixes from Andrej
11933 + * editmsg.c: Fix a small bug in the new edit-message feature.
11934 + From Andrej Gritsenko.
11936 + * imap/imap.c, imap/imap_private.h, imap/util.c, imap/auth.c,
11937 + imap/browse.c, imap/command.c: * stops mutt from logging CRAM
11938 + secrets in debug mode. * should fix mutt segfaulting when trying
11939 + to open {} * helps with the problem of mutt detecting new mail
11941 + folder. Now, IMAP commands from the SELECTED state should call
11942 + imap_cmd_finish after they've executed commands. I've only put
11943 + this is imap_buffy_check for now - in my opinion the command
11944 + execution path is still not stable, and rewrites may obviate
11945 + the need for this...
11947 + (From: Brendan Cully <brendan@kublai.com>)
11949 +1999-10-25 20:05:14 roessler (roessler)
11951 + * po/sv.po: branches: 1.1.2; file sv.po was initially added on
11952 + branch mutt-1-0-stable.
11954 + * po/sv.po, configure.in: Adding the Swedish translation to
11957 + * po/de.po: Updated German translation from Roland Rosenfeld.
11959 + * imap/imap.h, imap/imap_private.h, imap/message.c, imap/util.c,
11960 + imap/.cvsignore, imap/BUGS, imap/Makefile.am, imap/browse.c,
11961 + imap/command.c, imap/imap.c, init.h: Brendan Cully's IMAP code
11964 +1999-10-22 08:49:30 roessler (roessler)
11966 + * Makefile.am, VERSION, reldate.h, ChangeLog: automatic
11967 + post-release commit for mutt-1.1
11969 + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/pt_BR.po, po/ru.po,
11970 + po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po,
11971 + po/es.po, po/el.po, po/de.po, po/cs.po, NEWS, VERSION, reldate.h,
11972 + ChangeLog: post-release commit for one dot zero. (yes, really.)
11974 +1999-10-21 08:07:22 roessler (roessler)
11976 + * compose.c: Another sprintf-vs-null issue.
11978 +1999-10-20 14:51:57 roessler (roessler)
11980 + * po/id.po: new indonesian translation.
11982 + * imap/message.c: Flags should only be modified using
11983 + mutt_set_flag(). Everything else leads to neglected side effects.
11984 + In this case, index colors, searches and possibly other side
11985 + effects were ignored when a message which resides on an IMAP
11988 + * imap/auth.c: Let the user skip CRAM-MD5 by entering an empty
11991 + * po/id.po, po/el.po: translation updates.
11993 + * configure.in: Don't use GNU grep specific options.
11995 +1999-10-19 15:34:04 roessler (roessler)
11997 + * imap/auth.c: Fix some sloppiness-induced, but harmless,
12000 + * imap/imap_private.h, imap/auth.c, imap/imap.c: Add
12001 + AUTHENTICATE=ANONYMOUS support to the IMAP authentication methods.
12002 + This is, for instance, needed to access the cyrus-related mailing
12003 + lists' archives at CMU.
12005 + * po/el.po: New greek translation.
12007 +1999-10-18 09:13:42 roessler (roessler)
12009 + * pgp.c: Handle Ctrl-G on the pgp-hook prompt correctly.
12011 +1999-10-16 15:19:29 roessler (roessler)
12013 + * Makefile.am: doc/PGP-Notes.txt vs. doc/PGP-Notes.
12015 + * Makefile.am: [stable] doc/PGP-Notes.txt has an extension. ups.
12017 + * send.c: [stable] Fix Debian bug #47408.
12019 + * send.c: Fix Debian bug #47408: When the postponed folder
12020 + is a maildir, messages should only be written to the _new_
12023 + * po/nl.po: New nl translation from Johan van Selst
12024 + <johans@stack.nl>.
12026 + * po/cs.po: New cs translation from Jiri Pavlovsky
12027 + <pavlovsk@ff.cuni.cz>.
12029 + * po/zh_TW.Big5.po: [stable] chinese translation fixes from
12030 + Anthony Wong <ypwong@debian.org>.
12032 + * init.h: scoring documentation fix.
12034 + * globals.h, init.h, mutt.h, mx.c, protos.h, score.c, sort.c:
12035 + Scoring improvements.
12037 +1999-10-14 16:09:10 roessler (roessler)
12039 + * po/ru.po: New Russian tranlation for stable.
12041 + * contrib/gpg.rc: New gpg.rc from Roland Rosenfeld.
12043 + * po/fr.po: [stable] New french translation.
12045 + * po/de.po: [stable] Fixes to the German translation.
12047 + * pattern.c: [stable] Fix a segmentation fault when attempting
12048 + to search pgp-encrypted messages.
12050 + * pattern.c: Fix a segmentation fault when search PGP-encrypted
12053 +1999-10-11 20:26:41 roessler (roessler)
12055 + * VERSION, po/es.po, reldate.h, ChangeLog: automatic post-release
12056 + commit for mutt-0.96.8
12058 + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po,
12059 + po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po,
12060 + po/el.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog:
12061 + post-release commit for 1.0pre4.
12063 + * po/zh_TW.Big5.po: New Chinese Translation.
12065 + * dotlock.c: [stable] Use dotlock.c from unstable.
12067 +1999-10-06 20:20:54 roessler (roessler)
12069 + * Makefile.am: Makefile.am fix for unstable.
12071 + * Makefile.am: [stable] Check for mutt_dotlock in
12072 + $(DESTDIR)$(bindir), not in $(bindir). This should fix some
12073 + Debian build problems.
12075 + * init.h: fix the $from documentation. Noted by David DeSimone.
12077 +1999-10-05 06:50:34 roessler (roessler)
12079 + * compose.c, mutt.h, recvattach.c: small fixes from Gero Treuner.
12081 + * mutt.h, recvattach.c, compose.c: [stable] small fixes from
12084 +1999-10-04 10:05:26 roessler (roessler)
12086 + * configure.in: [stable] add pt_BR to ALL_LINGUAS.
12088 + * configure.in: add pt_BR to ALL_LINGUAS.
12090 + * po/pt_BR.po: Brasilian translation.
12092 + * po/pt_BR.po: branches: 1.1.2; file pt_BR.po was initially
12093 + added on branch mutt-1-0-stable.
12095 + * po/pt_BR.po: Brasilian translation.
12097 + * imap/BUGS, imap/Makefile.am, imap/README, imap/auth.c,
12098 + imap/imap.c, imap/util.c, .cvsignore, mx.c: Some fixes from
12101 + * pgpewrap: pgpewrap spits out ugly error messages when used
12104 + * configure.in: AM_C_PROTOTYPES seems to be too recent for the
12105 + installed automake/autoconf base.
12107 + * postpone.c: Remove some nonsense from the resend-message
12110 + * postpone.c: Fix a memory leak.
12112 +1999-09-30 22:05:28 roessler (roessler)
12114 + * imap/message.c, send.c, sendlib.c, OPS, buffy.c, curs_main.c,
12115 + functions.h, headers.c, main.c, mbox.c, mh.c, mutt.h, parse.c,
12116 + parse.h, postpone.c, protos.h, recvattach.c: Add a resend-message
12117 + function (similar to the _old_ edit-message), and redo large
12118 + parts of mutt_prepare_edit_message (now mutt_prepare_template).
12120 + * main.c: unstable cosmetics.
12122 + * main.c: [stable] cosmetic change suggested by marco d'itri.
12124 + * po/es.po, po/es.po: New spanish translation from Boris
12127 + * imap/Makefile.am, makedoc.c: Build fixes from Lars Hecking.
12129 + * doc/manual.sgml.in, Muttrc.in, NEWS, globals.h, init.h, send.c:
12130 + [stable] Re-add in_reply_to, this time with the right default
12133 + * sendlib.c: [unstable] fix the duplicate x-mailer/uesr-agent
12136 + * send.c, globals.h, init.h: [unstable] Re-add in-reply-to.
12137 + This time with a suitable default. #-\
12139 +1999-09-29 17:47:33 roessler (roessler)
12141 + * configure.in: More fixes from Lars Hecking.
12143 + * configure.in: Adding AC_PREREQ to configure.in.
12145 + * configure.in: make sure the right software is used for building
12146 + mutt. Patch suggested by Lars Hecking and Will Fiveash.
12148 + * pgpinvoke.c: don't leak /dev/null file descriptors. From Roland
12151 + * curs_main.c: fix^2 for stable.
12153 + * curs_main.c: Fixing the fix - missing brackets.
12155 + * curs_main.c, parse.c: [stable] Fix some memory leaks noted by
12156 + purify running on behalf of Daniel Eisenbud.
12158 + * curs_main.c, parse.c: Fix some memory leaks noted by purify
12159 + running on behalf of Daniel Eisenbud.
12161 +1999-09-28 18:55:31 roessler (roessler)
12163 + * po/ru.po: Here goes an update for version 1.0-pre3i. The main
12164 + feature of this translation is that one-letter answers to
12165 + multiple choice questions are not localized (Thomas, could you
12166 + please add this as comment to the update in CVS?)
12168 + (From: Michael Sobolev.)
12170 + * sendlib.c: [stable] Include SPACE and HT with MIME specials.
12172 + * sendlib.c: [unstable] Include SPACE and HT with MimeSpecials.
12174 + * Makefile.am: Better solution for the makedoc build using
12177 + * Makefile.am: Some makes apparently have to be told about how
12178 + to build makedoc.
12180 +1999-09-27 17:55:14 roessler (roessler)
12182 + * copy.c: A back-port from unstable had missed some parts which
12183 + could lead to message corruption with mh mail folders.
12185 + * po/it.po: new Italian translation from Marco d'Itri.
12187 + * po/pl.po: New polish translation.
12189 + * po/de.po, po/de.po: Translation fix from Roland Rosenfeld.
12191 + * doc/manual.sgml.in: Documentation fix from Roland Rosenfeld.
12193 +1999-09-25 07:37:51 roessler (roessler)
12195 + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po,
12196 + po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po,
12197 + po/el.po, po/de.po, po/cs.po: post-release commit for 1.0pre3.
12199 + * VERSION, reldate.h, ChangeLog: pre-release commit for 1.0pre3.
12201 +1999-09-24 17:51:55 roessler (roessler)
12203 + * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/pl.po, po/ru.po,
12204 + po/it.po, po/ko.po, po/nl.po, po/fr.po, po/id.po, po/el.po,
12205 + po/es.po, po/cs.po, po/de.po, ChangeLog, VERSION, reldate.h:
12206 + automatic post-release commit for mutt-0.96.7
12208 +1999-09-23 21:13:55 roessler (roessler)
12210 + * po/el.po: New Greek tranlsation from Fanis <madf@geocities.com>.
12212 + * browser.c: [stable] Solaris snprintf vs. NULL pointers.
12214 + * browser.c: Try not to pass NULL pointers to snprintf
12215 + - the Solaris version doesn't like them. (Noted by
12216 + Thomas.Parmelan@efrei.fr.)
12218 + * imap/imap_private.h, imap/socket.c, imap/util.c, imap/BUGS,
12219 + imap/imap.c, buffy.c: Brendan Cully's latest changes:
12221 + * includes all of my last patch, since it hasn't been committed
12222 + yet. * catches a couple segfault problems if Context is NULL.
12223 + * works harder to avoid sending null STORE FLAGS commands. May not
12224 + be perfect yet, but also has extra debugging code. * has the
12225 + beginnings of a more interactive IMAP error handler.
12226 + Doesn't do anything yet, I'm just including it because I want
12227 + to get the rest of the patch out.
12229 + * doc/Makefile.in, Makefile.am: Use $(MAKE) instead of make.
12230 + Noted by Ryan Murray <rmurray@cyberhqz.com>.
12232 + * doc/Makefile.in, Makefile.am, configure.in, init.h: A small
12233 + portability fix related to makedoc.
12235 + * po/es.po: [stable] new spanish translation from Boris Wesslowski
12236 + <Boris.Wesslowski@StudBox.Uni-Stuttgart.DE>.
12238 + * alias.c: increase this limit for stable as well.
12240 + * handler.c: [stable] Fix a buffer overflow and a bug helping
12241 + with exploiting this overflow in the text/enriched handler.
12243 + * handler.c: Fix a buffer overflow and a bug helping with
12244 + exploiting this overflow in the text/enriched handler.
12246 + * imap/browse.c, doc/manual.sgml.head, curs_main.c: This small
12249 + * catches a possible null-pointer dereference in mx_close_mailbox
12250 + when logging out of the server.
12251 + * fixes IMAP tab-completion cosmetics (slightly broken with last
12252 + Cyrus-compatibility updates)
12253 + * adds a bit to the IMAP part of the manual.
12255 + Brendan Cully <brendan@kublai.com>
12257 + * alias.c: Increase a buffer to make larger group aliases
12258 + possible. The current STRING buffer was far too small.
12260 +1999-09-12 19:39:10 roessler (roessler)
12262 + * po/es.po: [stable] Updated spanish translation from Boris
12265 + * po/es.po: [stable] Fixes for the Spanish translation.
12266 + From Nicolás Lichtmaier <nick@debian.org>.
12268 + * imap/BUGS, imap/Makefile.am, imap/TODO, imap/auth.c,
12269 + imap/imap.c, imap/imap.h, imap/imap_private.h, imap/message.c,
12270 + imap/util.c, buffy.c, commands.c, globals.h, init.h: The attached
12271 + patch (imap-turbocharge.diff):
12273 + * changes mutt_buffy_check to only poll the selected folder
12274 + when it is opened, not all mailboxes (unless the timeout
12275 + has expired). This is a noticeable win if you have a few
12278 + * sets the default checkinterval to 60 seconds from 0. Things
12279 + are much much slower with 0.
12281 + * makes some cosmetic renames
12283 + * moves lots of generic imap stuff into a separate file,
12286 + * abstracts the process of sending a command to an IMAP server
12287 + a bit better (lots more to do here, though).
12289 + * moves the message-set creation code used by the new fastdelete
12290 + code into its own function, since it is generally useful.
12292 + * implements server-side copy of messages. Tagged messages
12293 + are copied in one command, thanks to the message-set
12294 + function. Speedy!
12296 + (From: Brendan Cully; modifications by tlr.)
12298 +1999-09-11 17:04:12 roessler (roessler)
12300 + * po/pl.po: [stable] new polish translation from Pawel Dienkonski.
12302 + * po/es.po: [stable] New Spanish translation from Boris
12305 + * configure.in: [stable] Hurd portability patch from Marcus
12308 + * configure.in: Hurd portability patch from Marcus Brinkmann.
12310 + * imap/browse.c, imap/imap.c: Fix IMAP fast deletion.
12313 + * Muttrc.in: typos fixed by Telsa.
12315 + * doc/manual.sgml.in: Small manual fix for stable. Noted by
12316 + Telsa <hobbit@aloss.ukuu.org.uk>.
12318 +1999-09-08 06:05:54 roessler (roessler)
12320 + * imap/imap.c, imap/imap.h, imap/imap_private.h, mx.c,
12321 + curs_main.c: The attached patch:
12323 + * gets Mutt to properly log off the IMAP server when
12324 + quitting. Clients don't care, but it's polite and proper.
12325 + * further updates the flags changes from yesterday * uses CLOSE
12326 + instead of EXPUNGE when closing a mailbox and purging
12327 + messages, for some slight speed gain. * purges all messages
12328 + marked for deletion in one command (if purging),
12329 + making for very cool speed gains switching mailboxes if you're
12330 + on, say, a few high volume mailing lists. Yeah, baby! (I
12331 + personally love this one).
12333 + (From Brendan Cully <brendan@kublai.com>)
12335 +1999-09-07 17:01:28 roessler (roessler)
12337 + * Makefile.am: Bail out if the chmod of mutt_dotlock fails.
12339 + * pgpkey.c: Fix a strtok NULL pointer problem.
12341 + * doc/manual.sgml.in: notes on how to produce secure mailcaps.
12343 + * gnupgparse.c, pgpinvoke.c: GPG-related fix from Gero Treuner.
12345 + * imap/BUGS, imap/Makefile.am, imap/TODO, imap/imap.c,
12346 + imap/imap_private.h, imap/message.c, imap/message.h, mutt.h,
12347 + muttlib.c, mx.c, status.c, complete.c, flags.c: * redoes the
12348 + folder update optimisation I did yesterday. It's somewhat
12349 + cleaner and less invasive, and I'm not so worried about memory
12352 + * Fixes the bug where mutt would append a '/' to $folder even
12353 + if it was only {mailhost}, causing mutt to browse the root
12354 + directory instead of the home directory.
12356 + * includes a first stab at preserving the D flag on the IMAP
12357 + server. Now if you answer no to 'Purge deleted', the server
12358 + still stores the messages as deleted, but doesn't expunge them
12361 + NOTE: this is a first attempt. Play around, but don't mark
12362 + things as deleted that you'd be sorry to see disappear.
12364 + (From: Brendan Cully <brendan@kublai.com>)
12366 + * doc/manual.sgml.head: Adding notes from README.SECURITY.
12368 +1999-09-06 09:16:53 roessler (roessler)
12370 + * imap/Makefile.am, imap/TODO, imap/imap.c, imap/imap.h,
12371 + imap/imap_private.h, imap/message.c, imap/message.h, mutt.h,
12372 + muttlib.c: * Small imap/Makefile.am tweak for make dist
12374 + * Hold on to mailbox flags, message flags, do update in one pass
12375 + instead of two, halving traffic on mailbox sync.
12377 + * Update message flags at fetch as well as header download,
12378 + if the server thinks they've changed. Saves some unneeded
12381 + * Move some structures out of imap_private.h into message.h,
12382 + since they are local now.
12384 + (From: Brendan Cully <brendan@kublai.com>)
12386 +1999-09-05 08:42:23 roessler (roessler)
12388 + * contrib/Tin.rc: add a sample of tin/lynx-like key bindings.
12390 + * imap/Makefile.am: include message.c with the IMAP library.
12392 + * init.c: [stable] Fixing "unignore *".
12394 + * init.c: Fix "unignore *": We must not add "*" to the unignore
12397 + * init.h: Documentation nit, from Liviu.
12399 +1999-09-04 04:55:58 roessler (roessler)
12401 + * imap/BUGS, imap/browse.c, imap/imap.c, imap/imap_private.h,
12402 + imap/message.c: Fix some more IMAP problems. From Brendan Cully.
12404 +1999-09-03 21:42:16 roessler (roessler)
12406 + * contrib/sample.muttrc: fix mailing list addresses. Noted by
12407 + David Benfell <benfell@greybeard95a.com>.
12409 + * browser.c: - If the name of the folder returned by an IMAP
12410 + server is empty, Mutt could segfault in the browser window
12411 + attempting to display it.
12412 + - add_folder in browser.c looks like it got corrupted in
12413 + some CVS update. A small patch makes things work again for
12414 + examine_mailboxes.
12415 + (From: Brendan Cully <brendan@kublai.com>)
12417 + * strdup.c, configure.in: strdup for unstable.
12419 + * configure.in: [stable] Some systems may not have strdup.
12422 + * strdup.c: branches: 1.1.2; file strdup.c was initially added
12423 + on branch mutt-1-0-stable.
12425 + * strdup.c: [stable] Some systems may not have strdup.
12428 + * browser.c: [stable] cosmetic fix from Brendan Cully.
12430 +1999-09-02 18:50:46 roessler (roessler)
12432 + * editmsg.c: Don't copy the Status header to the user's edit
12433 + buffer - we destroy it later when copying the message back.
12435 + * acconfig.h, configure.in, init.c, init.h, main.c:
12436 + [stable] Improved pgp 6.5.1 support. From Jochen Schmitt
12437 + <Jochen@herr-schmitt.de>.
12439 + * doc/manual.sgml.head, Makefile.am, OPS, compose.c, curs_main.c,
12440 + editmsg.c, mutt.h, protos.h, send.c, sendlib.c: A new edit-message
12441 + feature, giving the raw message in an editor.
12443 + * imap/auth.c: Fix a tiny signedness warning.
12445 + * dotlock.c: Remove a superfluous label.
12447 + * dotlock.c: [stable] remove a superfluous label.
12449 + * po/cs.po: New czech translation. From Jiri Pavlovsky
12450 + <pavlovsk@ff.cuni.cz>.
12452 + * doc/manual.sgml.in: [stable] It's www.sgmltools.org, not
12453 + www.sgml-tools.org. Noted by Heiko Schlichting.
12455 +1999-09-01 21:41:19 roessler (roessler)
12457 + * doc/Makefile.in, Makefile.am: A couple of build process
12458 + and portability fixes concerning the automatically generated
12461 + * mutt.h, init.c: [stable] Fix ignore/unignore. This is a
12462 + back-port from the unstable branch.
12464 + * po/ko.po: New Korean translation. From Byeong-Chan Kim
12465 + <redhands@linux.sarang.net>.
12467 + * curs_lib.c, edit.c, hdrline.c, sendlib.c: Fix a couple of
12468 + possible compilation warnings. (Noted by "John C. Place"
12469 + <placej@ctcdist.com>.)
12471 + * hdrline.c, sendlib.c, curs_lib.c, edit.c: [stable] Fix a couple
12472 + of small warnings. Noted by "John C. Place" <placej@ctcdist.com>.
12474 + * ChangeLog: check-point commit.
12476 + * mx.c: Don't clear the error line whenever dotlocking a file.
12478 + * mx.h: adding a prototype.
12480 + * curs_main.c, mailbox.h, mx.c: When the user synchronizes a
12481 + mail folder, do a thorough check.
12483 +1999-08-31 20:26:33 roessler (roessler)
12485 + * po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/ko.po,
12486 + po/nl.po, po/pl.po, po/id.po, po/it.po, po/es.po, po/fr.po,
12487 + VERSION, po/cs.po, po/de.po, po/el.po, reldate.h, Makefile.am,
12488 + ChangeLog: automatic post-release commit for mutt-0.96.6
12490 + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po,
12491 + po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po,
12492 + po/el.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog:
12493 + post-release commit for 1.0pre2.
12495 + * doc/manual.sgml.tail, doc/manual.sgml.head, protos.h, thread.c,
12496 + OPS, curs_main.c, functions.h: Adding a <parent-message>
12497 + function. From Roland Rosenfeld <roland@spinnaker.rhein.de>.
12499 + * curs_lib.c: Fix possible signedness problem with localized
12502 + * po/ru.po: New russian translation. From Michael Sobolev
12503 + <mss@transas.com>.
12505 + * imap.c: [stable] fix IMAP caching.
12507 +1999-08-30 16:10:45 roessler (roessler)
12509 + * configure.in, imap/imap.c, main.c: Properly handle IMAP
12512 + * mh.c: cosmetics.
12514 + * mh.c: [stable] Back-port various fixes from stable.
12516 + * mh.c: Avoid a memory and temporary file leak.
12518 + * mx.c, buffy.c, configure.in, imap.c: [stable] back-port
12519 + of various IMAP-related fixes. From Brendan Cully
12520 + <brendan@kublai.com>.
12522 +1999-08-27 07:41:44 roessler (roessler)
12524 + * TODO: some notes on generic limiting.
12526 +1999-08-26 20:26:56 roessler (roessler)
12528 + * keymap.c: Change alias menu key bindings to something more
12531 + * imap/TODO: Adding a TODO list.
12535 + * doc/manual.sgml.tail: Fix the sgml-tools url. Noted by Heiko
12538 + * doc/manual.sgml.in: Fix the URL to the sgml-tools package.
12539 + Noted by Heiko Schlichting.
12541 + * mh.c: Fixing a somewhat hypothetical error condition.
12543 + * curs_main.c, keymap.c, pager.c, recvattach.c: IRIX fixes.
12545 + * keymap.c, main.c, pager.c, recvattach.c, curs_main.c, edit.c:
12546 + Various fixes to make mutt compile on IRIX. Additionally,
12547 + we introduce default bindings for the <enter> key which is
12548 + used by xwsh for "return". Suggested by Heiko Schlichting
12549 + <heiko@cis.fu-berlin.de>.
12551 +1999-08-25 06:33:37 roessler (roessler)
12553 + * configure.in: We need ranlib even when we don't use IMAP.
12555 + * compose.c: Trivial patch to make attach-message work for
12558 +1999-08-24 21:27:20 roessler (roessler)
12560 + * po/de.po: Updates from Roland Rosenfeld.
12562 + * Makefile.am: Automake clean-up. From Lars Hecking.
12564 + * po/id.po: Updates.
12566 + * doc/Makefile.in: build muttrc.man before installing it.
12568 + * reldate.h, Makefile.am, VERSION, ChangeLog: automatic
12569 + post-release commit for mutt-0.96.5
12571 + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po,
12572 + po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po,
12573 + po/el.po, po/de.po, po/cs.po, NEWS, VERSION, reldate.h, ChangeLog:
12574 + release-commit 1.0pre1.
12576 + * Makefile.am: Still more bugs in the release-building process.
12578 + * Makefile.am: *grrrr* typos.
12580 + * po/sk.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/nl.po,
12581 + po/pl.po, po/fr.po, po/id.po, po/it.po, po/ko.po, po/cs.po,
12582 + po/de.po, po/el.po, po/es.po, ChangeLog: translation update.
12584 + * Makefile.am: Some of the targets were broken.
12586 + * Makefile.am: Another tidbit.
12588 + * Makefile.am: Still more build-process stuff. Let's see whether
12589 + this automatically builds 0.96.5.
12591 + * doc/manual.sgml, doc/muttrc.man, Muttrc: Remove some auto-built
12592 + files from the repository.
12594 + * Makefile.am: Further distribution process fixes.
12596 + * po/POTFILES.in: Make translations fit together with actual
12599 + * doc/Makefile.in, Muttrc, ChangeLog, Makefile.am: More fixes
12600 + to the distribution-building process; check-point commit for
12601 + documentation and ChangeLog.
12603 + * doc/Makefile.in, doc/manual.sgml, doc/muttrc.man: Various
12604 + experimental changes to automate the distribution-building
12605 + process; documentation update.
12607 + * Makefile.am: Various experimental changes to automate the
12608 + distribution-building process.
12610 +1999-08-23 22:12:05 roessler (roessler)
12612 + * configure.in: Fix charmaps part of the build process.
12614 + * copy.c: Fix an off-by-one error which lead to a segmentation
12617 + * charset.c: Don't delete symbol -> character code mappings.
12618 + Character sets may define multiple symbols. :-(
12620 + * imap/auth.c, imap/browse.c, imap/imap.c, imap/imap.h,
12621 + imap/imap_private.h, browser.c, configure.in, Makefile.am,
12622 + acconfig.h: Inclue GSS authentization for IMAP.
12624 + * dotlock.c, mx.c: Remove a couple of NFS-related hacks which
12625 + seem to be unnecessary.
12627 + * main.c: Fix a small typo affecting mutt -v's output.
12629 +1999-08-20 08:24:13 roessler (roessler)
12631 + * po/fr.po: Fixed french translation.
12633 + * imap/Makefile.am, imap/auth.c, imap/browse.c, imap/imap.c,
12634 + imap/imap.h, imap/imap_private.h, imap/imap_socket.h, imap/md5.h,
12635 + imap/md5c.c, imap/socket.c, socket.c, globals.h, imap.c, imap.h,
12636 + init.h, lib.h, mime.h, mutt_socket.h: Brendan Cully's latest
12639 + * prepare: branches: 2.8.2; Brendan Cully's latest IMAP clean-up.
12641 + * protos.h, rfc2047.c, sendlib.c, Makefile.am, base64.c,
12642 + configure.in, copy.c: Brendan Cully's latest IMAP clean-up.
12644 + * doc/manual.sgml.in, NEWS, copy.c, init.h, mutt.h, sendlib.c:
12645 + Back-port $bounce_delivered from unstable.
12647 + * po/fr.po: [stable] Small fixes.
12649 +1999-08-19 10:04:28 roessler (roessler)
12651 + * sendlib.c: [stable] Fix a back-porting bug.
12653 + * configure.in: [stable] Albert Chin-A-Young
12654 + <china@thewrittenword.com> suggests a different check for -lnsl
12657 + * configure.in: Albert Chin-A-Young suggests a slightly different
12658 + check for libsocket and libnsl.
12660 + * doc/manual.sgml.in: [stable] fix the urlview url.
12662 + * doc/manual.sgml.head: fix the urlview url.
12664 + * main.c: copyright message cosmetics.
12666 + * Makefile.am, configure.in, prepare: Remove the $output.in hack,
12667 + and create a fake charmaps directory instead.
12669 + * acconfig.h, configure.in: [stable] check signal.h for
12670 + sig_atomic_t. This should help to build this version of mutt
12671 + on systems such as SunOS 4.1.
12673 + * sendlib.c: [stable] Force quotes around the boundary parameter's
12676 + * sendlib.c: Force quotes around the boundary parameter.
12677 + Another courtesy towards Outlook.
12679 + * pgp.c: [stable] Make sure the boundary MIME parameter is the
12680 + last one on multipart/signed. Otherwise, Outlook will fail.
12681 + Pointed out by Ian Bell, Turnpike.
12683 + * muttlib.c, pgp.c: Ian Bell (turnpike) reports that Outlook
12684 + Express expects the boundary parameter to be the _last_ MIME
12685 + parameter on a multipart/* body part, and otherwise displays
12686 + messages as empty.
12688 +1999-08-18 06:54:13 roessler (roessler)
12690 + * doc/muttrc.man, doc/muttrc.man.head, doc/manual.sgml, NEWS:
12691 + documentation fixes.
12693 + * commands.c: Fetch senders' keys also when decrypting a message.
12694 + There may be a signature.
12696 + * main.c: Don't try to create $maildir if it's an IMAP folder.
12698 +1999-08-17 20:04:07 roessler (roessler)
12702 + * reldate.h: *grmbls*
12704 + * po/de.po, ChangeLog, VERSION: post-release commit for 0.96.4.
12706 + * po/de.po, VERSION, ChangeLog: post-release commit for 0.95.7.
12708 + * doc/manual.sgml, doc/muttrc.man, Muttrc: ispell's default path.
12710 + * postpone.c: Fixing a mutt -p segfault.
12712 + * doc/mutt.man, main.c: cosmetics; mention warranties in the
12715 +1999-08-15 19:59:09 roessler (roessler)
12717 + * compose.c: Make attach-message work with IMAP folders.
12719 + * po/cs.po: New CS translation.
12721 + * doc/Makefile.in, doc/manual.sgml, doc/muttrc.man, mutt.h, mx.c,
12722 + pgp.c, pgp.h, pgpinvoke.c, prepare, send.c, Makefile.am, Muttrc,
12723 + NEWS, README.SECURITY, browser.c, browser.h, commands.c, copy.c,
12724 + curs_main.c, globals.h, init.c, init.h, main.c: Various changes
12725 + added over the last week:
12727 + - $delete_untag - creation of "application/pgp" messages -
12728 + an attempt to fix prepare. - Browser format changes
12730 + * dotlock.h: cosmetics.
12732 + * dotlock.c: [stable] take dotlock.c from unstable.
12734 + * dotlock.c: Commit remaining changes.
12736 + * copy.c, mh.c, mutt.h: Remove ugly mh-synching kludge.
12738 + * dotlock.c, dotlock.h: Really fix $save_empty, even when the
12739 + dotlocking code is compiled into mutt.
12741 + * dotlock.c, dotlock.h: [stable] Fix $save_empty even when the
12742 + dotlocking code is linked into mutt.
12744 +1999-08-09 19:03:12 roessler (roessler)
12746 + * ChangeLog, ChangeLog: check-point commit.
12748 + * po/sk.po, po/uk.po, po/zh_TW.Big5.po, po/ko.po, po/nl.po,
12749 + po/pl.po, po/ru.po, po/de.po, po/el.po, po/es.po, po/fr.po,
12750 + po/id.po, po/it.po, po/cs.po: update-po.
12752 + * po/zh_TW.Big5.po: [stable] Fixing a small typo in the Chinese
12755 + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po,
12756 + po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/el.po,
12757 + po/es.po, po/de.po, po/cs.po: [stable] Adding the new polish
12758 + translation; general "make update-po".
12760 + * Muttrc, doc/muttrc.man, doc/muttrc.man.head, main.c,
12761 + po/zh_TW.Big5.po: Various fixes. Additionally, mutt will now
12762 + create the $folder directory when started in curses mode and if
12763 + it doesn't exist.
12765 +1999-08-08 14:57:13 roessler (roessler)
12767 + * po/zh_TW.Big5.po: new chinese translation.
12769 + * po/zh_TW.Big5.po: New chinese translation.
12771 + * Makefile.am: Fix order of some dependencies.
12773 + * Makefile.am: Fix keymap_defs.h dependency.
12775 + * po/it.po: Fix a translation string in it.po.
12777 + * po/it.po: Fixing a message. From Marco.
12779 + * doc/muttrc.man, init.h: Include complete documentation
12780 + regardless of actual features.
12782 + * doc/manual.sgml.in, doc/manual.sgml.tail, doc/mutt.man,
12783 + doc/mutt.man.in, doc/muttrc.man, doc/muttrc.man.head,
12784 + doc/muttrc.man.tail, contrib/Makefile.in, contrib/gpg.rc,
12785 + doc/Makefile.in, doc/devel-notes.txt, doc/dotlock.man,
12786 + doc/dotlock.man.in, doc/manual.sgml, doc/manual.sgml.head,
12787 + Makefile.am, Muttrc.head, Muttrc.in, NEWS, configure.in, init.h,
12788 + makedoc.c: Documentation updates; autogeneration of documentation
12791 +1999-08-04 19:58:13 roessler (roessler)
12793 + * NEWS: documentation to prepare the next release.
12795 + * doc/dotlock.man.in, dotlock.c, dotlock.h, mbox.c, mx.c, mx.h:
12796 + [stable] Fix $save_empty.
12798 + * ChangeLog: ChangeLog.
12800 + * NEWS, protos.h, send.c: Various fixes; documentation.
12802 + * doc/dotlock.man.in: Document the -d option.
12804 + * dotlock.h, mbox.c, mx.c, mx.h, dotlock.c: Fix $save_empty.
12806 +1999-07-29 09:17:29 roessler (roessler)
12808 + * doc/manual.sgml.in: Remove references to the old PGP
12809 + configuration interface. Noted by Hanno Wagner <wagner@fitug.de>.
12811 + * browser.c, complete.c, enter.c, imap.c, imap.h, main.c,
12812 + protos.h: Brendan Cully's latest IMAP patches.
12814 +1999-07-28 20:40:49 roessler (roessler)
12816 + * doc/manual.sgml.in: Fix "lists" documentation. From Jeremy
12817 + Blosser <jblosser@firinn.org>.
12819 + * doc/manual.sgml.in: Fix the description of the lists command.
12820 + Patch provided by Jeremy Blosser <jblosser@firinn.org>.
12822 + * doc/PGP-Notes.txt, pgp.h, pgpinvoke.c, init.c, init.h, pgp.c:
12825 + * doc/manual.sgml.in, doc/mutt.man.in, doc/manual.sgml.in,
12826 + doc/mutt.man.in: Documentation fixes from Jeremy Blosser.
12828 + * mh.c: Replarse mh message' headers when updating them.
12830 + * mh.c: Re-parse mh messages when committing them to disk.
12831 + The structure may have changed.
12833 + * rfc822.h, commands.c, init.h, pgp.c, pgp.h, pgpinvoke.c: Add a
12834 + hook which enables us to fetch PGP keys from servers on demand.
12835 + Look out for pkspxy. :-)
12837 + * hdrline.c: Enable the use of %F in conditionals. From Aaron
12838 + Schrab <aaron+mutt@schrab.com>.
12840 +1999-07-26 21:04:53 roessler (roessler)
12842 + * dotlock.c: impose a hard limit on the number of locking
12845 + * dotlock.c: Impose a hard limit on dotlock attempts.
12847 + * recvattach.c, gnupgparse.c, pgpinvoke.c: Fix an error message.
12848 + Also, close Debian bug #37394 for stable.
12850 + * acconfig.h, configure.in: Check for gpgm.
12852 + * recvattach.c: Make an error message ready for translation.
12853 + From Gero Treuner.
12855 + * Makefile.am: Add missing dependencies for pgpring. Fix from
12856 + David Ellement <ellement@sdd.hp.com>
12858 + * Makefile.am: Create keymap_defs.h when it isn't present.
12859 + Fix from Lars Hecking <lhecking@nmrc.ucc.ie>.
12861 + * Makefile.am: Generate keymap_defs.h when it isn't present.
12862 + Fix proposed by Lars Hecking <lhecking@nmrc.ucc.ie>.
12864 + * doc/manual.sgml.in, handler.c, init.h, mutt.h, parse.c: Undo
12865 + the content-disposition changes. They don't merge well with
12866 + operations such as printing, and need some more thought.
12868 + * doc/manual.sgml.in, init.h, mutt.h, parse.c, handler.c: When an
12869 + attachment's content-disposition is different from "inline", and
12870 + if the user sets the use_cdisp option, don't auto_view this part.
12872 + * ChangeLog: checkpointing.
12874 + * flags.c, protos.h, recvattach.c: When replying to message/rfc822
12875 + type attachments, Context statistics would go out of order.
12876 + Problem noted by Johan van Selst <johans@stack.nl>.
12878 + * flags.c, protos.h, recvattach.c: When replying to a
12879 + message/rfc822 attachment, the Context statistics would get out
12880 + of order. Problem noted by Johan van Selst <johans@stack.nl>.
12882 + * curs_lib.c: Dynamically allocate the unget buffer. Fixes Debian
12883 + bug #41042. From Gero Treuner.
12885 + * curs_lib.c: Dynamically allocate the unget buffer. Fixes Debian
12886 + bug #41042. From Gero Treuner <gero@faveve.uni-stuttgart.de>.
12888 + * curs_main.c: Fix read_only in folder-hooks.
12890 + * curs_main.c, ChangeLog: The following:
12892 + folder-hook !asdf unset read_only folder-hook asdf
12895 + wouldn't work. Fix from Gero Treuner
12896 + <gero@faveve.uni-stuttgart.de>.
12898 + * browser.h, imap.c, imap.h, mx.c, postpone.c, browser.c:
12899 + Assorted IMAP fixes. From Brendan Cully <brendan@kublai.com>,
12900 + message <19990725150346.A19750@xanadu.kublai.com>.
12902 + * parse.c, rfc2047.c, rfc2231.c, rfc2231.h, sendlib.c,
12903 + Makefile.am, TODO, copy.c, init.h, mutt.h: Implement RFC 2231.
12905 + * ChangeLog: *** empty log message ***
12907 + * commands.c: Fix a missing #ifdef. From Matt Armstrong
12908 + <matt@lickey.com>.
12910 + * doc/devel-notes.txt: Add some notes. From Matt Armstrong
12911 + <matt@lickey.com>.
12913 +1999-07-24 14:55:45 roessler (roessler)
12915 + * rfc2047.c: Add some sanity checks to the RFC 2047 decoder.
12916 + From "Alexander V. Lukyanov" <lav@yars.free.net>.
12918 +1999-07-23 06:31:09 roessler (roessler)
12920 + * parse.c: There was some code missing about TYPEMODEL. Noted by
12921 + Brian Salter-Duke <b_duke@lacebark.ntu.edu.au>.
12923 +1999-07-22 14:56:44 roessler (roessler)
12925 + * mutt.h: Fix content-type's widths.
12927 +1999-07-21 13:02:12 roessler (roessler)
12929 + * recvattach.c: When forwarding or replying to attachments,
12930 + use the proper time stamp for From_ lines of Fccs. Note: This
12931 + code may need some clean-up, it's horribly slow.
12933 + * buffy.c: Fix compilation problem for non-imap systems.
12935 + * compose.c: *grr* avoid a warning about /* in a comment.
12937 + * compose.c: call mutt_update_encoding() after changing an
12938 + attachment's content type.
12940 +1999-07-20 20:09:13 roessler (roessler)
12942 + * send.c, sendlib.c, protos.h: Use $from for resent-from headers
12943 + when bouncing messages.
12945 + * imap.c: Fix from Gero Treuner.
12947 + * init.c: Fix value completion for DT_ADDR variables. While we
12948 + are on it, proper quoting is added.
12950 + * init.h, send.c, alias.c, globals.h, init.c: As Aaron Schrab
12951 + noted, patch-0.95.6.tlr.reverse_name.1 broke the use of my_hdr
12952 + from send-hooks. This patch introduces a new variable $from
12953 + which can be used to use a default sender address; to make this
12954 + possible, a new variable class DT_ADDR is defined.
12956 + We now have the following algorithm for determining the from
12959 + - $from is used as the default from address, if defined.
12960 + Otherwise, the local user name and (if the user wishes so)
12961 + the local domain are used.
12962 + - This address can be overridden by $reverse_name, if set.
12963 + - Now, send-hooks are evaluated. - Afterwards, user headers
12964 + are evaluated. In this step, the from
12965 + header can be overridden using my_hdr From:. - When there is
12966 + no real name, $realname is used for it. Note that,
12967 + when the default from header is used and $from defines a real
12968 + name, it takes precedence over $realname.
12970 + * buffy.c, complete.c, imap.c, imap.h: Bugs fixed * Mutt sometimes
12971 + forgets that IMAP folders with new mail have new
12972 + mail. * On some common IMAP servers, Mutt erroneously insists
12974 + current folder has new mail. * Mutt constantly polls the
12975 + server for new messages,
12976 + disregarding the imap_checkinterval option.
12978 + New features * tab-completion of IMAP folders. Not yet namespace
12980 + will work within an alternate namespace (eg won't complete
12981 + #ft -> #ftp, but will complete #ftp/pu -> #ftp/pub). Some
12982 + tweaking of the browser was necessary to get it to cooperate
12983 + with completion. Some remains to be done.
12985 + (From: From: Brendan Cully <brendan@kublai.com>)
12987 + * doc/manual.sgml.in, globals.h, init.h, send.c, Muttrc.in:
12988 + Remove the $in_reply_to configuration variable.
12990 + * doc/manual.sgml.in, globals.h, init.h, send.c, Muttrc.in:
12991 + Remove the $in_reply_to configuration variable and always use
12992 + the message-ID for that header.
12994 + * pgp.c: patch-0.95.6.pgperror.1
12996 + * po/de.po, curs_main.c, pager.c, po/de.po, curs_main.c, pager.c:
12997 + patch-0.95.6.gettext.1.gz, from Gero Treuner.
12999 + * pager.c, pager.c: patch-0.95.6.search_in_help.1, from Gero
13002 + * po/sk.po: New sk translation.
13004 + * alias.c, enter.c: patch-0.95.6.alias_compl.1.gz, from Gero
13007 +1999-07-19 19:18:05 roessler (roessler)
13009 + * configure.in, pgppubring.c: Fix compilation problems with
13010 + SunOS 4. From Lars Hecking.
13012 + * po/sk.po: new sk translation.
13014 + * buffy.c: Consider empty folders to be non-existent for buffy's
13017 +1999-07-06 22:57:08 roessler (roessler)
13019 + * send.c, sendlib.c, signal.c, system.c, curs_lib.c, curs_main.c,
13020 + globals.h, menu.c, mutt.h, pager.c, pattern.c, protos.h,
13021 + attach.c, commands.c, compose.c: Applying Liviu Daia's signal
13022 + handling patches. They work fine with unstable for months now,
13023 + so we may wish to use them with stable.
13025 + * po/zh_TW.Big5.po, po/el.po, configure.in: Greek and Chinese
13026 + translations for unstable.
13028 + * po/zh_TW.Big5.po: branches: 1.1.2; file zh_TW.Big5.po was
13029 + initially added on branch mutt-1-0-stable.
13031 + * po/zh_TW.Big5.po: Chinese translation for stable.
13033 + * configure.in: Adding chinese (big5) translation.
13035 + * po/el.po: branches: 1.1.2; file el.po was initially added on
13036 + branch mutt-1-0-stable.
13038 + * po/el.po, configure.in: Adding greek translation from Fanis
13039 + <madf@geocities.com>.
13041 + * mx.c, mx.h, parse.c, pop.c, postpone.c, protos.h, recvattach.c,
13042 + sendlib.c, attach.c, buffy.c, copy.c, lib.c, mailbox.h, mh.c:
13043 + New mh and maildir folder writing code. Back-port from unstable.
13045 + * color.c: Fix color problem noted by Todd Larson. From unstable.
13047 + * color.c: Fixing a string buffer problem noted by Todd Larason
13048 + <jtl@molehill.org>.
13050 + * imap.c: Try creating an IMAP folder before writing to it.
13051 + Hack from "Neulinger, Nathan R." <nneul@umr.edu>.
13053 + * contrib/pgp5.rc, contrib/pgp2.rc: Fix various bugs.
13055 +1999-07-01 11:22:22 roessler (roessler)
13057 + * contrib/gpg.rc: Fix gpg invocation. Noted by Werner Koch.
13059 + * mx.c: Fix a small imap-related bug.
13061 + * recvattach.c, sendlib.c, buffy.c, copy.c, curs_lib.c,
13062 + globals.h, gnupgparse.c, hdrline.c, init.c, init.h, lib.c,
13063 + lib.h, mailbox.h, mh.c, mutt.h, mx.c, mx.h, parse.c, pattern.c,
13064 + pgpkey.c, pgppubring.c, pop.c, postpone.c, protos.h, attach.c:
13065 + Various patches from last week, including:
13067 + - new mh/maildir access code. - subscribe/unsubscribe -
13070 +1999-06-14 21:20:42 roessler (roessler)
13072 + * mutt.h, parse.c, sendlib.c: - Handle CRLF properly in non-text
13073 + MIME parts. - Correctly parse attachments with CRLF line endings,
13077 + * alias.c, enter.c: Completion fixes from Gero Treuner
13078 + <gero@faveve.uni-stuttgart.de>.
13080 +1999-06-10 09:30:39 roessler (roessler)
13082 + * alias.c, commands.c, curs_main.c, pager.c, protos.h: Use the
13083 + same address with take-alias and display-address.
13085 +1999-06-09 17:17:53 roessler (roessler)
13087 + * recvattach.c: Fix the fix. Most of it was wrong.
13089 + * recvattach.c: There was bogus bug-fixing in the last fix.
13091 + * recvattach.c: Fix attachment forwading. Same problem as
13094 + * recvattach.c: Fix attachment forwarding. The leading newline
13095 + for certain MIME boundaries was missing. *grrrr*
13097 + * send.c: Give reverse_name precedence over my_hdr From:
13099 +1999-06-08 18:30:42 roessler (roessler)
13101 + * acconfig.h, configure.in, pgppubring.c, protos.h: Portability
13102 + patches for SunOS 4.1. From Lars Hecking.
13104 + * curs_main.c, curs_main.c: Fix "Tab" behaviour when returning
13107 + * mutt.h, pattern.c, send.c, sendlib.c, commands.c, copy.c,
13108 + copy.h, handler.c, imap.c, attach.c: Don't do charset conversions
13109 + when they aren't necessary.
13111 + Back-port from unstable.
13113 + * pgp.c, pgpinvoke.c, pgpkey.c, pgplib.h, pgppubring.c,
13114 + recvattach.c, Makefile.am, commands.c, compose.c, configure.in,
13115 + hdrline.c, init.c, init.h, mutt.h: - Add a $weed option. -
13116 + Add out-of-band reporting of signature status.
13118 +1999-06-03 21:48:24 roessler (roessler)
13120 + * curs_main.c: Another header weeding change. Experimental.
13122 + * commands.c, init.h, mutt.h, send.c: Experimental: Use OPTWEED
13123 + for _all_ header weeding throughout mutt.
13125 + * contrib/Makefile.in, Makefile.am, NEWS, VERSION, reldate.h,
13126 + ChangeLog: post-release commit 0.96.3.
13128 + * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po,
13129 + po/it.po, po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po,
13130 + gnupgparse.c, reldate.h, NEWS, VERSION, ChangeLog: release
13133 + * po/pl.po, po/ko.po, po/fr.po, po/de.po, po/cs.po: Latest
13136 + * doc/PGP-Notes.txt, contrib/pgp2.rc, contrib/pgp5.rc,
13137 + pgppubring.c: Hardwire some mechanisms for finding secret and
13138 + public key-rings. This way, we need to hard-wire less stuff in
13139 + the various configuration files, making the use of PGP with mutt
13140 + a bit simpler again.
13142 + * contrib/pgp2.rc: Another little fix.
13144 + * contrib/pgp2.rc: ups, wrong order of arguments when verifying
13147 + * doc/PGP-Notes.txt: Document the new PGP configuration interface.
13149 + * contrib/gpg.rc, contrib/pgp2.rc, contrib/pgp5.rc, pgp.c, pgp.h,
13150 + pgpewrap, pgpinvoke.c, pgpkey.c, pgplib.c, pgplib.h, pgppubring.c,
13151 + Makefile.am, compose.c, configure.in, gnupgparse.c, init.c,
13152 + init.h, mutt.h: Experimental: New PGP invocation interface. The
13153 + invocations are done through formats, so all this should fit
13154 + more cleanly into mutt now.
13156 +1999-06-02 18:52:19 roessler (roessler)
13158 + * Makefile.am, extlib.c, init.c, lib.c, lib.h, mutt.h, muttlib.c,
13159 + protos.h: Major cutting & pasting: We now have a "real" library
13160 + in lib.c which can be linked against external programs without
13163 + * po/ko.po, po/pl.po, po/es.po, po/it.po, po/de.po: various
13166 +1999-06-01 14:52:09 roessler (roessler)
13168 + * flags.c, mh.c, curs_main.c: Back-porting the maildir fixes
13171 +1999-05-31 16:11:32 roessler (roessler)
13173 + * VERSION: Preparing pre-release for 0.95.6.
13175 + * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po,
13176 + po/it.po, po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po:
13177 + translation updates
13179 + * hook.c, pattern.c, pgp.c, send.c: Backporting fixes from
13182 + * pattern.c, pgp.c, send.c, hook.c: Minor bug-fixes.
13184 +1999-05-21 15:55:27 roessler (roessler)
13186 + * po/ko.po: Adding the Korean translation.
13188 + * configure.in: Korean translation.
13190 + * po/ko.po: branches: 1.1.2; Korean translation.
13192 + * configure.in: Korean translation.
13194 +1999-05-18 19:22:55 roessler (roessler)
13196 + * imap.c, imap.c: Latest IMAP fixes from Brandon.
13198 + * imap.c: The current code wasn't asking for the capabilities
13199 + of the server in the case where the user is using PREAUTH.
13201 + * imap.c: The current IMAP code wasn't asking for the capabilities
13202 + of the server in the case where the user is using PREAUTH.
13204 +1999-05-16 06:26:11 roessler (roessler)
13206 + * po/it.po: New IT translation.
13208 + * pgpkey.c: Add a couple of token delimiters when constructing
13209 + hints. This way, addresses like "Chr. xyz" <xyz@foo.bar.baz>
13210 + will match key IDs like xyz <xyz@bar>.
13212 + * handler.c: Fix base64 decoding.
13214 +1999-05-06 08:29:17 roessler (roessler)
13216 + * curs_main.c, flags.c, mh.c: Fixing more maildir cursor problems.
13218 +1999-05-05 20:33:57 roessler (roessler)
13220 + * imap.c: The latest IMAP fixes.
13222 + * imap.c: Fixing imap_check_mailbox(). From Brandon Long.
13224 + * imap.c: Mutt would lose user-set "N" flags.
13226 +1999-05-03 16:17:29 roessler (roessler)
13228 + * gnupgparse.c: gnupg gives reasonable trust values now.
13230 + * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po,
13231 + po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po, keymap.c,
13232 + menu.c, send.c: Various fixes from last week.
13234 + * keymap.c, menu.c, pgpkey.c, send.c: Various fixes.
13236 +1999-04-23 09:01:42 roessler (roessler)
13238 + * reldate.h: ups, this should also be updated for 0.95.5 final.
13240 + * ChangeLog: preparing the final 0.95.5.
13242 + * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po,
13243 + po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po: New translations
13246 + * OPS: Fix a documentation typo.
13248 + * po/de.po: translation fixes from Roland and Gero.
13250 +1999-04-22 10:21:41 roessler (roessler)
13252 + * doc/manual.sgml.in: Document %_.
13254 + * menu.c: Fix redraws. Back-port from unstable.
13256 + * lib.c: Add "_" as an expando option.
13258 + * imap.h, init.h, mutt.h, mutt_socket.h, socket.c, imap.c:
13259 + IMAP update from Brandon Long.
13261 + * send.c: Fix FCC-related SNAFU in the ci_send_message()
13264 +1999-04-20 19:26:28 roessler (roessler)
13266 + * sendlib.c: [stable] fix timezone snafu.
13268 + * sendlib.c: Fix a time zone snafu.
13270 + * po/ru.po, po/sk.po, po/uk.po, po/fr.po, po/id.po, po/it.po,
13271 + po/nl.po, po/pl.po, po/cs.po, po/de.po, po/es.po, VERSION,
13272 + reldate.h, ChangeLog: Preparing 0.96.2.
13274 + * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/id.po,
13275 + po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po, VERSION,
13276 + reldate.h, ChangeLog: preparing 0.95.5
13278 +1999-04-12 21:02:35 roessler (roessler)
13280 + * recvattach.c: more multipart/alternative handling.
13282 + * recvattach.c: Change multipart handling when receiving messages.
13284 + * compose.c: Clean-up, from Vikas.
13288 + * parse.c: us-ascii is the default character set for text
13289 + attachments we receive.
13291 + * compose.c, sendlib.c: Fix default character set setting when
13292 + attaching text files.
13294 + * imap.c: Fix an IMAP quoting problem. Essentially from Randall
13295 + Nortman <rnortman@computer.org>.
13297 + * po/sk.po, po/id.po, configure.in: new languages: id, sk.
13299 + * po/id.po, po/sk.po: branches: 1.1.2; New translations: id, sk.
13301 + * configure.in: New translations: id, sk.
13303 +1999-03-31 06:35:03 roessler (roessler)
13305 + * charset.c: Stupid error.
13307 + * charset.c, charset.h: Another small charset optimization.
13309 + * charset.h, handler.c, charset.c: A couple of optimizations,
13310 + most notably for the special case of a non-prefix state.
13312 +1999-03-30 23:50:33 roessler (roessler)
13314 + * charset.c, charset.h, handler.c: This patch removes at least
13315 + some of the horrible utf-8 kluges in charset.c. The new DECODER
13316 + framework is currently only used in handler.c, and there in
13317 + a horribly inefficient manner. We should use greater blocks
13318 + of data, which would be much more efficient than what we are
13321 + Most of the other charset-related code still uses the old
13322 + mutt_display_char() &friends interface, which is actually ok as
13323 + long as you don't try to handle multibyte character sets.
13325 + The most notable change should be the one to
13326 + mutt_get_translation(): It will delay the loading and parsing
13327 + of character set information files until it's really needed,
13328 + catching a huge amount of standard cases. As a side effect,
13329 + this will make "iso tagged as ascii" "work" again, as long as
13330 + both sides use the same iso character set.
13332 + * send.c: resort headers when forward-decoding them with weed
13335 + * pager.c: Fix a pager failure for long messages. From Liviu.
13337 + * pager.c: Fix pager failure for long messages, changing two
13338 + shorts to ints. From Liviu Daia.
13340 + * recvattach.c: Add some user feedback to attachment forwarding.
13343 +1999-03-25 19:46:52 roessler (roessler)
13345 + * doc/manual.sgml.in, init.h, pgpkey.c, sort.h, Muttrc.in,
13346 + init.c: Roland's sort_keys patch.
13348 +1999-03-24 20:35:38 roessler (roessler)
13350 + * doc/manual.sgml.in, Muttrc.in, recvattach.c: Vikas' latest
13351 + version of attachment forwarding.
13353 + * recvattach.c: patch-0.96.1.vikas.forward_attachment.2
13355 + * main.c: Only exit with "no recipients specified", when
13356 + $auto_edit is set.
13358 +1999-03-23 20:21:50 roessler (roessler)
13360 + * postpone.c, recvattach.c, init.h, mutt.h: Vikas'
13361 + forward_attachment patch.
13363 +1999-03-22 16:00:39 roessler (roessler)
13365 + * doc/manual.sgml.in, pgppubring.c, gnupgparse.c, pgp.h, pgpkey.c:
13366 + PGP key creation time fix by Roland Rosenfeld.
13368 +1999-03-17 14:45:10 roessler (roessler)
13370 + * recvattach.c, recvattach.c: Vikas' attach_tag patch.
13372 +1999-03-16 21:42:06 roessler (roessler)
13374 + * thread.c, configure.in: bug fixes.
13376 + * thread.c: Detect thread loops.
13378 +1999-03-15 15:32:19 roessler (roessler)
13380 + * doc/manual.sgml.in, copy.c, init.h, mutt.h, sendlib.c: Add
13381 + $bounce_delivered.
13383 + * edit.c: another digital unix compile problem.
13385 + * main.c: _Fix_ the compile problems, don't install new ones.
13387 + * send.c: Cleanly handle fcc when the user unsets it and the
13388 + message is postponed.
13390 + * main.c: Fix compilation problems under digital unix.
13392 + * configure.in: Fix sendmail autodetection.
13394 + * color.c: Fix colorN, N > 7 for Slang's curses emulation. From
13397 +1999-03-09 13:34:52 roessler (roessler)
13399 + * menu.c: another menu.c fix from Kim DeVaughn.
13401 + * send.c, menu.c, handler.c: Fixes.
13403 + * send.c, menu.c, handler.c: handler.c: Properly handle
13404 + message/external-body expiry. menu.c: Small fix from
13405 + Liviu. send.c: Honor confirm_create for FCCs. cvs:
13406 + ----------------------------------------------------------------------
13408 +1999-03-04 08:00:38 roessler (roessler)
13410 + * Makefile.am: post-postrelease commit.
13412 +1999-03-03 20:06:33 roessler (roessler)
13414 + * rfc2047.c: ups.
13416 + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po,
13417 + po/es.po, po/de.po, po/cs.po, ChangeLog: releasing 0.95.4.
13419 + * sendlib.c, rfc2047.c, reldate.h, curs_main.c, VERSION,
13420 + ChangeLog: releasing 0.96.1.
13422 + * reldate.h, regex.c, VERSION, Makefile.am, ChangeLog: release
13423 + preparations; back-port a couple of things from unstable.
13425 + * curs_main.c: Vikas' resort_index.3.
13427 + * sendlib.c, imap.c, from.c, curs_main.c: from.c: Backport
13428 + from unstable. others: latest imap related patches.
13430 +1999-03-02 22:13:30 roessler (roessler)
13432 + * curs_main.c, charset.c: Some small fixes from Vikas.
13434 + * parse.c, init.h, imap.c, globals.h: Brandon Long's latest
13437 + * parse.c: Latest IMAP-related fix from Brandon Long.
13439 + * thread.c: Correctly handle messages which have themselves in
13440 + their references header.
13442 + * thread.c: Properly handle messages which have themselves in
13445 +1999-02-28 08:30:19 roessler (roessler)
13447 + * rfc822.c: Fix a memory leak. From Liviu.
13449 + * rfc822.c: Fix a memory leak. From Liviu.
13451 + * rfc1524.c, mutt.h, lib.c, attach.c: Fix the $TMPDIR raace
13452 + noted by Hamish Moffat.
13454 + * rfc1524.c, mutt.h, lib.c, attach.c: Fix a $TMPDIR race
13457 + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po,
13458 + po/es.po, po/de.po, po/cs.po: post-snapshot commit.
13460 +1999-02-26 15:42:07 roessler (roessler)
13462 + * doc/manual.sgml.in, send.c, regex.c, mutt.h, init.h: Adding
13463 + pgp_replyencrypt.
13465 +1999-02-25 06:58:01 roessler (roessler)
13467 + * from.c: parse some more from_ lines. Before, there were
13468 + problems with cases like this:
13470 + >From <@x400host:"/G=Bob/S=Allinson/CN=Has
13471 + embedded spaces/OU=X400HOST/
13472 + >OU=xxxx/O=xxx/PRMD=xxxxx/ADMD=XXXXXX/C=GB/"@x400host> >Tue Feb
13475 + Problem noted by johnm@sirius3.demon.co.uk
13477 +1999-02-23 20:38:49 roessler (roessler)
13479 + * imap.c: fix a segfault. From Brandon.
13481 +1999-02-22 12:37:43 roessler (roessler)
13483 + * curs_main.c: Vikas' latest collapse fix.
13485 + * curs_main.c: collapse fix from Vikas.
13487 + * mbox.c, imap.c: Avoid reading past actual headers when reopening
13488 + mailboxes. From Daniel Eisenbud.
13490 + * mbox.c, imap.c: Avoid reading past the end of actual headers
13491 + when reopening folders. From Daniel Eisenbud.
13493 + * pgp.c: Don't override base64 by quoted-printable.
13495 + * menu.c: replace clear() by clrtobot().
13497 + * pgp.c: Currently, PGP signing messages will force
13498 + quoted-printable encoding even if we should use base64.
13500 +1999-02-19 07:38:17 roessler (roessler)
13502 + * sendlib.c: Don't qp-encode multiparts. ugh.
13504 + * sendlib.c: ... message and multipart, not just message.
13506 + * sendlib.c, mutt.h, init.h: Add $encode_from: This option causes
13507 + mutt to trigger quoted-printable encoding for any non-multipart
13508 + attachments which have ^From at the beginning of a line.
13509 + Note that we don't trigger on ^From_ since either procmail or
13510 + sendmail is >-escaping on ^From, and note that this won't help
13511 + against sites where sendmail has the '9' flag set on the local
13512 + mailer, as these sites will inevitably transform to 8bit (sic!).
13514 +1999-02-18 23:14:36 roessler (roessler)
13516 + * pgp.c, mutt.h, init.h: Add retainable signatures. This should
13517 + work nicely with encrypted mailing lists.
13519 + * mx.c, init.h, globals.h, configure.in, acconfig.h, Makefile.am:
13520 + Introduce $dotlock_program: This makes the mutt_dotlock program's
13521 + location a run-time configuration variable.
13523 + * send.c, mutt.h, init.h: Introduce $honor_followup_to. The user
13524 + will now be asked whether he wants to honor mail-followup-to
13527 + * curs_main.c: properly handle OP_FLAG_MESSAGE when applied to
13530 + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po,
13531 + po/es.po, po/de.po, po/cs.po: Updated translations.
13533 + * contrib/sample.mailcap: Fix the text/html entry.
13535 + * regex.c, headers.c, copy.h, configure.in: copy.h: Some flags
13536 + were used with multiple meanings. bad. configure.in, regex.c:
13537 + Make regex autoconfiguration work. headers.c: expand aliases
13538 + on the from header.
13540 + * headers.c: Expand aliases on the From header.
13542 +1999-02-17 15:48:05 roessler (roessler)
13544 + * doc/mutt.man.in: Fix the URL.
13546 + * sendlib.c, init.h: User-Agent, not X-Mailer.
13548 + * po/fr.po: update.
13550 + * copy.h: Some of the M_CM flags erroneously had been defined
13551 + to have the same value. _Very_ bad.
13553 + * contrib/sample.mailcap: Correct the netscape text/html entry.
13555 + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po,
13556 + po/es.po, po/de.po, po/cs.po, po/Makefile.in.in, sendlib.c,
13557 + send.c, regex.c, pager.c, mutt.h, init.h, configure.in,
13558 + acconfig.h, Muttrc.in, Makefile.am: - Makefile.am: Fix the dist
13559 + target to include all necessary files. - po/fr.po: New French
13560 + translation. (-> stable!) - Add the new options to Muttrc.in.
13561 + - regex.c, configure.in: include config.h from regex.c, and handle
13562 + alloca in a more intelligent way than before. (Currently,
13563 + we just mis-handle it.) Port this to stable and test it!
13564 + - po/cs.po: update cs.po. - po/de.po, po/nl.po: updated versions
13565 + from Roland and Boris. - pager.c: Vikas' grok_ansi fix. -
13566 + po/Makefile.in.in: keymap_defs is always in po/.. - from Lars
13569 +1999-02-12 11:23:17 roessler (roessler)
13571 + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po,
13572 + po/es.po, po/de.po, po/cs.po, reldate.h, ChangeLog: post-release
13573 + commit for 0.95.3.
13575 + * po/nl.po, reldate.h, ChangeLog: post-release commit for 0.96.
13577 +1999-02-11 22:52:03 roessler (roessler)
13579 + * imap.c, VERSION: another imap-related fix.
13581 + * pattern.c: another signal fix from liviu.
13583 + * imap.c: Remove a superfluous if statement.
13585 + * imap.c: ups, that one was bad.
13587 + * imap.c: The HEADER structure doesn't have a mailcap component
13590 + * imap.c: The HEADER structure doesn't have a mailcap component
13591 + any more. Noted by Johan van Selst <johans@stack.nl>.
13593 + * signal.c, sendlib.c, pattern.c, pager.c, mutt.h,
13594 + menu.c, globals.h, curs_main.c, curs_lib.c:
13595 + patch.mutt-0.95.1i.ld.signals.1-2.gz
13597 + * po/nl.po: new nl translation.
13599 + * pattern.c, curs_main.c: pattern.c: Collapse patch from Vikas.
13601 + * po/nl.po: New nl translation.
13603 + * pattern.c, curs_main.c: curs_main.c: Check whether the
13604 + user pressed a number before putting it back onto the stack.
13605 + (OP_JUMP) pattern.c: Vikas' latest fix.
13607 + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po,
13608 + po/es.po, po/de.po, po/cs.po: Updating the po files.
13610 + * doc/manual.sgml.in, doc/Makefile.in: Install README.SECURITY
13611 + in the doc directory, document mailcap_sanitize.
13613 + * reldate.h, prepare, configure.in, VERSION, Makefile.am,
13614 + $output.in: Preparing for 0.96: $output.in was real fun in the
13615 + dist target. *argh*
13617 + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po,
13618 + po/es.po, po/de.po, po/cs.po, doc/manual.sgml.in, doc/Makefile.in,
13619 + reldate.h, VERSION, NEWS, Makefile.am, ChangeLog: [stable]
13620 + post-release commit for 0.95.2.
13622 + * README.SECURITY: Add a note on how to write mailcap files.
13624 + * README.SECURITY: branches: 2.1.2; Add a note on how to write
13627 +1999-02-10 23:12:27 roessler (roessler)
13629 + * browser.c: Ups, this one needed a #ifdef USE_IMAP.
13631 + * imap.c, browser.c: Some patches Brandon Long posted to
13634 + * rfc1524.c, protos.h, lib.c, handler.c, attach.c, rfc1524.c,
13635 + protos.h, lib.c, handler.c, attach.c: Fix the security fix.
13637 + * rfc1524.c, mutt.h, lib.c, init.h: [stable] $mailcap_sanitize
13639 + * rfc1524.c, mutt.h, lib.c, init.h: [unstable] $mailcap_sanitize.
13641 + * system.c, signal.c, sendlib.c, send.c, protos.h, mutt.h,
13642 + globals.h, curs_lib.c, compose.c, commands.c, attach.c, TODO:
13643 + patch.mutt-0.95.1i.ld.signals.1: A major redesign of how child
13644 + processes are invoked. From Liviu.
13646 +1999-02-09 23:54:03 roessler (roessler)
13648 + * sort.c, mx.c, mutt.h, mh.c, mbox.c, curs_main.c, ChangeLog,
13649 + sort.c, mx.c, mutt.h, mh.c, mbox.c, curs_main.c: Vikas' latest
13652 + * prepare: Small prepare bug noted by vikas.
13654 + * pgppubring.c, pgpkey.c, pgp.h, main.c, gnupgparse.c, browser.h:
13655 + browser.h: re-insert the "tagged" component. pgp support:
13656 + fix handling of PGP 5 subkeys, algorithm 20.
13658 + * pgppubring.c: [stable] Alg. 16 is encrypt-only, el-gamal.
13660 + * commands.c: honor hdr_order when decode-piping a message.
13663 + * po/cs.po: New czech translation.
13665 + * commands.c: Reorder headers when decode-piping.
13667 + * po/cs.po, doc/manual.sgml.in, socket.c, mx.c, mutt_socket.h,
13668 + mutt.h, menu.c, init.h, imap.h, imap.c, functions.h, complete.c,
13669 + browser.h, browser.c, OPS: Brandon's IMAP clean-up; new czech
13672 +1999-02-04 12:00:10 roessler (roessler)
13674 + * rfc1524.c, protos.h, pgpinvoke.c, mx.c, lib.c: [unstable] Change
13675 + the way mutt_quote_filename() worked. It's not too reasonable
13676 + to allocate memory dynamically whenever we quote a file name.
13677 + (I guess I should add "vim" to pgpinvoke.c's copyright notice. :-)
13679 + * mx.c: [unstable] Check for write errors when moving messages
13682 + * mx.c: Check for write errors when moving messages to $mbox.
13684 +1999-02-03 22:14:18 roessler (roessler)
13686 + * sendlib.c, recvattach.c, postpone.c, main.c, hash.c,
13687 + functions.h, compose.c, charset.h, charset.c, OPS: [unstable]
13688 + Produce some reasonable character set support when postponing
13691 + Additionally, this patch fixes a nasty pointer leak in
13692 + load_charset() [noted with electric fence], and a completely
13693 + mis-lead attempt to use bsearch(). Apparently, nobody ever
13694 + tested the utf8 decoder for quite some time.
13696 +1999-02-02 21:57:44 roessler (roessler)
13698 + * pattern.c: merge ~v patch into unstable.
13700 + * pattern.c: small nit-fix from vikas to the ~v pattern.
13702 + * pgp.c: Thou shall not use dangling pointers.
13704 + * attach.c: [unstable] Fix mutt_decode_save_attachment's handling
13705 + of character set conversions.
13707 + * sendlib.c, send.c, rfc2047.c, recvattach.c, protos.h, pgp.c,
13708 + pattern.c, mutt.h, init.h, handler.c, globals.h, functions.h,
13709 + copy.h, copy.c, compose.c, commands.c, charset.h, charset.c,
13710 + attach.c, OPS: Merging the external character set patch into
13711 + unstable. Additionally, this change introduces a M_CHARCONV state
13712 + flag which gives us some more control about when character set
13713 + conversions are actually done. Current versions of mutt would
13714 + happily apply character set conversions when, e.g., saving a
13715 + text/plain attachment to a file. (We had at least one corrupt
13716 + russing translation file due to this mis-feature.)
13718 + Additionally, we clean up some of the character set related code
13719 + in handler.c. Most of that is now done by the decoder functions
13722 + * imap.c, imap.c: Brandon's imap_create patch.
13724 + * pgpkey.c: [unstable] clear the message line before letting
13725 + people select public keys.
13727 + * imap.c, copy.c: [unstable] merging Brandon's imap fixes.
13729 + * copy.c, imap.c: A couple of IMAP fixes from Brandon Long.
13731 +1999-01-30 17:07:30 roessler (roessler)
13733 + * pgpkey.c: really fix the weak associations problem. it was
13734 + worse than i thought.
13736 + * pgpkey.c: Handle expired keys correclty, even when they are
13737 + the only and exact match when searching for keys by address.
13739 +1999-01-29 11:15:15 roessler (roessler)
13741 + * init.h: [unstable] Change some default formats.
13743 + * remailer.c, pgpkey.c, menu.c, addrbook.c: Add generic menu
13746 + * remailer.h, remailer.c, init.h, globals.h: Use a user-definable
13747 + format for the mixmaster menu.
13749 + * pgpkey.c, pgp.h, init.h: [unstable] add $pgp_entry_format.
13751 +1999-01-28 09:08:47 roessler (roessler)
13753 + * gnupgparse.c: gnupg's trust model is currently unusable.
13754 + As a work-around, we don't present the user with _any_ trust
13755 + information if he uses gnupg.
13757 +1999-01-27 19:53:46 roessler (roessler)
13759 + * doc/manual.sgml.in, pgpkey.c, mutt.h, init.h, gnupgparse.c:
13760 + Add $pgp_show_unusable.
13762 +1999-01-26 21:24:56 roessler (roessler)
13764 + * doc/manual.sgml.in: [unstable] document ~v.
13766 + * doc/manual.sgml.in: [stable] document ~v.
13768 + * thread.c, pattern.c, mutt.h: [unstable] Add the ~v pattern.
13771 + * thread.c, pattern.c, mutt.h: [stable] Add the ~v pattern.
13773 + * doc/manual.sgml.in, ChangeLog: ChangeLog, documentation for
13774 + implicit_autoview.
13776 + * doc/manual.sgml.in: Document $implicit_autoview.
13778 + * compose.c: Fix a segfault when users change attachment content
13779 + types, and let toggle-unlink honor the $resolv variable.
13781 + * compose.c: $resolve should be honored when doing toggle-unlink
13782 + on the compose menu.
13784 +1999-01-25 22:16:46 roessler (roessler)
13786 + * compose.c: This may fix a core dump under certain circumstances.
13787 + Can't check this out since I don't get the segfault.
13789 + * pgpkey.c: Fix a redraw problem when the key menu is invoked.
13791 + * po/ru.po, po/cs.po, configure.in: Russian and czech
13794 + * po/cs.po: branches: 1.1.2; file cs.po was initially added on
13795 + branch mutt-1-0-stable.
13797 + * po/cs.po, configure.in: Adding a czech translation, and fixing
13800 + * po/ru.po: ru.po was badly distorted.
13802 +1999-01-23 17:00:43 roessler (roessler)
13804 + * prepare: when f is .../Makefile.am, `basename $f .am`
13805 + is Makefile. So I should just write that. :-)
13807 + * prepare: Add the default predicate.
13809 + * from.c: A slightly optimized version of DE's y2k patch.
13811 + * prepare: Apparently, automake doesn't like our
13812 + AC_OUTPUT($output) construction...
13814 + * gnupgparse.c, from.c: DE's patch to work around other software's
13815 + possible y2k bugs.
13817 + * from.c: Try to avoid other programs' possible y2k bugs.
13819 + * enter.c: Fix the attach-multi patch.
13821 +1999-01-22 22:12:10 roessler (roessler)
13823 + * lib.c: Fix a memory leak, noted by Roland Rosenfeld.
13825 + * lib.c: Fix a memory leak. Noted by Roland Rosenfeld.
13827 + * recvattach.c, query.c, protos.h, menu.c, enter.c, curs_lib.c,
13828 + compose.c, browser.c, addrbook.c: Enable tagging in the file
13831 + * protos.h, pgppubring.c, pgpkey.c, pgp.h, pgp.c, lib.c,
13832 + handler.c, gnupgparse.c, compose.c: Heavy hacking on mutt's pgp
13833 + support. We no longer read the complete key ring into memory.
13834 + For gpg, performance is heavily improved due to the fact that
13835 + we are passing a couple of key hints to the key ring parsing
13838 +1999-01-21 05:19:42 roessler (roessler)
13840 + * hook.c: Fix _mutt_string_hook.
13842 +1999-01-20 13:52:59 roessler (roessler)
13844 + * po/pl.po, po/pl.po: New polish translation.
13846 + * pgppubring.c, pgpkey.c, configure.in: Add heavily improved
13847 + debugging capabilities to the PGP code. Anyway, the problem I
13848 + observed wasn't a bug in mutt, but an expired key. *sigh*
13850 + * rfc1524.c: Don't segfault when MailcapPath is unset.
13852 + * rfc1524.c: Fix a segmentation fault when no MailcapPath has
13855 +1999-01-19 23:38:26 roessler (roessler)
13857 + * protos.h, mutt.h, init.h, hook.c, charset.c, Makefile.am:
13858 + Add the charset-hook command.
13860 + * configure.in, charset.c, acconfig.h, Makefile.am, $output.in,
13861 + INSTALL: Properly handle character set definition file
13864 + * mx.c: Remove a confusing error message.
13866 + * mx.c: Remove confusing error message.
13868 + * keymap.c, keymap.c, curs_lib.c:
13869 + patch-0.95.1.vikas.macro_function.1
13871 + * m4/Makefile.am.in, m4/Makefile.am.in: HP/UX portability patch
13872 + from Lars Hecking.
13874 +1999-01-18 09:45:29 roessler (roessler)
13876 + * po/ru.po: New Russian translation from Michael Sobolev
13877 + <mss@transas.com>.
13879 + * po/ru.po: New russian translation from Michael Sobolev
13880 + <mss@transas.com>.
13882 +1999-01-14 13:08:46 roessler (roessler)
13884 + * compose.c: Mixmaster user interface beautification.
13886 + * mx.c, curs_lib.c: Fix a couple of segfaults related to using
13887 + curses when it isn't there.
13889 + * mx.c: dotlocking plus curses...
13891 +1999-01-13 23:56:39 roessler (roessler)
13893 + * send.c, mutt.h, mbox.c, handler.c, copy.h, copy.c:
13894 + patch-0.95.1i.tlr.weed.1, patch-0.95.1i.tlr.dotlock.1 - These
13895 + have been tested with unstable so far, seem to work fine.
13897 + * mx.c: Don't use curses when we don't have it.
13899 + * mx.c: Don't try to do mutt_yesorno if we don't have curses.
13901 + * remailer.h: Mixmaster has 20 address slots, that makes _19_
13904 + * remailer.c: Fix the "append" function.
13906 + * sendlib.c: Don't leak message dates when sending via mixmaster.
13908 + * remailer.c: Add search code to the remailer chain selecting
13909 + menu. [This is pretty generic - should we add that code to
13912 + * postpone.c: Fix postponing of PGP messages.
13914 + * send.c, remailer.c, compose.c: Qualify addresses before passing
13915 + them to mixmaster.
13917 + * send.c, remailer.h, protos.h, mutt.h: Clean up dependencies:
13918 + remailer.h is no longer included by mutt.h, and the mix_*
13919 + prototypes can once again go to remailer.h.
13921 + * sendlib.c, remailer.c, remailer.h, send.c, protos.h, postpone.c,
13922 + mutt.h, lib.c, keymap.h, keymap.c, init.h, headers.c, globals.h,
13923 + functions.h, configure.in, compose.c, OPS.MIX, acconfig.h,
13924 + Makefile.am: A first take at adding a mixmaster front-end to mutt.
13925 + Don't worry, it's optional. ;-)
13927 +1999-01-12 22:01:11 roessler (roessler)
13929 + * mbox.c: Open folders in read-only mode if mutt can't lock them.
13931 +1999-01-11 18:12:49 roessler (roessler)
13933 + * send.c, mutt.h, handler.c, copy.h, copy.c: When
13934 + decode-forwarding messages with message/Rfc822 attachments,
13935 + mutt should weed the attachments' headers according to the
13936 + setting of $forward_weed.
13938 +1999-01-10 09:11:36 roessler (roessler)
13940 + * doc/manual.sgml.in, hdrline.c, doc/manual.sgml.in, hdrline.c:
13941 + Byrial's %D time format patch.
13943 +1999-01-09 17:53:02 roessler (roessler)
13945 + * doc/manual.sgml.in, recvattach.c, protos.h, lib.c: Byrial's
13946 + latest changes to stable.
13948 + * recvattach.c, protos.h, lib.c: Ask the user whether to overwrite
13949 + a file or append to it. From Byrial Jensen.
13951 + * doc/manual.sgml.in: Fix a documentation problem.
13953 +1999-01-08 23:29:05 roessler (roessler)
13955 + * charset.c: When doing a binary search, we may as well use
13958 + * parse.c: Optimized time-zone parsing.
13960 + * parse.c: Optimize time zone parsing. By Byrial Jensen.
13962 + * history.c: Don't clear the history when the user issues a
13963 + "set history=..." command which doesn't change anything.
13965 + * history.c: Don't clear the history when "set
13966 + history=..." doesn't change the buffer size.
13968 + * thread.c, curs_main.c, thread.c, curs_main.c: Threading fix
13969 + from Daniel Eisenbud.
13971 +1999-01-07 19:01:30 roessler (roessler)
13973 + * init.c, init.c: Vikas' set_boolean patch.
13975 + * protos.h, handler.c, attach.c: Updated implicit autoview
13976 + handling from stable.
13978 + * protos.h, handler.c, attach.c: Only use "implicit" autoviews
13979 + (implicit_autoview or MM_NOASK) when mutt is unable to handle
13980 + a content type internally. This saves us parsing the mailcap
13981 + files for every attachment we handle.
13983 + * mx.c, mutt.h, init.h, hdrline.c, commands.c, attach.c: Merge
13984 + in the mailcap patch from stable.
13986 + * thread.c, system.c, strcasecmp.c, status.c, sort.h, sort.c,
13987 + socket.c, snprintf.c, signal.c, sha_locl.h, sha1dgst.c, sha.h,
13988 + sendlib.c, send.c, score.c, rfc822.h, rfc822.c, rfc2047.h,
13989 + rfc2047.c, rfc1524.h, rfc1524.c, resize.c, recvattach.c,
13990 + query.c, protos.h, postpone.c, pop.c, pgppubring.c, pgpkey.c,
13991 + pgpinvoke.c, pgp.h, pgp.c, pattern.c, parse.h, parse.c, pager.h,
13992 + pager.c, mx.h, mx.c, mutt_socket.h, mutt_regex.h, mutt_menu.h,
13993 + mutt_curses.h, mutt.h, mime.h, mh.c, menu.c, mbox.c, mapping.h,
13994 + main.c, mailbox.h, lib.c, keymap.h, keymap.c, init.h, init.c,
13995 + imap.h, imap.c, hook.c, history.h, history.c, help.c, headers.c,
13996 + hdrline.c, hash.h, hash.c, handler.c, gnupgparse.c, globals.h,
13997 + getdomain.c, functions.h, from.c, flags.c, filter.c, enter.c,
13998 + edit.c, dotlock.h, dotlock.c, date.c, curs_main.c, curs_lib.c,
13999 + copy.h, copy.c, compose.c, complete.c, commands.c, color.c,
14000 + charset.h, charset.c, buffy.h, buffy.c, browser.c, attach.h,
14001 + attach.c, alias.c, addrbook.c, acconfig.h: Get rid of RCS ids in
14002 + source files. They are getting in our way when merging changes.
14004 + * mx.c, mutt.h, init.h, hdrline.c, commands.c, attach.c: Remove
14005 + the use_mailcap variable. Instead, we introduce implicit_autoview
14006 + which triggers autoview for every content type it's applicable to.
14008 + * thread.c, system.c, strcasecmp.c, status.c, sort.h, sort.c,
14009 + socket.c, snprintf.c, signal.c, sha_locl.h, sha1dgst.c, sha.h,
14010 + sendlib.c, send.c, score.c, rfc822.h, rfc822.c, rfc2047.h,
14011 + rfc2047.c, rfc1524.h, rfc1524.c, resize.c, recvattach.c,
14012 + query.c, protos.h, postpone.c, pop.c, pgppubring.c, pgpkey.c,
14013 + pgpinvoke.c, pgp.h, pgp.c, pattern.c, parse.h, parse.c, pager.h,
14014 + pager.c, mx.h, mx.c, mutt_socket.h, mutt_regex.h, mutt_menu.h,
14015 + mutt_curses.h, mutt.h, mime.h, mh.c, menu.c, mbox.c, mapping.h,
14016 + main.c, mailbox.h, lib.c, keymap.h, keymap.c, init.h, init.c,
14017 + imap.h, imap.c, hook.c, history.h, history.c, help.c, headers.c,
14018 + hdrline.c, hash.h, hash.c, handler.c, gnupgparse.c, globals.h,
14019 + getdomain.c, functions.h, from.c, flags.c, filter.c, enter.c,
14020 + edit.c, dotlock.h, dotlock.c, date.c, curs_main.c, curs_lib.c,
14021 + copy.h, copy.c, compose.c, complete.c, commands.c, color.c,
14022 + charset.h, charset.c, buffy.h, buffy.c, browser.c, attach.h,
14023 + attach.c, alias.c, addrbook.c, acconfig.h: Get rid of the rcsid
14024 + fields. They are getting in the way whenever I merge changes
14027 + * po/nl.po, init.h, configure.in: Merging changes from stable.
14029 + * configure.in: Don't add regex.c, but regex.o to the LIBOBJS
14030 + variable when needed.
14032 + * init.h: Fix default settings for use_mailcap and mime_forward.
14034 +1999-01-06 10:13:32 roessler (roessler)
14036 + * po/fr.po, po/de.po, sendlib.c, regex.c, protos.h, parse.c,
14037 + mutt_regex.h, mbox.c, main.c, hdrline.c, from.c, date.c,
14038 + configure.in, acconfig.h, _regex.h, Makefile.am, INSTALL:
14039 + [unstable] Merge changes from stable: rx -> regex, Byrial's
14040 + timezone patch, translation updates.
14042 + * sendlib.c, protos.h, parse.c, mbox.c, from.c, date.c: Byrial's
14043 + timezone patch, without the absurd optimizations.
14045 + * regex.c: branches: 1.1.2; file regex.c was initially added
14046 + on branch mutt-1-0-stable.
14048 + * regex.c, mutt_regex.h, main.c, configure.in, acconfig.h:
14049 + Use gnu regex instead of gnu rx. This library is said to
14050 + behave better. Additionally, it supports \<...\> patterns.
14051 + The files _regex.h and regex.c included with this distribution
14052 + correspond to posix/regex.[ch] from the glibc 2.0.7t source tree.
14054 + * _regex.h: branches: 1.1.2; file _regex.h was initially added
14055 + on branch mutt-1-0-stable.
14057 + * _regex.h, Makefile.am, INSTALL: Use gnu regex instead of
14058 + gnu rx. This library is said to behave better. Additionally,
14059 + it supports \<...\> patterns. The files _regex.h and regex.c
14060 + included with this distribution correspond to posix/regex.[ch]
14061 + from the glibc 2.0.7t source tree.
14063 + * po/nl.po, po/fr.po: Various fixes to the NL translation;
14064 + new French messages.
14066 +1999-01-05 14:35:18 roessler (roessler)
14068 + * sendlib.c, mutt.h, main.c, configure.in, charset.h, charset.c,
14069 + Makefile.am: [unstable] Adding experimental new character set
14072 + * po/de.po: Merging from stable.
14074 + * po/de.po: Fix a typo in de.po.
14076 + * po/de.po: [unstable] Merging changes from stable.
14078 + * po/nl.po, hdrline.c, curs_main.c, configure.in: [unstable]
14079 + merging changes from stable.
14081 + * hdrline.c: Conditionally display score and number of lines.
14083 + * po/nl.po: branches: 1.1.2; file nl.po was initially added on
14084 + branch mutt-1-0-stable.
14086 + * po/nl.po, po/de.po, configure.in: [stable] Adding the NL
14087 + translation; correcting some bugs in the DE translation.
14089 +1999-01-04 19:15:10 roessler (roessler)
14091 + * curs_main.c: [unstable] fix next-unread plus collapsing.
14093 + * curs_main.c: [stable] Fix next-unread when collapsing threads.
14095 + * curs_main.c: [unstable] merging changes from stable.
14097 + * curs_main.c: [stable] fix a bogus type cast.
14099 + * reldate.h, curs_main.c: [unstable] merging in changes from
14102 + * curs_main.c: [stable] Don't use the index elements of header
14103 + structures when new messages arrived on the index.
14105 + * reldate.h: 0.95.1 should have a proper release date.
14107 + * send.c, pgp.c, handler.c, configure.in: Make the experimental
14108 + branch the main trunk.
14110 + * po/uk.po: branches: 1.12.2; 0.95.1 post-release commit.
14112 + * po/ru.po: branches: 1.33.2; 0.95.1 post-release commit.
14114 + * po/pl.po: branches: 1.3.2; 0.95.1 post-release commit.
14116 + * po/it.po: branches: 1.24.2; 0.95.1 post-release commit.
14118 + * po/fr.po: branches: 1.7.2; 0.95.1 post-release commit.
14120 + * po/es.po: branches: 1.15.2; 0.95.1 post-release commit.
14122 + * po/de.po: branches: 1.48.2; 0.95.1 post-release commit.
14124 + * configure.in: [unstable] Create suitable version strings.
14126 + * VERSION: branches: 2.1.2; [stable] Preparing 0.95.1.
14128 + * ChangeLog: branches: 2.5.2; [stable] Preparing 0.95.1.
14130 + * send.c: [unstable] commit changes from the stable tree.
14132 + * send.c: branches: 2.1.2; [stable] When sending a message
14133 + in batch mode failed, mutt would dump core. Patch from Byrial
14136 + * pgp.c, handler.c: [unstable] Add multiple signature support.
14138 +1999-01-02 17:23:24 roessler (roessler)
14140 + * sendlib.c: branches: 2.3.4; I shouldn't accept patches on
14141 + New Year's day. Not even new-year related patches.
14143 + * ChangeLog: I shouldn't accept patches on New Year's day.
14144 + Not even new-year related patches.
14146 + * po/it.po: Fixing a typo.
14148 + * protos.h: branches: 2.1.4; mutt_parse_date () shouldn't modify
14149 + its argument. Problem noted by Byrial Jensen.
14151 + * parse.c: branches: 2.2.4; mutt_parse_date () shouldn't modify
14152 + its argument. Problem noted by Byrial Jensen.
14154 + * handler.c: branches: 2.1.2; 2.1.4; mutt_parse_date ()
14155 + shouldn't modify its argument. Problem noted by Byrial Jensen.
14157 + * lib.c: branches: 2.2.4; Fix safe_symlink to correctly handle
14160 +1999-01-01 09:43:15 roessler (roessler)
14162 + * sendlib.c: New Year's time zone handling patch from Manish
14163 + Singh <yosh@gimp.org>.
14165 +1998-12-31 09:45:46 roessler (roessler)
14167 + * curs_main.c: branches: 2.3.4; The attached patch moves code
14168 + for sorting the index and restoring the current message from
14169 + mutt_index_menu() to a new function. It saves code duplication.
14171 +1998-12-30 07:58:40 roessler (roessler)
14173 + * pgp.c: branches: 2.1.2; 2.1.4; Localize some more messages.
14174 + From Michael Sobolev.
14176 + * main.c: branches: 2.1.4; Localize some more messages.
14177 + From Michael Sobolev.
14179 +1998-12-29 16:29:03 roessler (roessler)
14181 + * mbox.c: branches: 2.3.4; Use sizeof instead of strlen for
14182 + some fixed strings.
14184 + * ChangeLog: Use sizeof instead of strlen for some fixed strings.
14186 + * mh.c: branches: 2.5.4; Take setting the index_hint out of
14187 + the main loop of mh_check_mailbox().
14189 +1998-12-28 14:59:04 roessler (roessler)
14191 + * attach.c: branches: 2.1.4; Fix a segmentation fault when
14192 + viewing message/rfc822 attachments from the compose screen.
14194 +1998-12-23 15:57:00 roessler (roessler)
14196 + * pattern.c: branches: 2.1.4; A slightly modified version of
14197 + Vikas' pattern_match patch. This changes the semantics of the
14198 + pattern-something functions so they only apply to _visible_
14199 + messages. (With the exception of limit: In this case, the user
14200 + can add another pattern if he wants to limit further, or he can
14201 + give an entirely new pattern.)
14203 +1998-12-22 18:07:19 roessler (roessler)
14205 + * sendlib.c: Fix MIME forwarding. From Vikas.
14207 +1998-12-21 12:38:57 roessler (roessler)
14209 + * mx.c: branches: 2.3.4; Adjust some hash-related parameters.
14211 + * mh.c, mbox.c: Adjust some hash-related parameters.
14213 + * imap.c: branches: 2.2.4; Adjust some hash-related parameters.
14215 + * charset.c: branches: 2.1.4; Adjust some hash-related
14218 + * ChangeLog: *** empty log message ***
14220 + * mx.c, mh.c, mbox.c: Mail folder synchronization-related fixes:
14222 + - Another situation under which mutt would lose track of the
14223 + current message when maildir folders changed has been removed.
14225 + - While synchronizing mbox-type folders, a write error when
14226 + constructing the draft version of the new mail folder would
14227 + leave behind a copy ofthe file containing the draft. This is
14228 + most annoying if the write error is due to lack of disk space.
14230 + * po/pl.po: Small \n fixes.
14232 + * parse.c: mutt_strlen() optimizations from Byrial Jensen.
14234 + * from.c: branches: 2.1.4; mutt_strlen() optimizations from
14237 + * lib.c: mutt_strlen() optimizations from Byrial Jensen.
14239 + * po/pl.po: Add the polish translation.
14241 + * configure.in: branches: 2.2.2; 2.2.4; Register the polish
14244 + * doc/manual.sgml.in: branches: 1.18.4; Fixes to the forwarding
14245 + chapter. From O'Shaughnessy Evans <shaug@gstis.net>.
14247 + * m4/README: Here is a small patch to simplify
14248 + m4/Makefile.am.in. This came out of a suggestion I made to Jim
14249 + Meyering (maintainer of GNU fileutils, where I snarfed the code
14250 + from :). (From: Lars Hecking <lhecking@nmrc.ucc.ie>)
14252 + * m4/Makefile.am.in: branches: 1.2.4; Here is a small patch to
14253 + simplify m4/Makefile.am.in. This came out of a suggestion I made
14254 + to Jim Meyering (maintainer of GNU fileutils, where I snarfed
14255 + the code from :). (From: Lars Hecking <lhecking@nmrc.ucc.ie>)
14257 +1998-12-18 10:22:59 roessler (roessler)
14259 + * mh.c: Catch an error condition when synchronizing mh messages.
14261 + * po/de.po: Fix a format which had %s instead of %d.
14263 +1998-12-17 18:39:48 roessler (roessler)
14265 + * ChangeLog: *** empty log message ***
14267 + * INSTALL: branches: 2.1.4; I've been told that the FreeBSD shell
14268 + has been fixed meanwhile. Additionally, add the note from Vikas
14269 + on patching Solaris to get mutt work properly on that system.
14271 + * mh.c: Fix attachment deletion for maildir/mh folders. This may
14272 + fix other mh-related problems, too.
14274 + * curs_lib.c: branches: 2.2.4; Don't even try to clear the
14275 + status line when not in curses mode.
14277 +1998-12-16 13:23:06 roessler (roessler)
14279 + * imap.c: Two lines were in reverse order. Noted by Daniel
14282 + * thread.c: branches: 2.1.4; Give Daniel Eisenbud a "lock"
14285 + * pager.c: branches: 2.2.4; Fix "$resolve" behaviour for OP_TAG
14286 + and OP_TOGGLE_NEW from the pager.
14288 + * curs_lib.c: SLang-related fixes to mutt_endwin().
14290 + * compose.c: branches: 2.1.4; Permit the user to set the typical
14291 + MIME parameters used with application/pgp messages.
14293 + * color.c: branches: 2.1.4; Fix a segfault noted by Stephan Hack.
14294 + (Fix noted by Vikas.)
14296 + * configure.in: Make the sendmail check compatible with newer
14297 + autoconf versions. Noted by Lars Hecking.
14299 +1998-12-13 08:10:13 roessler (roessler)
14301 + * mx.c, curs_main.c: Don't dump core when closing a NULL context.
14302 + Fixes the "exit from no-mailbox mode" bug.
14304 +1998-12-12 10:14:43 roessler (roessler)
14306 + * po/uk.po, po/ru.po, po/it.po, po/fr.po, po/es.po, po/de.po:
14307 + Post-release commit.
14309 + * hook.c: branches: 2.1.4; More _PGPPATH and us dist related
14312 + * curs_main.c: More _PGPPATH and us dist related fixes.
14314 + * mutt.h: branches: 2.1.4; Don't define M_PGPHOOK unless _PGPPATH
14315 + has been defined.
14317 + * pager.c: Another reap.pl-related fix.
14319 + * Makefile.am: branches: 2.1.4; The us-dist target was screwed.
14321 + * thread.c: *** empty log message ***
14323 + * system.c, strcasecmp.c, status.c: branches: 2.0.4; *** empty
14326 + * stamp-h.in: *** empty log message ***
14328 + * sort.h, sort.c, socket.c, snprintf.c, signal.c, sha_locl.h,
14329 + sha1dgst.c, sha.h: branches: 2.0.4; *** empty log message ***
14331 + * sendlib.c: *** empty log message ***
14333 + * send.c: branches: 2.0.2; *** empty log message ***
14335 + * score.c, rfc822.h, rfc822.c, rfc2047.h, rfc2047.c, rfc1524.h,
14336 + rfc1524.c, resize.c, reldate.h, recvattach.c: branches: 2.0.4;
14337 + *** empty log message ***
14339 + * reap.pl: *** empty log message ***
14341 + * query.c: branches: 2.0.4; *** empty log message ***
14343 + * protos.h, prepare: *** empty log message ***
14345 + * postpone.c, pop.c, pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.h:
14346 + branches: 2.0.4; *** empty log message ***
14348 + * pgp.c, pattern.c: *** empty log message ***
14350 + * parse.h: branches: 2.0.4; *** empty log message ***
14352 + * parse.c: *** empty log message ***
14354 + * pager.h: branches: 2.0.4; *** empty log message ***
14356 + * pager.c: *** empty log message ***
14358 + * mx.h: branches: 2.0.4; *** empty log message ***
14360 + * mx.c: *** empty log message ***
14362 + * mutt_socket.h, mutt_regex.h, mutt_menu.h, mutt_curses.h:
14363 + branches: 2.0.4; *** empty log message ***
14365 + * mutt.h, mkinstalldirs, missing, mime.types: *** empty log
14368 + * mime.h: branches: 2.0.4; *** empty log message ***
14370 + * mh.c: *** empty log message ***
14372 + * menu.c: branches: 2.0.4; *** empty log message ***
14374 + * mbox.c: *** empty log message ***
14376 + * mapping.h: branches: 2.0.4; *** empty log message ***
14378 + * main.c: *** empty log message ***
14380 + * mailbox.h: branches: 2.0.4; *** empty log message ***
14382 + * lib.c: *** empty log message ***
14384 + * keymap.h, keymap.c: branches: 2.0.4; *** empty log message ***
14386 + * install-sh: branches: 2.0.10; *** empty log message ***
14388 + * init.h, init.c, imap.h: branches: 2.0.4; *** empty log
14391 + * imap.c, hook.c: *** empty log message ***
14393 + * history.h, history.c, help.c, headers.c, hdrline.c, hash.h,
14394 + hash.c: branches: 2.0.4; *** empty log message ***
14396 + * handler.c: *** empty log message ***
14398 + * gnupgparse.c, globals.h, getdomain.c: branches: 2.0.4; ***
14399 + empty log message ***
14401 + * gen_defs: branches: 2.0.6; *** empty log message ***
14403 + * functions.h: branches: 2.0.4; *** empty log message ***
14405 + * from.c: *** empty log message ***
14407 + * flags.c, filter.c, enter.c, edit.c, dotlock.h, dotlock.c,
14408 + date.c: branches: 2.0.4; *** empty log message ***
14410 + * curs_main.c, curs_lib.c: *** empty log message ***
14412 + * copy.h, copy.c: branches: 2.0.4; *** empty log message ***
14414 + * configure.in: *** empty log message ***
14416 + * config.sub, config.guess: branches: 2.0.6; *** empty log
14419 + * compose.c: *** empty log message ***
14421 + * complete.c, commands.c: branches: 2.0.4; *** empty log
14424 + * color.c: *** empty log message ***
14426 + * charset.h: branches: 2.0.4; *** empty log message ***
14428 + * charset.c: *** empty log message ***
14430 + * buffy.h, buffy.c, browser.c, attach.h: branches: 2.0.4; ***
14431 + empty log message ***
14433 + * attach.c: *** empty log message ***
14435 + * alias.c, addrbook.c, acconfig.h: branches: 2.0.4; *** empty
14438 + * VERSION, TODO: *** empty log message ***
14440 + * README: branches: 2.0.4; *** empty log message ***
14442 + * OPS.PGP: *** empty log message ***
14444 + * OPS, NEWS, Muttrc.in: branches: 2.0.4; *** empty log message
14447 + * Makefile.am, INSTALL, GPL, ChangeLog, COPYRIGHT, ABOUT-NLS:
14448 + *** empty log message ***
14450 + * po/uk.po, po/ru.po, po/it.po, po/fr.po, po/es.po, po/de.po,
14451 + reldate.h, VERSION, ChangeLog: Release-commit for 0.95i.
14453 + * hash.c: Use a better hash function. Contributed by Stefan
14454 + Langerman <lfalse@paul.rutgers.edu> to mutt-users.
14456 +1998-12-11 20:48:14 roessler (roessler)
14458 + * reldate.h, VERSION, ChangeLog: 0.94.999 pre-release commit.
14460 + * main.c: Bail out with a text-based error message if a
14461 + non-existing mailbox is given as a -f command line argument.
14463 + * Makefile.am: The distdir target creates hard links for the
14464 + source files. This has the consequence that the us-dist hook
14465 + will demolish files in the main source tree. We have to un-link
14466 + the various instances of the source code.
14468 + * INSTALL: Warn about regexp-related problems under Solaris 2.6.
14470 + * po/uk.po, po/ru.po, po/it.po, po/fr.po, po/es.po, po/de.po:
14471 + Various last-minute changes and automatic updates.
14473 + * main.c: Go into no-mailbox mode when the initial folder can't
14476 + * mh.c: Undoing the mh_speed patch.
14478 + * po/it.po, po/fr.po: l10n fixes.
14480 + * curs_main.c: Start a new reply and postpone it. Then type m
14481 + (mail), and recall and send the postponed reply. The replied
14482 + message is _not_ flagged replied.
14484 + (From Byrial Jensen.)
14486 + * po/fr.po: Bug-fixed french l10n.
14488 + * parse.c: Multipart parser fixes from Byrial. Finally.
14490 + * po/it.po: Small fix.
14492 +1998-12-10 22:48:56 roessler (roessler)
14494 + * po/fr.po, configure.in: Add the french l10n.
14496 + * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po, reldate.h:
14497 + post-release commit 0.94.99.
14499 + * VERSION, README, ChangeLog: Pre-release commit for 0.94.99.
14501 + * menu.c: Fix tag-prefix.
14503 + * compose.c: Redraw fix after the content type was changed on
14504 + the compose menu.
14506 +1998-12-08 23:09:53 roessler (roessler)
14508 + * help.c: Help screen resizing nit. From Gero Treuner.
14510 + * doc/manual.sgml.in: Typo.
14512 + * sendlib.c: Work around sendmail 8.9.1a invalidating PGP/MIME
14513 + signatures by re-ordering MIME headers in the way sendmail does.
14515 + * mh.c: Keep track of file name changes for files wandering
14516 + around between the subfolders of a maildir.
14518 + * mh.c: More fixes to the maildir resynchronization code.
14519 + This should now also smoothly handle the case of messages
14520 + _vanishing_ from maildir's new/ subdirectory.
14522 + * init.c: Make the debug file access unbuffered. Important if
14523 + we are debugging crashes.
14525 +1998-12-07 21:13:44 roessler (roessler)
14527 + * mx.c, mh.c: Fix a couple of flag-related bugs in the maildir
14528 + folder update code.
14530 + * imap.c: Fix a completely ugly comment formatting.
14532 + * mutt.h: Adjust '#' to the first column.
14534 + * rfc2047.c: Don't tag us-ascii headers as $Charset or
14537 +1998-12-03 23:29:37 roessler (roessler)
14539 + * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po, reldate.h,
14540 + VERSION, ChangeLog: release-commit 0.94.18.
14542 +1998-12-02 20:12:35 roessler (roessler)
14544 + * contrib/Pine.rc, contrib/Mush.rc: Bring the sample rc files
14545 + better in synch with the actual code.
14547 + * recvattach.c: Remove a warning which comes from code actually
14548 + belonging to the send_charset patch.
14550 + * rfc2047.c: Encode- and decode the "val" field when using mutt
14551 + with EXACT_ADDRESS enabled.
14553 + * Makefile.am: Small fixes to the build process. From Lars
14556 + * compose.c: The attached patch fixes yet another redraw related
14557 + bug. When I call OP_SAVE from the Compose menu and use the
14558 + file-browser and 'q' out of the file-browser, the screen still
14559 + shows the browser, but the control is really in the Compose
14560 + menu. A Ctrl-L verifies this. Basically, a screen redraw
14565 + * mutt_menu.h, menu.c, compose.c: From the Compose menu, invoke
14566 + attach-message. Tag a whole bunch of messages. Say, for example,
14567 + 100. When you exit the folder, the Compose menu's status line
14572 + * browser.c: patch-0.94.17.vikas.browser_redraw.1
14574 +1998-11-23 21:10:12 roessler (roessler)
14576 + * protos.h, lib.c: Change safe_malloc's size parameter from
14577 + (unsigned int) to size_t.
14579 + * send.c, protos.h, pattern.c, alias.c: From Byrial:
14581 + I don't think that the match-all pattern modifier works as can
14582 + be expected from a logical point of view.
14584 + The attached patch will make it work as I expect it to work:
14586 + - It works on all patterns which explicit or implicit use
14587 + address lists: ~c, ~C, ~e, ~f, ~l, ~L, ~p, ~P, and ~t. (It
14588 + didn't work with ~l before).
14590 + - It works such that a modified pattern always match, unless
14591 + there is at least one address in at least one of the
14592 + referenced lists that it doesn't match.
14594 + * doc/manual.sgml.in, send.c, mutt.h, mh.c, init.h, Muttrc.in:
14595 + Introduce a new option $reply_self. From Vikas.
14597 +1998-11-20 00:27:03 roessler (roessler)
14599 + * po/it.po: New it.po from Mario.
14601 + * doc/mutt.man.in: branches: 1.4.4; Fix a small typo.
14603 +1998-11-19 23:57:03 roessler (roessler)
14605 + * contrib/Pine.rc: Fix some ancient syntax.
14607 + * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po, send.c:
14608 + Hack around problems with multi-valued Reply-To headers.
14609 + From Roland Rosenfeld.
14611 + * rfc2047.c: Properly encode '_' characters in words which
14614 + * sendlib.c: Use mutt_is_message_type() in the message
14615 + transformation code.
14617 + * po/Makefile.in.in: Fix all Makefiles. make
14618 + DESTDIR=/path/to/something install should work now.
14620 + * doc/Makefile.in: branches: 1.15.4; Fix all Makefiles.
14621 + make DESTDIR=/path/to/something install should work now.
14623 + * Makefile.am: Fix all Makefiles. make DESTDIR=/path/to/something
14624 + install should work now.
14626 +1998-11-18 23:09:46 roessler (roessler)
14628 + * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po, reldate.h,
14629 + VERSION, ChangeLog: Release-commit for 0.94.17.
14631 + * sendlib.c, protos.h, pgp.c, parse.c, lib.c, compose.c: This
14632 + patch simplifies the generation of content type parameters
14633 + significantly by introducing a funciton mutt_set_parameter().
14634 + Additionally, we re-use code from parse.c for parsing user-input
14635 + content type headers on the compose screen.
14637 + * compose.c: Remove some uuencode-related debris.
14639 + * recvattach.c: Remove some code which crept in from the external
14640 + character set patch.
14642 + * recvattach.c: Make optional formats work while processing
14645 + * mh.c: Remove bogus re-sorting code from the maildir check
14648 + * mutt.h: Include <unistd.h>, so SEEK_SET is defined on some
14649 + systems which don't do so in <stdlib.h>.
14651 +1998-11-17 13:23:26 roessler (roessler)
14653 + * po/uk.po, po/ru.po, po/it.po, po/es.po: Checkpoint commit,
14654 + containing quite a few fuzzy translations.
14656 + * po/de.po: Update some messages.
14658 + * m4/Makefile.am.in, m4/README, m4/gettext.m4, m4/lcmessage.m4,
14659 + m4/progtest.m4, prepare, configure.in, Makefile.am: Configuration
14660 + fixes from Lars Hecking, with some more fixes and modifications
14661 + from myself. With some luck, you don't need a gettext
14662 + installation any more.
14664 + * sendlib.c: Fix the base64 encoder. The current code would
14665 + produce slightly unpredictible output which leads to bad
14668 + * postpone.c, pgp.c, parse.c, pager.c: Fix a search coloring
14671 +1998-11-16 11:44:42 roessler (roessler)
14673 + * protos.h: Drop ci_attach - it doesn't exist. Noted by Byrial
14676 +1998-11-15 09:53:23 roessler (roessler)
14678 + * parse.c: Stupid typo.
14680 + * protos.h, parse.c, attach.c: My version of Byrial's parse_part
14683 + * recvattach.c, protos.h, mutt.h, copy.c, compose.c: I can
14684 + elaborate a little more on the last paragraph. It is deletion
14685 + of the top level part direct under a message/rfc822 part which
14686 + gives problems because the headers of the message/rfc822 part
14687 + have to be changed in this case. It is hard to tell exactly how
14688 + many bytes and lines will be removed and added in this case.
14690 + If we can refrain from deletion of such parts and thus only
14691 + allow deletion of parts direct under a multipart part, then it is
14692 + relative easy always to make correct Content-Length: and Lines:
14693 + headers in the copy. (The correctness of the Lines count is
14694 + dependent of the correctness of the initial value, though).
14696 + (From: Byrial Jensen)
14698 + * doc/manual.sgml.in: Correcting Vikas' E-Mail address in the
14701 +1998-11-14 08:24:56 roessler (roessler)
14703 + * doc/manual.sgml.in: Update Byrial's e-mail address.
14705 + * copy.c: Simplify the new attachment deletion code not to require
14706 + an extra temporary file. (From: Byrial Jensen <byrial@image.dk>)
14708 + * help.c, handler.c: Type cast nit from Gero Treuner.
14710 +1998-11-13 18:31:06 roessler (roessler)
14712 + * imap.c: Currently, Mutt won't use a default folder if just the
14713 + IMAP server is specified. In fact, if the folder isn't specified,
14714 + it will core-dump.
14716 + The attached patch will use INBOX as the IMAP folder name if
14717 + none is specified, eliminating the core-dump.
14719 + (From: Aaron Schrab <aaron+mutt@schrab.com>)
14721 +1998-11-12 21:52:01 roessler (roessler)
14723 + * mutt.h, copy.c: Byrial's latest attachment deletion patch.
14725 + * mutt.h, lib.c, handler.c: Introduce a state_printf() function.
14727 +1998-11-11 21:18:08 roessler (roessler)
14729 + * po/it.po: New it.po from Marco.
14731 + * snprintf.c: Don't use the mutt_str* functions in this module.
14733 + * strcasecmp.c: the s/str.*cmp/mutt_str.*cmp/ replacement should
14734 + not have taken place here.
14736 +1998-11-10 22:21:51 roessler (roessler)
14738 + * dotlock.c: Don't use mutt_strsomething in the dotlocking code.
14740 + * send.c: Fix the $metoo option's behaviour.
14742 + * thread.c, strcasecmp.c, status.c, sort.c, socket.c,
14743 + snprintf.c, sendlib.c, send.c, score.c, rfc822.c, rfc2047.c,
14744 + rfc1524.c, recvattach.c, query.c, protos.h, postpone.c, pop.c,
14745 + pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.c, pattern.c, parse.c,
14746 + pager.c, mx.c, mh.c, menu.c, mbox.c, main.c, lib.c, keymap.c,
14747 + init.c, imap.c, hook.c, history.c, help.c, headers.c, hdrline.c,
14748 + hash.c, handler.c, gnupgparse.c, getdomain.c, from.c, enter.c,
14749 + edit.c, dotlock.c, curs_lib.c, copy.c, compose.c, complete.c,
14750 + commands.c, color.c, charset.c, buffy.c, browser.c, attach.c,
14751 + alias.c, addrbook.c: Introduce or rewrite mutt_{str*cmp,strlen}
14752 + and use them all over the place. If there are still segmentation
14753 + faults due to missing NONULLs over, they are gone now.
14755 + * main.c: Add a "pseudo-credit" to the extended copyright notice.
14757 + * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po, reldate.h,
14758 + VERSION, ChangeLog: Releasing 0.94.16.
14760 + * sendlib.c, mx.h, mx.c, mbox.c, init.c, copy.c, commands.c,
14761 + buffy.c, attach.c: Experimental support for the so-called
14762 + "kendra" mail folder format. This seems to be used on OS/2 and
14763 + is, actually, a slibhtly modified version of the MMDF format.
14765 + * parse.c: Do some sanity checking when reading attachment.
14766 + This fix should catch bad attachments.
14768 + * edit.c: Fix a possible buffer overflow. (This seems to be
14769 + the one noticed by Pavel Gulchouck <gul@lucky.net>.)
14771 + * compose.c: Wrong fix from Vikas. Undo it. (Noted by Byrial.)
14773 + * curs_lib.c, compose.c: Fix a multi_choice related bug.
14776 + * buffy.c: Skip empty mailbox parameters. This fixes a
14777 + segmentation fault noted by Marco d'Itri.
14779 +1998-11-09 19:28:42 roessler (roessler)
14781 + * from.c: Catch possible bad memory access.
14783 + * doc/manual.sgml.in, sendlib.c, protos.h, init.h, globals.h,
14784 + copy.c, Muttrc.in: Rewrite copy_delete_attach().
14786 + * sort.c, score.c, protos.h, curs_main.c, color.c: Fix an
14787 + efficiency problem with the color index features.
14789 + * doc/mutt.man.in: Replace @sharedir@ by @sysconfdir@.
14791 + * doc/manual.sgml.in: Make the default_hook documentation match
14794 + * main.c, curs_main.c: Avoid duplicate mx_close_mailbox() when
14795 + OP_QUIT is called.
14797 + * browser.c: The attached patch fixes a potential problem in
14798 + folder_format_str() where a fixed buffer might not be null
14799 + terminated. From Vikas.
14801 + * init.c: The attached patch fixes a bug in :set variable=<TAB>
14802 + where variables of type DT_SORT were not getting expanded (only
14803 + 4 of them, but a bug nevertheless). From Vikas.
14805 + * browser.c: patch-0.94.15.vikas.browser_sort.3
14807 + * doc/manual.sgml.in: Add a forwarding chapter to the manual.
14808 + From Gero Treuner.
14810 + * po/de.po: Revert de.po to the traditional German spelling rules.
14812 + * po/de.po, pop.c: L10 fixes from Gero Treuner.
14814 + * parse.c, handler.c: A message/external-body handler.
14815 + From Byrial Jensen.
14817 + * protos.h, parse.c: - remove the static declaration from
14818 + parse_date() in parse.c, - rename it to mutt_parse_date() -
14819 + fix a minor bug: the timezone information in an expires-header
14820 + was used to set the timezone of the send time.
14822 + (From Byrial Jensen <byrial@post3.tele.dk>.)
14824 + * Muttrc.in: Fix some spelling errors noted by Boris Wesslowski
14825 + <Boris.Wesslowski@StudBox.Uni-Stuttgart.DE>.
14827 + * handler.c: Byrial Jensen's alternative_handler patches.
14828 + This may lead to non-desirable effects with attachment deletion;
14829 + these effects will go when the new attachment deletion code
14832 + * parse.c: SeokChan LEE <bofh@nuri.net> says KST has a nine hour
14835 + * pager.c, help.c: Fix the display of DEL in the pager.
14837 + * send.c: Fix a group reply problem.
14839 +1998-10-30 13:00:10 roessler (roessler)
14841 + * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po: Some recent
14844 +1998-10-29 09:46:45 roessler (roessler)
14846 + * mbox.c: Mbox robustness patch from Johnny Tevessen
14847 + <j.tevessen@gmx.net>.
14849 + * po/de.po: Fixing a typo.
14851 + * imap.c: This patch should cause mutt to ask for your IMAP
14852 + login/password again if its wrong. From Brandon Long.
14854 +1998-10-28 21:48:36 roessler (roessler)
14856 + * doc/manual.sgml.in, reldate.h, VERSION, NEWS, ChangeLog:
14857 + 0.94.15 release commit.
14859 + * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po: pre-release
14862 + * curs_lib.c: Add an IsPrint check to mutt_message() and
14863 + mutt_curses_error(). This will prevent _some_ advert effects from
14864 + l10ns which don't fit together with the terminal's abilities.
14865 + There are still quite a few raw printw() etc. - we may wish to
14866 + introduce our own, locale-safe versions of these.
14868 + * po/POTFILES.in: reldate contais really _no_ i18n-related data.
14870 + * send.c: Don't try to recall a postponed message when we are
14871 + given a template.
14873 + * copy.c: Fix a possible segmentation fault when deleting nested
14876 + * doc/manual.sgml.in, send.c, mutt.h, init.h: Add a $forward_weed
14877 + option which controls header weeding when decode-forwarding
14880 + * po/ru.po, po/it.po, po/es.po, po/de.po: German translation
14881 + fixes from Gero plus checkpoint commit.
14883 + * doc/manual.sgml.in, pager.h, pager.c, mutt_menu.h, keymap.c,
14884 + help.c, curs_main.c, commands.c, attach.c, OPS: Gero Treuner's
14887 + * po/ru.po, po/it.po, po/es.po, po/de.po: Adding a current
14888 + spanish translation.
14890 + * send.c: if reply-to points to the address on the from header,
14891 + use the from header's value for composing a reply's recipient
14892 + list, not the reply-to header.
14894 + * configure.in: add the ukrainian l10n.
14896 +1998-10-27 19:02:45 roessler (roessler)
14898 + * configure: Configure is generated automatically and should
14899 + thus _not_ be part of the CVS repository.
14901 + * configure.in, configure, README, INSTALL: Try to detect Solaris
14902 + 2.4's broken regcomp().
14904 + * send.c: Move some code around.
14906 + * doc/manual.sgml.in: Some documentation nits.
14908 + * dotlock.c: include config.h _before_ checking for HAVE_GETOPT.
14909 + Noted by Scott Perlman <perlman@linguist.dartmouth.edu>.
14911 + * Muttrc.in: Add a macro for viewing the manual.
14913 + * pgp.c, configure.in, configure: i18n fixes.
14915 + * po/ru.po, po/es.po, po/it.po, po/de.po: A couple of i18n
14916 + fixes, plus a partial spanish translation from Boris Wesslowski
14917 + <Boris.Wesslowski@StudBox.Uni-Stuttgart.DE>.
14919 + * configure.in, configure: Handle systems which have neither
14920 + pgp2 nor pgp5, but gpg correctly.
14922 + * compose.c: - snd_entry() is marked static - You will only get
14923 + a full redraw of the screen after invoking
14924 + pgp_send_menu if you selected "sign as". - draw_envelope()
14925 + and edit_address_list() use the same array of
14926 + strings for titles/prompts. This saves both string data and
14927 + code in both functions which have been a lot smaller.
14929 + * sendlib.c, send.c, protos.h, postpone.c, compose.c: Preserve
14930 + FCC headers when postponing. From Vikas.
14932 + * mx.c, mutt.h, imap.c: Prevent mutt from re-reading IMAP folders
14935 +1998-10-22 13:53:47 roessler (roessler)
14937 + * send.c: Undo some superfluous changes. Pointed out by V.A.
14939 + * send.c, protos.h, postpone.c: - Preserve certain headers'
14940 + values when recallling a postponed message. TBD: Fcc.
14942 + - Rename mutt_edit_message() to mutt_prepare_edit_message()
14943 + since that's what that function actually does.
14945 + * mx.h, mx.c, lib.c, flags.c: Make _all_ IMAP-related code
14946 + conditionally defined. From Byrial Jensen.
14948 +1998-10-21 22:46:16 roessler (roessler)
14950 + * protos.h, pattern.c, hdrline.c: Fix match-all for the ~p,
14953 + * compose.c: Vikas' write_fcc patch.
14955 + * doc/manual.sgml.in: Documentation nits from Byrial.
14957 + * curs_lib.c: Also accept numbers as input in mutt_multi_choice().
14960 + * prepare: Fix the documentation reference in prepare.
14962 + * doc/devel-notes.txt: Add a gettext automake macro patch which
14963 + is needed for proper building of mutt.
14965 + * prepare, config.h.in, aclocal.m4, README, INSTALL: Remove
14966 + some automatically generated files from the CVS repository,
14967 + and add a script which generates them.
14969 + * Makefile.am: Don't overwrite $(sysconfdir)/Muttrc if present.
14971 + * po/ru.po, po/it.po, po/de.po, protos.h, curs_lib.c, compose.c,
14972 + commands.c, browser.c: Byrial Jensen's mutt_multi_choice()
14973 + patch plus some German translations.
14975 + * pgpinvoke.c, gnupgparse.c: Make gpg's output look a little
14978 + * po/ru.po, po/it.po, po/de.po, reldate.h: Release commit.
14980 + * VERSION, ChangeLog: Preparing 0.94.14.
14982 +1998-10-20 22:02:58 roessler (roessler)
14984 + * po/ru.po, po/it.po, po/de.po: Checkpoint commit.
14986 + * config.h.in, Makefile.am: Include VERSION with the distribution.
14988 + * configure.in, configure, VERSION, config.h.in: Don't hard-wire
14989 + the program's version in configure.in, but use the VERSION
14990 + file instead. Stolen from gnupg.
14992 + * ChangeLog: Checkpoint commit.
14994 + * doc/manual.sgml.in, keymap.c, functions.h, NEWS: Another
14995 + macro-function fix from Vikas.
14997 + * socket.c, mutt_socket.h: Fix the multiple connection code.
14998 + From Brandon Long.
15000 +1998-10-19 20:08:10 roessler (roessler)
15002 + * postpone.c: fix a typo.
15004 + * Makefile.am: Fix dotlock's installation when DOTLOCK_GROUP
15007 + * po/it.po: Ups, this was missing from the repository.
15009 + * po/ru.po, po/de.po: Adding some new and improved German
15012 + * init.c: handle domain == "@" properly.
15014 + * postpone.c: Fix the behaviour when recalling postponed messages:
15015 + Content types would not be restored.
15017 +1998-10-16 12:09:37 roessler (roessler)
15019 + * lib.c: Harden mutt_free_header() against NULL pointers.
15021 + * keymap.c, handler.c: Nits from Vikas.
15023 + * send.c: Fix a segmentation fault when OPT_RECALL is
15026 + * commands.c: Don't write out bad content-length and lines
15027 + headers when decode-saving a message.
15029 +1998-10-15 23:09:30 roessler (roessler)
15031 + * po/ru.po, po/de.po: *** empty log message ***
15033 + * intl/textdomain.c, intl/localealias.c, intl/loadmsgcat.c,
15034 + intl/l10nflist.c, intl/intl-compat.c, intl/gettext.c,
15035 + intl/finddomain.c, intl/explodename.c, intl/dgettext.c,
15036 + intl/dcgettext.c, intl/cat-compat.c, intl/bindtextdom.c,
15037 + thread.c, system.c, strcasecmp.c, status.c, sort.c, socket.c,
15038 + snprintf.c, signal.c, sha1dgst.c, sendlib.c, send.c, score.c,
15039 + rfc822.c, rfc2047.c, rfc1524.c, resize.c, recvattach.c, query.c,
15040 + postpone.c, pop.c, pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.c,
15041 + pattern.c, parse.c, pager.c, mx.c, mh.c, menu.c, mbox.c,
15042 + main.c, lib.c, keymap.c, init.c, imap.c, hook.c, history.c,
15043 + help.c, headers.c, hdrline.c, hash.c, handler.c, gnupgparse.c,
15044 + getdomain.c, from.c, flags.c, filter.c, enter.c, edit.c,
15045 + dotlock.c, date.c, curs_main.c, curs_lib.c, copy.c, config.h.in,
15046 + compose.c, complete.c, commands.c, color.c, charset.c, buffy.c,
15047 + browser.c, attach.c, alias.c, addrbook.c, ChangeLog: Change
15048 + "static char rcsid[]" to "static const char rcsid[]" to make
15049 + gcc shut up about this.
15051 + * po/stamp-cat-id, po/ru.po, po/mutt.pot, po/de.po,
15052 + po/cat-id-tbl.c, reldate.h, configure.in, configure, config.h.in,
15053 + Makefile.in, ChangeLog: Random pre-release clean-up.
15055 + * po/mutt.pot, doc/manual.sgml.in, pattern.c, mutt.h: This
15056 + patch introduces the ~k pattern for messages containing pgp
15059 + * doc/manual.sgml.in: Add some missing key definitions.
15061 + * mutt_curses.h: There seem to be systems which don't know
15064 + * po/mutt.pot, po/cat-id-tbl.c: Check-point commit, again.
15066 + * sendlib.c: Put #ifdefs around a variable which is only used
15067 + for generating uuencoded messages.
15069 + * ChangeLog: Update.
15071 + * po/ru.po, po/mutt.pot, po/cat-id-tbl.c, sendlib.c, keymap.c,
15072 + compose.c: A slightly modified version of Vikas' help_unbound
15075 + * po/mutt.pot, sendlib.c, protos.h, postpone.c, parse.h, parse.c,
15076 + mh.c, mbox.c, main.c, imap.c, headers.c, buffy.c: Fixing a memory
15077 + hog which was introduced by the edit-message patch.
15079 +1998-10-14 22:58:04 roessler (roessler)
15081 + * po/ru.po, po/mutt.pot, po/de.po, po/cat-id-tbl.c, compose.c:
15082 + Warn the user before sending out uuencoded attachments.
15084 + * handler.c: Fix prefix and utf8 issues in the uudecoder.
15086 + * sendlib.c, parse.c, mime.h, handler.c, globals.h, config.h.in:
15087 + Thinking about this once again, ok folks, here comes x-uuencode
15090 + * handler.c: typo.
15092 + * handler.c: When Charset is utf-8 (not recommended!), don't
15093 + active utf8 translation in the various handler routines.
15095 + * Makefile.in, Makefile.am: Add -I$(includedir) to the C
15096 + preprocessor flags. Per request of Clint Olsen.
15098 + * po/ru.po, po/de.po, configure.in, configure, config.h.in,
15099 + Makefile.in, Makefile.am: More build process clean-up.
15101 + * po/mutt.pot, po/Makefile.in.in, config.h.in, Makefile.in:
15102 + Removing some instances of gnu-make specific command line
15105 + * doc/manual.sgml.in: Document the match-all feature.
15107 + * po/mutt.pot, main.c, dotlock.c, configure.in, configure,
15108 + config.h.in, Makefile.in, Makefile.am: Various build fixes.
15110 + * color.c: Adding some necessary ifdefs to color.c, From
15111 + Irving_Wolfe@wolfe.net.
15113 +1998-10-13 23:37:05 roessler (roessler)
15115 + * po/ru.po, po/de.po: Checkpoint commit. This gets boring.
15117 + * NEWS: Merging Vikas' NEWS file into the distributed one.
15119 + * po/mutt.pot, config.h.in, Makefile.in, ChangeLog: Preparing
15122 + * po/ru.po, po/mutt.pot, po/de.po, po/cat-id-tbl.c, reldate.h,
15123 + recvattach.c, configure.in, configure, config.h.in, commands.c,
15124 + README, NEWS, Makefile.in, Makefile.am, INSTALL: random
15125 + pre-release clean-up.
15127 + * po/ru.po, po/mutt.pot, po/de.po, po/cat-id-tbl.c,
15128 + po/POTFILES.in, reap.pl, gen_defs, configure.in, configure,
15129 + config.h.in, NEWS, Makefile.in, Makefile.am: Introducing a us-dist
15130 + target to create a USG-friendly version of mutt. Additionally,
15131 + the NEWS file is prepared for 0.95.
15133 + * doc/devel-notes.txt: Add a short note on compiler warnings.
15135 + * po/ru.po, po/de.po, po/POTFILES.in, po/Makefile.in.in, missing,
15136 + mime.types: More $Id$ strings.
15138 + * po/mutt.pot, po/cat-id-tbl.c, intl/textdomain.c,
15139 + intl/localealias.c, intl/loadmsgcat.c, intl/loadinfo.h,
15140 + intl/libgettext.h, intl/l10nflist.c, intl/intl-compat.c,
15141 + intl/hash-string.h, intl/gettextP.h, intl/gettext.h,
15142 + intl/gettext.c, intl/finddomain.c, intl/explodename.c,
15143 + intl/dgettext.c, intl/dcgettext.c, intl/cat-compat.c,
15144 + intl/bindtextdom.c, doc/devel-notes.txt, doc/applying-patches.txt:
15145 + Add RCS $Id$ strings to (hopefully) all source files.
15147 + * doc/PGP-Notes.txt: branches: 1.6.4; Add RCS $Id$ strings to
15148 + (hopefully) all source files.
15150 + * doc/Makefile.in: Add RCS $Id$ strings to (hopefully) all
15153 + * contrib/sample.muttrc, contrib/sample.mailcap: branches:
15154 + 1.2.4; Add RCS $Id$ strings to (hopefully) all source files.
15156 + * contrib/language50.txt, contrib/language.txt, contrib/Pine.rc,
15157 + contrib/Mush.rc, contrib/Makefile.in, thread.c, system.c,
15158 + strcasecmp.c, status.c, sort.h, sort.c, socket.c, snprintf.c,
15159 + signal.c, sha_locl.h, sha1dgst.c, sha.h, sendlib.c, send.c,
15160 + score.c, rfc822.h, rfc822.c, rfc2047.h, rfc2047.c, rfc1524.h,
15161 + rfc1524.c, resize.c, reldate.h, recvattach.c, query.c, protos.h,
15162 + postpone.c, pop.c, pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.h,
15163 + pgp.c, pattern.c, parse.h, parse.c, pager.h, pager.c, mx.h, mx.c,
15164 + mutt_socket.h, mutt_regex.h, mutt_menu.h, mutt_curses.h, mutt.h,
15165 + mime.h, mh.c, menu.c, mbox.c, mapping.h, main.c, mailbox.h,
15166 + lib.c, keymap.h, keymap.c, init.h, init.c, imap.h, imap.c,
15167 + hook.c, history.h, history.c, help.c, headers.c, hdrline.c,
15168 + hash.h, hash.c, handler.c, gnupgparse.c, globals.h, getdomain.c,
15169 + gen_defs, functions.h, from.c, flags.c, filter.c, enter.c, edit.c,
15170 + dotlock.h, dotlock.c, date.c, curs_main.c, curs_lib.c, copy.h,
15171 + copy.c, configure.in, compose.c, complete.c, commands.c, color.c,
15172 + charset.h, charset.c, buffy.h, buffy.c, browser.c, attach.h,
15173 + attach.c, alias.c, addrbook.c, acconfig.h, TODO, README, NEWS,
15174 + Muttrc.in, Makefile.in, Makefile.am, INSTALL, GPL, COPYRIGHT:
15175 + Add RCS $Id$ strings to (hopefully) all source files.
15177 + * enter.c: Type Ctrl-V Ctrl-G in any input field.
15179 + * curs_main.c: Bumping some dprint statements' debug levels.
15182 + * po/ru.po, po/mutt.pot, po/de.po: Including the new ru.po file
15183 + from "Andrej N. Gritsenko" <andrej@lucky.net>; check-point commit.
15185 +1998-10-12 19:53:49 roessler (roessler)
15187 + * recvattach.c, query.c, postpone.c, pgpkey.c, curs_main.c,
15188 + compose.c, browser.c, addrbook.c: The attached patch removes
15189 + some redundant code related to the macro function stuff. Since
15190 + each menu calls km_dokey() to get the 'op' number to execute, the
15191 + 'menu' argument to km_dokey() _is_ the CurrentMenu. Hence, there
15192 + is no need to explicitly save/restore the CurrentMenu all over
15193 + the code. The only places it is being captured now is just before
15194 + mutt_enter_comamnd() is called. This is to help the 'exec' command
15195 + completion code so that it knows which menu to try and complete
15196 + the function name from. (From: Vikas Agnihotri <VikasA@att.com>)
15198 + * doc/manual.sgml.in, doc/manual.sgml, doc/Makefile.in, sendlib.c,
15199 + main.c, init.c, configure.in, configure, config.h.in, acconfig.h,
15200 + Makefile.in, Makefile.am: Mutt now correctly uses the sysconfdir
15201 + as determined by configure.
15203 + * po/ru.po, po/mutt.pot, po/de.po: Checkpoint commit.
15205 + * po/ru.po, po/mutt.pot, po/de.po, reldate.h, configure.in,
15206 + configure, ChangeLog: Check-point commit before 0.94.11 is
15209 +1998-10-11 22:11:00 roessler (roessler)
15211 + * doc/Makefile.in, contrib/Makefile.in: Makefile clean-up as
15212 + suggested by Marco d'Itri.
15214 + * doc/dotlock.man.in: branches: 1.3.4; Install dotlock's manual
15215 + page under the correct name.
15217 + * doc/Makefile.in: Install dotlock's manual page under the
15220 +1998-10-08 13:22:16 roessler (roessler)
15222 + * README: Reference some of the new doc files.
15224 + * doc/Makefile.in: Some more changes to the installation process.
15226 + * doc/Makefile.in: Fix the uninstall target; add some magic to
15227 + build and install the HTML version of the manual if we can.
15229 + * doc/applying-patches.txt, doc/devel-notes.txt,
15230 + doc/PGP-Notes.txt, doc/Makefile.in: Some more documentation;
15231 + install the html version of the manual if it's there.
15233 + * doc/manual.sgml: The manual was wrong on the default binding
15234 + for extract-keys.
15236 +1998-10-07 22:19:27 roessler (roessler)
15238 + * doc/manual.sgml, pop.c, mutt.h, init.h, Muttrc.in: POP3
15239 + LAST support. From Jason Lavoie <jason@mint.net> by way of
15242 + * po/mutt.pot, po/cat-id-tbl.c: Clean-up commit.
15244 + * gnupgparse.c: Redirect stdin and stderr to /dev/null when
15245 + invoking gpgm for listing key IDs.
15247 + * socket.c, mutt_socket.h, imap.c: First fix of the IMAP expunge
15248 + handling. From Brandon Long.
15250 + * keymap.c, curs_lib.c: Fix macro functions for the pager menu.
15252 + * keymap.c: The attached patch fixes a minor inconsistency
15253 + between the display of special key-names in the help screen
15254 + and their actual usage. The help screen now shows the special
15255 + keys exactly as you would/could/should use them in the
15256 + muttrc/command-line. (From: Vikas Agnihotri <VikasA@att.com>)
15258 + * keymap.c: Fix the error message for unbound keys. From Vikas.
15260 + * browser.c: Clean up behind an aborted sort-by prompt on the
15261 + file browser. From Vikas.
15263 + * hdrline.c: The attached patch fixes a minor bug in
15264 + $index_format's %B and %b where they didnt respect the given
15265 + prefix. In addition, the manual says that %B is supposed to fall
15266 + back to %b if the message is not sent to a known mailing list. The
15267 + code was not doing that. (From: Vikas Agnihotri <VikasA@att.com>,
15268 + noted on comp.mail.mutt by unny@rz114s0.rz.uni-karlsruhe.de
15269 + (Vladimir Klebanov)).
15271 + * doc/PGP-Notes.txt: pgp_language is obsolete. Noted by Heiko
15274 +1998-10-06 15:10:53 roessler (roessler)
15276 + * keymap.c: Macro function fixes.
15278 + * curs_lib.c: With slang, ERR != -1.
15280 + * po/mutt.pot, po/de.po: Message fix.
15282 + * attach.c: Fix another pipe-related hang in
15283 + mutt_view_attachment().
15285 +1998-10-05 21:37:15 roessler (roessler)
15287 + * configure, aclocal.m4: Another fix to libintl detection.
15289 + * keymap.c, curs_lib.c: macro_function.2-3, from Vikas.
15291 + * handler.c: File descriptor leak alert.
15293 + * handler.c: Avoid a hang due to blocking pipe writes in the
15296 + * keymap.c, curs_main.c, curs_lib.c: Make exec grok >= 1
15297 + parameters; fix double ops problem in index_menu().
15299 + * po/ru.po, po/mutt.pot, po/de.po, po/cat-id-tbl.c: L10n changes
15300 + corresponding to the macro-function patch.
15302 + * flags.c, compose.c: Some fixes to the macro-function patch.
15304 + * po/ru.po: Adding the Russian Localization.
15306 + * recvattach.c, query.c, protos.h, postpone.c, pgpkey.c,
15307 + pager.c, mutt_curses.h, mutt.h, menu.c, keymap.c, init.h,
15308 + init.c, globals.h, flags.c, enter.c, curs_main.c, curs_lib.c,
15309 + configure.in, configure, compose.c, commands.c, browser.c,
15310 + addrbook.c, aclocal.m4: Vikas' macro_function patch.
15312 +1998-10-04 15:02:25 roessler (roessler)
15314 + * configure.in, configure: Fixing some make-related problems
15315 + noted by Petri Kaukasoina <kaukasoi-mutt@elektroni.ee.tut.fi>.
15317 + * po/mutt.pot, send.c: Fix group-reply's behaviour.
15319 + * doc/devel-notes.txt, doc/style-guide: Replace style-guide by
15320 + some more general notes on mutt development.
15322 + * Makefile.in: Propagate fixes from Makefile.am.
15324 + * ChangeLog: Preparing 0.94.10.
15326 + * po/mutt.pot, po/de.po: Noise.
15328 + * configure.in, configure, Makefile.am: More fixes to the build
15329 + process. This version was tested to build cleanly under SuSE
15332 +1998-10-03 22:08:09 roessler (roessler)
15334 + * doc/manual.txt: manual.txt can be rebuilt when making the dist -
15335 + no need to keep this in the repository.
15337 + * ChangeLog: Preparing ChangeLog for 0.94.10.
15339 + * contrib/Makefile.in: Ups.
15341 + * po/mutt.pot, po/de.po, po/cat-id-tbl.c,
15342 + po/Makefile.in.in, doc/language50.txt, doc/language.txt,
15343 + contrib/patch.slang-1.2.2.keypad.1, contrib/sample.mailcap,
15344 + contrib/sample.muttrc, doc/Makefile.in, contrib/Mush.rc,
15345 + contrib/Pine.rc, contrib/language.txt, contrib/language50.txt,
15346 + sample.muttrc, sample.mailcap, reap.pl, pop.c,
15347 + patch.slang-1.2.2.keypad.1, depend.awk, configure.in, configure,
15348 + Pine.rc, Mush.rc, Makefile.in, Makefile.am, ChangeLog: Source tree
15349 + and make process changes. make dist and make maintainer-clean
15350 + should now work as they are supposed to.
15352 + * help.c: Remove an unprotected gettext() call.
15354 + * missing: *** empty log message ***
15356 + * missing: Persuade CVS to get the file modes right.
15358 + * INSTALL: Adding a note on SparcLinux problems when gcc is
15359 + called with the -pedantic flag.
15361 +1998-10-02 17:39:47 roessler (roessler)
15363 + * po/mutt.pot, po/de.po: A small fix to get autoview messages
15364 + properly colored.
15366 + * pattern.c, mutt.h, Makefile.in: patch-0.92.8.sec.match_all.1
15368 + * po/mutt.pot, configure.in, configure, Makefile.in, Makefile.am:
15369 + Fixing some build-related problems, and preparing 0.94.9p1.
15371 + * doc/manual.txt, doc/manual.sgml, hdrline.c: Roland Rosenfeld's
15372 + first name patch.
15374 + * mutt.h, compose.c: More () fixes.
15376 + * mutt.h, edit.c, curs_lib.c, browser.c: With SLang, addstr()
15377 + is a macro. This means we should put additional braces around
15378 + _()-style arguments.
15380 +1998-10-01 20:16:56 roessler (roessler)
15382 + * po/mutt.pot, po/de.po, po/cat-id-tbl.c, po/POTFILES.in,
15383 + doc/Makefile.in: Translate help strings.
15385 + * postpone.c, pager.c, help.c, compose.c, Makefile.in: Translate
15388 + * intl/VERSION, intl/libintl.h, intl/libintl.glibc,
15389 + intl/intlh.inst.in, intl/COPYING, intl/BUGS, intl/AUTHORS: ***
15390 + empty log message ***
15392 + * po/mutt.pot, po/de.po, po/cat-id-tbl.c, po/POTFILES.in,
15393 + recvattach.c, query.c, pager.c, curs_main.c, compose.c, browser.c,
15394 + addrbook.c: Translate the various help lines.
15396 + * mutt.h, lib.c, handler.c: Gero Treuner's reply_quote patch.
15398 + * po/mutt.pot, po/de.po, po/cat-id-tbl.c, po/POTFILES.in: Add
15399 + l10n for handler.c.
15401 + * po/mutt.pot, po/de.po, po/cat-id-tbl.c, curs_lib.c: Make
15402 + mutt_yesorno() language sensitive.
15404 + * po/de.po: Various German-language related fixes.
15406 + * reldate.h, configure.in, configure, TODO, Makefile.in,
15407 + ChangeLog: Preparing 0.94.9i.
15409 + * po/de.po: German l10n, first take.
15411 + * intl/AUTHORS, intl/BUGS, intl/COPYING: Adding legalese.
15413 + * po/mutt.pot, po/de.po, po/cat-id-tbl.c, main.c: More i18n fixes.
15415 + * po/mutt.pot, po/de.po, po/cat-id-tbl.c: Adapting the catalog
15418 + * configure.in, configure, Makefile.in, Makefile.am: Various
15419 + automake and installation fixes.
15421 + * po/Makefile.in.in, po/POTFILES.in, po/cat-id-tbl.c, po/de.po,
15422 + po/mutt.pot, po/stamp-cat-id, intl/ChangeLog, intl/Makefile.in,
15423 + intl/bindtextdom.c, intl/cat-compat.c, intl/dcgettext.c,
15424 + intl/dgettext.c, intl/explodename.c, intl/finddomain.c,
15425 + intl/gettext.c, intl/gettext.h, intl/gettextP.h,
15426 + intl/hash-string.h, intl/intl-compat.c, intl/intlh.inst.in,
15427 + intl/l10nflist.c, intl/libgettext.h, intl/libintl.glibc,
15428 + intl/libintl.h, intl/linux-msg.sed, intl/loadinfo.h,
15429 + intl/loadmsgcat.c, intl/localealias.c, intl/po2tbl.sed.in,
15430 + intl/textdomain.c, intl/xopen-msg.sed, doc/Makefile.in, thread.c,
15431 + stamp-h.in, status.c, sort.c, signal.c, sendlib.c, send.c,
15432 + score.c, rfc1524.c, recvattach.c, query.c, postpone.c, pop.c,
15433 + pgppubring.c, pgpkey.c, pgp.c, pattern.c, parse.c, pager.c, mx.c,
15434 + missing, mutt.h, mh.c, menu.c, mbox.c, main.c, lib.c, keymap.c,
15435 + init.c, imap.c, hook.c, help.c, headers.c, handler.c, gen_defs,
15436 + flags.c, edit.c, date.c, curs_main.c, curs_lib.c, copy.c,
15437 + configure.in, configure, config.h.in, compose.c, commands.c,
15438 + color.c, buffy.c, browser.c, attach.c, alias.c, aclocal.m4,
15439 + addrbook.c, acconfig.h, ABOUT-NLS, Makefile.am, Makefile.in:
15440 + Adding gettext support, based on the patch by Marco d'Itri.
15442 + * TODO: add a note about the currently-missing mh_sequences
15445 + * send.c: Fix the PgpSignMicalg vanishing when recalling
15446 + postponed messages. Bug squashed by Bjørn Fischer.
15448 +1998-09-30 13:56:24 roessler (roessler)
15450 + * doc/manual.txt, doc/manual.sgml: SGML fix.
15452 + * postpone.c, headers.c: Don't generate a NULL micalg parameter
15453 + when getting postponed messages.
15455 + * functions.h: Removing some superfluous key bindings from
15456 + functions.h. (From: Gero Treuner <gero@faveve.uni-stuttgart.de>)
15458 + * doc/manual.sgml, init.c: Add some more support for
15459 + version-dependant configuration files.
15461 + * copy.c: When forwarding a mail (nomime_forw) and you have
15462 + forw_quote set, mutt inserts a blank line between header and
15463 + body of the forwarded message.
15465 + * compose.c: Tell the user how to attach messages when using
15466 + the attach-message feature.
15468 + * doc/manual.sgml, pattern.c, mutt.h: Add ~g and ~G patterns
15469 + for PGP signed and encrypted messages.
15471 + * doc/manual.sgml: Documentation for Vikas' latest features.
15473 +1998-09-29 15:40:01 roessler (roessler)
15475 + * status.c: _Really_ fix an unset or too short StChars varialbe.
15478 + * rfc822.c: Fix a segmentation fault occuring with certain
15479 + badly-formed RFC822-like addresses.
15481 + * hdrline.c: Make status characters work again.
15483 + * doc/manual.txt, doc/manual.sgml: Documenting some more
15486 + * Muttrc.in: Add newly added variables to the default system
15489 + * status.c: Catch short StChars values.
15491 + * mutt.h, init.c, hdrline.c: Add caching for a message's flags.
15493 + * Makefile.in: patch-0.94.7i.rr.charsets_fix.1, from Roland
15496 + * doc/manual.txt, doc/manual.sgml, configure.in, configure:
15497 + Some nits from Gero Treuner.
15499 +1998-09-28 17:40:47 roessler (roessler)
15501 + * pager.c, curs_main.c: Vikas' pipe-redraw fix.
15503 + * doc/manual.txt, doc/manual.sgml, doc/Makefile.in, GPL, main.c,
15504 + COPYRIGHT, COPYING: A first take at bringing copyright notices
15505 + and credits into synch with reality.
15507 + * reldate.h, configure.in, configure, TODO, Makefile.in,
15508 + ChangeLog: Preparing 0.94.8i.
15510 +1998-09-26 10:13:39 roessler (roessler)
15512 + * mh.c: Changing the index_hint handling for mh folders once
15515 + * mh.c: Resort the incoming folder from mh_sync_mailbox() also
15516 + when new mail arrived.
15518 +1998-09-25 06:56:35 roessler (roessler)
15520 + * pager.c: patch.mutt-0.94.5i.ld.quote_levels.3-4
15522 +1998-09-24 23:19:50 roessler (roessler)
15524 + * pager.c: A new quote_levels patch from liviu.
15526 + * sendlib.c: Rewrite the base64-encoder used for messages. This
15527 + should be unified with the encoder in rfc2047.c at some point.
15529 + * pager.c: Undoing Livius quote-levels patch for now.
15531 + * sendlib.c, mutt.h, charset.h, charset.c:
15532 + [patch-0.94.7i.gt.charset-send.1.gz] With the new charset support
15533 + in mutt there are better chances to say whether a mail to send
15534 + consists of characters of the ASCII set only (the charset should
15535 + be "us-ascii" then) or of other characters from the given charset
15536 + (this charset should be given then): ASCII characters have the
15537 + unicode values from 0 to 127.
15539 + * init.c: Fix a segmentation fault with mismatched backticks.
15541 + * init.c: Vikas' merged completion patch, level 3.
15543 +1998-09-23 20:01:06 roessler (roessler)
15545 + * pager.c, mutt_regex.h, init.h: Liviu Daia's smiley patch.
15547 + * status.c, sendlib.c, recvattach.c, protos.h, pager.h, pager.c,
15548 + mutt.h, main.c, init.h, curs_main.c, curs_lib.c, compose.c,
15549 + commands.c: Disable recursive invocations of the attach-message
15552 + * mh.c: Really fix the index hints.
15554 + * mh.c: Correct the index_hint handling in mh_check_mailbox().
15556 + * sendlib.c: RFC2047-encode the mail-followup-to header.
15558 + * TODO: Remove the maildir/mh resynch entry.
15560 + * pager.c: There is a long-standing problem in Mutt, related to
15561 + coloring the various levels of quoting: if the attributions are
15562 + missing, like this:
15563 + >>> blah blah from A >> blah blah from B > blah blah
15566 + then the "quoted" color object is associated with ">>>", "quoted1"
15567 + with ">>" and "quoted2" with ">" --- which is not what most people
15568 + expect. The reason is Mutt doesn't count the quote characters
15569 + (since there is no way to distinguish between a single quote ">>
15570 + " and a ">" followed by a "> "), and it allocates colors as it
15571 + finds new types of quote prefixes. The attached patch fixes this
15572 + problem still without counting the quote characters.
15574 +1998-09-22 22:54:52 roessler (roessler)
15576 + * mx.h, mx.c, mutt.h, mh.c, mbox.c, buffy.c: A first take at
15577 + corrected mh/maildir support.
15579 + * mx.c, mh.c: Some fixes and code clean-ups.
15581 + * mutt.h, mh.c, init.h: Introduce the $mh_purge option.
15583 + * sendlib.c: Produce "undisclosed-recipients:;" instead of
15584 + ""undisclosed-recipients:;":;" when the user gives no To-Header.
15586 + * mx.c: When generating new messages in MH folders, the initial
15587 + number should be "1", not "2". Fix from Gero Treuner.
15589 + * init.c: patch-0.94.7i.vikas.jmy.misc_complete.2
15591 +1998-09-21 12:49:50 roessler (roessler)
15593 + * sendlib.c: Avoid a dangling pointer in mutt_message_to_7bit().
15595 +1998-09-20 12:05:39 roessler (roessler)
15597 + * pager.c: Byrial Jensen's bold-underline patch.
15599 +1998-09-18 05:45:56 roessler (roessler)
15601 + * reldate.h, configure.in, configure, ChangeLog: Preparing
15604 + * protos.h, init.c, enter.c: Applying the third generation of
15605 + command completion patches.
15607 +1998-09-16 20:08:25 roessler (roessler)
15609 + * curs_lib.c: Attached is a minor fix to mutt_getch in curs_lib.c
15610 + - as of 0.93.2i, if +'metakey' and 'timeout' were both set,
15611 + mutt_getch was returning an ESC rather than -1, which resulted
15612 + in 'key not bound' messages every 'timeout' seconds. (From:
15613 + Tim Walberg <walberg@cig.mot.com>)
15615 + * copy.c: [patch-0.94.6i.oe.dprint2.1] Fix a segmentation fault
15616 + when running in -d2 mode.
15618 + * keymap.c: Use <fN> for function keys as well as for other
15619 + special keys. Additionally, this patch makes it possible to
15620 + use all special keys inside a key _sequence_.
15622 + * sendlib.c, mutt.h, curs_main.c, compose.c:
15623 + Introduce the OPTUSEHEADERDATE pseudo-option to control
15624 + mutt_write_rfc822_header()'s behaviour for the purposes of the
15625 + edit_message feature.
15627 + * init.c: When parsing aliases, don't consider ';' a token
15630 +1998-09-15 21:41:51 roessler (roessler)
15632 + * init.c: Undoing Vikas' complete patch and applying
15633 + patch-0.94.6i.jmy.cycle_complete.1 instead.
15635 + * handler.c: _Really_ fix CRLF handling.
15637 + * charset.c: Fix the crlf handling.
15639 + * pgppubring.c: UTF8-decode PGP user ID packets.
15641 + * rfc2047.c, mutt.h, lib.c, handler.c, charset.h, charset.c:
15642 + Adding basic UTF-8 support.
15644 + * copy.c: When using mutt_copy_header with CH_TXTPLAIN, generate
15645 + a content-type _with_ a character set parameter.
15647 + * Makefile.in: Correcting a typo in the clean target.
15649 + * handler.c, charset.h, charset.c: Add charset alias support
15650 + and fix various errors in the character set code.
15652 + * charset.c: Fix mutt_display_char to map '\0' to itself
15653 + regardless of the translation table we use.
15655 + * gen-charset.c, configure.in, configure, charset.h, charset.c,
15656 + Makefile.in: Generate the character set tables from i18n files.
15658 + * imap.c: Finally fix imap_quote_string().
15660 + * compose.c: [patch-0.94.6i.gt.arrow.1] Add M_ARROWCURSOR on
15661 + the compose menu.
15663 +1998-09-14 21:33:34 roessler (roessler)
15665 + * imap.c: Fix IMAP quoting.
15667 + * Muttrc.in: Speling corection for Muttrc.in.
15669 + * init.c: [patch-0.94.6.vikas.complete.1] Fix a completion-related
15672 +1998-09-13 15:29:54 roessler (roessler)
15674 + * reldate.h, configure.in, configure, ChangeLog: Preparing
15677 + * sendlib.c, rfc2047.c, recvattach.c, hash.h, gen-charset.c,
15678 + handler.c, configure.in, configure, commands.c, charset.h,
15679 + charset.c, Makefile.in: This patch adds on-demand loading of
15680 + character set tables, changes the default location of $SHAREDIR,
15681 + and fixes some compilation problems occuring on machines without
15684 +1998-09-12 19:58:56 roessler (roessler)
15686 + * sendlib.c: Fixing a silly typo in the edit-message code.
15688 + * rfc2047.c, charset.c, charset.h, handler.c, Makefile.in:
15689 + [patch-0.93.2i.ru.mmultiple_charsets.gz] This patch adds support
15690 + for international character sets. Currently, mutt knows about
15691 + the following character sets and is able to convert between them:
15693 + iso-8859-1, ..., iso-8859-9, koi8-r, windows-1251, x-cp866.
15695 + (From: Ruslan Ermilov <ru@ucb.crimea.ua>)
15697 + * recvattach.c, protos.h, pattern.c, mutt.h, init.c, history.h,
15698 + enter.c, commands.c: When entering a 'set' command on the
15699 + command-line, pressing TAB after string_var= will insert the
15700 + current value of that variable. Note that this works only for
15701 + variables of type 'string'.
15703 + Also fixes the following buglets in command-completion:
15705 + 1. doesnt work if you started the command-line with whitespace
15707 + 2. Seems to think that 'Set', 'ReSeT', etc are valid commands
15708 + (since it checks for 'strcasecmp' instead of 'strcmp' when
15709 + completing the variable names Also fixes the following buglets
15710 + in command-completion:
15712 + (From: Vikas Agnihotri <VikasA@att.com>)
15714 + * enter.c: Use the proper history class when entering mutt
15717 + * imap.c: [patch-0.94.5i.jmy.imap_quote.1]
15719 + * sendlib.c, send.c, protos.h, postpone.c, parse.c, mutt.h,
15720 + lib.c, functions.h, curs_main.c, compose.c, OPS: Adding the
15721 + edit-message feature.
15723 + * hdrline.c: [patch-0.94.5.vikas.collapse_format.2] - introduce
15724 + %M for the number of messages which is hidden in a thread.
15726 +1998-09-08 19:32:57 roessler (roessler)
15728 + * TODO: Bogus bug. Actually, by setting use_mailcap=no, it _is_
15729 + possible to view the header of a single-part message with a
15730 + non-autoview body type.
15732 + * recvattach.c: This patch makes the view attachment menu show
15733 + all message/rfc822 parts as a new level, not only the multipart
15734 + messages. This makes it possible to display a message/rfc822 part
15735 + which includes only a image/jpeg part or something else which cant
15736 + be viewed in the pager. (From: Jimmy Mäkelä <jmy@flashback.net>)
15738 + * recvattach.c, pgp.c, copy.c: Change the interface of
15739 + pgp_decrypt_mime() to enable this function to do some sanity
15742 +1998-09-07 20:47:25 roessler (roessler)
15744 + * recvattach.c: Don't descend into multipart/encrypted on the
15747 + * sendlib.c, recvattach.c, pgp.h, pgp.c, lib.c, handler.c,
15748 + commands.c: [patch-0.94.5i.tlr.pgp_fixes.1] This patch fixes
15749 + various pgp-related issues. In particular, mutt won't segfault
15750 + when trying to decrypt-save messages from the index, and the
15751 + presence of a PGP-encrypted body part on the attachment menu
15752 + will no longer confuse the MIME parser.
15754 + * curs_lib.c: Clear the "Exit Mutt" prompt.
15756 + * doc/manual.txt, doc/manual.sgml: SGML typo.
15758 + * rfc822.c: Some testing.
15760 + * enter.c: Yet another fix to the alias and query completion
15761 + stuff: Skip leading white space when constructing the addresses.
15763 + * enter.c: Don't use <space> as an address delimiter when using
15764 + query-complete and alias-complete.
15766 + * rfc1524.c: Quote MIME parameters when doing %{MIME-parameter}
15769 + * sendlib.c, recvattach.c, protos.h, pgp.h, pgp.c, pager.c,
15770 + mutt.h, init.h, handler.c, functions.h, curs_main.c, copy.h,
15771 + copy.c, commands.c, OPS.PGP: Introducing decrypt-save,
15772 + decrypt-copy, and $forw{ard,}-decrypt. Based on work by Emil
15775 + * mbox.c: [patch-0.94.4i.matthewf.writingmessages-fix.1] Fix
15776 + the display when synchronizing mbox mail folders.
15778 + * query.c, protos.h, pattern.c, lib.c, curs_lib.c: Fix simple
15781 + * protos.h, mx.c, browser.c: Put the S_ISLNK definition into
15784 + * pgp.c: Fixing convert_to_7bit(). From Liviu Daia.
15786 +1998-09-06 11:35:34 roessler (roessler)
15788 + * lib.c: Fixing the quoting of shell specials in
15789 + mutt_expand_fmt().
15791 + * query.c: Change snprintf to mutt_expand_fmt when expanding
15792 + the query command.
15794 + * protos.h, lib.c, attach.c, TODO:
15795 + [patch-0.94.5i.tlr.safe_symlink.1] Introduce safe_symlink()
15796 + for /tmp-safe symlinking in the nametemplate code.
15798 + * reldate.h, configure.in, configure, TODO, ChangeLog: Preparing
15801 +1998-09-04 15:53:27 roessler (roessler)
15803 + * sendlib.c: Catch MIME parameters with p->value == NULL.
15805 + * sendlib.c: Fixing a memory leak in mutt_prepare_envelope().
15807 +1998-09-01 06:54:53 roessler (roessler)
15809 + * imap.c: IMAP fixes from Nathan Neulinger.
15810 + (<19980831170941.A7327@umr.edu> on mutt-dev.)
15812 +1998-08-31 16:46:29 roessler (roessler)
15814 + * send.c: Fix a small problem with Liviu's attach_fcc patch.
15816 + * compose.c: Updating to patch-0.94.4.vikas.attach_message.3.
15818 + * thread.c, protos.h, mutt.h, init.h, hdrline.c, curs_main.c:
15819 + Updating to patch-0.94.4.vikas.collapse.3.
15821 +1998-08-29 08:27:02 roessler (roessler)
15823 + * doc/manual.txt, doc/manual.sgml: Correct an editor key binding
15826 +1998-08-28 19:09:24 roessler (roessler)
15828 + * send.c, pgp.h, pgp.c: Cleaning up the fcc_attach hack.
15831 + * functions.h, browser.c, OPS:
15832 + [patch-0.94.4i.tlr.display_filename.1] Introduce a new function
15833 + "display-filename" which displays the currently selected file's
15834 + name on the message line.
15836 + * attach.c: [patch-0.94.4i.tlr.get_attachment.1-2] Get the
15837 + attachment time stamping business right.
15839 + * protos.h, functions.h, compose.c, attach.c, OPS:
15840 + [patch-0.94.4i.tlr.get_attachment.1] Create a new "get-attachment"
15841 + function on the compose menu which will copy an attachment to
15842 + a temporary file.
15844 + * compose.c: [patch-0.94.4.vikas.attach_message.1] Cleaning up
15845 + some of the attach-message code.
15847 + * thread.c: removing superfluous include statements.
15849 +1998-08-27 23:51:58 roessler (roessler)
15851 + * curs_main.c: code cosmetics.
15853 + * thread.c, sort.c, protos.h, pattern.c, mx.c, mutt.h,
15854 + mbox.c, init.h, hdrline.c, functions.h, curs_main.c, OPS:
15855 + [patch-0.94.4.vikas.collapse.2] Vikas' collapse-thread patch.
15857 + * recvattach.c, postpone.c, mutt.h, lib.c, curs_main.c, browser.c,
15858 + addrbook.c: [patch-0.94.4i.gt.arrowcursor.1] Padding to the end of
15859 + line/right jusitifying does not work in menus when $arrow_cursor
15860 + is set, because the extra space needed for the arrow is not taken
15861 + into account. (From Gero Treuner <gero@faveve.uni-stuttgart.de>)
15863 + * testmsg, rfc1524.c: [patch-0.94.4i.tlr.shell_quote.1-2] Fix
15864 + a brain-dead segmentation fault when freeing non-allocated memory.
15866 + * doc/mutt.sgml: Mh. This seems to have shown up again while
15867 + cleaning up the CVS branches.
15869 + * sendlib.c, send.c, protos.h, pgp.h, pgp.c: Make $fcc_attach work
15870 + correctly when sending PGP-encrypted messages. Hack by Liviu.
15872 + * doc/manual.txt, doc/manual.sgml: Document attach_format. (From:
15873 + Gero Treuner <gero@faveve.uni-stuttgart.de>)
15875 + * rfc1524.c, protos.h, pgpinvoke.c, mx.c, lib.c, curs_lib.c:
15876 + [patch-0.94.4i.tlr.shell_quote.1] Try to quote file name arguments
15877 + and the like for shell commands.
15879 + * pgpkey.c: Minor nit: if you enter the wrong key ID at Mutt's
15880 + prompt, Mutt should erase the old value --- otherwise people
15881 + might think it has just hung there. (From Liviu Daia.)
15883 +1998-08-26 21:12:23 roessler (roessler)
15885 + * rfc822.c: Another possible memory leak in rfc822_parse_adrlist.
15886 + The problem and the patch are pretty much the same as with the
15887 + last fix applied to this file - it's just ',' instaed of ';'
15890 + * rfc822.c, TODO: [patch-0.94.4i.tlr.rfc822_leak.1] Fixing a
15891 + memory leak in the rfc822_parse_adrlist().
15893 + Some explanations seem to be in order here. Let's look at
15896 + 386 else if (*s == ';') 387 { 388 if
15897 + (phraselen) 389 { 390 phrase[phraselen] = 0;
15898 + 391 add_addrspec (&top, &last, phrase, comment,
15899 + &commentlen, sizeof (comment) - 1); 392 } 393
15900 + else if (commentlen && !last->personal) 394 { 395
15901 + comment[commentlen] = 0; 396 last->personal =
15902 + safe_strdup (comment); 397 } 398 #ifdef EXACT_ADDRESS
15903 + 399 if (last && !last->val)
15905 + Line 399 contains the change; previously, it looked like this:
15909 + 400 last->val = mutt_substrdup (begin, s); 401 #endif
15910 + 402 403 /* add group terminator */ 404 cur =
15911 + rfc822_new_address (); 405 if (last) 406 { 407
15912 + last->next = cur; 408 last = cur; 409 } 410 411
15913 + phraselen = 0; 412 commentlen = 0; 413 s++;
15914 + 414 begin = s; 415 SKIPWS (begin); 416 }
15916 + OK, what happens? There are essentially two situations here:
15918 + -> We have already parsed a complete address specification and
15919 + know about this fact, but there was no new address information.
15920 + This is the case if we are parsing through addresses like
15922 + undisclosed-recipients:;
15926 + recipients: a, b, c,;
15928 + (Note the extra ',' before the ';'!)
15930 + In this case, some of the other code in rfc822.c has already
15931 + filled in last->val, and we really shouldn't overwrite that
15932 + with a NULL pointer.
15934 + -> The ';' finishes an address spec, like in
15938 + In this case, last is either set by add_addrspec(), or it
15939 + has already been set by some of the previous code (comment
15940 + handling, ...). Anyway, last->val is still NULL, so it is
15941 + correct to write the complete addr spec to last->val.
15943 + * imap.c: Error message cosmetics.
15945 +1998-08-25 22:34:58 roessler (roessler)
15947 + * doc/mutt.man.in, doc/mutt.man, doc/manual.txt, doc/manual.sgml,
15948 + doc/dotlock.man.in, doc/PGP-Notes.txt, doc/Makefile.in,
15949 + thread.c, status.c, sort.h, socket.c, snprintf.c, sendlib.c,
15950 + send.c, sample.muttrc, rfc822.c, rfc2047.c, rfc1524.h, rfc1524.c,
15951 + reldate.h, recvattach.c, reap.pl, query.c, protos.h, postpone.c,
15952 + pop.c, pgppubring.c, pgp.c, pattern.c, patch.slang-1.2.2.keypad.1,
15953 + parse.c, pager.h, pager.c, mx.h, mx.c, mutt_socket.h, mutt_menu.h,
15954 + mutt.h, mime.h, mh.c, menu.c, mbox.c, main.c, mailbox.h, lib.c,
15955 + keymap.h, keymap.c, init.h, init.c, imap.h, imap.c, hook.c,
15956 + history.h, history.c, help.c, headers.c, hdrline.c, hash.c,
15957 + handler.c, globals.h, functions.h, from.c, enter.c, edit.c,
15958 + dotlock.h, dotlock.c, date.c, curs_main.c, curs_lib.c, copy.c,
15959 + configure.in, configure, config.sub, config.h.in, config.guess,
15960 + compose.c, commands.c, color.c, buffy.c, browser.c, bind.c,
15961 + attach.h, attach.c, alias.c, addrbook.c, acconfig.h, TODO, README,
15962 + OPS, NEWS, Muttrc.in, Makefile.in, INSTALL, Changes, ChangeLog:
15963 + CVS branch clean-up.
15965 + * rfc1524.c, attach.c, TODO: [patch-0.94.4i.tlr.nametemplate.1]
15966 + Fix nametemplate support: We should not move the user's files
15967 + around just to make them match mailcap's idea of their file name.
15968 + This patch uses symbolic links instead.
15970 + * curs_main.c: [patch-0.94.4i.tlr.synch_fault.1] Start up two
15971 + mutts. Delete the last message in both of them. Synchronize the
15972 + mailbox in both of them. Segmentation fault.
15974 + * TODO: adding a few notes.
15976 + * commands.c: If you issue "decode-save" on an encrypted message
15977 + without reading it first, Mutt won't prompt you for a passphrase,
15978 + and it will happily write an empty message, deleting the original.
15979 + (From an unnamed colleague of Liviu Daia.)
15981 + * imap.c: [patch-0.94.4i.tlr.imap_newline.2] Use cr nl instead
15982 + of single nl when uploading a message to an imap server.
15984 + * sendlib.c, protos.h, postpone.c, compose.c:
15985 + [patch-0.94.4i.tlr.encoding.1] Fix content-transfer-encoding
15986 + updates when renaming files from the compose menu and when
15987 + recalling postponed messages.
15989 + * imap.c: s/free/FREE/
15991 +1998-08-24 19:40:35 roessler (roessler)
15993 + * TODO, BUGS: Compile BUGS and TODO into a comprehensive issue
15996 + * BUGS: Clean up the bug list.
15998 + * reldate.h, configure.in, configure, ChangeLog: 0.94.4i.
16000 + * doc/manual.txt, doc/manual.sgml: Documenting $hidden_host.
16002 + * thread.c, curs_main.c: Fix "previous-subthread"
16003 + in reverse-threads mode, allow next-(sub)thread and
16004 + previous-(sub)thread to work in limited mode. (From: Liviu Daia)
16006 +1998-08-23 10:05:41 roessler (roessler)
16008 + * sendlib.c, send.c, protos.h, mutt.h, main.c, init.h, init.c,
16009 + configure.in, configure, config.h.in, alias.c, acconfig.h,
16010 + INSTALL: [patch-0.94.3i.tlr.hidden_host.1] Replace the
16011 + --enable-hidden-host configure switch by a configuration variable
16012 + $hidden_host which can be changed at run-time. This variable
16013 + will _not_ affect the generation of message-IDs since we'll get
16014 + into uniqueness problems if we just use the domain here.
16016 + Needs to be documented.
16018 + * doc/manual.txt: Committing the latest manual changes.
16020 + * socket.c, imap.c: [patch-0.94.3.bl.imap_buffy.1-2] Fixing the
16021 + buffered read stuff.
16023 + * mutt_socket.h: branches: 1.1.2; file mutt_socket.h was
16024 + initially added on branch mutt-0-94.
16026 + * mutt_socket.h: Ups, this one was missing from Brandon's
16029 +1998-08-22 14:24:18 roessler (roessler)
16031 + * help.c: [patch-0.94.3i.gt.beautify_help.1.gz] General help
16032 + beautification. From Gero Treuner.
16034 + * doc/manual.txt, doc/manual.sgml, keymap.h, keymap.c, help.c,
16035 + Muttrc.in: [patch-0.94.3i.gt.description.1] Introduce macro
16038 + * doc/manual.sgml, init.h, init.c, browser.c: Add a negation
16039 + operator "!" to $mask's syntax (as in the *-hooks). From Liviu.
16041 + * recvattach.c: Make Vikas' attac_split and Brandon's other_type
16042 + patches fit together.
16044 + * recvattach.c, mutt.h, init.h, globals.h, compose.c:
16045 + [patch-0.94.3.vikas.attach_split.3] Re-introduce attach_split.
16047 + * socket.c: branches: 1.1.2; file socket.c was initially added
16048 + on branch mutt-0-94.
16050 + * socket.c, mx.c, mutt.h, mailbox.h, imap.h, imap.c,
16051 + curs_lib.c, configure.in, configure, buffy.c, browser.c, BUGS:
16052 + [patch-0.94.3.bl.imap_buffy.1] Adding Brandon's IMAP buffy
16055 +1998-08-21 08:17:09 roessler (roessler)
16057 + * browser.c: Enter the file browser, type a mask which doesn't
16058 + match any file in the current directory, clean the mask.
16059 + Segfault. Fix from Liviu Daia.
16061 +1998-08-20 22:32:46 roessler (roessler)
16063 + * sendlib.c, recvattach.c, parse.c, mutt.h, mime.h, lib.c,
16064 + handler.c, globals.h, compose.c, commands.c, attach.c, BUGS:
16065 + [patch-0.94.3.bl.other_types.1] This patch adds support for the
16066 + model MIME type. Additionally, along the lines of "strict in
16067 + what you generate, accepting in what you receive", this patch
16068 + will keep the name of major mime types it doesn't recognize
16069 + (instead of using x-unknown).
16071 + * compose.c, BUGS: [patch-0.94.3i.jmy.attachmessage-fix.1]
16072 + This patch fixes a bug in the allocation of space for new
16073 + pointers to the attachments, it would make mutt seg-fault when
16074 + attaching 5 or more messages at the same time. (From: Jimmy
16075 + Mäkelä <jmy@flashback.net>)
16077 + * handler.c: [SECURITY] mutt_sanitize_filename() should be called
16078 + when creating temporary files for autoview. (From: Liviu Daia.)
16080 + * sendlib.c, send.c, attach.c: Try this: set $mime_forward,
16081 + forward a PGP-encrypted message, then in the "compose" menu try
16082 + to view the forwarded message. If you didn't enter a passphrase
16083 + before, Mutt won't ask for it either. (From: Liviu Daia)
16085 + * sendlib.c, attach.c: When you forward a message with
16086 + $mime_forward set, or when you attach a message with the
16087 + "attach-message" command from the "compose" menu, there is a
16088 + memory leak. The real reason for this leak is that multipart
16089 + attachments are not supported in the "compose" menu, so you
16090 + need to go through quite a few contortions in order to handle
16091 + message/rfc822 attachments. Consequently, the patch below is
16092 + just an ugly hack. (From: Liviu Daia)
16094 +1998-08-16 06:22:51 roessler (roessler)
16096 + * rfc822.c: Bringing 128-byte strings to "STRING".
16098 + * sendlib.c: Use add_option, not add_arg, for strings such as
16101 + * sendlib.c: Pass an "--" argument to sendmail before the
16102 + address arguments, so addresses with a leading dash don't lead
16103 + to problems. (From Liviu.)
16105 + * sendlib.c, rfc822.c, rfc1524.c, parse.c, mx.c, main.c, lib.c,
16106 + keymap.c, hash.c, handler.c, edit.c, curs_lib.c, alias.c:
16107 + Replacing a bunch of free() and malloc() calls by safe_free()
16108 + and safe_malloc(). (From Liviu.)
16110 +1998-08-15 18:27:45 roessler (roessler)
16112 + * imap.c: read() can't read buffers larger than SSIZE_MAX.
16114 + * hook.c: [patch-0.94.3i.tlr.empty_hook.1] Ignore empty hooks
16115 + instead of segfaulting.
16117 + * protos.h, init.c: [patch-0.94.3i.tlr.history.1] Adding history
16120 + * history.h: branches: 1.1.2; file history.h was initially
16121 + added on branch mutt-0-94.
16123 + * history.h: [patch-0.94.3i.tlr.history.1] Adding history class
16126 + * history.c: branches: 1.1.2; file history.c was initially
16127 + added on branch mutt-0-94.
16129 + * history.c, enter.c, TODO, Makefile.in:
16130 + [patch-0.94.3i.tlr.history.1] Adding history class support.
16132 + * sendlib.c: [patch-0.94.3i.tlr.attach_msg_fmt.1-2] When
16133 + generating a message/rfc822 type attachment, parse its header
16134 + so that the attachment format routines can properly display the
16135 + default description.
16137 + * init.h: Change attach_format's default to limit the attachment
16138 + description's length.
16140 +1998-08-13 22:09:16 roessler (roessler)
16142 + * pgppubring.c: Fixing another memory leak in the pubring parser.
16144 + * recvattach.c, BUGS: [patch-0.94.3i.tlr.attach_msg_fmt.1]
16145 + When parsing the "%d" format option in the attachment format,
16146 + use the message format as a fall-back if no explicit description
16147 + is provided. This fixes the following bug:
16149 + set mime_forward. Forward any mesage. The compose menu will
16150 + show the description as "Forwarded message from ...." which
16151 + is fine. Pressing 'd' to edit the description brings up the
16152 + above string for editing.
16154 + Now hit Enter on the message/rfc822 attachment to view it. Quit
16155 + out of the pager.
16157 + The description field has now changed to the Subject: of the
16158 + forwarded message. Pressing 'd' still brings up the 'Forwarded
16159 + message from....' string.
16161 + (Noted by Vikas.)
16163 + * doc/manual.txt, doc/manual.sgml, sendlib.c, mutt.h, init.h:
16164 + [patch-0.94.3i.tlr.write_bcc.1] This patch adds an option
16165 + $write_bcc which controls whether the Bcc header is written
16166 + out or not. This can be used to work around broken MTA's (Exim
16167 + seems to leave Bcc headers in).
16169 + The problem was noted independently by Peter Radcliffe
16170 + <pir@pir.net> and by Dave Holland <dave@zenda.demon.co.uk>
16171 + (Debian Bug #25687).
16173 + * pgppubring.c: [patch-0.94.3i.tlr.pubring_leak.1] Fixing a
16174 + memory leak. Bug noted by Liviu Daia.
16176 + * reldate.h: 0.94.3i.
16178 + * configure.in, configure, ChangeLog: Preparing 0.94.3i.
16180 + * compose.c: indentation cosmetics.
16182 + * compose.c: Update menu->data when OP_COMPOSE_EDIT_HDRS is
16183 + called. From Vikas.
16185 + * compose.c: Update the encoding after using ispell from the
16186 + compose menu. From Vikas.
16188 + * sendlib.c, send.c, protos.h, pgppubring.c, pattern.c, lib.c,
16189 + curs_main.c, compose.c, attach.c: Various nits from Liviu.
16191 + * rfc822.c: Fixing a buffer overflow in rfc822_cat(). tmplen
16194 + * rfc822.c: Fixing a buffer overflow in rfc822_cat(). A size_t
16195 + variable could underflow, thus making bounds checking value-less.
16197 +1998-08-12 11:50:59 roessler (roessler)
16199 + * init.c: Yet another memory leak fix from Liviu.
16201 + * rfc2047.c: Fixing a stupid buffer overflow plus some flawed
16204 + * functions.h, compose.c, OPS: Adding an update-encoding
16205 + function to the compose menu. This is useful if the user has
16206 + externally modified an attachment and _wants_ to adjust the
16207 + encoding afterwards. Also, this patch fixes some redraw-related
16208 + problems in the compose menu.
16210 + * sendlib.c, mutt.h, compose.c, BUGS: When changing or deleting
16211 + attachments, the compose menu now notices this and complains or
16212 + asks accordingly. Partially from Vikas.
16214 +1998-08-11 08:14:38 roessler (roessler)
16216 + * BUGS: Yet another outstanding bug.
16218 + * doc/manual.txt: This now contains the latest changes to
16221 + * sendlib.c, rfc2047.c, rfc1524.c, pgppubring.c, pager.c,
16222 + hdrline.c: Fixing various nits noted by Liviu and his colleagues.
16224 +1998-08-10 15:30:02 roessler (roessler)
16226 + * sendlib.c: This patches makes the message-id persistant when
16227 + postponing messages. (From: Janos Farkas)
16229 + * doc/manual.sgml, sample.muttrc, lib.c, init.h: This patch
16230 + introduces "unhdr_order" to reset the hdr_order command's effect.
16231 + (From: Janos Farkas)
16233 + * color.c: Drop the free_rx parameter from
16234 + muitt_free_color_line(), as it's always 1.
16236 + * color.c: Adding mutt_free_color_line() and replacing varous
16237 + "manual" free()s of color lines by calls to this function.
16239 + * bind.c: Removing bind.c. Pointed out by Gero Treuner
16240 + <gero@faveve.uni-stuttgart.de>.
16242 +1998-08-09 18:43:45 roessler (roessler)
16244 + * color.c: With SLang, init_pair is (void), so we must not check
16245 + its return value.
16247 + * color.c: Restructuring color.c. This patch fixes the "default"
16248 + problem from 0.94.2i and makes the code more comprehensible than
16249 + that version and more consie than 0.94.1i.
16251 +1998-08-08 21:40:12 roessler (roessler)
16253 + * rfc2047.c: Fixing the "=?" detection in rfc2047_encode_string().
16254 + Bug noted by David Jeske <jeske@home.chat.net>.
16256 + * compose.c: If you press t to add a recipient in the compose
16257 + menu, then press tab, q, and aborts with ctrl-g, mutt won't
16258 + redraw the menu. Noted by Jimmy Mäkelä <jmy@flashback.net>.
16260 + * alias.c: Entering an un-parsable address when creating an alias
16261 + would make mutt segfault. Noted by brian moore <bem@cmc.net>.
16263 + * browser.c: If you press tab in the file-browser to see the
16264 + inboxes and the current row is greater than the inbox-screens
16265 + max-rows then the screen gets garbled. (From: Jimmy Mäkelä
16266 + <jmy@flashback.net>)
16268 + * doc/manual.txt, doc/manual.sgml: I made the manual more up
16271 + * new version * new mailing list and home page addresses *
16272 + made the terminology a bit more consistent regarding
16273 + 'pattern' and 'regular expression' * added a note about
16274 + expanding UNIX environments * added a note about <, >, in range
16275 + patterns like ~m * added a note about the urlview program *
16276 + changed tables to not use tabs, because it doesn't work
16277 + right in my favourite web browsers lynx and netscape
16279 + (From: Gero Treuner <gero@faveve.uni-stuttgart.de>)
16281 + * pattern.c: This patch makes pattern ranges more logical. Before
16282 + '~m <5' would show message 1-5, with this patch it shows 1-4.
16283 + Inclusive ranges is still avaible if you use '~m -5'. (From:
16284 + Jimmy Mäkelä <jmy@flashback.net>)
16286 + * init.c: Various improvements to the mutt_command_complete
16287 + function. From Stephen Hack <shack@rsn.hp.com>.
16289 + * browser.c: If you specify 'mailboxes ""' mutt will
16290 + seg-fault. (From: Jimmy Mäkelä <jmy@flashback.net>)
16292 + * color.c: Fixing a memory leak. Thanks, Liviu.
16294 + * commands.c: When printing a message, headers are now sorted
16295 + according to hdr_order. From Liviu.
16297 + * browser.c: Fixing an off-by-one buffer overflow in browser.c.
16300 + * lib.c, attach.c: This patch adds some more "safe"
16301 + characters to mutt_sanitize_filename and fixes its usage in
16302 + mutt_view_attachment(). (From: Liviu Daia <daia@stoilow.imar.ro>)
16304 + * status.c, sort.h, sendlib.c, send.c, query.c, protos.h,
16305 + postpone.c, pager.h, pager.c, mutt_menu.h, menu.c, main.c,
16306 + init.c, headers.c, functions.h, curs_main.c, curs_lib.c,
16307 + compose.c, commands.c, browser.c, addrbook.c, OPS: Adding the
16308 + attach message patch. From Vikas Agnihotri <VikasA@att.com>.
16310 + * Makefile.in: There is no "compile" rule for dotlock in the
16311 + Makefile. (From: Dan Nelson <dnelson@emsphone.com>)
16313 + * imap.c: Thispatch to imap.c allows the user to specify
16314 + a port number in the folder name in the general form
16315 + {hostname:portnum}foldername. (From: Andy Sloane
16316 + <andude@guildsoftware.com>)
16318 + * imap.c: imap_close_connection() was being called even though
16319 + the client was using mulitple mailboxes over the same connection.
16320 + (From: Brandon Long <blong@fiction.net>)
16322 +1998-07-31 08:23:54 roessler (roessler)
16324 + * reldate.h, configure.in, configure, ChangeLog: Preparing
16327 + * rfc1524.c: Changing an sprintf to an snprintf (which it was
16330 + * protos.h: mutt_sanitize_filename takes char *, not const char *.
16332 + * protos.h, lib.c, attach.c: Introducing mutt_sanitize_filename().
16333 + The code is similar to patch-0.91.1i.tlr.rfc1524_sanitize.1 and
16334 + to Peter Holzer's patch against 0.91.
16336 + * rfc1524.h, rfc1524.c, postpone.c, attach.c: Avoid possible
16337 + buffer overflows in mutt_adv_mktemp().
16339 + * sendlib.c: Interpret sysexits-style exit values from sendmail.
16341 + * configure.in, configure, config.h.in, acconfig.h: Check for
16344 +1998-07-30 09:30:38 roessler (roessler)
16346 + * edit.c: When reading in files, be_snarf_file() wouldn't
16347 + recognize '~' as the user's home directory.
16349 +1998-07-29 10:54:09 roessler (roessler)
16351 + * README, Changes: Finalizing 0.93.2i.
16353 + * configure.in, configure: Bumping to 0.93.2(i).
16355 + * parse.c: Fixing a buffer overflow in parse.c. Noted by Paul
16356 + Boehm <paul@boehm.org>.
16358 + * parse.c: Fixing a buffer overflow in parse.c which presented
16359 + a serious security thread. Noted by Paul Boehm <paul@boehm.org>.
16361 +1998-07-28 08:21:49 roessler (roessler)
16363 + * patch.slang-1.2.2.keypad.1: branches: 1.1.2; file
16364 + patch.slang-1.2.2.keypad.1 was initially added on branch
16367 + * patch.slang-1.2.2.keypad.1, INSTALL: Adding a patch for a
16370 + * mx.c: Doing 'mutt -f NoSuchFile' just flickers the screen and
16371 + silently exits. Earlier (0.92.14 at least), it used to spit out
16372 + the error 'NoSuchFile: no such file or directory (errno = 2)'.
16373 + (Noted and tracked down by Vikas Agnihotri <VikasA@att.com>)
16375 + * color.c: The index cache should be updated even without color
16378 +1998-07-27 13:39:39 roessler (roessler)
16380 + * BUGS: Adding a notice about some more nits.
16382 + * main.c: Change the error reporting mail address from
16383 + <mutt-dev@cs.hmc.edu> to <mutt-dev@mutt.org>.
16385 + * protos.h, init.h, color.c: This patch fixes index "color"
16386 + patterns when using a non-color capable curses library.
16387 + While working on color support, I've thrown together the
16388 + mutt_parse_color() and mutt_parse_mono() functions as they are
16389 + sharing most of their code. Additionally, a new directive
16390 + called "unmono" is introduced. The implementation consists
16391 + in adding a flag and very few lines of code (plus ifdefs)
16392 + to mutt_parse_uncolor().
16394 + * snprintf.c, rfc1524.h, rfc1524.c, date.c: Fixing some
16395 + minor nits: missing #includes in date.c and snprintf.c, and
16396 + a not-so-nice declaration of rfc1524_new_entry(). Noted by
16397 + Digital cc and gcc.
16399 +1998-07-24 08:12:46 roessler (roessler)
16401 + * copy.c, attach.c: Fiddling around with message/rfc822
16402 + attachments once again.
16404 +1998-07-23 20:57:50 roessler (roessler)
16406 + * status.c, sendlib.c, send.c, rfc2047.c, pop.c, pager.c,
16407 + mx.c, mh.c, mbox.c, lib.c, init.c, imap.c, edit.c, curs_lib.c,
16408 + compose.c, commands.c, color.c, browser.c, attach.c, alias.c:
16409 + Guard lots of global (char *) variable deferences against NULL
16412 + * copy.c, attach.c: Yet another patch about saving message/rfc822
16415 + * main.c, send.c: Fixing potential NULL pointer deferences.
16417 +1998-07-22 22:47:57 roessler (roessler)
16419 + * recvattach.c: Another fix from Liviu.
16421 + * recvattach.c, from.c, attach.c: Another patch from liviu to
16422 + fix the message/rfc822 behaviour.
16424 + * recvattach.c, mx.c, attach.c: This patch fixes the saving
16425 + of message/rfc822 attachments to mail folders. Additionally,
16426 + it fixes an outstanding bug with From_ lines being written to
16429 + (From: Liviu Daia <daia@stoilow.imar.ro>)
16431 + * menu.c, functions.h, browser.c, OPS: 1. When I hit 'c' (change
16432 + dir) in browser, it gives me the directory, but without
16433 + the final '/', so I have to add '/' to add a subdirectory
16434 + name. This patch fixes it.
16436 + 2. check-new now will recheck mailbox folders for new mail.
16438 + 3. added a function toggle-mailboxes which toggles in browser
16439 + between mailboxes view and directory view. (bound to TAB
16442 + (From: "Michael S. Tsirkin" <mtsirkin@iil.intel.com>)
16444 + * reldate.h, configure.in, configure, ChangeLog: preparing
16447 + * send.c: Correcting an error message in send.c. (From Byrial
16450 + * send.c: Correct an error message in send.c. (From Byrial
16451 + Jensen <byrial@post3.tele.dk>)
16453 + * sendlib.c, recvattach.c, protos.h, postpone.c, pager.c, mx.c,
16454 + mutt.h, lib.c, keymap.c, handler.c, compose.c, commands.c,
16455 + attach.h, attach.c: These changes fix some of the bugs which
16456 + were recently reported to mutt-dev. To be more specific,
16457 + message-type attachments are saved to mail folders from the
16458 + receive attachment menu, some of the sending code has been
16459 + made more robust against disappearing attachments, and "tag"
16460 + is rebound to "T" on the compose menu.
16462 + (Some part of this patch comes from Vikas Agnihotri
16463 + <VikasA@att.com>.)
16465 + * send.c: Avoid a potential segmentation fault when trying to
16466 + postpone, but Postponed equals NULL.
16468 + * BUGS: branches: 1.1.2; file BUGS was initially added on
16469 + branch mutt-0-94.
16471 + * BUGS: This file is intended to contain known bugs which still
16472 + have to be fixed.
16474 + * doc/manual.txt: Committing the changes previously made to
16477 + * imap.c: Include Message-ID and Reply-To headers when fetching
16478 + a message's headers from an IMAP server. (From: Andy Sloane
16479 + <andude@incarnate.net>)
16481 +1998-07-21 07:54:03 roessler (roessler)
16483 + * recvattach.c: The old behaviour of the %d (for description)
16484 + specifier is recreated by this patch. (From: Byrial Jensen
16485 + <byrial@post3.tele.dk>)
16487 + * protos.h, lib.c, attach.c: You should never _ever_ do something
16490 + [process A] ---[piped write until EOF]---> [process B]
16491 + [process A] <---[piped read until EOF]--- [process B]
16493 + Basically, what happens is something like this: A feeds data
16494 + to B; B processes the data, and feeds it to the pipe until the
16495 + pipe buffer is full; at this point, A writes to its pipe until
16496 + its buffer is full too, and if it still has more data to write,
16497 + that's it, it never gets to the read part to flush B's buffer ---
16498 + both processes are blocked on write.
16500 + This patch fixes such a situation in the compose menu.
16502 + (From: Liviu Daia <daia@stoilow.imar.ro>)
16504 +1998-07-20 21:01:05 roessler (roessler)
16506 + * reap.pl: Perl lies in /usr/bin on my machines.
16508 + * pop.c: It seems that if you don't enter any password at all when
16509 + prompted for the POP password, Mutt will die with a segmentation
16510 + fault also. (Bug reported by Steve Mayer <smayer@rtd.com>
16511 + through the Debian bug tracking system.)
16513 + * pop.c: Just an update on this bug. It seems that if you don't
16514 + enter any password at all when prompted for the POP password,
16515 + Mutt will die with a segmentation fault also. (Bug reported by
16516 + Steve Mayer <smayer@rtd.com> via the Debian bug tracking system,
16517 + fix from Thomas Roessler.)
16519 + * postpone.c: When you send a message which have been postponed
16520 + before sending, then all its attachments (if there are more
16521 + than one) will have a content-disposition header which
16522 + includes a filename, even if there isn't a real filename
16523 + but only random choosen temporary one. (From: Byrial Jensen
16524 + <byrial@post3.tele.dk>)
16526 +1998-07-18 09:18:31 roessler (roessler)
16528 + * recvattach.c: "Set mime_forward, and forward a message ---
16529 + Mutt will segfault." The obvious fix for this is to check
16530 + for aptr->content->hdr in mutt_attach_fmt() before invoking
16531 + _mutt_make_string(). Anyway, I suspect that the real fix may
16532 + involve something like parsing the rfc822 attachment in question.
16534 + * sendlib.c: Postponing messages behaves funny when the $postponed
16535 + folder is in Maildir format; I traced this down to the fact that
16536 + postponed messages are saved in "cur" while mutt_num_postponed()
16537 + is looking at "new". (From: Liviu Daia <daia@stoilow.imar.ro>)
16539 +1998-07-17 08:37:02 roessler (roessler)
16541 + * compose.c: Removing the old snd_entry() code.
16543 + * doc/manual.sgml, protos.h, pgp.c, mutt.h, init.h, hook.c:
16544 + When sending encrypted messages, it may arrive that Mutt can't
16545 + determine the PGP key of the recipient (presumably because
16546 + her address has changed, but she hasn't updated her PGP key
16547 + yet). In this situation it's convenient to be able to associate
16548 + a keyID with an address automatically. The attached patch is
16549 + an attempt to implement this idea using a "pgp-hook". (From:
16550 + Liviu Daia <daia@stoilow.imar.ro>).
16552 + * recvattach.c: Removing the old attach_entry() code.
16554 + * recvattach.c, protos.h, mutt.h, init.h, globals.h, compose.c:
16555 + This patch adds a string variable $attach_format which controls
16556 + the look of the compose and attach menus. Unfortunately,
16557 + I was not able to make things so that it would look exactly
16558 + the same as the hardcoded versions, so the default format is a
16559 + bit different, but I think it is quite usable. (From Michael
16560 + Elkins <me@cs.hmc.edu>).
16562 + * functions.h, browser.c, OPS: This patch allows you to view
16563 + files from the browser window, useful if you are searching for
16564 + a file to attach to your message. It uses the standard mailcap
16565 + stuff (and the lookup mime types) to use the correct "viewer"
16566 + for the file. (From Brandon Long <blong@fiction.net>)
16568 + * doc/dotlock.man.in, doc/Makefile.in, configure.in, configure,
16569 + Makefile.in: Dotlock-related changes: We call it mutt.dotlock to
16570 + avoid conflicts with certain NFS versions' dotlocking utilities
16571 + (pointed out by Liviu Daia). Additionally, we need to compile it
16572 + as an external utility on systems which don't have an fchdir(2)
16575 +1998-07-16 16:39:53 roessler (roessler)
16577 + * mx.c: Fixing a small typographic error.
16579 + * mx.c, mx.c: Mutt doesn't retry locking if it doesn't succeed
16580 + at once. The code in mx_lock_file is supposed to retry but
16581 + it doesn't work because of a mistake in operator precedence.
16582 + (From: Petri Kaukasoina <kaukasoi@elektroni.ee.tut.fi>)
16584 + * dotlock.c: The dotlock.c file tries to include <posix1_lim.h>
16585 + if _POSIX_PATH_MAX isn't defined but it doesn't include
16586 + <limits.h>, where this symbol should be defined. (From
16587 + Marc.Baudoin@solsoft.com)
16589 + * send.c: When several messages are tagged and the user
16590 + applies reply, group-reply, or list-reply to these messages,
16591 + the reply's references and in-reply-to headers are constructed
16592 + from the tagged message which comes last in the current index.
16593 + This patch constructs the references header from _all_ messages'
16594 + message-id and references headers. (tlr)
16596 + * reldate.h, configure.in, configure, Changes, ChangeLog:
16597 + Preparing mutt 0.94.
16599 + * imap.c: "My two remaining issues are the speed at which it
16600 + downloads the headers, and support of PREAUTH. I'm enclosing
16601 + a patch (to stock mutt-0.92.13i) which addresses these
16602 + issues." (From Brian Marcotte <marcotte@panix7.panix.com>)
16604 + * color.c: This patch fixes two problems reported on mutt-users.
16606 + (1) the error message about "default colors not supported" when
16607 + not using a color xterm should not be printed. The existing
16608 + code did not check the value of has_colors() in conjunction
16609 + with use_default_colors()
16611 + (2) mutt would crash when sending mail in batch mode because
16612 + use_default_colors() could be used without doing an initscr()
16614 + (From Michael Elkins.)
16616 + * color.c: This patch fixes two problems reported on mutt-users.
16618 + (1) the error message about "default colors not supported" when
16619 + not using a color xterm should not be printed. The existing
16620 + code did not check the value of has_colors() in conjunction
16621 + with use_default_colors()
16623 + (2) mutt would crash when sending mail in batch mode because
16624 + use_default_colors() could be used without doing an initscr()
16626 + (From Michael Elkins.)
16628 +1998-07-15 17:15:46 roessler (roessler)
16630 + * mx.h, mx.c, main.c, dotlock.h, dotlock.c, configure.in,
16631 + configure, Makefile.in: Finalizing the external dotlock support:
16632 + If group mail privileges are needed, the dotlock is compiled as a
16633 + separate program. If there is no need for privileges, it remains
16634 + a module which is compiled into mutt. Also, there is no more need
16635 + for the SLang buffer overflow work-around in main(). We drop it,
16636 + but let mutt bail out instead if it's installed setgid something.
16638 + * doc/dotlock.man.in, dotlock.c: Fix the race condition in
16641 + * doc/mutt.man.in: branches: 1.1.2; file mutt.man.in was
16642 + initially added on branch mutt-0-94.
16644 + * doc/mutt.man.in, doc/mutt.man: Putting the manual page under
16645 + autoconf control.
16647 + * doc/dotlock.man.in: branches: 1.1.2; file dotlock.man.in was
16648 + initially added on branch mutt-0-94.
16650 + * doc/dotlock.man.in, doc/Makefile.in, protos.h, mx.c, mbox.c,
16651 + main.c, globals.h: Adding external dotlocking. For bugs, see
16652 + the manual page and the comments in dotlock.c.
16654 + * dotlock.h: branches: 1.1.2; file dotlock.h was initially
16655 + added on branch mutt-0-94.
16657 + * dotlock.h: Adding external dotlocking. For bugs, see the
16658 + manual page and the comments in dotlock.c.
16660 + * dotlock.c: branches: 1.1.2; file dotlock.c was initially
16661 + added on branch mutt-0-94.
16663 + * dotlock.c, configure.in, configure, Makefile.in: Adding
16664 + external dotlocking. For bugs, see the manual page and the
16665 + comments in dotlock.c.
16667 + * doc/mutt.man: More roff fixes.
16669 + * doc/mutt.man: More groff fixes.
16671 +1998-07-14 16:01:07 roessler (roessler)
16673 + * reldate.h: branches: 1.3.2.4.2; Preparing mutt 0.93.1i.
16675 + * configure.in, configure: branches: 1.7.2.5.2; Preparing
16678 + * Changes: branches: 1.5.2.5.2; Preparing mutt 0.93.1i.
16680 + * ChangeLog: branches: 1.4.2.5.2; Preparing mutt 0.93.1i.
16682 + * rfc2047.c: branches: 1.1.1.1.2.2.2; More unsigned fixes.
16684 + * mime.h: branches: 1.1.1.1.2.1.2; More unsigned fixes.
16686 + * handler.c: branches: 1.1.1.1.2.5.2; More unsigned fixes.
16688 + * pattern.c: branches: 1.3.2.3.2; Changing (int) casts in is*
16689 + arguments to (unsigned char).
16691 + * parse.c: branches: 1.1.1.1.2.3.2; Changing (int) casts in is*
16692 + arguments to (unsigned char).
16694 + * rfc2047.c: Removing a superfluous (unsigned char) cast in an
16695 + IsPrint argument.
16697 +1998-07-13 10:50:39 roessler (roessler)
16699 + * doc/mutt.sgml: Since manual page generation seems to be broken
16700 + in the SGML-tools package, we remove the SGML version of mutt.man
16701 + and make the troff source the master copy. Suggested by Roland
16702 + Rosenfeld <roland@luv.rhein.de> who also provided the corrected
16705 + * doc/mutt.man: branches: 1.1.1.1.2.2.2; Since manual page
16706 + generation seems to be broken in the SGML-tools package, we
16707 + remove the SGML version of mutt.man and make the troff source the
16708 + master copy. Suggested by Roland Rosenfeld <roland@luv.rhein.de>
16709 + who also provided the corrected mutt.man file.
16711 + * doc/Makefile.in: branches: 1.2.2.2.2; Since manual page
16712 + generation seems to be broken in the SGML-tools package, we
16713 + remove the SGML version of mutt.man and make the troff source the
16714 + master copy. Suggested by Roland Rosenfeld <roland@luv.rhein.de>
16715 + who also provided the corrected mutt.man file.
16717 +1998-07-12 13:15:31 roessler (roessler)
16719 + * protos.h: branches: 1.5.2.1.2; Replace calloc by safe_calloc
16722 +1998-07-11 05:10:29 roessler (roessler)
16724 + * doc/manual.txt: branches: 1.2.2.4.2; Key bindings
16727 + * doc/manual.sgml: branches: 1.2.2.5.2; Key bindings
16730 +1998-07-10 17:58:26 roessler (roessler)
16732 + * NEWS: s/fwd_decode/forward_decode/ (Noted by Lars Hecking)
16734 + * pop.c: branches: 1.1.1.1.2.1.2; tmp[] wasn't initialized when
16735 + asking for the POP password.
16737 + * buffy.c: branches: 1.1.1.1.2.1.2; On SunOS 4.1, one must
16738 + include unistd.h in order to declare SEEK_END. (Fabrice Noilhan)
16740 + * mutt.h: branches: 1.2.2.1.2; include <posix1_lim.h> if limits.h
16741 + doesn't defile _POSIX_PATH_MAX.
16743 + * Changes, ChangeLog: *** empty log message ***
16745 + * doc/PGP-Notes.txt: Adding a notice about core dumps.
16747 + * reldate.h, README: Preparing 0.93i.
16749 + * INSTALL: branches: 1.1.1.1.2.2.2; Preparing 0.93i.
16751 + * handler.c: Fix text/enriched decoding: if there's a tag
16752 + mismatch in the last paragraph in the attachment, the whole
16753 + paragraph wouldn't be displayed.
16755 +1998-07-09 19:51:36 roessler (roessler)
16757 + * configure.in, configure: Use CC -Ae -D_HPUX_SOURCE on HP/UX.
16759 + * config.sub: branches: 1.1.2; file config.sub was initially
16760 + added on branch mutt-0-93.
16762 + * config.sub: Use CC -Ae -D_HPUX_SOURCE on HP/UX.
16764 + * config.guess: branches: 1.1.2; file config.guess was initially
16765 + added on branch mutt-0-93.
16767 + * config.guess, INSTALL: Use CC -Ae -D_HPUX_SOURCE on HP/UX.
16769 +1998-07-08 21:59:43 roessler (roessler)
16771 + * snprintf.c: branches: 1.1.1.1.2.2.2; Changing (int) casts in
16772 + is* arguments to (unsigned char) casts to avoid mis-casting of
16773 + signed chars. (From Michael Elkins.)
16775 + * pattern.c, parse.c: Changing (int) casts in is* arguments to
16776 + (unsigned char) casts to avoid mis-casting of signed chars.
16777 + (From Michael Elkins.)
16779 + * mx.c: branches: 1.5.2.3.2; Changing (int) casts in is*
16780 + arguments to (unsigned char) casts to avoid mis-casting of
16781 + signed chars. (From Michael Elkins.)
16783 + * mh.c, lib.c: branches: 1.2.2.2.2; Changing (int) casts in
16784 + is* arguments to (unsigned char) casts to avoid mis-casting of
16785 + signed chars. (From Michael Elkins.)
16787 + * keymap.c: branches: 1.1.1.1.2.2.2; Changing (int) casts in
16788 + is* arguments to (unsigned char) casts to avoid mis-casting of
16789 + signed chars. (From Michael Elkins.)
16791 + * init.c: branches: 1.3.2.2.2; Changing (int) casts in is*
16792 + arguments to (unsigned char) casts to avoid mis-casting of
16793 + signed chars. (From Michael Elkins.)
16795 + * from.c: branches: 1.1.1.1.2.2.2; Changing (int) casts in
16796 + is* arguments to (unsigned char) casts to avoid mis-casting of
16797 + signed chars. (From Michael Elkins.)
16799 + * edit.c: branches: 1.2.2.2.2; Changing (int) casts in is*
16800 + arguments to (unsigned char) casts to avoid mis-casting of
16801 + signed chars. (From Michael Elkins.)
16803 + * curs_main.c: branches: 1.4.2.3.2; Changing (int) casts in
16804 + is* arguments to (unsigned char) casts to avoid mis-casting of
16805 + signed chars. (From Michael Elkins.)
16807 +1998-07-07 09:22:40 roessler (roessler)
16809 + * rfc822.c: branches: 1.1.1.1.2.2.2; Change one int to size_t
16812 + * rfc822.c: Fix the parsing of route addresses a la RFC 822.
16813 + Patch from Michael Elkins.
16815 + * snprintf.c: Cast the arguments of the is* functions to int.
16816 + Patch from Michael Elkins.
16818 + * sendlib.c: branches: 1.3.2.1.2; Cast the arguments of the is*
16819 + functions to int. Patch from Michael Elkins.
16821 + * pattern.c, parse.c, mx.c, mh.c, lib.c, keymap.c, init.c,
16822 + from.c, edit.c, curs_main.c: Cast the arguments of the is*
16823 + functions to int. Patch from Michael Elkins.
16825 +1998-07-02 21:15:18 roessler (roessler)
16827 + * hdrline.c: branches: 1.4.2.3.2; Using the correct version of
16828 + O'Shaughnessy Evans' %O patch.
16830 + * configure.in, configure, Changes, ChangeLog: Preparig 0.92.14i
16832 + * doc/manual.txt, doc/manual.sgml: s/∖/\/
16834 + * hdrline.c: Adding the %O expansion.
16836 + * doc/manual.sgml: Applying the various manual_nits patches.
16838 +1998-07-01 17:01:50 roessler (roessler)
16840 + * curs_main.c: Fixing a reverse-threading problem.
16842 + * imap.c: branches: 1.3.2.1.2; Fixing an imap-related
16843 + segmentation fault.
16845 +1998-06-30 06:38:02 roessler (roessler)
16847 + * reldate.h, Changes, ChangeLog: These are the last tiny bits
16848 + of preparing 0.92.13i.
16850 + * configure.in, configure: Updating some of the documentation
16853 + * TODO: branches: 1.1.1.1.2.1.2; Updating some of the
16854 + documentation for 0.93.
16856 + * README, NEWS: Updating some of the documentation for 0.93.
16858 + * doc/NEWS: *** empty log message ***
16860 + * doc/NEWS: branches: 1.1.2; file NEWS was initially added on
16861 + branch mutt-0-93.
16863 + * doc/NEWS: *** empty log message ***
16865 + * doc/manual.txt: Incorporate the recent changes to manual.sgml.
16867 + * main.c: branches: 1.6.2.1.2; Work around a buffer overflow
16868 + in SLang. (This is the same bug which is fixed by 0.91.2i.)
16870 +1998-06-26 10:31:28 roessler (roessler)
16872 + * doc/manual.sgml: Removing $empty_to.
16874 + * send.c, init.h: branches: 1.3.2.1.2; Removing $empty_to.
16876 + * globals.h: branches: 1.2.2.1.2; Removing $empty_to.
16878 + * Muttrc.in: branches: 1.1.2.1.2; Removing $empty_to.
16880 +1998-06-25 22:31:46 roessler (roessler)
16882 + * hdrline.c: Moved a break statement where it belongs.
16884 + * mx.c: Fix an imap-related typo.
16886 + * handler.c: Don't generate non-terminated last lines when
16887 + quoting 8bit-"encoded" text-plain body parts.
16889 + * Makefile.in: branches: 1.4.2.1.2; Don't use GNU make specific
16892 +1998-06-21 07:13:03 roessler (roessler)
16894 + * doc/mutt.man, doc/Makefile.in, reldate.h, configure.in,
16895 + configure, Changes, ChangeLog: Bumping the release to 0.92.12i.
16897 +1998-06-20 06:12:38 roessler (roessler)
16899 + * doc/manual.txt: *** empty log message ***
16901 + * handler.c: Fixing the quoted-printable decoder.
16903 + * handler.c: Make mutt handle messages containing null bytes.
16905 + * copy.c: branches: 1.2.2.1.2; Make mutt handle messages
16906 + containing null bytes.
16908 + * doc/manual.sgml: documenting alias-path
16910 +1998-06-19 12:52:16 roessler (roessler)
16912 + * sendlib.c, send.c: branches: 1.3.2; Removing the Attach-Menu
16913 + feature for the next release version.
16915 + * protos.h: branches: 1.5.2; Removing the Attach-Menu feature
16916 + for the next release version.
16918 + * postpone.c: branches: 1.3.4; Removing the Attach-Menu feature
16919 + for the next release version.
16921 + * pattern.c: branches: 1.3.2; Removing the Attach-Menu feature
16922 + for the next release version.
16924 + * menu.c: branches: 1.3.4; Removing the Attach-Menu feature
16925 + for the next release version.
16927 + * main.c: branches: 1.6.2; Removing the Attach-Menu feature
16928 + for the next release version.
16930 + * headers.c, functions.h: branches: 1.3.4; Removing the
16931 + Attach-Menu feature for the next release version.
16933 + * curs_main.c: branches: 1.4.2; Removing the Attach-Menu feature
16934 + for the next release version.
16936 + * compose.c: branches: 1.5.4; Removing the Attach-Menu feature
16937 + for the next release version.
16939 + * OPS: branches: 1.3.4; Removing the Attach-Menu feature for
16940 + the next release version.
16942 +1998-06-18 20:37:59 roessler (roessler)
16944 + * protos.h: Bradon long's alias_path patch, for the sake of
16945 + Elm compatibility.
16947 + * lib.c: branches: 1.2.2; Bradon long's alias_path patch,
16948 + for the sake of Elm compatibility.
16950 + * alias.c: branches: 1.2.4; Bradon long's alias_path patch,
16951 + for the sake of Elm compatibility.
16953 +1998-06-16 20:59:20 roessler (roessler)
16955 + * mx.c: branches: 1.5.2; Avoid pointless error messages from
16956 + mx_get_magic() when called from an mx_open_mailbox_append()
16957 + on a non-existing mailbox.
16959 + * doc/manual.txt, doc/Makefile.in: branches: 1.2.2; Have "make
16960 + install" install manual.txt as well.
16962 + * configure.in, configure: branches: 1.7.2; Have "make install"
16963 + install manual.txt as well.
16965 + * Makefile.in: branches: 1.4.2; Have "make install" install
16966 + manual.txt as well.
16968 + * doc/Makefile.in, doc/makefile: Putting Makefile under autoconf
16971 + * main.c: Switch the error reporting address from mutt-users
16974 + * reldate.h: branches: 1.3.2; Bump the version to 0.92.11i.
16976 + * configure.in, configure: Bump the version to 0.92.11i.
16978 + * Changes: branches: 1.5.2; Bump the version to 0.92.11i.
16980 + * ChangeLog: branches: 1.4.2; Bump the version to 0.92.11i.
16982 + * imap.h: branches: 1.1.4; Check in a proper version of imap.h.
16984 + * color.c: branches: 1.2.2; 1.2.4; Fix the "unknown color"
16985 + bug reported by Vikas.
16987 + * mx.c: Remove a spurious #include "imap.h" from mx.c.
16989 + * doc/style-guide: Add a note about the global Muttrc to
16992 + * configure.in: The global Muttrc contains a list of default
16993 + settings which can be used as a starting-point for the user's
16994 + own configuration.
16996 + * Muttrc.in: branches: 1.1.2; The global Muttrc contains a list
16997 + of default settings which can be used as a starting-point for
16998 + the user's own configuration.
17000 + * configure, Muttrc, Makefile.in: The global Muttrc contains a
17001 + list of default settings which can be used as a starting-point
17002 + for the user's own configuration.
17004 + * pgppubring.c: branches: 1.4.4; Removing some duplicate code
17005 + from gnupgparse.c and pgppubring.c.
17007 + * pgp.h, gnupgparse.c: Removing some duplicate code from
17008 + gnupgparse.c and pgppubring.c.
17010 + * pgpinvoke.c, gnupgparse.c: Include part of Werner Koch's latest
17013 + * Changes: *** empty log message ***
17015 + * configure.in, configure, Changes, ChangeLog: Preparing 0.92.10i.
17017 + * doc/PGP-Notes.txt: branches: 1.2.2; Including Roland's new
17020 + * protos.h, pattern.c, menu.c, curs_main.c, compose.c: Including
17021 + Vikas' search code for the "attach message" menu.
17023 + * addrbook.c: branches: 1.3.4; Including Vikas' search code
17024 + for the "attach message" menu.
17026 +1998-06-15 15:19:49 roessler (roessler)
17028 + * mx.c, main.c: Brandon's IMAP patch.
17030 + * mailbox.h: branches: 1.2.4; Brandon's IMAP patch.
17032 + * imap.c: branches: 1.3.2; Brandon's IMAP patch.
17034 + * commands.c: branches: 1.3.4; Brandon's IMAP patch.
17036 +1998-06-08 20:05:54 roessler (roessler)
17038 + * recvattach.c: branches: 1.3.4; GPG support, first take.
17040 + * pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.h: GPG support,
17043 + * pgp.c: branches: 1.2.4; GPG support, first take.
17045 + * main.c: GPG support, first take.
17047 + * init.h: branches: 1.3.2; GPG support, first take.
17049 + * gnupgparse.c: GPG support, first take.
17051 + * init.c: branches: 1.3.2; GPG support, first take.
17053 + * configure.in, configure: GPG support, first take.
17055 + * config.h.in: branches: 1.3.4; GPG support, first take.
17057 + * compose.c: GPG support, first take.
17059 + * acconfig.h: branches: 1.3.4; GPG support, first take.
17061 + * Makefile.in: GPG support, first take.
17063 + * hdrline.c: branches: 1.4.2; Fixing the %a format.
17065 + * hdrline.c: Fixing a segmentation fault in the hdr_line code.
17067 + * doc/pgp-Notes.txt, doc/PGP-Notes.txt: Mutt 0.92.9i.
17069 + * doc/manual.sgml: branches: 1.2.2; Mutt 0.92.9i.
17071 + * sendlib.c, send.c, reldate.h, recvattach.c: Mutt 0.92.9i.
17073 + * query.c: branches: 1.2.4; Mutt 0.92.9i.
17075 + * protos.h, postpone.c, pgppubring.c, pgpkey.c: Mutt 0.92.9i.
17077 + * pager.c: branches: 1.2.4; Mutt 0.92.9i.
17079 + * mx.c: Mutt 0.92.9i.
17081 + * mutt.h, mh.c: branches: 1.2.2; Mutt 0.92.9i.
17083 + * main.c, init.h, init.c, imap.c: Mutt 0.92.9i.
17085 + * hook.c: branches: 1.2.4; Mutt 0.92.9i.
17087 + * headers.c, hdrline.c: Mutt 0.92.9i.
17089 + * globals.h: branches: 1.2.2; Mutt 0.92.9i.
17091 + * functions.h, flags.c: Mutt 0.92.9i.
17093 + * enter.c: branches: 1.2.4; Mutt 0.92.9i.
17095 + * edit.c: branches: 1.2.2; Mutt 0.92.9i.
17097 + * curs_main.c: Mutt 0.92.9i.
17099 + * copy.c: branches: 1.2.2; Mutt 0.92.9i.
17101 + * configure.in, configure, config.h.in, compose.c, commands.c:
17104 + * attach.c: branches: 1.2.4; Mutt 0.92.9i.
17106 + * addrbook.c, acconfig.h: Mutt 0.92.9i.
17108 + * README: branches: 1.2.2; Mutt 0.92.9i.
17110 + * OPS, Changes, ChangeLog: Mutt 0.92.9i.
17112 + * doc/language50.txt: branches: 1.1.1; Initial revision
17114 + * doc/language50.txt: * doc/language.txt: branches: 1.1.1;
17117 + * doc/language.txt: * doc/makefile: branches: 1.1.1; Initial
17120 + * doc/makefile: * doc/manual.txt: branches: 1.1.1; Initial
17123 + * doc/manual.txt: * doc/mutt.man: branches: 1.1.1; Initial
17126 + * doc/mutt.man: branches: 1.1.1.1.2;
17128 + * doc/mutt.sgml: branches: 1.1.1; Initial revision
17130 + * doc/mutt.sgml: branches: 1.1.1.1.2;
17132 + * doc/pgp-Notes.txt: branches: 1.1.1; Initial revision
17134 + * doc/pgp-Notes.txt: * doc/style-guide: branches: 1.1.1;
17137 + * doc/style-guide: * COPYING: branches: 1.1.1; Initial revision
17139 + * COPYING: * COPYRIGHT: branches: 1.1.1; Initial revision
17141 + * COPYRIGHT: * ChangeLog: branches: 1.1.1; Initial revision
17143 + * ChangeLog: * Changes: branches: 1.1.1; Initial revision
17145 + * Changes: * INSTALL: branches: 1.1.1; Initial revision
17147 + * INSTALL: branches: 1.1.1.1.2;
17149 + * Makefile.in: branches: 1.1.1; Initial revision
17151 + * Makefile.in: * Mush.rc: branches: 1.1.1; Initial revision
17153 + * Mush.rc: * Muttrc: branches: 1.1.1; Initial revision
17155 + * Muttrc: * NEWS: branches: 1.1.1; Initial revision
17157 + * NEWS: branches: 1.1.1.1.2;
17159 + * OPS: branches: 1.1.1; Initial revision
17161 + * OPS: * OPS.PGP: branches: 1.1.1; Initial revision
17163 + * OPS.PGP: * Pine.rc: branches: 1.1.1; Initial revision
17165 + * Pine.rc: * README: branches: 1.1.1; Initial revision
17167 + * README: * TODO: branches: 1.1.1; Initial revision
17169 + * TODO: branches: 1.1.1.1.2;
17171 + * acconfig.h: branches: 1.1.1; Initial revision
17173 + * acconfig.h: * addrbook.c: branches: 1.1.1; Initial revision
17175 + * addrbook.c: * alias.c: branches: 1.1.1; Initial revision
17177 + * alias.c: * attach.c: branches: 1.1.1; Initial revision
17179 + * attach.c: * attach.h: branches: 1.1.1; Initial revision
17181 + * attach.h: branches: 1.1.1.1.4;
17183 + * bind.c: branches: 1.1.1; Initial revision
17185 + * bind.c: branches: 1.1.1.1.4;
17187 + * browser.c: branches: 1.1.1; Initial revision
17189 + * browser.c: branches: 1.1.1.1.4;
17191 + * buffy.c: branches: 1.1.1; Initial revision
17193 + * buffy.c: branches: 1.1.1.1.2;
17195 + * buffy.h: branches: 1.1.1; Initial revision
17197 + * buffy.h: * color.c: branches: 1.1.1; Initial revision
17199 + * color.c: * commands.c: branches: 1.1.1; Initial revision
17201 + * commands.c: * complete.c: branches: 1.1.1; Initial revision
17203 + * complete.c: * compose.c: branches: 1.1.1; Initial revision
17205 + * compose.c: * config.h.in: branches: 1.1.1; Initial revision
17207 + * config.h.in: * configure: branches: 1.1.1; Initial revision
17209 + * configure: * configure.in: branches: 1.1.1; Initial revision
17211 + * configure.in: * copy.c: branches: 1.1.1; Initial revision
17213 + * copy.c: * copy.h: branches: 1.1.1; Initial revision
17215 + * copy.h: * curs_lib.c: branches: 1.1.1; Initial revision
17217 + * curs_lib.c: branches: 1.1.1.1.4;
17219 + * curs_main.c: branches: 1.1.1; Initial revision
17221 + * curs_main.c: * date.c: branches: 1.1.1; Initial revision
17223 + * date.c: branches: 1.1.1.1.4;
17225 + * depend.awk: branches: 1.1.1; Initial revision
17227 + * depend.awk: * doc/manual.sgml: branches: 1.1.1; Initial
17230 + * doc/manual.sgml: * edit.c: branches: 1.1.1; Initial revision
17232 + * edit.c: * enter.c: branches: 1.1.1; Initial revision
17234 + * enter.c: * filter.c: branches: 1.1.1; Initial revision
17236 + * filter.c: * flags.c: branches: 1.1.1; Initial revision
17238 + * flags.c: * from.c: branches: 1.1.1; Initial revision
17240 + * from.c: branches: 1.1.1.1.2;
17242 + * functions.h: branches: 1.1.1; Initial revision
17244 + * functions.h: * gen_defs: branches: 1.1.1; Initial revision
17246 + * gen_defs: * getdomain.c: branches: 1.1.1; Initial revision
17248 + * getdomain.c: * globals.h: branches: 1.1.1; Initial revision
17250 + * globals.h: * handler.c: branches: 1.1.1; Initial revision
17252 + * handler.c: branches: 1.1.1.1.2;
17254 + * hash.c: branches: 1.1.1; Initial revision
17256 + * hash.c: branches: 1.1.1.1.4;
17258 + * hash.h: branches: 1.1.1; Initial revision
17260 + * hash.h: * hdrline.c: branches: 1.1.1; Initial revision
17262 + * hdrline.c: * headers.c: branches: 1.1.1; Initial revision
17264 + * headers.c: * help.c: branches: 1.1.1; Initial revision
17266 + * help.c: branches: 1.1.1.1.4;
17268 + * hook.c: branches: 1.1.1; Initial revision
17270 + * hook.c: * imap.c: branches: 1.1.1; Initial revision
17272 + * imap.c: * init.c: branches: 1.1.1; Initial revision
17274 + * init.c: * init.h: branches: 1.1.1; Initial revision
17276 + * init.h: * install-sh: branches: 1.1.1; Initial revision
17278 + * install-sh: * keymap.c: branches: 1.1.1; Initial revision
17280 + * keymap.c: branches: 1.1.1.1.2;
17282 + * keymap.h: branches: 1.1.1; Initial revision
17284 + * keymap.h: branches: 1.1.1.1.4;
17286 + * lib.c: branches: 1.1.1; Initial revision
17288 + * lib.c: * mailbox.h: branches: 1.1.1; Initial revision
17290 + * mailbox.h: * main.c: branches: 1.1.1; Initial revision
17292 + * main.c: * mapping.h: branches: 1.1.1; Initial revision
17294 + * mapping.h: * mbox.c: branches: 1.1.1; Initial revision
17296 + * mbox.c: branches: 1.1.1.1.4;
17298 + * menu.c: branches: 1.1.1; Initial revision
17300 + * menu.c: * mh.c: branches: 1.1.1; Initial revision
17302 + * mh.c: * mime.h: branches: 1.1.1; Initial revision
17304 + * mime.h: branches: 1.1.1.1.2;
17306 + * mime.types: branches: 1.1.1; Initial revision
17308 + * mime.types: * mkinstalldirs: branches: 1.1.1; Initial revision
17310 + * mkinstalldirs: * mutt.h: branches: 1.1.1; Initial revision
17312 + * mutt.h: * mutt_curses.h: branches: 1.1.1; Initial revision
17314 + * mutt_curses.h: * mutt_menu.h: branches: 1.1.1; Initial revision
17316 + * mutt_menu.h: branches: 1.1.1.1.4;
17318 + * mutt_regex.h: branches: 1.1.1; Initial revision
17320 + * mutt_regex.h: * mx.c: branches: 1.1.1; Initial revision
17322 + * mx.c: * mx.h: branches: 1.1.1; Initial revision
17324 + * mx.h: branches: 1.1.1.1.4;
17326 + * pager.c: branches: 1.1.1; Initial revision
17328 + * pager.c: * pager.h: branches: 1.1.1; Initial revision
17330 + * pager.h: branches: 1.1.1.1.4;
17332 + * parse.c: branches: 1.1.1; Initial revision
17334 + * parse.c: branches: 1.1.1.1.2;
17336 + * parse.h: branches: 1.1.1; Initial revision
17338 + * parse.h: * pattern.c: branches: 1.1.1; Initial revision
17340 + * pattern.c: * pgp.c: branches: 1.1.1; Initial revision
17342 + * pgp.c: * pgp.h: branches: 1.1.1; Initial revision
17344 + * pgp.h: * pgpinvoke.c: branches: 1.1.1; Initial revision
17346 + * pgpinvoke.c: * pgpkey.c: branches: 1.1.1; Initial revision
17348 + * pgpkey.c: * pgppubring.c: branches: 1.1.1; Initial revision
17350 + * pgppubring.c: * pop.c: branches: 1.1.1; Initial revision
17352 + * pop.c: branches: 1.1.1.1.2;
17354 + * postpone.c: branches: 1.1.1; Initial revision
17356 + * postpone.c: * protos.h: branches: 1.1.1; Initial revision
17358 + * protos.h: * query.c: branches: 1.1.1; Initial revision
17360 + * query.c: * reap.pl: branches: 1.1.1; Initial revision
17362 + * reap.pl: branches: 1.1.1.1.4;
17364 + * recvattach.c: branches: 1.1.1; Initial revision
17366 + * recvattach.c: * reldate.h: branches: 1.1.1; Initial revision
17368 + * reldate.h: * resize.c: branches: 1.1.1; Initial revision
17370 + * resize.c: * rfc1524.c: branches: 1.1.1; Initial revision
17372 + * rfc1524.c: branches: 1.1.1.1.4;
17374 + * rfc1524.h: branches: 1.1.1; Initial revision
17376 + * rfc1524.h: branches: 1.1.1.1.4;
17378 + * rfc2047.c: branches: 1.1.1; Initial revision
17380 + * rfc2047.c: branches: 1.1.1.1.2;
17382 + * rfc2047.h: branches: 1.1.1; Initial revision
17384 + * rfc2047.h: * rfc822.c: branches: 1.1.1; Initial revision
17386 + * rfc822.c: branches: 1.1.1.1.2;
17388 + * rfc822.h: branches: 1.1.1; Initial revision
17390 + * rfc822.h: * sample.mailcap: branches: 1.1.1; Initial revision
17392 + * sample.mailcap: * sample.muttrc: branches: 1.1.1; Initial
17395 + * sample.muttrc: branches: 1.1.1.1.4;
17397 + * score.c: branches: 1.1.1; Initial revision
17399 + * score.c: * send.c: branches: 1.1.1; Initial revision
17401 + * send.c: * sendlib.c: branches: 1.1.1; Initial revision
17403 + * sendlib.c: * sha.h: branches: 1.1.1; Initial revision
17405 + * sha.h: * sha1dgst.c: branches: 1.1.1; Initial revision
17407 + * sha1dgst.c: * sha_locl.h: branches: 1.1.1; Initial revision
17409 + * sha_locl.h: * signal.c: branches: 1.1.1; Initial revision
17411 + * signal.c: * snprintf.c: branches: 1.1.1; Initial revision
17413 + * snprintf.c: branches: 1.1.1.1.2;
17415 + * sort.c: branches: 1.1.1; Initial revision
17417 + * sort.c: * sort.h: branches: 1.1.1; Initial revision
17419 + * sort.h: branches: 1.1.1.1.4;
17421 + * status.c: branches: 1.1.1; Initial revision
17423 + * status.c: branches: 1.1.1.1.4;
17425 + * strcasecmp.c: branches: 1.1.1; Initial revision
17427 + * strcasecmp.c: * system.c: branches: 1.1.1; Initial revision
17429 + * system.c: * testmsg: branches: 1.1.1; Initial revision
17431 + * testmsg: * thread.c: branches: 1.1.1; Initial revision
17433 + * thread.c: branches: 1.1.1.1.4;
17436 ===================================================================
17437 RCS file: /home/roessler/cvs/mutt/GPL,v
17438 retrieving revision 3.0
17439 retrieving revision 3.1
17440 diff -u -p -u -a -r3.0 -r3.1
17441 --- mutt/GPL 24 Jan 2002 12:10:47 -0000 3.0
17442 +++ mutt/GPL 17 Sep 2005 19:15:35 -0000 3.1
17444 Version 2, June 1991
17446 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
17447 - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17448 + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
17449 Everyone is permitted to copy and distribute verbatim copies
17450 of this license document, but changing it is not allowed.
17452 @@ -291,7 +291,7 @@ convey the exclusion of warranty; and ea
17453 the "copyright" line and a pointer to where the full notice is found.
17455 <one line to give the program's name and a brief idea of what it does.>
17456 - Copyright (C) 19yy <name of author>
17457 + Copyright (C) <year> <name of author>
17459 This program is free software; you can redistribute it and/or modify
17460 it under the terms of the GNU General Public License as published by
17461 @@ -305,7 +305,7 @@ the "copyright" line and a pointer to wh
17463 You should have received a copy of the GNU General Public License
17464 along with this program; if not, write to the Free Software
17465 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17466 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
17469 Also add information on how to contact you by electronic and paper mail.
17470 @@ -313,7 +313,7 @@ Also add information on how to contact y
17471 If the program is interactive, make it output a short notice like this
17472 when it starts in an interactive mode:
17474 - Gnomovision version 69, Copyright (C) 19yy name of author
17475 + Gnomovision version 69, Copyright (C) year name of author
17476 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
17477 This is free software, and you are welcome to redistribute it
17478 under certain conditions; type `show c' for details.
17479 @@ -338,4 +338,3 @@ proprietary programs. If your program i
17480 consider it more useful to permit linking proprietary applications with the
17481 library. If this is what you want to do, use the GNU Library General
17482 Public License instead of this License.
17483 -$Id: GPL,v 3.0 2002/01/24 12:10:47 roessler Exp $
17484 Index: mutt/Makefile.am
17485 ===================================================================
17486 RCS file: /home/roessler/cvs/mutt/Makefile.am,v
17487 retrieving revision 3.37
17488 retrieving revision 3.38
17489 diff -u -p -u -a -r3.37 -r3.38
17490 --- mutt/Makefile.am 11 Aug 2005 21:22:41 -0000 3.37
17491 +++ mutt/Makefile.am 15 Sep 2005 23:18:48 -0000 3.38
17492 @@ -167,15 +167,15 @@ commit-real:
17494 (cd $(top_srcdir) && cvs commit -m "# changelog commit" ChangeLog)
17496 -commit: pclean check-security commit-real changelog commit-changelog
17497 +commit: pclean check-security commit-real update-changelog commit-changelog
17501 (cd $(top_srcdir); \
17502 cvs update ChangeLog; \
17503 sh ./mkchangelog.sh | fmt -c | cat - ChangeLog > ChangeLog.$$$$ && mv ChangeLog.$$$$ ChangeLog; \
17504 $${VISUAL:-vi} ChangeLog)
17506 -ChangeLog: changelog
17507 +#ChangeLog: changelog
17509 # kluge around automake problems.
17511 Index: mutt/Muttrc.head.in
17512 ===================================================================
17513 RCS file: /home/roessler/cvs/mutt/Muttrc.head.in,v
17514 retrieving revision 3.0
17515 retrieving revision 3.1
17516 diff -u -p -u -a -r3.0 -r3.1
17517 --- mutt/Muttrc.head.in 24 Jan 2002 12:10:47 -0000 3.0
17518 +++ mutt/Muttrc.head.in 17 Sep 2005 17:39:18 -0000 3.1
17519 @@ -8,16 +8,17 @@ ignore "from " received content- mime-ve
17520 ignore sender references return-path lines
17522 # imitate the old search-body function
17523 -macro index \eb '/~b ' 'search in message bodies'
17524 +macro index \eb "<search>~b " "search in message bodies"
17526 # simulate the old url menu
17527 -macro index \cb |urlview\n 'call urlview to extract URLs out of a message'
17528 -macro pager \cb |urlview\n 'call urlview to extract URLs out of a message'
17529 +macro index,pager \cb "<pipe-message>urlview<Enter>" "call urlview to extract URLs out of a message"
17531 # Show documentation when pressing F1
17532 -macro generic <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation"
17533 -macro index <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation"
17534 -macro pager <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation"
17535 +macro generic,pager <F1> "<shell-escape>less @docdir@/manual.txt<Enter>" "show Mutt documentation"
17537 +# show the incoming mailboxes list (just like "mutt -y") and back when pressing "y"
17538 +macro index,pager y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
17539 +bind browser y exit
17541 # If Mutt is unable to determine your site's domain name correctly, you can
17542 # set the default here.
17543 Index: mutt/_regex.h
17544 ===================================================================
17545 RCS file: /home/roessler/cvs/mutt/_regex.h,v
17546 retrieving revision 3.0
17547 retrieving revision 3.2
17548 diff -u -p -u -a -r3.0 -r3.2
17549 --- mutt/_regex.h 24 Jan 2002 12:10:47 -0000 3.0
17550 +++ mutt/_regex.h 17 Sep 2005 20:46:09 -0000 3.2
17553 You should have received a copy of the GNU Library General Public
17554 License along with the GNU C Library; see the file COPYING.LIB. If not,
17555 - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17556 - Boston, MA 02111-1307, USA. */
17557 + write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17558 + Boston, MA 02110-1301, USA. */
17560 #ifndef __REGEXP_LIBRARY_H__
17561 #define __REGEXP_LIBRARY_H__
17562 Index: mutt/account.c
17563 ===================================================================
17564 RCS file: /home/roessler/cvs/mutt/account.c,v
17565 retrieving revision 3.9
17566 retrieving revision 3.11
17567 diff -u -p -u -a -r3.9 -r3.11
17568 --- mutt/account.c 7 Aug 2005 16:45:35 -0000 3.9
17569 +++ mutt/account.c 17 Sep 2005 20:46:09 -0000 3.11
17572 * You should have received a copy of the GNU General Public License
17573 * along with this program; if not, write to the Free Software
17574 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17575 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17578 /* remote host account manipulation (POP/IMAP) */
17579 Index: mutt/account.h
17580 ===================================================================
17581 RCS file: /home/roessler/cvs/mutt/account.h,v
17582 retrieving revision 3.2
17583 retrieving revision 3.4
17584 diff -u -p -u -a -r3.2 -r3.4
17585 --- mutt/account.h 28 Jun 2005 19:26:54 -0000 3.2
17586 +++ mutt/account.h 17 Sep 2005 20:46:09 -0000 3.4
17589 * You should have received a copy of the GNU General Public License
17590 * along with this program; if not, write to the Free Software
17591 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17592 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17595 /* remote host account manipulation (POP/IMAP) */
17596 Index: mutt/addrbook.c
17597 ===================================================================
17598 RCS file: /home/roessler/cvs/mutt/addrbook.c,v
17599 retrieving revision 3.8
17600 retrieving revision 3.10
17601 diff -u -p -u -a -r3.8 -r3.10
17602 --- mutt/addrbook.c 3 Feb 2005 17:01:42 -0000 3.8
17603 +++ mutt/addrbook.c 17 Sep 2005 20:46:09 -0000 3.10
17606 * You should have received a copy of the GNU General Public License
17607 * along with this program; if not, write to the Free Software
17608 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17609 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17613 Index: mutt/alias.c
17614 ===================================================================
17615 RCS file: /home/roessler/cvs/mutt/alias.c,v
17616 retrieving revision 3.11
17617 retrieving revision 3.13
17618 diff -u -p -u -a -r3.11 -r3.13
17619 --- mutt/alias.c 12 Feb 2005 19:12:40 -0000 3.11
17620 +++ mutt/alias.c 17 Sep 2005 20:46:09 -0000 3.13
17623 * You should have received a copy of the GNU General Public License
17624 * along with this program; if not, write to the Free Software
17625 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17626 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17630 Index: mutt/ascii.c
17631 ===================================================================
17632 RCS file: /home/roessler/cvs/mutt/ascii.c,v
17633 retrieving revision 3.3
17634 retrieving revision 3.5
17635 diff -u -p -u -a -r3.3 -r3.5
17636 --- mutt/ascii.c 3 Feb 2005 17:01:42 -0000 3.3
17637 +++ mutt/ascii.c 17 Sep 2005 20:46:09 -0000 3.5
17640 * You should have received a copy of the GNU General Public
17641 * License along with this program; if not, write to the Free
17642 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
17643 - * Boston, MA 02111, USA.
17644 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17645 + * Boston, MA 02110-1301, USA.
17649 Index: mutt/ascii.h
17650 ===================================================================
17651 RCS file: /home/roessler/cvs/mutt/ascii.h,v
17652 retrieving revision 3.0
17653 retrieving revision 3.2
17654 diff -u -p -u -a -r3.0 -r3.2
17655 --- mutt/ascii.h 24 Jan 2002 12:10:47 -0000 3.0
17656 +++ mutt/ascii.h 17 Sep 2005 20:46:09 -0000 3.2
17659 * You should have received a copy of the GNU General Public
17660 * License along with this program; if not, write to the Free
17661 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
17662 - * Boston, MA 02111, USA.
17663 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17664 + * Boston, MA 02110-1301, USA.
17668 Index: mutt/attach.c
17669 ===================================================================
17670 RCS file: /home/roessler/cvs/mutt/attach.c,v
17671 retrieving revision 3.17
17672 retrieving revision 3.19
17673 diff -u -p -u -a -r3.17 -r3.19
17674 --- mutt/attach.c 3 Sep 2005 23:22:30 -0000 3.17
17675 +++ mutt/attach.c 17 Sep 2005 20:46:09 -0000 3.19
17678 * You should have received a copy of the GNU General Public License
17679 * along with this program; if not, write to the Free Software
17680 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17681 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17685 Index: mutt/attach.h
17686 ===================================================================
17687 RCS file: /home/roessler/cvs/mutt/attach.h,v
17688 retrieving revision 3.3
17689 retrieving revision 3.5
17690 diff -u -p -u -a -r3.3 -r3.5
17691 --- mutt/attach.h 5 Aug 2005 02:16:46 -0000 3.3
17692 +++ mutt/attach.h 17 Sep 2005 20:46:09 -0000 3.5
17695 * You should have received a copy of the GNU General Public License
17696 * along with this program; if not, write to the Free Software
17697 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17698 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17701 /* common protos for compose / attach menus */
17702 Index: mutt/base64.c
17703 ===================================================================
17704 RCS file: /home/roessler/cvs/mutt/base64.c,v
17705 retrieving revision 3.1
17706 retrieving revision 3.3
17707 diff -u -p -u -a -r3.1 -r3.3
17708 --- mutt/base64.c 3 Feb 2005 17:01:42 -0000 3.1
17709 +++ mutt/base64.c 17 Sep 2005 20:46:09 -0000 3.3
17712 * You should have received a copy of the GNU General Public
17713 * License along with this program; if not, write to the Free
17714 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
17715 - * Boston, MA 02111, USA.
17716 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17717 + * Boston, MA 02110-1301, USA.
17721 Index: mutt/browser.c
17722 ===================================================================
17723 RCS file: /home/roessler/cvs/mutt/browser.c,v
17724 retrieving revision 3.16
17725 retrieving revision 3.18
17726 diff -u -p -u -a -r3.16 -r3.18
17727 --- mutt/browser.c 7 Aug 2005 22:16:25 -0000 3.16
17728 +++ mutt/browser.c 17 Sep 2005 20:46:09 -0000 3.18
17731 * You should have received a copy of the GNU General Public License
17732 * along with this program; if not, write to the Free Software
17733 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17734 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17738 Index: mutt/browser.h
17739 ===================================================================
17740 RCS file: /home/roessler/cvs/mutt/browser.h,v
17741 retrieving revision 3.1
17742 retrieving revision 3.3
17743 diff -u -p -u -a -r3.1 -r3.3
17744 --- mutt/browser.h 11 Dec 2002 11:19:39 -0000 3.1
17745 +++ mutt/browser.h 17 Sep 2005 20:46:10 -0000 3.3
17747 -/* $Id: browser.h,v 3.1 2002/12/11 11:19:39 roessler Exp $ */
17748 +/* $Id: browser.h,v 3.3 2005/09/17 20:46:10 brendan Exp $ */
17750 * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
17754 * You should have received a copy of the GNU General Public License
17755 * along with this program; if not, write to the Free Software
17756 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17757 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17761 Index: mutt/buffy.c
17762 ===================================================================
17763 RCS file: /home/roessler/cvs/mutt/buffy.c,v
17764 retrieving revision 3.11
17765 retrieving revision 3.13
17766 diff -u -p -u -a -r3.11 -r3.13
17767 --- mutt/buffy.c 3 Feb 2005 17:01:42 -0000 3.11
17768 +++ mutt/buffy.c 17 Sep 2005 20:46:10 -0000 3.13
17771 * You should have received a copy of the GNU General Public License
17772 * along with this program; if not, write to the Free Software
17773 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17774 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17778 Index: mutt/buffy.h
17779 ===================================================================
17780 RCS file: /home/roessler/cvs/mutt/buffy.h,v
17781 retrieving revision 3.2
17782 retrieving revision 3.4
17783 diff -u -p -u -a -r3.2 -r3.4
17784 --- mutt/buffy.h 11 Dec 2002 11:19:39 -0000 3.2
17785 +++ mutt/buffy.h 17 Sep 2005 20:46:10 -0000 3.4
17788 * You should have received a copy of the GNU General Public License
17789 * along with this program; if not, write to the Free Software
17790 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17791 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17794 /*parameter to mutt_parse_mailboxes*/
17795 Index: mutt/charset.c
17796 ===================================================================
17797 RCS file: /home/roessler/cvs/mutt/charset.c,v
17798 retrieving revision 3.9
17799 retrieving revision 3.11
17800 diff -u -p -u -a -r3.9 -r3.11
17801 --- mutt/charset.c 12 Feb 2005 19:52:28 -0000 3.9
17802 +++ mutt/charset.c 17 Sep 2005 20:46:10 -0000 3.11
17805 * You should have received a copy of the GNU General Public
17806 * License along with this program; if not, write to the Free
17807 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
17808 - * Boston, MA 02111, USA.
17809 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17810 + * Boston, MA 02110-1301, USA.
17814 Index: mutt/charset.h
17815 ===================================================================
17816 RCS file: /home/roessler/cvs/mutt/charset.h,v
17817 retrieving revision 3.6
17818 retrieving revision 3.8
17819 diff -u -p -u -a -r3.6 -r3.8
17820 --- mutt/charset.h 3 Mar 2003 14:01:06 -0000 3.6
17821 +++ mutt/charset.h 17 Sep 2005 20:46:10 -0000 3.8
17824 * You should have received a copy of the GNU General Public License
17825 * along with this program; if not, write to the Free Software
17826 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17827 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17831 Index: mutt/color.c
17832 ===================================================================
17833 RCS file: /home/roessler/cvs/mutt/color.c,v
17834 retrieving revision 3.6
17835 retrieving revision 3.8
17836 diff -u -p -u -a -r3.6 -r3.8
17837 --- mutt/color.c 3 Feb 2005 17:01:42 -0000 3.6
17838 +++ mutt/color.c 17 Sep 2005 20:46:10 -0000 3.8
17841 * You should have received a copy of the GNU General Public License
17842 * along with this program; if not, write to the Free Software
17843 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17844 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17848 Index: mutt/commands.c
17849 ===================================================================
17850 RCS file: /home/roessler/cvs/mutt/commands.c,v
17851 retrieving revision 3.33
17852 retrieving revision 3.35
17853 diff -u -p -u -a -r3.33 -r3.35
17854 --- mutt/commands.c 2 Aug 2005 05:58:18 -0000 3.33
17855 +++ mutt/commands.c 17 Sep 2005 20:46:10 -0000 3.35
17858 * You should have received a copy of the GNU General Public License
17859 * along with this program; if not, write to the Free Software
17860 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17861 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17865 Index: mutt/complete.c
17866 ===================================================================
17867 RCS file: /home/roessler/cvs/mutt/complete.c,v
17868 retrieving revision 3.3
17869 retrieving revision 3.5
17870 diff -u -p -u -a -r3.3 -r3.5
17871 --- mutt/complete.c 3 Feb 2005 17:01:42 -0000 3.3
17872 +++ mutt/complete.c 17 Sep 2005 20:46:10 -0000 3.5
17875 * You should have received a copy of the GNU General Public License
17876 * along with this program; if not, write to the Free Software
17877 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17878 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17882 Index: mutt/compose.c
17883 ===================================================================
17884 RCS file: /home/roessler/cvs/mutt/compose.c,v
17885 retrieving revision 3.25
17886 retrieving revision 3.27
17887 diff -u -p -u -a -r3.25 -r3.27
17888 --- mutt/compose.c 4 Aug 2005 01:15:52 -0000 3.25
17889 +++ mutt/compose.c 17 Sep 2005 20:46:10 -0000 3.27
17892 * You should have received a copy of the GNU General Public License
17893 * along with this program; if not, write to the Free Software
17894 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
17895 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17899 Index: mutt/config.guess
17900 ===================================================================
17901 RCS file: /home/roessler/cvs/mutt/config.guess,v
17902 retrieving revision 3.1
17903 retrieving revision 3.3
17904 diff -u -p -u -a -r3.1 -r3.3
17905 --- mutt/config.guess 11 Apr 2003 11:56:58 -0000 3.1
17906 +++ mutt/config.guess 17 Sep 2005 20:46:10 -0000 3.3
17907 @@ -17,7 +17,7 @@ timestamp='2003-02-22'
17909 # You should have received a copy of the GNU General Public License
17910 # along with this program; if not, write to the Free Software
17911 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17912 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17914 # As a special exception to the GNU General Public License, if you
17915 # distribute this file as part of a program that contains a
17916 Index: mutt/config.sub
17917 ===================================================================
17918 RCS file: /home/roessler/cvs/mutt/config.sub,v
17919 retrieving revision 3.1
17920 retrieving revision 3.3
17921 diff -u -p -u -a -r3.1 -r3.3
17922 --- mutt/config.sub 11 Apr 2003 11:56:58 -0000 3.1
17923 +++ mutt/config.sub 17 Sep 2005 20:46:10 -0000 3.3
17924 @@ -21,8 +21,8 @@ timestamp='2003-02-22'
17926 # You should have received a copy of the GNU General Public License
17927 # along with this program; if not, write to the Free Software
17928 -# Foundation, Inc., 59 Temple Place - Suite 330,
17929 -# Boston, MA 02111-1307, USA.
17930 +# Foundation, Inc., 51 Franklin Street, Fifth Floor,
17931 +# Boston, MA 02110-1301, USA.
17933 # As a special exception to the GNU General Public License, if you
17934 # distribute this file as part of a program that contains a
17935 Index: mutt/configure.in
17936 ===================================================================
17937 RCS file: /home/roessler/cvs/mutt/configure.in,v
17938 retrieving revision 3.33
17939 retrieving revision 3.37
17940 diff -u -p -u -a -r3.33 -r3.37
17941 --- mutt/configure.in 7 Sep 2005 00:22:09 -0000 3.33
17942 +++ mutt/configure.in 22 Sep 2005 16:38:08 -0000 3.37
17943 @@ -9,11 +9,11 @@ AM_CONFIG_HEADER([config.h])
17945 mutt_cv_version=`cat $srcdir/VERSION`
17946 AM_INIT_AUTOMAKE(mutt, $mutt_cv_version)
17947 -AC_SUBST([CONFIGURE_DEPENDENCIES], ['$(top_srcdir)/VERSION'])
17948 +AC_SUBST([CONFIG_STATUS_DEPENDENCIES], ['$(top_srcdir)/VERSION'])
17952 -ALL_LINGUAS="de ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR eo gl sv da lt tr ja hu et ca bg"
17953 +ALL_LINGUAS="de ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR eo gl sv da lt tr ja hu et ca bg ga"
17957 @@ -738,10 +738,23 @@ AC_ARG_ENABLE(hcache, AC_HELP_STRING([--
17962 + ac_prefer_qdbm=yes
17963 + AC_ARG_WITH(qdbm, AC_HELP_STRING([--without-qdbm], [Don't use qdbm even if it is available]),
17964 + ac_prefer_qdbm=$withval)
17965 + if test x$ac_prefer_qdbm != xno; then
17966 + CPPFLAGS="$OLDCPPFLAGS"
17967 + LIBS="$OLDLIBS -lqdbm";
17968 + AC_CACHE_CHECK(for vlopen, ac_cv_vlopen,[
17970 + AC_TRY_LINK([#include <villa.h>],[vlopen(0,0,0);],[ac_cv_vlopen=yes])
17975 AC_ARG_WITH(gdbm, AC_HELP_STRING([--without-gdbm], [Don't use gdbm even if it is available]),
17976 ac_prefer_gdbm=$withval)
17977 - if test x$ac_prefer_gdbm != xno; then
17978 + if test x$ac_prefer_gdbm != xno -a x$ac_cv_vlopen != xyes; then
17979 CPPFLAGS="$OLDCPPFLAGS"
17980 LIBS="$OLDLIBS -lgdbm";
17981 AC_CACHE_CHECK(for gdbm_open, ac_cv_gdbmopen,[
17982 @@ -753,7 +766,7 @@ AC_ARG_ENABLE(hcache, AC_HELP_STRING([--
17984 AC_ARG_WITH(bdb, AC_HELP_STRING([--with-bdb[=DIR]], [Use BerkeleyDB4 if gdbm is not available]),
17985 ac_bdb_prefix=$withval)
17986 - if test x$ac_bdb_prefix != xno -a x$ac_cv_gdbmopen != xyes; then
17987 + if test x$ac_bdb_prefix != xno -a x$ac_cv_gdbmopen != xyes -a x$ac_cv_vlopen != xyes; then
17988 test x$ac_bdb_prefix = xyes && ac_bdb_prefix="$mutt_cv_prefix /opt/csw/bdb4 /opt /usr/local /usr"
17989 for d in $ac_bdb_prefix; do
17990 bdbpfx="$bdbpfx $d"
17991 @@ -799,7 +812,11 @@ AC_ARG_ENABLE(hcache, AC_HELP_STRING([--
17995 - if test x$ac_cv_gdbmopen = xyes; then
17996 + if test x$ac_cv_vlopen = xyes; then
17997 + CPPFLAGS="$OLDCPPFLAGS"
17998 + LIBS="$OLDLIBS -lqdbm";
17999 + AC_DEFINE(HAVE_QDBM, 1, [QDBM Support])
18000 + elif test x$ac_cv_gdbmopen = xyes; then
18001 CPPFLAGS="$OLDCPPFLAGS"
18002 LIBS="$OLDLIBS -lgdbm";
18003 AC_DEFINE(HAVE_GDBM, 1, [GDBM Support])
18004 @@ -808,7 +825,7 @@ AC_ARG_ENABLE(hcache, AC_HELP_STRING([--
18005 LIBS="$OLDLIBS -L$BDB_LIB_DIR -l$BDB_LIB"
18006 AC_DEFINE(HAVE_DB4, 1, [Sleepycat DB4 Support])
18008 - AC_MSG_ERROR(You need Sleepycat DB4 or GDBM for --enable-hcache)
18009 + AC_MSG_ERROR(You need QDBM, Sleepycat DB4 or GDBM for --enable-hcache)
18012 dnl -- end cache --
18014 ===================================================================
18015 RCS file: /home/roessler/cvs/mutt/copy.c,v
18016 retrieving revision 3.22
18017 retrieving revision 3.24
18018 diff -u -p -u -a -r3.22 -r3.24
18019 --- mutt/copy.c 11 Aug 2005 21:16:38 -0000 3.22
18020 +++ mutt/copy.c 17 Sep 2005 20:46:10 -0000 3.24
18023 * You should have received a copy of the GNU General Public License
18024 * along with this program; if not, write to the Free Software
18025 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18026 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18031 ===================================================================
18032 RCS file: /home/roessler/cvs/mutt/copy.h,v
18033 retrieving revision 3.7
18034 retrieving revision 3.9
18035 diff -u -p -u -a -r3.7 -r3.9
18036 --- mutt/copy.h 2 Nov 2004 13:30:58 -0000 3.7
18037 +++ mutt/copy.h 17 Sep 2005 20:46:10 -0000 3.9
18040 * You should have received a copy of the GNU General Public License
18041 * along with this program; if not, write to the Free Software
18042 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18043 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18046 /* flags to _mutt_copy_message */
18047 Index: mutt/crypt-gpgme.c
18048 ===================================================================
18049 RCS file: /home/roessler/cvs/mutt/crypt-gpgme.c,v
18050 retrieving revision 3.7
18051 retrieving revision 3.9
18052 diff -u -p -u -a -r3.7 -r3.9
18053 --- mutt/crypt-gpgme.c 11 Aug 2005 21:16:38 -0000 3.7
18054 +++ mutt/crypt-gpgme.c 17 Sep 2005 20:46:10 -0000 3.9
18057 * You should have received a copy of the GNU General Public License
18058 * along with this program; if not, write to the Free Software
18059 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18060 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18064 Index: mutt/crypt-gpgme.h
18065 ===================================================================
18066 RCS file: /home/roessler/cvs/mutt/crypt-gpgme.h,v
18067 retrieving revision 3.2
18068 retrieving revision 3.4
18069 diff -u -p -u -a -r3.2 -r3.4
18070 --- mutt/crypt-gpgme.h 11 Aug 2005 21:16:38 -0000 3.2
18071 +++ mutt/crypt-gpgme.h 17 Sep 2005 20:46:10 -0000 3.4
18074 * You should have received a copy of the GNU General Public License
18075 * along with this program; if not, write to the Free Software
18076 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18077 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18080 #ifndef CRYPT_GPGME_H
18081 Index: mutt/crypt-mod-pgp-classic.c
18082 ===================================================================
18083 RCS file: /home/roessler/cvs/mutt/crypt-mod-pgp-classic.c,v
18084 retrieving revision 3.3
18085 retrieving revision 3.5
18086 diff -u -p -u -a -r3.3 -r3.5
18087 --- mutt/crypt-mod-pgp-classic.c 11 Aug 2005 21:16:38 -0000 3.3
18088 +++ mutt/crypt-mod-pgp-classic.c 17 Sep 2005 20:46:10 -0000 3.5
18091 * You should have received a copy of the GNU General Public License
18092 * along with this program; if not, write to the Free Software
18093 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18094 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18098 Index: mutt/crypt-mod-pgp-gpgme.c
18099 ===================================================================
18100 RCS file: /home/roessler/cvs/mutt/crypt-mod-pgp-gpgme.c,v
18101 retrieving revision 3.3
18102 retrieving revision 3.5
18103 diff -u -p -u -a -r3.3 -r3.5
18104 --- mutt/crypt-mod-pgp-gpgme.c 11 Aug 2005 21:16:38 -0000 3.3
18105 +++ mutt/crypt-mod-pgp-gpgme.c 17 Sep 2005 20:46:10 -0000 3.5
18108 * You should have received a copy of the GNU General Public License
18109 * along with this program; if not, write to the Free Software
18110 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18111 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18115 Index: mutt/crypt-mod-smime-classic.c
18116 ===================================================================
18117 RCS file: /home/roessler/cvs/mutt/crypt-mod-smime-classic.c,v
18118 retrieving revision 3.3
18119 retrieving revision 3.5
18120 diff -u -p -u -a -r3.3 -r3.5
18121 --- mutt/crypt-mod-smime-classic.c 11 Aug 2005 21:16:38 -0000 3.3
18122 +++ mutt/crypt-mod-smime-classic.c 17 Sep 2005 20:46:10 -0000 3.5
18125 * You should have received a copy of the GNU General Public License
18126 * along with this program; if not, write to the Free Software
18127 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18128 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18132 Index: mutt/crypt-mod-smime-gpgme.c
18133 ===================================================================
18134 RCS file: /home/roessler/cvs/mutt/crypt-mod-smime-gpgme.c,v
18135 retrieving revision 3.3
18136 retrieving revision 3.5
18137 diff -u -p -u -a -r3.3 -r3.5
18138 --- mutt/crypt-mod-smime-gpgme.c 11 Aug 2005 21:16:38 -0000 3.3
18139 +++ mutt/crypt-mod-smime-gpgme.c 17 Sep 2005 20:46:10 -0000 3.5
18142 * You should have received a copy of the GNU General Public License
18143 * along with this program; if not, write to the Free Software
18144 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18145 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18149 Index: mutt/crypt-mod.c
18150 ===================================================================
18151 RCS file: /home/roessler/cvs/mutt/crypt-mod.c,v
18152 retrieving revision 3.2
18153 retrieving revision 3.4
18154 diff -u -p -u -a -r3.2 -r3.4
18155 --- mutt/crypt-mod.c 3 Feb 2005 17:01:43 -0000 3.2
18156 +++ mutt/crypt-mod.c 17 Sep 2005 20:46:10 -0000 3.4
18159 * You should have received a copy of the GNU General Public License
18160 * along with this program; if not, write to the Free Software
18161 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18162 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18166 Index: mutt/crypt-mod.h
18167 ===================================================================
18168 RCS file: /home/roessler/cvs/mutt/crypt-mod.h,v
18169 retrieving revision 3.2
18170 retrieving revision 3.4
18171 diff -u -p -u -a -r3.2 -r3.4
18172 --- mutt/crypt-mod.h 11 Aug 2005 21:16:38 -0000 3.2
18173 +++ mutt/crypt-mod.h 17 Sep 2005 20:46:10 -0000 3.4
18176 * You should have received a copy of the GNU General Public License
18177 * along with this program; if not, write to the Free Software
18178 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18179 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18182 #ifndef CRYPTOGRAPHY_H
18183 Index: mutt/crypt.c
18184 ===================================================================
18185 RCS file: /home/roessler/cvs/mutt/crypt.c,v
18186 retrieving revision 3.29
18187 retrieving revision 3.31
18188 diff -u -p -u -a -r3.29 -r3.31
18189 --- mutt/crypt.c 11 Aug 2005 21:16:38 -0000 3.29
18190 +++ mutt/crypt.c 17 Sep 2005 20:46:10 -0000 3.31
18193 * You should have received a copy of the GNU General Public License
18194 * along with this program; if not, write to the Free Software
18195 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18196 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18200 Index: mutt/cryptglue.c
18201 ===================================================================
18202 RCS file: /home/roessler/cvs/mutt/cryptglue.c,v
18203 retrieving revision 3.7
18204 retrieving revision 3.9
18205 diff -u -p -u -a -r3.7 -r3.9
18206 --- mutt/cryptglue.c 14 Aug 2005 02:22:47 -0000 3.7
18207 +++ mutt/cryptglue.c 17 Sep 2005 20:46:10 -0000 3.9
18210 * You should have received a copy of the GNU General Public License
18211 * along with this program; if not, write to the Free Software
18212 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18213 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18217 Index: mutt/curs_lib.c
18218 ===================================================================
18219 RCS file: /home/roessler/cvs/mutt/curs_lib.c,v
18220 retrieving revision 3.21
18221 retrieving revision 3.23
18222 diff -u -p -u -a -r3.21 -r3.23
18223 --- mutt/curs_lib.c 12 Sep 2005 06:22:21 -0000 3.21
18224 +++ mutt/curs_lib.c 17 Sep 2005 20:46:10 -0000 3.23
18227 * You should have received a copy of the GNU General Public License
18228 * along with this program; if not, write to the Free Software
18229 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18230 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18234 Index: mutt/curs_main.c
18235 ===================================================================
18236 RCS file: /home/roessler/cvs/mutt/curs_main.c,v
18237 retrieving revision 3.29
18238 retrieving revision 3.33
18239 diff -u -p -u -a -r3.29 -r3.33
18240 --- mutt/curs_main.c 6 Sep 2005 00:45:28 -0000 3.29
18241 +++ mutt/curs_main.c 21 Sep 2005 14:17:14 -0000 3.33
18244 * You should have received a copy of the GNU General Public License
18245 * along with this program; if not, write to the Free Software
18246 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18247 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18251 @@ -589,10 +589,6 @@ int mutt_index_menu (void)
18252 move (menu->current - menu->top + menu->offset, COLS - 1);
18255 - op = km_dokey (MENU_MAIN);
18257 - dprint(4, (debugfile, "mutt_index_menu[%d]: Got op %d\n", __LINE__, op));
18259 #if defined (USE_SLANG_CURSES) || defined (HAVE_RESIZETERM)
18262 @@ -611,6 +607,10 @@ int mutt_index_menu (void)
18266 + op = km_dokey (MENU_MAIN);
18268 + dprint(4, (debugfile, "mutt_index_menu[%d]: Got op %d\n", __LINE__, op));
18271 continue; /* either user abort or timeout */
18273 @@ -1072,7 +1072,15 @@ CHECK_IMAP_ACL(IMAP_ACL_DELETE);
18274 mutt_buffy (buf, sizeof (buf));
18276 if (mutt_enter_fname (cp, buf, sizeof (buf), &menu->redraw, 1) == -1)
18279 + if (menu->menu == MENU_PAGER)
18281 + op = OP_DISPLAY_MESSAGE;
18289 CLEARLINE (LINES-1);
18291 ===================================================================
18292 RCS file: /home/roessler/cvs/mutt/date.c,v
18293 retrieving revision 3.2
18294 retrieving revision 3.4
18295 diff -u -p -u -a -r3.2 -r3.4
18296 --- mutt/date.c 3 Feb 2005 17:01:43 -0000 3.2
18297 +++ mutt/date.c 17 Sep 2005 20:46:10 -0000 3.4
18300 * You should have received a copy of the GNU General Public License
18301 * along with this program; if not, write to the Free Software
18302 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18303 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18307 Index: mutt/depcomp
18308 ===================================================================
18309 RCS file: /home/roessler/cvs/mutt/depcomp,v
18310 retrieving revision 3.1
18311 retrieving revision 3.3
18312 diff -u -p -u -a -r3.1 -r3.3
18313 --- mutt/depcomp 11 Apr 2003 11:56:58 -0000 3.1
18314 +++ mutt/depcomp 17 Sep 2005 20:46:10 -0000 3.3
18317 # You should have received a copy of the GNU General Public License
18318 # along with this program; if not, write to the Free Software
18319 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
18320 -# 02111-1307, USA.
18321 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18322 +# 02110-1301, USA.
18324 # As a special exception to the GNU General Public License, if you
18325 # distribute this file as part of a program that contains a
18326 Index: mutt/dotlock.c
18327 ===================================================================
18328 RCS file: /home/roessler/cvs/mutt/dotlock.c,v
18329 retrieving revision 3.2
18330 retrieving revision 3.4
18331 diff -u -p -u -a -r3.2 -r3.4
18332 --- mutt/dotlock.c 3 Feb 2005 17:01:43 -0000 3.2
18333 +++ mutt/dotlock.c 17 Sep 2005 20:46:10 -0000 3.4
18336 * You should have received a copy of the GNU General Public License
18337 * along with this program; if not, write to the Free Software
18338 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18339 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18343 Index: mutt/dotlock.h
18344 ===================================================================
18345 RCS file: /home/roessler/cvs/mutt/dotlock.h,v
18346 retrieving revision 3.1
18347 retrieving revision 3.3
18348 diff -u -p -u -a -r3.1 -r3.3
18349 --- mutt/dotlock.h 11 Dec 2002 11:19:40 -0000 3.1
18350 +++ mutt/dotlock.h 17 Sep 2005 20:46:10 -0000 3.3
18353 * You should have received a copy of the GNU General Public License
18354 * along with this program; if not, write to the Free Software
18355 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18356 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18361 ===================================================================
18362 RCS file: /home/roessler/cvs/mutt/edit.c,v
18363 retrieving revision 3.5
18364 retrieving revision 3.7
18365 diff -u -p -u -a -r3.5 -r3.7
18366 --- mutt/edit.c 3 Feb 2005 17:01:43 -0000 3.5
18367 +++ mutt/edit.c 17 Sep 2005 20:46:10 -0000 3.7
18370 * You should have received a copy of the GNU General Public License
18371 * along with this program; if not, write to the Free Software
18372 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18373 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18376 /* Close approximation of the mailx(1) builtin editor for sending mail. */
18377 Index: mutt/editmsg.c
18378 ===================================================================
18379 RCS file: /home/roessler/cvs/mutt/editmsg.c,v
18380 retrieving revision 3.8
18381 retrieving revision 3.10
18382 diff -u -p -u -a -r3.8 -r3.10
18383 --- mutt/editmsg.c 12 Feb 2005 19:35:36 -0000 3.8
18384 +++ mutt/editmsg.c 17 Sep 2005 20:46:10 -0000 3.10
18387 * You should have received a copy of the GNU General Public
18388 * License along with this program; if not, write to the Free
18389 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
18390 - * Boston, MA 02111, USA.
18391 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18392 + * Boston, MA 02110-1301, USA.
18395 /* simple, editor-based message editing */
18396 Index: mutt/enter.c
18397 ===================================================================
18398 RCS file: /home/roessler/cvs/mutt/enter.c,v
18399 retrieving revision 3.9
18400 retrieving revision 3.11
18401 diff -u -p -u -a -r3.9 -r3.11
18402 --- mutt/enter.c 26 Jul 2005 16:37:28 -0000 3.9
18403 +++ mutt/enter.c 17 Sep 2005 20:46:10 -0000 3.11
18406 * You should have received a copy of the GNU General Public License
18407 * along with this program; if not, write to the Free Software
18408 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18409 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18413 Index: mutt/extlib.c
18414 ===================================================================
18415 RCS file: /home/roessler/cvs/mutt/extlib.c,v
18416 retrieving revision 3.3
18417 retrieving revision 3.5
18418 diff -u -p -u -a -r3.3 -r3.5
18419 --- mutt/extlib.c 3 Feb 2005 17:01:43 -0000 3.3
18420 +++ mutt/extlib.c 17 Sep 2005 20:46:10 -0000 3.5
18423 * You should have received a copy of the GNU General Public
18424 * License along with this program; if not, write to the Free
18425 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
18426 - * Boston, MA 02111, USA.
18427 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18428 + * Boston, MA 02110-1301, USA.
18432 Index: mutt/filter.c
18433 ===================================================================
18434 RCS file: /home/roessler/cvs/mutt/filter.c,v
18435 retrieving revision 3.1
18436 retrieving revision 3.3
18437 diff -u -p -u -a -r3.1 -r3.3
18438 --- mutt/filter.c 3 Feb 2005 17:01:43 -0000 3.1
18439 +++ mutt/filter.c 17 Sep 2005 20:46:10 -0000 3.3
18442 * You should have received a copy of the GNU General Public License
18443 * along with this program; if not, write to the Free Software
18444 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18445 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18449 Index: mutt/flags.c
18450 ===================================================================
18451 RCS file: /home/roessler/cvs/mutt/flags.c,v
18452 retrieving revision 3.4
18453 retrieving revision 3.6
18454 diff -u -p -u -a -r3.4 -r3.6
18455 --- mutt/flags.c 3 Feb 2005 17:01:43 -0000 3.4
18456 +++ mutt/flags.c 17 Sep 2005 20:46:10 -0000 3.6
18459 * You should have received a copy of the GNU General Public License
18460 * along with this program; if not, write to the Free Software
18461 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18462 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18467 ===================================================================
18468 RCS file: /home/roessler/cvs/mutt/from.c,v
18469 retrieving revision 3.2
18470 retrieving revision 3.4
18471 diff -u -p -u -a -r3.2 -r3.4
18472 --- mutt/from.c 3 Feb 2005 17:01:43 -0000 3.2
18473 +++ mutt/from.c 17 Sep 2005 20:46:10 -0000 3.4
18476 * You should have received a copy of the GNU General Public License
18477 * along with this program; if not, write to the Free Software
18478 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18479 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18483 Index: mutt/functions.h
18484 ===================================================================
18485 RCS file: /home/roessler/cvs/mutt/functions.h,v
18486 retrieving revision 3.10
18487 retrieving revision 3.12
18488 diff -u -p -u -a -r3.10 -r3.12
18489 --- mutt/functions.h 24 Jul 2005 16:51:38 -0000 3.10
18490 +++ mutt/functions.h 17 Sep 2005 20:46:10 -0000 3.12
18493 * You should have received a copy of the GNU General Public License
18494 * along with this program; if not, write to the Free Software
18495 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18496 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18500 Index: mutt/globals.h
18501 ===================================================================
18502 RCS file: /home/roessler/cvs/mutt/globals.h,v
18503 retrieving revision 3.22
18504 retrieving revision 3.25
18505 diff -u -p -u -a -r3.22 -r3.25
18506 --- mutt/globals.h 14 Sep 2005 02:45:44 -0000 3.22
18507 +++ mutt/globals.h 22 Sep 2005 16:38:08 -0000 3.25
18510 * You should have received a copy of the GNU General Public License
18511 * along with this program; if not, write to the Free Software
18512 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18513 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18516 WHERE void (*mutt_error) (const char *, ...);
18517 @@ -69,8 +69,10 @@ WHERE char *MailcapPath;
18518 WHERE char *Maildir;
18520 WHERE char *HeaderCache;
18521 +#if HAVE_GDBM || HAVE_DB4
18522 WHERE char *HeaderCachePageSize;
18524 +#endif /* HAVE_GDBM || HAVE_DB4 */
18525 +#endif /* USE_HCACHE */
18526 WHERE char *MhFlagged;
18527 WHERE char *MhReplied;
18528 WHERE char *MhUnseen;
18529 Index: mutt/gnupgparse.c
18530 ===================================================================
18531 RCS file: /home/roessler/cvs/mutt/gnupgparse.c,v
18532 retrieving revision 3.10
18533 retrieving revision 3.12
18534 diff -u -p -u -a -r3.10 -r3.12
18535 --- mutt/gnupgparse.c 3 Feb 2005 17:01:43 -0000 3.10
18536 +++ mutt/gnupgparse.c 17 Sep 2005 20:46:10 -0000 3.12
18539 * You should have received a copy of the GNU General Public
18540 * License along with this program; if not, write to the Free
18541 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
18542 - * Boston, MA 02111, USA.
18543 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18544 + * Boston, MA 02110-1301, USA.
18548 Index: mutt/handler.c
18549 ===================================================================
18550 RCS file: /home/roessler/cvs/mutt/handler.c,v
18551 retrieving revision 3.20
18552 retrieving revision 3.22
18553 diff -u -p -u -a -r3.20 -r3.22
18554 --- mutt/handler.c 11 Aug 2005 21:16:38 -0000 3.20
18555 +++ mutt/handler.c 17 Sep 2005 20:46:10 -0000 3.22
18558 * You should have received a copy of the GNU General Public License
18559 * along with this program; if not, write to the Free Software
18560 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18561 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18566 ===================================================================
18567 RCS file: /home/roessler/cvs/mutt/hash.c,v
18568 retrieving revision 3.4
18569 retrieving revision 3.6
18570 diff -u -p -u -a -r3.4 -r3.6
18571 --- mutt/hash.c 24 Jul 2005 15:46:26 -0000 3.4
18572 +++ mutt/hash.c 17 Sep 2005 20:46:10 -0000 3.6
18575 * You should have received a copy of the GNU General Public License
18576 * along with this program; if not, write to the Free Software
18577 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18578 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18583 ===================================================================
18584 RCS file: /home/roessler/cvs/mutt/hash.h,v
18585 retrieving revision 3.1
18586 retrieving revision 3.3
18587 diff -u -p -u -a -r3.1 -r3.3
18588 --- mutt/hash.h 11 Dec 2002 11:19:40 -0000 3.1
18589 +++ mutt/hash.h 17 Sep 2005 20:46:10 -0000 3.3
18592 * You should have received a copy of the GNU General Public License
18593 * along with this program; if not, write to the Free Software
18594 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18595 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18599 Index: mutt/hcache.c
18600 ===================================================================
18601 RCS file: /home/roessler/cvs/mutt/hcache.c,v
18602 retrieving revision 3.7
18603 retrieving revision 3.11
18604 diff -u -p -u -a -r3.7 -r3.11
18605 --- mutt/hcache.c 6 Jul 2005 21:03:00 -0000 3.7
18606 +++ mutt/hcache.c 22 Sep 2005 16:38:08 -0000 3.11
18607 @@ -15,14 +15,18 @@
18609 * You should have received a copy of the GNU General Public License
18610 * along with this program; if not, write to the Free Software
18611 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18612 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18616 #include "config.h"
18617 #endif /* HAVE_CONFIG_H */
18621 +#include <depot.h>
18622 +#include <cabin.h>
18623 +#include <villa.h>
18634 +static struct header_cache
18638 + unsigned int crc;
18641 static struct header_cache
18644 @@ -450,7 +461,7 @@ generate_crc32()
18645 SPAM_LIST *sp = SpamList;
18646 RX_LIST *rx = NoSpamList;
18648 - crc = crc32(crc, (unsigned char const *) "$Id: hcache.c,v 3.7 2005/07/06 21:03:00 brendan Exp $", mutt_strlen("$Id: hcache.c,v 3.7 2005/07/06 21:03:00 brendan Exp $"));
18649 + crc = crc32(crc, (unsigned char const *) "$Id: hcache.c,v 3.11 2005/09/22 16:38:08 brendan Exp $", mutt_strlen("$Id: hcache.c,v 3.11 2005/09/22 16:38:08 brendan Exp $"));
18651 #if HAVE_LANGINFO_CODESET
18652 crc = crc32(crc, (unsigned char const *) Charset, mutt_strlen(Charset));
18653 @@ -615,7 +626,129 @@ mutt_hcache_restore(const unsigned char
18660 +mutt_hcache_open(const char *path, const char *folder)
18662 + struct header_cache *h = safe_calloc(1, sizeof (HEADER_CACHE));
18663 + int flags = VL_OWRITER | VL_OCREAT;
18665 + h->folder = safe_strdup(folder);
18666 + h->crc = generate_crc32();
18668 + if (!path || path[0] == '\0')
18670 + FREE(&h->folder);
18675 + path = mutt_hcache_per_folder(path, folder);
18677 + if (option(OPTHCACHECOMPRESS))
18678 + flags |= VL_OZCOMP;
18680 + h->db = vlopen(path, flags, VL_CMPLEX);
18685 + FREE(&h->folder);
18693 +mutt_hcache_close(void *db)
18695 + struct header_cache *h = db;
18701 + FREE(&h->folder);
18706 +mutt_hcache_fetch(void *db, const char *filename,
18707 + size_t(*keylen) (const char *fn))
18709 + struct header_cache *h = db;
18710 + char path[_POSIX_PATH_MAX];
18712 + char *data = NULL;
18717 + strncpy(path, h->folder, sizeof (path));
18718 + safe_strcat(path, sizeof (path), filename);
18720 + ksize = strlen(h->folder) + keylen(path + strlen(h->folder));
18722 + data = vlget(h->db, path, ksize, NULL);
18724 + if (! crc32_matches(data, h->crc))
18734 +mutt_hcache_store(void *db, const char *filename, HEADER * header,
18735 + unsigned long uid_validity,
18736 + size_t(*keylen) (const char *fn))
18738 + struct header_cache *h = db;
18739 + char path[_POSIX_PATH_MAX];
18741 + int ksize, dsize;
18742 + char *data = NULL;
18747 + strncpy(path, h->folder, sizeof (path));
18748 + safe_strcat(path, sizeof (path), filename);
18750 + ksize = strlen(h->folder) + keylen(path + strlen(h->folder));
18752 + data = mutt_hcache_dump(db, header, &dsize, uid_validity);
18754 + ret = vlput(h->db, path, ksize, data, dsize, VL_DOVER);
18762 +mutt_hcache_delete(void *db, const char *filename,
18763 + size_t(*keylen) (const char *fn))
18765 + struct header_cache *h = db;
18766 + char path[_POSIX_PATH_MAX];
18772 + strncpy(path, h->folder, sizeof (path));
18773 + safe_strcat(path, sizeof (path), filename);
18775 + ksize = strlen(h->folder) + keylen(path + strlen(h->folder));
18777 + return vlout(h->db, path, ksize);
18783 mutt_hcache_open(const char *path, const char *folder)
18784 Index: mutt/hdrline.c
18785 ===================================================================
18786 RCS file: /home/roessler/cvs/mutt/hdrline.c,v
18787 retrieving revision 3.14
18788 retrieving revision 3.16
18789 diff -u -p -u -a -r3.14 -r3.16
18790 --- mutt/hdrline.c 12 Feb 2005 19:12:40 -0000 3.14
18791 +++ mutt/hdrline.c 17 Sep 2005 20:46:10 -0000 3.16
18794 * You should have received a copy of the GNU General Public License
18795 * along with this program; if not, write to the Free Software
18796 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18797 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18801 Index: mutt/headers.c
18802 ===================================================================
18803 RCS file: /home/roessler/cvs/mutt/headers.c,v
18804 retrieving revision 3.6
18805 retrieving revision 3.8
18806 diff -u -p -u -a -r3.6 -r3.8
18807 --- mutt/headers.c 3 Feb 2005 17:01:43 -0000 3.6
18808 +++ mutt/headers.c 17 Sep 2005 20:46:10 -0000 3.8
18811 * You should have received a copy of the GNU General Public License
18812 * along with this program; if not, write to the Free Software
18813 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18814 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18819 ===================================================================
18820 RCS file: /home/roessler/cvs/mutt/help.c,v
18821 retrieving revision 3.2
18822 retrieving revision 3.4
18823 diff -u -p -u -a -r3.2 -r3.4
18824 --- mutt/help.c 3 Feb 2005 17:01:43 -0000 3.2
18825 +++ mutt/help.c 17 Sep 2005 20:46:10 -0000 3.4
18828 * You should have received a copy of the GNU General Public License
18829 * along with this program; if not, write to the Free Software
18830 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18831 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18835 Index: mutt/history.c
18836 ===================================================================
18837 RCS file: /home/roessler/cvs/mutt/history.c,v
18838 retrieving revision 3.4
18839 retrieving revision 3.6
18840 diff -u -p -u -a -r3.4 -r3.6
18841 --- mutt/history.c 3 Feb 2005 17:01:43 -0000 3.4
18842 +++ mutt/history.c 17 Sep 2005 20:46:10 -0000 3.6
18845 * You should have received a copy of the GNU General Public License
18846 * along with this program; if not, write to the Free Software
18847 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18848 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18852 Index: mutt/history.h
18853 ===================================================================
18854 RCS file: /home/roessler/cvs/mutt/history.h,v
18855 retrieving revision 3.1
18856 retrieving revision 3.3
18857 diff -u -p -u -a -r3.1 -r3.3
18858 --- mutt/history.h 11 Dec 2002 11:19:40 -0000 3.1
18859 +++ mutt/history.h 17 Sep 2005 20:46:10 -0000 3.3
18862 * You should have received a copy of the GNU General Public License
18863 * along with this program; if not, write to the Free Software
18864 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18865 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18870 ===================================================================
18871 RCS file: /home/roessler/cvs/mutt/hook.c,v
18872 retrieving revision 3.10
18873 retrieving revision 3.12
18874 diff -u -p -u -a -r3.10 -r3.12
18875 --- mutt/hook.c 3 Feb 2005 17:01:43 -0000 3.10
18876 +++ mutt/hook.c 17 Sep 2005 20:46:10 -0000 3.12
18879 * You should have received a copy of the GNU General Public License
18880 * along with this program; if not, write to the Free Software
18881 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18882 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18887 ===================================================================
18888 RCS file: /home/roessler/cvs/mutt/init.c,v
18889 retrieving revision 3.39
18890 retrieving revision 3.44
18891 diff -u -p -u -a -r3.39 -r3.44
18892 --- mutt/init.c 6 Sep 2005 03:16:11 -0000 3.39
18893 +++ mutt/init.c 22 Sep 2005 04:05:49 -0000 3.44
18896 * You should have received a copy of the GNU General Public License
18897 * along with this program; if not, write to the Free Software
18898 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
18899 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18905 #include <sys/wait.h>
18907 +#define CHECK_PAGER \
18908 + if ((CurrentMenu == MENU_PAGER) && \
18909 + (MuttVars[idx].flags & R_RESORT)) \
18911 + snprintf (err->data, err->dsize, \
18912 + _("Not available in this menu.")); \
18916 +static int var_to_string (int idx, char* val, size_t len);
18918 void toggle_quadoption (int opt)
18921 @@ -941,7 +952,8 @@ static int parse_alias (BUFFER *buf, BUF
18922 if (debuglevel >= 2)
18925 - for (a = tmp->addr; a; a = a->next)
18926 + /* A group is terminated with an empty address, so check a->mailbox */
18927 + for (a = tmp->addr; a && a->mailbox; a = a->next)
18930 dprint (2, (debugfile, "parse_alias: %s\n",
18931 @@ -1260,12 +1272,26 @@ static int parse_set (BUFFER *tmp, BUFFE
18933 if (!mutt_strcmp ("all", tmp->data))
18935 + if (CurrentMenu == MENU_PAGER)
18937 + snprintf (err->data, err->dsize, _("Not available in this menu."));
18940 for (idx = 0; MuttVars[idx].option; idx++)
18941 mutt_restore_default (&MuttVars[idx]);
18942 + set_option (OPTFORCEREDRAWINDEX);
18943 + set_option (OPTFORCEREDRAWPAGER);
18944 + set_option (OPTSORTSUBTHREADS);
18945 + set_option (OPTNEEDRESORT);
18946 + set_option (OPTRESORTINIT);
18947 + set_option (OPTREDRAWTREE);
18953 mutt_restore_default (&MuttVars[idx]);
18956 else if (DTYPE (MuttVars[idx].type) == DT_BOOL)
18958 @@ -1297,6 +1323,7 @@ static int parse_set (BUFFER *tmp, BUFFE
18964 unset_option (MuttVars[idx].data);
18966 @@ -1310,6 +1337,7 @@ static int parse_set (BUFFER *tmp, BUFFE
18971 if (DTYPE (MuttVars[idx].type) == DT_ADDR)
18972 rfc822_free_address ((ADDRESS **) MuttVars[idx].data);
18974 @@ -1336,6 +1364,7 @@ static int parse_set (BUFFER *tmp, BUFFE
18981 /* copy the value of the string */
18982 @@ -1384,6 +1413,7 @@ static int parse_set (BUFFER *tmp, BUFFE
18989 /* copy the value of the string */
18990 @@ -1477,6 +1507,7 @@ static int parse_set (BUFFER *tmp, BUFFE
18997 /* copy the value of the string */
18998 @@ -1501,6 +1532,7 @@ static int parse_set (BUFFER *tmp, BUFFE
19005 mutt_extract_token (tmp, s, 0);
19006 @@ -1539,6 +1571,7 @@ static int parse_set (BUFFER *tmp, BUFFE
19011 if (*s->dptr == '=')
19014 @@ -1609,6 +1642,7 @@ static int parse_set (BUFFER *tmp, BUFFE
19020 mutt_extract_token (tmp, s , 0);
19022 @@ -1991,108 +2025,112 @@ int mutt_var_value_complete (char *buffe
19023 if (mutt_strncmp (buffer, "set", 3) == 0)
19026 + char val[LONG_STRING];
19028 strfcpy (var, pt, sizeof (var));
19029 /* ignore the trailing '=' when comparing */
19030 var[mutt_strlen (var) - 1] = 0;
19031 if ((idx = mutt_option_index (var)) == -1)
19032 return 0; /* no such variable. */
19034 + else if (var_to_string (idx, val, sizeof (val)))
19036 - char tmp [LONG_STRING], tmp2[LONG_STRING];
19038 - size_t dlen = buffer + len - pt - spaces;
19039 - char *vals[] = { "no", "yes", "ask-no", "ask-yes" };
19040 + snprintf (pt, len - (pt - buffer), "%s=\"%s\"", var, val);
19048 +static int var_to_string (int idx, char* val, size_t len)
19050 + char tmp[LONG_STRING];
19052 + char *vals[] = { "no", "yes", "ask-no", "ask-yes" };
19054 - if ((DTYPE(MuttVars[idx].type) == DT_STR) ||
19055 - (DTYPE(MuttVars[idx].type) == DT_PATH) ||
19056 - (DTYPE(MuttVars[idx].type) == DT_RX))
19058 - strfcpy (tmp, NONULL (*((char **) MuttVars[idx].data)), sizeof (tmp));
19059 - if (DTYPE (MuttVars[idx].type) == DT_PATH)
19060 - mutt_pretty_mailbox (tmp);
19062 - else if (DTYPE (MuttVars[idx].type) == DT_ADDR)
19064 - rfc822_write_address (tmp, sizeof (tmp), *((ADDRESS **) MuttVars[idx].data), 0);
19066 - else if (DTYPE (MuttVars[idx].type) == DT_QUAD)
19067 - strfcpy (tmp, vals[quadoption (MuttVars[idx].data)], sizeof (tmp));
19068 - else if (DTYPE (MuttVars[idx].type) == DT_NUM)
19069 - snprintf (tmp, sizeof (tmp), "%d", (*((short *) MuttVars[idx].data)));
19070 - else if (DTYPE (MuttVars[idx].type) == DT_SORT)
19072 - const struct mapping_t *map;
19076 - switch (MuttVars[idx].type & DT_SUBTYPE_MASK)
19078 - case DT_SORT_ALIAS:
19079 - map = SortAliasMethods;
19081 - case DT_SORT_BROWSER:
19082 - map = SortBrowserMethods;
19084 - case DT_SORT_KEYS:
19085 - if ((WithCrypto & APPLICATION_PGP))
19086 - map = SortKeyMethods;
19088 - map = SortMethods;
19091 - map = SortMethods;
19094 - p = mutt_getnamebyvalue (*((short *) MuttVars[idx].data) & SORT_MASK, map);
19095 - snprintf (tmp, sizeof (tmp), "%s%s%s",
19096 - (*((short *) MuttVars[idx].data) & SORT_REVERSE) ? "reverse-" : "",
19097 - (*((short *) MuttVars[idx].data) & SORT_LAST) ? "last-" : "",
19100 - else if (DTYPE (MuttVars[idx].type) == DT_MAGIC)
19103 + if ((DTYPE(MuttVars[idx].type) == DT_STR) ||
19104 + (DTYPE(MuttVars[idx].type) == DT_PATH) ||
19105 + (DTYPE(MuttVars[idx].type) == DT_RX))
19107 + strfcpy (tmp, NONULL (*((char **) MuttVars[idx].data)), sizeof (tmp));
19108 + if (DTYPE (MuttVars[idx].type) == DT_PATH)
19109 + mutt_pretty_mailbox (tmp);
19111 + else if (DTYPE (MuttVars[idx].type) == DT_ADDR)
19113 + rfc822_write_address (tmp, sizeof (tmp), *((ADDRESS **) MuttVars[idx].data), 0);
19115 + else if (DTYPE (MuttVars[idx].type) == DT_QUAD)
19116 + strfcpy (tmp, vals[quadoption (MuttVars[idx].data)], sizeof (tmp));
19117 + else if (DTYPE (MuttVars[idx].type) == DT_NUM)
19118 + snprintf (tmp, sizeof (tmp), "%d", (*((short *) MuttVars[idx].data)));
19119 + else if (DTYPE (MuttVars[idx].type) == DT_SORT)
19121 + const struct mapping_t *map;
19124 - switch (DefaultMagic)
19141 - strfcpy (tmp, p, sizeof (tmp));
19143 - else if (DTYPE (MuttVars[idx].type) == DT_BOOL)
19144 - strfcpy (tmp, option (MuttVars[idx].data) ? "yes" : "no", sizeof (tmp));
19148 - for (s = tmp, d = tmp2; *s && (d - tmp2) < sizeof (tmp2) - 2;)
19150 - if (*s == '\\' || *s == '"')
19156 - strfcpy (tmp, pt, sizeof (tmp));
19157 - snprintf (pt, dlen, "%s\"%s\"", tmp, tmp2);
19160 + switch (MuttVars[idx].type & DT_SUBTYPE_MASK)
19162 + case DT_SORT_ALIAS:
19163 + map = SortAliasMethods;
19165 + case DT_SORT_BROWSER:
19166 + map = SortBrowserMethods;
19168 + case DT_SORT_KEYS:
19169 + if ((WithCrypto & APPLICATION_PGP))
19170 + map = SortKeyMethods;
19172 + map = SortMethods;
19175 + map = SortMethods;
19178 + p = mutt_getnamebyvalue (*((short *) MuttVars[idx].data) & SORT_MASK, map);
19179 + snprintf (tmp, sizeof (tmp), "%s%s%s",
19180 + (*((short *) MuttVars[idx].data) & SORT_REVERSE) ? "reverse-" : "",
19181 + (*((short *) MuttVars[idx].data) & SORT_LAST) ? "last-" : "",
19185 + else if (DTYPE (MuttVars[idx].type) == DT_MAGIC)
19189 + switch (DefaultMagic)
19206 + strfcpy (tmp, p, sizeof (tmp));
19208 + else if (DTYPE (MuttVars[idx].type) == DT_BOOL)
19209 + strfcpy (tmp, option (MuttVars[idx].data) ? "yes" : "no", sizeof (tmp));
19213 + for (s = tmp, d = val; *s && len - (d - val) > 2; len--)
19215 + if (*s == '\\' || *s == '"')
19224 /* Implement the -Q command line flag */
19226 ===================================================================
19227 RCS file: /home/roessler/cvs/mutt/init.h,v
19228 retrieving revision 3.85
19229 retrieving revision 3.89
19230 diff -u -p -u -a -r3.85 -r3.89
19231 --- mutt/init.h 14 Sep 2005 14:15:06 -0000 3.85
19232 +++ mutt/init.h 22 Sep 2005 16:38:08 -0000 3.89
19235 * You should have received a copy of the GNU General Public License
19236 * along with this program; if not, write to the Free Software
19237 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19238 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19242 @@ -1069,6 +1069,7 @@ struct option_t MuttVars[] = {
19243 ** files when the header cache is in use. This incurs one stat(2) per
19244 ** message every time the folder is opened.
19246 +#if HAVE_GDBM || HAVE_DB4
19247 { "header_cache_pagesize", DT_STR, R_NONE, UL &HeaderCachePageSize, UL "16384" },
19250 @@ -1077,6 +1078,16 @@ struct option_t MuttVars[] = {
19251 ** or less the best you can get. For details, google for mutt header
19252 ** cache (first hit).
19254 +#endif /* HAVE_GDBM || HAVE_DB4 */
19256 + { "header_cache_compress", DT_BOOL, R_NONE, OPTHCACHECOMPRESS, 0 },
19259 + ** If enabled the header cache will be compressed. So only one fifth of the usual
19260 + ** diskspace is used, but the uncompression can result in a slower open of the
19261 + ** cached folder.
19263 +#endif /* HAVE_QDBM */
19264 #endif /* USE_HCACHE */
19265 { "maildir_trash", DT_BOOL, R_NONE, OPTMAILDIRTRASH, 0 },
19267 Index: mutt/keymap.c
19268 ===================================================================
19269 RCS file: /home/roessler/cvs/mutt/keymap.c,v
19270 retrieving revision 3.15
19271 retrieving revision 3.17
19272 diff -u -p -u -a -r3.15 -r3.17
19273 --- mutt/keymap.c 4 Sep 2005 18:01:57 -0000 3.15
19274 +++ mutt/keymap.c 17 Sep 2005 20:46:10 -0000 3.17
19277 * You should have received a copy of the GNU General Public License
19278 * along with this program; if not, write to the Free Software
19279 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19280 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19284 Index: mutt/keymap.h
19285 ===================================================================
19286 RCS file: /home/roessler/cvs/mutt/keymap.h,v
19287 retrieving revision 3.8
19288 retrieving revision 3.10
19289 diff -u -p -u -a -r3.8 -r3.10
19290 --- mutt/keymap.h 17 Jun 2004 20:36:13 -0000 3.8
19291 +++ mutt/keymap.h 17 Sep 2005 20:46:10 -0000 3.10
19294 * You should have received a copy of the GNU General Public License
19295 * along with this program; if not, write to the Free Software
19296 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19297 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19302 ===================================================================
19303 RCS file: /home/roessler/cvs/mutt/lib.c,v
19304 retrieving revision 3.17
19305 retrieving revision 3.19
19306 diff -u -p -u -a -r3.17 -r3.19
19307 --- mutt/lib.c 6 Aug 2005 22:20:55 -0000 3.17
19308 +++ mutt/lib.c 17 Sep 2005 20:46:10 -0000 3.19
19311 * You should have received a copy of the GNU General Public
19312 * License along with this program; if not, write to the Free
19313 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
19314 - * Boston, MA 02111, USA.
19315 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19316 + * Boston, MA 02110-1301, USA.
19321 ===================================================================
19322 RCS file: /home/roessler/cvs/mutt/lib.h,v
19323 retrieving revision 3.11
19324 retrieving revision 3.13
19325 diff -u -p -u -a -r3.11 -r3.13
19326 --- mutt/lib.h 6 Aug 2005 22:20:55 -0000 3.11
19327 +++ mutt/lib.h 17 Sep 2005 20:46:10 -0000 3.13
19330 * You should have received a copy of the GNU General Public
19331 * License along with this program; if not, write to the Free
19332 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
19333 - * Boston, MA 02111, USA.
19334 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19335 + * Boston, MA 02110-1301, USA.
19338 /* mutt functions which are generally useful. */
19339 Index: mutt/mailbox.h
19340 ===================================================================
19341 RCS file: /home/roessler/cvs/mutt/mailbox.h,v
19342 retrieving revision 3.4
19343 retrieving revision 3.6
19344 diff -u -p -u -a -r3.4 -r3.6
19345 --- mutt/mailbox.h 12 Nov 2002 07:53:09 -0000 3.4
19346 +++ mutt/mailbox.h 17 Sep 2005 20:46:10 -0000 3.6
19349 * You should have received a copy of the GNU General Public License
19350 * along with this program; if not, write to the Free Software
19351 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19352 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19357 ===================================================================
19358 RCS file: /home/roessler/cvs/mutt/main.c,v
19359 retrieving revision 3.30
19360 retrieving revision 3.33
19361 diff -u -p -u -a -r3.30 -r3.33
19362 --- mutt/main.c 6 Sep 2005 01:46:46 -0000 3.30
19363 +++ mutt/main.c 17 Sep 2005 20:46:10 -0000 3.33
19366 * You should have received a copy of the GNU General Public License
19367 * along with this program; if not, write to the Free Software
19368 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19369 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19373 @@ -58,10 +58,10 @@
19375 static const char *ReachingUs = N_("\
19376 To contact the developers, please mail to <mutt-dev@mutt.org>.\n\
19377 -To report a bug, please use the flea(1) utility.\n");
19378 +To report a bug, please visit http://bugs.mutt.org/.\n");
19380 static const char *Notice = N_("\
19381 -Copyright (C) 1996-2002 Michael R. Elkins and others.\n\
19382 +Copyright (C) 1996-2005 Michael R. Elkins and others.\n\
19383 Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n\
19384 Mutt is free software, and you are welcome to redistribute it\n\
19385 under certain conditions; type `mutt -vv' for details.\n");
19386 @@ -75,9 +75,10 @@ Copyright (C) 1999-2005 Brendan Cully <b
19387 Copyright (C) 1999-2002 Tommi Komulainen <Tommi.Komulainen@iki.fi>\n\
19388 Copyright (C) 2000-2002 Edmund Grimley Evans <edmundo@rano.org>\n\
19390 -Lots of others not mentioned here contributed lots of code,\n\
19391 -fixes, and suggestions.\n\
19393 +Many others not mentioned here contributed code, fixes,\n\
19394 +and suggestions.\n");
19396 +static const char *Licence = N_("\
19397 This program is free software; you can redistribute it and/or modify\n\
19398 it under the terms of the GNU General Public License as published by\n\
19399 the Free Software Foundation; either version 2 of the License, or\n\
19400 @@ -86,11 +87,11 @@ fixes, and suggestions.\n\
19401 This program is distributed in the hope that it will be useful,\n\
19402 but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
19403 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
19404 - GNU General Public License for more details.\n\
19406 + GNU General Public License for more details.\n");
19407 +static const char *Obtaining = N_("\
19408 You should have received a copy of the GNU General Public License\n\
19409 along with this program; if not, write to the Free Software\n\
19410 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n\
19411 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\
19414 void mutt_exit (int code)
19415 @@ -110,8 +111,9 @@ static void mutt_usage (void)
19416 mutt [ -nR ] [ -e <cmd> ] [ -F <file> ] -D\n\
19417 mutt [ -nx ] [ -e <cmd> ] [ -a <file> ] [ -F <file> ] [ -H <file> ] [ -i <file> ] [ -s <subj> ] [ -b <addr> ] [ -c <addr> ] <addr> [ ... ]\n\
19418 mutt [ -n ] [ -e <cmd> ] [ -F <file> ] -p\n\
19425 -A <alias>\texpand the given alias\n\
19426 -a <file>\tattach a file to the message\n\
19427 @@ -129,7 +131,9 @@ options:\n\
19428 -i <file>\tspecify a file which Mutt should include in the body\n\
19429 -m <type>\tspecify a default mailbox type\n\
19430 -n\t\tcauses Mutt not to read the system Muttrc\n\
19431 - -p\t\trecall a postponed message\n\
19432 + -p\t\trecall a postponed message");
19435 -Q <variable>\tquery a configuration variable\n\
19436 -R\t\topen mailbox in read-only mode\n\
19437 -s <subj>\tspecify a subject (must be in quotes if it has spaces)\n\
19438 @@ -277,8 +281,15 @@ static void show_version (void)
19445 +#if HAVE_GETADDRINFO
19446 + "+HAVE_GETADDRINFO "
19448 + "-HAVE_GETADDRINFO "
19453 #ifdef HAVE_REGCOMP
19456 @@ -354,7 +365,9 @@ static void show_version (void)
19458 "-CRYPT_BACKEND_GPGME "
19467 @@ -431,12 +444,6 @@ static void show_version (void)
19471 -#if HAVE_GETADDRINFO
19472 - "+HAVE_GETADDRINFO "
19474 - "-HAVE_GETADDRINFO "
19480 @@ -671,6 +678,8 @@ int main (int argc, char **argv)
19482 puts (mutt_make_version ());
19483 puts (_(Copyright));
19484 + puts (_(Licence));
19485 + puts (_(Obtaining));
19486 puts (_(ReachingUs));
19489 Index: mutt/makedoc.c
19490 ===================================================================
19491 RCS file: /home/roessler/cvs/mutt/makedoc.c,v
19492 retrieving revision 3.4
19493 retrieving revision 3.6
19494 diff -u -p -u -a -r3.4 -r3.6
19495 --- mutt/makedoc.c 1 Sep 2005 01:39:05 -0000 3.4
19496 +++ mutt/makedoc.c 17 Sep 2005 20:46:10 -0000 3.6
19499 * You should have received a copy of the GNU General Public License
19500 * along with this program; if not, write to the Free Software
19501 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19502 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19506 Index: mutt/mapping.h
19507 ===================================================================
19508 RCS file: /home/roessler/cvs/mutt/mapping.h,v
19509 retrieving revision 3.1
19510 retrieving revision 3.3
19511 diff -u -p -u -a -r3.1 -r3.3
19512 --- mutt/mapping.h 11 Dec 2002 11:19:40 -0000 3.1
19513 +++ mutt/mapping.h 17 Sep 2005 20:46:10 -0000 3.3
19516 * You should have received a copy of the GNU General Public License
19517 * along with this program; if not, write to the Free Software
19518 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19519 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19524 ===================================================================
19525 RCS file: /home/roessler/cvs/mutt/mbox.c,v
19526 retrieving revision 3.7
19527 retrieving revision 3.9
19528 diff -u -p -u -a -r3.7 -r3.9
19529 --- mutt/mbox.c 1 Aug 2005 18:05:12 -0000 3.7
19530 +++ mutt/mbox.c 17 Sep 2005 20:46:10 -0000 3.9
19533 * You should have received a copy of the GNU General Public License
19534 * along with this program; if not, write to the Free Software
19535 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19536 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19539 /* This file contains code to parse ``mbox'' and ``mmdf'' style mailboxes */
19540 Index: mutt/mbyte.c
19541 ===================================================================
19542 RCS file: /home/roessler/cvs/mutt/mbyte.c,v
19543 retrieving revision 3.5
19544 retrieving revision 3.7
19545 diff -u -p -u -a -r3.5 -r3.7
19546 --- mutt/mbyte.c 26 Jul 2005 03:09:55 -0000 3.5
19547 +++ mutt/mbyte.c 17 Sep 2005 20:46:10 -0000 3.7
19550 * You should have received a copy of the GNU General Public License
19551 * along with this program; if not, write to the Free Software
19552 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19553 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19558 ===================================================================
19559 RCS file: /home/roessler/cvs/mutt/menu.c,v
19560 retrieving revision 3.19
19561 retrieving revision 3.21
19562 diff -u -p -u -a -r3.19 -r3.21
19563 --- mutt/menu.c 10 Sep 2005 18:47:17 -0000 3.19
19564 +++ mutt/menu.c 17 Sep 2005 20:46:10 -0000 3.21
19567 * You should have received a copy of the GNU General Public License
19568 * along with this program; if not, write to the Free Software
19569 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19570 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19575 ===================================================================
19576 RCS file: /home/roessler/cvs/mutt/mh.c,v
19577 retrieving revision 3.27
19578 retrieving revision 3.29
19579 diff -u -p -u -a -r3.27 -r3.29
19580 --- mutt/mh.c 25 Jul 2005 15:48:36 -0000 3.27
19581 +++ mutt/mh.c 17 Sep 2005 20:46:10 -0000 3.29
19584 * You should have received a copy of the GNU General Public License
19585 * along with this program; if not, write to the Free Software
19586 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19587 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19592 ===================================================================
19593 RCS file: /home/roessler/cvs/mutt/mime.h,v
19594 retrieving revision 3.1
19595 retrieving revision 3.3
19596 diff -u -p -u -a -r3.1 -r3.3
19597 --- mutt/mime.h 11 Dec 2002 11:19:40 -0000 3.1
19598 +++ mutt/mime.h 17 Sep 2005 20:46:10 -0000 3.3
19601 * You should have received a copy of the GNU General Public License
19602 * along with this program; if not, write to the Free Software
19603 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19604 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19608 Index: mutt/missing
19609 ===================================================================
19610 RCS file: /home/roessler/cvs/mutt/missing,v
19611 retrieving revision 3.1
19612 retrieving revision 3.3
19613 diff -u -p -u -a -r3.1 -r3.3
19614 --- mutt/missing 11 Apr 2003 11:56:58 -0000 3.1
19615 +++ mutt/missing 17 Sep 2005 20:46:10 -0000 3.3
19618 # You should have received a copy of the GNU General Public License
19619 # along with this program; if not, write to the Free Software
19620 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
19621 -# 02111-1307, USA.
19622 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19623 +# 02110-1301, USA.
19625 # As a special exception to the GNU General Public License, if you
19626 # distribute this file as part of a program that contains a
19627 Index: mutt/mkchangelog.sh
19628 ===================================================================
19629 RCS file: /home/roessler/cvs/mutt/mkchangelog.sh,v
19630 retrieving revision 3.2
19631 retrieving revision 3.3
19632 diff -u -p -u -a -r3.2 -r3.3
19633 --- mutt/mkchangelog.sh 18 Dec 2002 10:24:08 -0000 3.2
19634 +++ mutt/mkchangelog.sh 19 Sep 2005 06:14:27 -0000 3.3
19638 date="`head -1 ChangeLog | awk '{print $1, $2}'`"
19639 +test -n "$date" || exit 1
19640 cvs -z9 log -d ">$date" | perl ./cvslog2changelog.pl
19642 ===================================================================
19643 RCS file: /home/roessler/cvs/mutt/mutt.h,v
19644 retrieving revision 3.54
19645 retrieving revision 3.57
19646 diff -u -p -u -a -r3.54 -r3.57
19647 --- mutt/mutt.h 7 Sep 2005 00:22:09 -0000 3.54
19648 +++ mutt/mutt.h 21 Sep 2005 06:04:37 -0000 3.57
19651 * You should have received a copy of the GNU General Public License
19652 * along with this program; if not, write to the Free Software
19653 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19654 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19658 @@ -353,6 +353,9 @@ enum
19663 + OPTHCACHECOMPRESS,
19664 +#endif /* HAVE_QDBM */
19668 Index: mutt/mutt_crypt.h
19669 ===================================================================
19670 RCS file: /home/roessler/cvs/mutt/mutt_crypt.h,v
19671 retrieving revision 3.9
19672 retrieving revision 3.11
19673 diff -u -p -u -a -r3.9 -r3.11
19674 --- mutt/mutt_crypt.h 11 Aug 2005 21:16:38 -0000 3.9
19675 +++ mutt/mutt_crypt.h 17 Sep 2005 20:46:10 -0000 3.11
19678 * You should have received a copy of the GNU General Public License
19679 * along with this program; if not, write to the Free Software
19680 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19681 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19685 Index: mutt/mutt_curses.h
19686 ===================================================================
19687 RCS file: /home/roessler/cvs/mutt/mutt_curses.h,v
19688 retrieving revision 3.6
19689 retrieving revision 3.8
19690 diff -u -p -u -a -r3.6 -r3.8
19691 --- mutt/mutt_curses.h 7 Sep 2005 07:44:05 -0000 3.6
19692 +++ mutt/mutt_curses.h 17 Sep 2005 20:46:10 -0000 3.8
19695 * You should have received a copy of the GNU General Public License
19696 * along with this program; if not, write to the Free Software
19697 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19698 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19701 #ifndef _MUTT_CURSES_H_
19702 Index: mutt/mutt_idna.c
19703 ===================================================================
19704 RCS file: /home/roessler/cvs/mutt/mutt_idna.c,v
19705 retrieving revision 3.10
19706 retrieving revision 3.12
19707 diff -u -p -u -a -r3.10 -r3.12
19708 --- mutt/mutt_idna.c 8 Feb 2005 17:23:50 -0000 3.10
19709 +++ mutt/mutt_idna.c 17 Sep 2005 20:46:10 -0000 3.12
19712 * You should have received a copy of the GNU General Public License
19713 * along with this program; if not, write to the Free Software
19714 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19715 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19719 Index: mutt/mutt_idna.h
19720 ===================================================================
19721 RCS file: /home/roessler/cvs/mutt/mutt_idna.h,v
19722 retrieving revision 3.3
19723 retrieving revision 3.5
19724 diff -u -p -u -a -r3.3 -r3.5
19725 --- mutt/mutt_idna.h 5 Feb 2005 14:11:36 -0000 3.3
19726 +++ mutt/mutt_idna.h 17 Sep 2005 20:46:10 -0000 3.5
19729 * You should have received a copy of the GNU General Public License
19730 * along with this program; if not, write to the Free Software
19731 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19732 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19735 #ifndef _MUTT_IDNA_H
19736 Index: mutt/mutt_menu.h
19737 ===================================================================
19738 RCS file: /home/roessler/cvs/mutt/mutt_menu.h,v
19739 retrieving revision 3.3
19740 retrieving revision 3.5
19741 diff -u -p -u -a -r3.3 -r3.5
19742 --- mutt/mutt_menu.h 5 Aug 2005 02:16:46 -0000 3.3
19743 +++ mutt/mutt_menu.h 17 Sep 2005 20:46:10 -0000 3.5
19746 * You should have received a copy of the GNU General Public License
19747 * along with this program; if not, write to the Free Software
19748 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19749 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19753 Index: mutt/mutt_regex.h
19754 ===================================================================
19755 RCS file: /home/roessler/cvs/mutt/mutt_regex.h,v
19756 retrieving revision 3.2
19757 retrieving revision 3.4
19758 diff -u -p -u -a -r3.2 -r3.4
19759 --- mutt/mutt_regex.h 1 Feb 2004 17:10:43 -0000 3.2
19760 +++ mutt/mutt_regex.h 17 Sep 2005 20:46:10 -0000 3.4
19763 * You should have received a copy of the GNU General Public License
19764 * along with this program; if not, write to the Free Software
19765 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19766 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19770 Index: mutt/mutt_sasl.c
19771 ===================================================================
19772 RCS file: /home/roessler/cvs/mutt/mutt_sasl.c,v
19773 retrieving revision 3.18
19774 retrieving revision 3.20
19775 diff -u -p -u -a -r3.18 -r3.20
19776 --- mutt/mutt_sasl.c 6 Sep 2005 00:24:49 -0000 3.18
19777 +++ mutt/mutt_sasl.c 17 Sep 2005 20:46:10 -0000 3.20
19780 * You should have received a copy of the GNU General Public License
19781 * along with this program; if not, write to the Free Software
19782 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19783 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19786 /* common SASL helper routines */
19787 Index: mutt/mutt_sasl.h
19788 ===================================================================
19789 RCS file: /home/roessler/cvs/mutt/mutt_sasl.h,v
19790 retrieving revision 3.4
19791 retrieving revision 3.6
19792 diff -u -p -u -a -r3.4 -r3.6
19793 --- mutt/mutt_sasl.h 6 Sep 2005 00:24:50 -0000 3.4
19794 +++ mutt/mutt_sasl.h 17 Sep 2005 20:46:10 -0000 3.6
19797 * You should have received a copy of the GNU General Public License
19798 * along with this program; if not, write to the Free Software
19799 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19800 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19803 /* common SASL helper routines */
19804 Index: mutt/mutt_socket.c
19805 ===================================================================
19806 RCS file: /home/roessler/cvs/mutt/mutt_socket.c,v
19807 retrieving revision 3.12
19808 retrieving revision 3.14
19809 diff -u -p -u -a -r3.12 -r3.14
19810 --- mutt/mutt_socket.c 8 Sep 2005 14:50:49 -0000 3.12
19811 +++ mutt/mutt_socket.c 17 Sep 2005 20:46:10 -0000 3.14
19814 * You should have received a copy of the GNU General Public License
19815 * along with this program; if not, write to the Free Software
19816 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19817 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19821 Index: mutt/mutt_socket.h
19822 ===================================================================
19823 RCS file: /home/roessler/cvs/mutt/mutt_socket.h,v
19824 retrieving revision 3.1
19825 retrieving revision 3.3
19826 diff -u -p -u -a -r3.1 -r3.3
19827 --- mutt/mutt_socket.h 5 Mar 2005 07:10:57 -0000 3.1
19828 +++ mutt/mutt_socket.h 17 Sep 2005 20:46:10 -0000 3.3
19831 * You should have received a copy of the GNU General Public License
19832 * along with this program; if not, write to the Free Software
19833 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19834 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19837 #ifndef _MUTT_SOCKET_H_
19838 Index: mutt/mutt_ssl.c
19839 ===================================================================
19840 RCS file: /home/roessler/cvs/mutt/mutt_ssl.c,v
19841 retrieving revision 3.10
19842 retrieving revision 3.12
19843 diff -u -p -u -a -r3.10 -r3.12
19844 --- mutt/mutt_ssl.c 3 Aug 2005 06:51:24 -0000 3.10
19845 +++ mutt/mutt_ssl.c 17 Sep 2005 20:46:10 -0000 3.12
19848 * You should have received a copy of the GNU General Public License
19849 * along with this program; if not, write to the Free Software
19850 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19851 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19855 Index: mutt/mutt_ssl.h
19856 ===================================================================
19857 RCS file: /home/roessler/cvs/mutt/mutt_ssl.h,v
19858 retrieving revision 3.2
19859 retrieving revision 3.4
19860 diff -u -p -u -a -r3.2 -r3.4
19861 --- mutt/mutt_ssl.h 2 Aug 2005 16:10:42 -0000 3.2
19862 +++ mutt/mutt_ssl.h 17 Sep 2005 20:46:10 -0000 3.4
19865 * You should have received a copy of the GNU General Public License
19866 * along with this program; if not, write to the Free Software
19867 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19868 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19871 #ifndef _MUTT_SSL_H_
19872 Index: mutt/mutt_ssl_gnutls.c
19873 ===================================================================
19874 RCS file: /home/roessler/cvs/mutt/mutt_ssl_gnutls.c,v
19875 retrieving revision 3.9
19876 retrieving revision 3.11
19877 diff -u -p -u -a -r3.9 -r3.11
19878 --- mutt/mutt_ssl_gnutls.c 12 Aug 2005 23:06:25 -0000 3.9
19879 +++ mutt/mutt_ssl_gnutls.c 17 Sep 2005 20:46:10 -0000 3.11
19882 * You should have received a copy of the GNU General Public License
19883 * along with this program; if not, write to the Free Software
19884 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19885 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19889 Index: mutt/mutt_tunnel.c
19890 ===================================================================
19891 RCS file: /home/roessler/cvs/mutt/mutt_tunnel.c,v
19892 retrieving revision 3.3
19893 retrieving revision 3.5
19894 diff -u -p -u -a -r3.3 -r3.5
19895 --- mutt/mutt_tunnel.c 6 Aug 2005 22:20:55 -0000 3.3
19896 +++ mutt/mutt_tunnel.c 17 Sep 2005 20:46:10 -0000 3.5
19899 * You should have received a copy of the GNU General Public License
19900 * along with this program; if not, write to the Free Software
19901 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19902 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19906 Index: mutt/mutt_tunnel.h
19907 ===================================================================
19908 RCS file: /home/roessler/cvs/mutt/mutt_tunnel.h,v
19909 retrieving revision 3.0
19910 retrieving revision 3.2
19911 diff -u -p -u -a -r3.0 -r3.2
19912 --- mutt/mutt_tunnel.h 24 Jan 2002 12:10:50 -0000 3.0
19913 +++ mutt/mutt_tunnel.h 17 Sep 2005 20:46:10 -0000 3.2
19916 * You should have received a copy of the GNU General Public License
19917 * along with this program; if not, write to the Free Software
19918 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19919 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19922 #ifndef _MUTT_TUNNEL_H_
19923 Index: mutt/muttbug.sh.in
19924 ===================================================================
19925 RCS file: /home/roessler/cvs/mutt/muttbug.sh.in,v
19926 retrieving revision 3.7
19927 retrieving revision 3.9
19928 diff -u -p -u -a -r3.7 -r3.9
19929 --- mutt/muttbug.sh.in 9 Jan 2005 15:35:51 -0000 3.7
19930 +++ mutt/muttbug.sh.in 17 Sep 2005 20:46:10 -0000 3.9
19935 -# $Id: muttbug.sh.in,v 3.7 2005/01/09 15:35:51 roessler Exp $
19936 +# $Id: muttbug.sh.in,v 3.9 2005/09/17 20:46:10 brendan Exp $
19942 # You should have received a copy of the GNU General Public License
19943 # along with this program; if not, write to the Free Software
19944 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19945 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19949 Index: mutt/muttlib.c
19950 ===================================================================
19951 RCS file: /home/roessler/cvs/mutt/muttlib.c,v
19952 retrieving revision 3.34
19953 retrieving revision 3.38
19954 diff -u -p -u -a -r3.34 -r3.38
19955 --- mutt/muttlib.c 1 Aug 2005 07:35:04 -0000 3.34
19956 +++ mutt/muttlib.c 20 Sep 2005 23:41:21 -0000 3.38
19959 * You should have received a copy of the GNU General Public License
19960 * along with this program; if not, write to the Free Software
19961 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19962 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19966 @@ -1588,7 +1588,7 @@ int mutt_match_spam_list (const char *s,
19969 n = atoi(++p); /* find pmatch index */
19970 - while (isdigit(*p))
19971 + while (isdigit((unsigned char)*p))
19972 ++p; /* skip subst token */
19973 for (i = pmatch[n].rm_so; (i < pmatch[n].rm_eo) && (tlen < x); i++)
19974 text[tlen++] = s[i];
19976 ===================================================================
19977 RCS file: /home/roessler/cvs/mutt/mx.c,v
19978 retrieving revision 3.21
19979 retrieving revision 3.23
19980 diff -u -p -u -a -r3.21 -r3.23
19981 --- mutt/mx.c 7 Sep 2005 04:51:11 -0000 3.21
19982 +++ mutt/mx.c 17 Sep 2005 20:46:10 -0000 3.23
19985 * You should have received a copy of the GNU General Public License
19986 * along with this program; if not, write to the Free Software
19987 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
19988 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19993 ===================================================================
19994 RCS file: /home/roessler/cvs/mutt/mx.h,v
19995 retrieving revision 3.5
19996 retrieving revision 3.7
19997 diff -u -p -u -a -r3.5 -r3.7
19998 --- mutt/mx.h 5 Aug 2003 13:55:47 -0000 3.5
19999 +++ mutt/mx.h 17 Sep 2005 20:46:10 -0000 3.7
20002 * You should have received a copy of the GNU General Public License
20003 * along with this program; if not, write to the Free Software
20004 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20005 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20009 Index: mutt/pager.c
20010 ===================================================================
20011 RCS file: /home/roessler/cvs/mutt/pager.c,v
20012 retrieving revision 3.26
20013 retrieving revision 3.28
20014 diff -u -p -u -a -r3.26 -r3.28
20015 --- mutt/pager.c 8 Sep 2005 16:37:59 -0000 3.26
20016 +++ mutt/pager.c 17 Sep 2005 20:46:10 -0000 3.28
20019 * You should have received a copy of the GNU General Public License
20020 * along with this program; if not, write to the Free Software
20021 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20022 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20026 Index: mutt/pager.h
20027 ===================================================================
20028 RCS file: /home/roessler/cvs/mutt/pager.h,v
20029 retrieving revision 3.2
20030 retrieving revision 3.4
20031 diff -u -p -u -a -r3.2 -r3.4
20032 --- mutt/pager.h 5 Aug 2005 02:16:46 -0000 3.2
20033 +++ mutt/pager.h 17 Sep 2005 20:46:10 -0000 3.4
20036 * You should have received a copy of the GNU General Public License
20037 * along with this program; if not, write to the Free Software
20038 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20039 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20042 #include "attach.h"
20043 Index: mutt/parse.c
20044 ===================================================================
20045 RCS file: /home/roessler/cvs/mutt/parse.c,v
20046 retrieving revision 3.16
20047 retrieving revision 3.18
20048 diff -u -p -u -a -r3.16 -r3.18
20049 --- mutt/parse.c 4 Sep 2005 19:28:18 -0000 3.16
20050 +++ mutt/parse.c 17 Sep 2005 20:46:10 -0000 3.18
20053 * You should have received a copy of the GNU General Public License
20054 * along with this program; if not, write to the Free Software
20055 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20056 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20060 Index: mutt/pattern.c
20061 ===================================================================
20062 RCS file: /home/roessler/cvs/mutt/pattern.c,v
20063 retrieving revision 3.20
20064 retrieving revision 3.24
20065 diff -u -p -u -a -r3.20 -r3.24
20066 --- mutt/pattern.c 8 Sep 2005 14:32:18 -0000 3.20
20067 +++ mutt/pattern.c 21 Sep 2005 19:30:57 -0000 3.24
20070 * You should have received a copy of the GNU General Public License
20071 * along with this program; if not, write to the Free Software
20072 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20073 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20077 @@ -263,6 +263,11 @@ int eat_regexp (pattern_t *pat, BUFFER *
20078 snprintf (err->data, err->dsize, _("Error in expression: %s"), s->dptr);
20083 + snprintf (err->data, err->dsize, _("Empty expression"));
20088 /* If there are no RE metacharacters, use simple search anyway */
20089 @@ -1045,7 +1050,7 @@ mutt_pattern_exec (struct pattern_t *pat
20092 /* IMAP search sets h->matched at search compile time */
20093 - if (Context->magic == M_IMAP && pat->stringmatch)
20094 + if (ctx->magic == M_IMAP && pat->stringmatch)
20095 return (h->matched);
20097 return (pat->not ^ msg_search (ctx, pat, h->msgno));
20099 ===================================================================
20100 RCS file: /home/roessler/cvs/mutt/pgp.c,v
20101 retrieving revision 3.55
20102 retrieving revision 3.58
20103 diff -u -p -u -a -r3.55 -r3.58
20104 --- mutt/pgp.c 7 Sep 2005 04:51:11 -0000 3.55
20105 +++ mutt/pgp.c 21 Sep 2005 04:50:31 -0000 3.58
20108 * You should have received a copy of the GNU General Public License
20109 * along with this program; if not, write to the Free Software
20110 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20111 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20115 @@ -106,7 +106,15 @@ void pgp_forget_passphrase (void)
20117 int pgp_use_gpg_agent (void)
20119 - return option (OPTUSEGPGAGENT) && getenv ("GPG_TTY") && getenv ("GPG_AGENT_INFO");
20122 + if (!option (OPTUSEGPGAGENT) || !getenv ("GPG_AGENT_INFO"))
20125 + if ((tty = ttyname(0)))
20126 + setenv("GPG_TTY", tty, 0);
20131 char *pgp_keyid(pgp_key_t k)
20133 ===================================================================
20134 RCS file: /home/roessler/cvs/mutt/pgp.h,v
20135 retrieving revision 3.7
20136 retrieving revision 3.9
20137 diff -u -p -u -a -r3.7 -r3.9
20138 --- mutt/pgp.h 11 Aug 2005 21:16:38 -0000 3.7
20139 +++ mutt/pgp.h 17 Sep 2005 20:46:10 -0000 3.9
20142 * You should have received a copy of the GNU General Public License
20143 * along with this program; if not, write to the Free Software
20144 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20145 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20148 #ifdef CRYPT_BACKEND_CLASSIC_PGP
20149 Index: mutt/pgpinvoke.c
20150 ===================================================================
20151 RCS file: /home/roessler/cvs/mutt/pgpinvoke.c,v
20152 retrieving revision 3.6
20153 retrieving revision 3.8
20154 diff -u -p -u -a -r3.6 -r3.8
20155 --- mutt/pgpinvoke.c 3 Feb 2005 17:01:43 -0000 3.6
20156 +++ mutt/pgpinvoke.c 17 Sep 2005 20:46:10 -0000 3.8
20159 * You should have received a copy of the GNU General Public
20160 * License along with this program; if not, write to the Free
20161 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
20162 - * Boston, MA 02111, USA.
20163 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20164 + * Boston, MA 02110-1301, USA.
20167 /* This file contains the new pgp invocation code. Note that this
20168 Index: mutt/pgpkey.c
20169 ===================================================================
20170 RCS file: /home/roessler/cvs/mutt/pgpkey.c,v
20171 retrieving revision 3.9
20172 retrieving revision 3.11
20173 diff -u -p -u -a -r3.9 -r3.11
20174 --- mutt/pgpkey.c 3 Feb 2005 17:01:44 -0000 3.9
20175 +++ mutt/pgpkey.c 17 Sep 2005 20:46:11 -0000 3.11
20178 * You should have received a copy of the GNU General Public
20179 * License along with this program; if not, write to the Free
20180 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
20181 - * Boston, MA 02111, USA.
20182 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20183 + * Boston, MA 02110-1301, USA.
20187 Index: mutt/pgplib.c
20188 ===================================================================
20189 RCS file: /home/roessler/cvs/mutt/pgplib.c,v
20190 retrieving revision 3.4
20191 retrieving revision 3.6
20192 diff -u -p -u -a -r3.4 -r3.6
20193 --- mutt/pgplib.c 3 Feb 2005 17:01:44 -0000 3.4
20194 +++ mutt/pgplib.c 17 Sep 2005 20:46:11 -0000 3.6
20197 * You should have received a copy of the GNU General Public
20198 * License along with this program; if not, write to the Free
20199 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
20200 - * Boston, MA 02111, USA.
20201 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20202 + * Boston, MA 02110-1301, USA.
20205 /* Generally useful, pgp-related functions. */
20206 Index: mutt/pgplib.h
20207 ===================================================================
20208 RCS file: /home/roessler/cvs/mutt/pgplib.h,v
20209 retrieving revision 3.4
20210 retrieving revision 3.6
20211 diff -u -p -u -a -r3.4 -r3.6
20212 --- mutt/pgplib.h 21 Jan 2003 12:33:41 -0000 3.4
20213 +++ mutt/pgplib.h 17 Sep 2005 20:46:11 -0000 3.6
20216 * You should have received a copy of the GNU General Public License
20217 * along with this program; if not, write to the Free Software
20218 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20219 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20222 #ifdef CRYPT_BACKEND_CLASSIC_PGP
20223 Index: mutt/pgpmicalg.c
20224 ===================================================================
20225 RCS file: /home/roessler/cvs/mutt/pgpmicalg.c,v
20226 retrieving revision 3.2
20227 retrieving revision 3.4
20228 diff -u -p -u -a -r3.2 -r3.4
20229 --- mutt/pgpmicalg.c 3 Feb 2005 17:01:44 -0000 3.2
20230 +++ mutt/pgpmicalg.c 17 Sep 2005 20:46:11 -0000 3.4
20233 * You should have received a copy of the GNU General Public
20234 * License along with this program; if not, write to the Free
20235 - * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
20237 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20238 + * MA 02110-1301, USA.
20241 /* This module peeks at a PGP signature and figures out the hash
20242 Index: mutt/pgppacket.c
20243 ===================================================================
20244 RCS file: /home/roessler/cvs/mutt/pgppacket.c,v
20245 retrieving revision 3.2
20246 retrieving revision 3.4
20247 diff -u -p -u -a -r3.2 -r3.4
20248 --- mutt/pgppacket.c 3 Feb 2005 17:01:44 -0000 3.2
20249 +++ mutt/pgppacket.c 17 Sep 2005 20:46:11 -0000 3.4
20252 * You should have received a copy of the GNU General Public
20253 * License along with this program; if not, write to the Free
20254 - * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
20256 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20257 + * MA 02110-1301, USA.
20261 Index: mutt/pgppacket.h
20262 ===================================================================
20263 RCS file: /home/roessler/cvs/mutt/pgppacket.h,v
20264 retrieving revision 3.0
20265 retrieving revision 3.2
20266 diff -u -p -u -a -r3.0 -r3.2
20267 --- mutt/pgppacket.h 24 Jan 2002 12:10:51 -0000 3.0
20268 +++ mutt/pgppacket.h 17 Sep 2005 20:46:11 -0000 3.2
20271 * You should have received a copy of the GNU General Public
20272 * License along with this program; if not, write to the Free
20273 - * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
20275 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20276 + * MA 02110-1301, USA.
20280 Index: mutt/pgppubring.c
20281 ===================================================================
20282 RCS file: /home/roessler/cvs/mutt/pgppubring.c,v
20283 retrieving revision 3.11
20284 retrieving revision 3.13
20285 diff -u -p -u -a -r3.11 -r3.13
20286 --- mutt/pgppubring.c 3 Feb 2005 17:01:44 -0000 3.11
20287 +++ mutt/pgppubring.c 17 Sep 2005 20:46:11 -0000 3.13
20290 * You should have received a copy of the GNU General Public
20291 * License along with this program; if not, write to the Free
20292 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
20293 - * Boston, MA 02111, USA.
20294 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20295 + * Boston, MA 02110-1301, USA.
20300 ===================================================================
20301 RCS file: /home/roessler/cvs/mutt/pop.c,v
20302 retrieving revision 3.6
20303 retrieving revision 3.8
20304 diff -u -p -u -a -r3.6 -r3.8
20305 --- mutt/pop.c 12 Sep 2005 06:22:21 -0000 3.6
20306 +++ mutt/pop.c 17 Sep 2005 20:46:11 -0000 3.8
20309 * You should have received a copy of the GNU General Public License
20310 * along with this program; if not, write to the Free Software
20311 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20312 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20317 ===================================================================
20318 RCS file: /home/roessler/cvs/mutt/pop.h,v
20319 retrieving revision 3.2
20320 retrieving revision 3.4
20321 diff -u -p -u -a -r3.2 -r3.4
20322 --- mutt/pop.h 12 Sep 2005 06:22:21 -0000 3.2
20323 +++ mutt/pop.h 17 Sep 2005 20:46:11 -0000 3.4
20326 * You should have received a copy of the GNU General Public License
20327 * along with this program; if not, write to the Free Software
20328 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20329 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20333 Index: mutt/pop_auth.c
20334 ===================================================================
20335 RCS file: /home/roessler/cvs/mutt/pop_auth.c,v
20336 retrieving revision 3.5
20337 retrieving revision 3.7
20338 diff -u -p -u -a -r3.5 -r3.7
20339 --- mutt/pop_auth.c 1 Sep 2005 17:07:14 -0000 3.5
20340 +++ mutt/pop_auth.c 17 Sep 2005 20:46:11 -0000 3.7
20343 * You should have received a copy of the GNU General Public License
20344 * along with this program; if not, write to the Free Software
20345 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20346 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20350 Index: mutt/pop_lib.c
20351 ===================================================================
20352 RCS file: /home/roessler/cvs/mutt/pop_lib.c,v
20353 retrieving revision 3.10
20354 retrieving revision 3.12
20355 diff -u -p -u -a -r3.10 -r3.12
20356 --- mutt/pop_lib.c 12 Sep 2005 06:22:21 -0000 3.10
20357 +++ mutt/pop_lib.c 17 Sep 2005 20:46:11 -0000 3.12
20360 * You should have received a copy of the GNU General Public License
20361 * along with this program; if not, write to the Free Software
20362 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20363 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20367 Index: mutt/postpone.c
20368 ===================================================================
20369 RCS file: /home/roessler/cvs/mutt/postpone.c,v
20370 retrieving revision 3.12
20371 retrieving revision 3.14
20372 diff -u -p -u -a -r3.12 -r3.14
20373 --- mutt/postpone.c 3 Feb 2005 17:01:44 -0000 3.12
20374 +++ mutt/postpone.c 17 Sep 2005 20:46:11 -0000 3.14
20377 * You should have received a copy of the GNU General Public License
20378 * along with this program; if not, write to the Free Software
20379 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20380 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20384 Index: mutt/protos.h
20385 ===================================================================
20386 RCS file: /home/roessler/cvs/mutt/protos.h,v
20387 retrieving revision 3.36
20388 retrieving revision 3.38
20389 diff -u -p -u -a -r3.36 -r3.38
20390 --- mutt/protos.h 6 Sep 2005 01:46:46 -0000 3.36
20391 +++ mutt/protos.h 17 Sep 2005 20:46:11 -0000 3.38
20394 * You should have received a copy of the GNU General Public License
20395 * along with this program; if not, write to the Free Software
20396 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20397 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20401 Index: mutt/query.c
20402 ===================================================================
20403 RCS file: /home/roessler/cvs/mutt/query.c,v
20404 retrieving revision 3.8
20405 retrieving revision 3.10
20406 diff -u -p -u -a -r3.8 -r3.10
20407 --- mutt/query.c 3 Feb 2005 17:01:44 -0000 3.8
20408 +++ mutt/query.c 17 Sep 2005 20:46:11 -0000 3.10
20411 * You should have received a copy of the GNU General Public License
20412 * along with this program; if not, write to the Free Software
20413 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20414 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20418 Index: mutt/recvattach.c
20419 ===================================================================
20420 RCS file: /home/roessler/cvs/mutt/recvattach.c,v
20421 retrieving revision 3.17
20422 retrieving revision 3.19
20423 diff -u -p -u -a -r3.17 -r3.19
20424 --- mutt/recvattach.c 30 Jul 2005 03:59:04 -0000 3.17
20425 +++ mutt/recvattach.c 17 Sep 2005 20:46:11 -0000 3.19
20428 * You should have received a copy of the GNU General Public License
20429 * along with this program; if not, write to the Free Software
20430 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20431 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20435 Index: mutt/recvcmd.c
20436 ===================================================================
20437 RCS file: /home/roessler/cvs/mutt/recvcmd.c,v
20438 retrieving revision 3.8
20439 retrieving revision 3.10
20440 diff -u -p -u -a -r3.8 -r3.10
20441 --- mutt/recvcmd.c 3 Feb 2005 17:01:44 -0000 3.8
20442 +++ mutt/recvcmd.c 17 Sep 2005 20:46:11 -0000 3.10
20445 * You should have received a copy of the GNU General Public
20446 * License along with this program; if not, write to the Free
20447 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
20448 - * Boston, MA 02111, USA.
20449 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20450 + * Boston, MA 02110-1301, USA.
20454 Index: mutt/regex.c
20455 ===================================================================
20456 RCS file: /home/roessler/cvs/mutt/regex.c,v
20457 retrieving revision 3.1
20458 retrieving revision 3.3
20459 diff -u -p -u -a -r3.1 -r3.3
20460 --- mutt/regex.c 3 Feb 2005 17:01:44 -0000 3.1
20461 +++ mutt/regex.c 17 Sep 2005 20:46:11 -0000 3.3
20464 * You should have received a copy of the GNU Library General Public
20465 * License along with the GNU C Library; see the file COPYING.LIB. If not,
20466 - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20467 - * Boston, MA 02111-1307, USA.
20468 + * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20469 + * Boston, MA 02110-1301, USA.
20473 Index: mutt/remailer.c
20474 ===================================================================
20475 RCS file: /home/roessler/cvs/mutt/remailer.c,v
20476 retrieving revision 3.4
20477 retrieving revision 3.6
20478 diff -u -p -u -a -r3.4 -r3.6
20479 --- mutt/remailer.c 3 Feb 2005 17:01:44 -0000 3.4
20480 +++ mutt/remailer.c 17 Sep 2005 20:46:11 -0000 3.6
20483 * You should have received a copy of the GNU General Public
20484 * License along with this program; if not, write to the Free
20485 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
20486 - * Boston, MA 02111, USA.
20487 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20488 + * Boston, MA 02110-1301, USA.
20492 Index: mutt/remailer.h
20493 ===================================================================
20494 RCS file: /home/roessler/cvs/mutt/remailer.h,v
20495 retrieving revision 3.2
20496 retrieving revision 3.4
20497 diff -u -p -u -a -r3.2 -r3.4
20498 --- mutt/remailer.h 5 Feb 2005 14:11:36 -0000 3.2
20499 +++ mutt/remailer.h 17 Sep 2005 20:46:11 -0000 3.4
20502 * You should have received a copy of the GNU General Public License
20503 * along with this program; if not, write to the Free Software
20504 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20505 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20509 Index: mutt/resize.c
20510 ===================================================================
20511 RCS file: /home/roessler/cvs/mutt/resize.c,v
20512 retrieving revision 3.2
20513 retrieving revision 3.4
20514 diff -u -p -u -a -r3.2 -r3.4
20515 --- mutt/resize.c 3 Feb 2005 17:01:44 -0000 3.2
20516 +++ mutt/resize.c 17 Sep 2005 20:46:11 -0000 3.4
20519 * You should have received a copy of the GNU General Public License
20520 * along with this program; if not, write to the Free Software
20521 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20522 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20526 Index: mutt/rfc1524.c
20527 ===================================================================
20528 RCS file: /home/roessler/cvs/mutt/rfc1524.c,v
20529 retrieving revision 3.6
20530 retrieving revision 3.8
20531 diff -u -p -u -a -r3.6 -r3.8
20532 --- mutt/rfc1524.c 3 Feb 2005 17:01:44 -0000 3.6
20533 +++ mutt/rfc1524.c 17 Sep 2005 20:46:11 -0000 3.8
20536 * You should have received a copy of the GNU General Public License
20537 * along with this program; if not, write to the Free Software
20538 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20539 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20543 Index: mutt/rfc1524.h
20544 ===================================================================
20545 RCS file: /home/roessler/cvs/mutt/rfc1524.h,v
20546 retrieving revision 3.1
20547 retrieving revision 3.3
20548 diff -u -p -u -a -r3.1 -r3.3
20549 --- mutt/rfc1524.h 11 Dec 2002 11:19:40 -0000 3.1
20550 +++ mutt/rfc1524.h 17 Sep 2005 20:46:11 -0000 3.3
20553 * You should have received a copy of the GNU General Public License
20554 * along with this program; if not, write to the Free Software
20555 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20556 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20560 Index: mutt/rfc2047.c
20561 ===================================================================
20562 RCS file: /home/roessler/cvs/mutt/rfc2047.c,v
20563 retrieving revision 3.8
20564 retrieving revision 3.10
20565 diff -u -p -u -a -r3.8 -r3.10
20566 --- mutt/rfc2047.c 3 Feb 2005 17:01:44 -0000 3.8
20567 +++ mutt/rfc2047.c 17 Sep 2005 20:46:11 -0000 3.10
20570 * You should have received a copy of the GNU General Public License
20571 * along with this program; if not, write to the Free Software
20572 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20573 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20577 Index: mutt/rfc2047.h
20578 ===================================================================
20579 RCS file: /home/roessler/cvs/mutt/rfc2047.h,v
20580 retrieving revision 3.1
20581 retrieving revision 3.3
20582 diff -u -p -u -a -r3.1 -r3.3
20583 --- mutt/rfc2047.h 11 Dec 2002 11:19:40 -0000 3.1
20584 +++ mutt/rfc2047.h 17 Sep 2005 20:46:11 -0000 3.3
20587 * You should have received a copy of the GNU General Public License
20588 * along with this program; if not, write to the Free Software
20589 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20590 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20593 char *mutt_choose_charset (const char *fromcode, const char *charsets,
20594 Index: mutt/rfc2231.c
20595 ===================================================================
20596 RCS file: /home/roessler/cvs/mutt/rfc2231.c,v
20597 retrieving revision 3.5
20598 retrieving revision 3.7
20599 diff -u -p -u -a -r3.5 -r3.7
20600 --- mutt/rfc2231.c 3 Feb 2005 17:01:44 -0000 3.5
20601 +++ mutt/rfc2231.c 17 Sep 2005 20:46:11 -0000 3.7
20604 * You should have received a copy of the GNU General Public
20605 * License along with this program; if not, write to the Free
20606 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
20607 - * Boston, MA 02111, USA.
20608 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20609 + * Boston, MA 02110-1301, USA.
20613 Index: mutt/rfc2231.h
20614 ===================================================================
20615 RCS file: /home/roessler/cvs/mutt/rfc2231.h,v
20616 retrieving revision 3.1
20617 retrieving revision 3.3
20618 diff -u -p -u -a -r3.1 -r3.3
20619 --- mutt/rfc2231.h 11 Dec 2002 11:19:40 -0000 3.1
20620 +++ mutt/rfc2231.h 17 Sep 2005 20:46:11 -0000 3.3
20623 * You should have received a copy of the GNU General Public
20624 * License along with this program; if not, write to the Free
20625 - * Software Foundation, Inc., 59 Temple Place - Suite 330,
20626 - * Boston, MA 02111, USA.
20627 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20628 + * Boston, MA 02110-1301, USA.
20631 void rfc2231_decode_parameters (PARAMETER **);
20632 Index: mutt/rfc822.c
20633 ===================================================================
20634 RCS file: /home/roessler/cvs/mutt/rfc822.c,v
20635 retrieving revision 3.7
20636 retrieving revision 3.9
20637 diff -u -p -u -a -r3.7 -r3.9
20638 --- mutt/rfc822.c 3 Feb 2005 17:01:44 -0000 3.7
20639 +++ mutt/rfc822.c 17 Sep 2005 20:46:11 -0000 3.9
20642 * You should have received a copy of the GNU General Public License
20643 * along with this program; if not, write to the Free Software
20644 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20645 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20649 Index: mutt/rfc822.h
20650 ===================================================================
20651 RCS file: /home/roessler/cvs/mutt/rfc822.h,v
20652 retrieving revision 3.3
20653 retrieving revision 3.5
20654 diff -u -p -u -a -r3.3 -r3.5
20655 --- mutt/rfc822.h 5 Feb 2005 14:11:36 -0000 3.3
20656 +++ mutt/rfc822.h 17 Sep 2005 20:46:11 -0000 3.5
20659 * You should have received a copy of the GNU General Public License
20660 * along with this program; if not, write to the Free Software
20661 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20662 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20666 Index: mutt/score.c
20667 ===================================================================
20668 RCS file: /home/roessler/cvs/mutt/score.c,v
20669 retrieving revision 3.3
20670 retrieving revision 3.5
20671 diff -u -p -u -a -r3.3 -r3.5
20672 --- mutt/score.c 3 Feb 2005 17:01:44 -0000 3.3
20673 +++ mutt/score.c 17 Sep 2005 20:46:11 -0000 3.5
20676 * You should have received a copy of the GNU General Public License
20677 * along with this program; if not, write to the Free Software
20678 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20679 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20684 ===================================================================
20685 RCS file: /home/roessler/cvs/mutt/send.c,v
20686 retrieving revision 3.39
20687 retrieving revision 3.43
20688 diff -u -p -u -a -r3.39 -r3.43
20689 --- mutt/send.c 3 Sep 2005 23:22:31 -0000 3.39
20690 +++ mutt/send.c 22 Sep 2005 09:06:13 -0000 3.43
20693 * You should have received a copy of the GNU General Public License
20694 * along with this program; if not, write to the Free Software
20695 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20696 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20700 @@ -589,6 +589,12 @@ void mutt_fix_reply_recipients (ENVELOPE
20701 env->to = mutt_remove_duplicates (env->to);
20702 env->cc = mutt_remove_duplicates (env->cc);
20703 env->cc = mutt_remove_xrefs (env->to, env->cc);
20705 + if (env->cc && !env->to)
20707 + env->to = env->cc;
20712 void mutt_make_forward_subject (ENVELOPE *env, CONTEXT *ctx, HEADER *cur)
20713 @@ -1122,8 +1128,9 @@ ci_send_message (int flags, /* send mod
20714 pbody = mutt_new_body ();
20715 pbody->next = msg->content; /* don't kill command-line attachments */
20716 msg->content = pbody;
20718 - ctype = safe_strdup (ContentType);
20720 + if (!(ctype = safe_strdup (ContentType)))
20721 + ctype = safe_strdup ("text/plain");
20722 mutt_parse_content_type (ctype, msg->content);
20724 msg->content->unlink = 1;
20725 Index: mutt/sendlib.c
20726 ===================================================================
20727 RCS file: /home/roessler/cvs/mutt/sendlib.c,v
20728 retrieving revision 3.32
20729 retrieving revision 3.34
20730 diff -u -p -u -a -r3.32 -r3.34
20731 --- mutt/sendlib.c 14 Sep 2005 02:45:44 -0000 3.32
20732 +++ mutt/sendlib.c 17 Sep 2005 20:46:11 -0000 3.34
20735 * You should have received a copy of the GNU General Public License
20736 * along with this program; if not, write to the Free Software
20737 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20738 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20741 #define _SENDLIB_C 1
20742 Index: mutt/signal.c
20743 ===================================================================
20744 RCS file: /home/roessler/cvs/mutt/signal.c,v
20745 retrieving revision 3.4
20746 retrieving revision 3.6
20747 diff -u -p -u -a -r3.4 -r3.6
20748 --- mutt/signal.c 3 Feb 2005 17:01:44 -0000 3.4
20749 +++ mutt/signal.c 17 Sep 2005 20:46:11 -0000 3.6
20752 * You should have received a copy of the GNU General Public License
20753 * along with this program; if not, write to the Free Software
20754 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20755 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20759 Index: mutt/smime.c
20760 ===================================================================
20761 RCS file: /home/roessler/cvs/mutt/smime.c,v
20762 retrieving revision 3.41
20763 retrieving revision 3.43
20764 diff -u -p -u -a -r3.41 -r3.43
20765 --- mutt/smime.c 14 Aug 2005 02:22:47 -0000 3.41
20766 +++ mutt/smime.c 17 Sep 2005 20:46:11 -0000 3.43
20769 * You should have received a copy of the GNU General Public License
20770 * along with this program; if not, write to the Free Software
20771 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20772 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20776 Index: mutt/smime.h
20777 ===================================================================
20778 RCS file: /home/roessler/cvs/mutt/smime.h,v
20779 retrieving revision 3.11
20780 retrieving revision 3.13
20781 diff -u -p -u -a -r3.11 -r3.13
20782 --- mutt/smime.h 11 Aug 2005 21:16:38 -0000 3.11
20783 +++ mutt/smime.h 17 Sep 2005 20:46:11 -0000 3.13
20786 * You should have received a copy of the GNU General Public License
20787 * along with this program; if not, write to the Free Software
20788 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20789 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20793 Index: mutt/smime_keys.pl
20794 ===================================================================
20795 RCS file: /home/roessler/cvs/mutt/smime_keys.pl,v
20796 retrieving revision 3.17
20797 retrieving revision 3.19
20798 diff -u -p -u -a -r3.17 -r3.19
20799 --- mutt/smime_keys.pl 27 Jan 2005 18:22:59 -0000 3.17
20800 +++ mutt/smime_keys.pl 17 Sep 2005 20:46:11 -0000 3.19
20803 # You should have received a copy of the GNU General Public License
20804 # along with this program; if not, write to the Free Software
20805 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20806 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20811 ===================================================================
20812 RCS file: /home/roessler/cvs/mutt/sort.c,v
20813 retrieving revision 3.7
20814 retrieving revision 3.9
20815 diff -u -p -u -a -r3.7 -r3.9
20816 --- mutt/sort.c 3 Feb 2005 17:01:44 -0000 3.7
20817 +++ mutt/sort.c 17 Sep 2005 20:46:11 -0000 3.9
20820 * You should have received a copy of the GNU General Public License
20821 * along with this program; if not, write to the Free Software
20822 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20823 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20828 ===================================================================
20829 RCS file: /home/roessler/cvs/mutt/sort.h,v
20830 retrieving revision 3.4
20831 retrieving revision 3.6
20832 diff -u -p -u -a -r3.4 -r3.6
20833 --- mutt/sort.h 14 Jul 2004 04:50:19 -0000 3.4
20834 +++ mutt/sort.h 17 Sep 2005 20:46:11 -0000 3.6
20837 * You should have received a copy of the GNU General Public License
20838 * along with this program; if not, write to the Free Software
20839 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20840 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20843 #define SORT_DATE 1 /* the date the mail was sent. */
20844 Index: mutt/status.c
20845 ===================================================================
20846 RCS file: /home/roessler/cvs/mutt/status.c,v
20847 retrieving revision 3.6
20848 retrieving revision 3.8
20849 diff -u -p -u -a -r3.6 -r3.8
20850 --- mutt/status.c 3 Feb 2005 17:01:44 -0000 3.6
20851 +++ mutt/status.c 17 Sep 2005 20:46:11 -0000 3.8
20854 * You should have received a copy of the GNU General Public License
20855 * along with this program; if not, write to the Free Software
20856 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20857 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20861 Index: mutt/system.c
20862 ===================================================================
20863 RCS file: /home/roessler/cvs/mutt/system.c,v
20864 retrieving revision 3.2
20865 retrieving revision 3.4
20866 diff -u -p -u -a -r3.2 -r3.4
20867 --- mutt/system.c 3 Feb 2005 17:01:44 -0000 3.2
20868 +++ mutt/system.c 17 Sep 2005 20:46:11 -0000 3.4
20871 * You should have received a copy of the GNU General Public License
20872 * along with this program; if not, write to the Free Software
20873 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20874 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20878 Index: mutt/thread.c
20879 ===================================================================
20880 RCS file: /home/roessler/cvs/mutt/thread.c,v
20881 retrieving revision 3.13
20882 retrieving revision 3.15
20883 diff -u -p -u -a -r3.13 -r3.15
20884 --- mutt/thread.c 25 Jul 2005 15:48:36 -0000 3.13
20885 +++ mutt/thread.c 17 Sep 2005 20:46:11 -0000 3.15
20888 * You should have received a copy of the GNU General Public License
20889 * along with this program; if not, write to the Free Software
20890 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20891 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20896 ===================================================================
20897 RCS file: /home/roessler/cvs/mutt/url.c,v
20898 retrieving revision 3.7
20899 retrieving revision 3.9
20900 diff -u -p -u -a -r3.7 -r3.9
20901 --- mutt/url.c 3 Feb 2005 17:01:44 -0000 3.7
20902 +++ mutt/url.c 17 Sep 2005 20:46:11 -0000 3.9
20905 * You should have received a copy of the GNU General Public License
20906 * along with this program; if not, write to the Free Software
20907 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
20908 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20912 Index: mutt/contrib/gpg.rc
20913 ===================================================================
20914 RCS file: /home/roessler/cvs/mutt/contrib/gpg.rc,v
20915 retrieving revision 3.5
20916 retrieving revision 3.6
20917 diff -u -p -u -a -r3.5 -r3.6
20918 --- mutt/contrib/gpg.rc 3 Sep 2005 19:41:53 -0000 3.5
20919 +++ mutt/contrib/gpg.rc 20 Sep 2005 03:56:25 -0000 3.6
20921 # Command formats for gpg.
20923 # This version uses gpg-2comp from
20924 -# http://muppet.faveve.uni-stuttgart.de/~gero/gpg-2comp.tar.gz
20925 +# http://70t.de/download/gpg-2comp.tar.gz
20927 -# $Id: gpg.rc,v 3.5 2005/09/03 19:41:53 brendan Exp $
20928 +# $Id: gpg.rc,v 3.6 2005/09/20 03:56:25 brendan Exp $
20930 # %p The empty string when no passphrase is needed,
20931 # the string "PGPPASSFD=0" if one is needed.
20932 Index: mutt/doc/Makefile.in
20933 ===================================================================
20934 RCS file: /home/roessler/cvs/mutt/doc/Makefile.in,v
20935 retrieving revision 3.14
20936 retrieving revision 3.20
20937 diff -u -p -u -a -r3.14 -r3.20
20938 --- mutt/doc/Makefile.in 13 Sep 2005 20:36:17 -0000 3.14
20939 +++ mutt/doc/Makefile.in 18 Sep 2005 02:53:18 -0000 3.20
20941 -# $Id: Makefile.in,v 3.14 2005/09/13 20:36:17 brendan Exp $
20942 +# $Id: Makefile.in,v 3.20 2005/09/18 02:53:18 brendan Exp $
20946 @@ -58,8 +58,7 @@ HTML_DOCFILES = manual.html index.html g
20947 configuration.html mimesupport.html advancedusage.html \
20948 reference.html miscellany.html
20950 -BUILT_DISTFILES = stamp-doc-xml stamp-doc-man stamp-doc-chunked \
20951 - manual.txt $(HTML_DOCFILES)
20952 +BUILT_DISTFILES = stamp-doc-xml stamp-doc-chunked manual.txt $(HTML_DOCFILES)
20954 srcdir_DOCFILES = PGP-Notes.txt applying-patches.txt \
20955 devel-notes.txt patch-notes.txt smime-notes.txt
20956 @@ -68,9 +67,12 @@ topsrcdir_DOCFILES = COPYRIGHT GPL INSTA
20958 README NEWS TODO README.SECURITY README.SSL
20960 -all: mutt.1 muttrc.man manual.html stamp-doc-chunked manual.txt
20961 +all: ../makedoc$(EXEEXT)
20962 + $(MAKE) makedoc-all
20964 -install: all instdoc
20965 +makedoc-all: mutt.1 muttrc.man manual.html stamp-doc-chunked manual.txt
20967 +install: makedoc-all instdoc
20968 $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
20969 $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man5
20970 ./instdoc mutt.1 $(DESTDIR)$(mandir)/man1/mutt.1
20971 @@ -110,21 +112,20 @@ check:
20972 manual.txt: manual.html
20973 -lynx -dump -nolist -with_backspaces $^ > $@ || w3m -dump $^ > $@
20975 -manual.html: $(srcdir)/html.xsl manual.xml
20976 - -xsltproc --nonet -o $@ $^
20977 +manual.html: $(srcdir)/html.xsl stamp-doc-xml
20978 + -xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml
20980 -manual-chunked stamp-doc-chunked: $(srcdir)/chunk.xsl manual.xml
20981 - -xsltproc --nonet $^
20982 +stamp-doc-chunked: $(srcdir)/chunk.xsl stamp-doc-xml
20983 + -xsltproc --nonet $(srcdir)/chunk.xsl manual.xml
20984 touch stamp-doc-chunked
20986 -manual.pdf: stamp-doc-tex
20987 +manual.pdf: manual.tex
20988 -if test -f manual.tex; then pdfjadetex manual.tex; fi
20990 -manual.tex stamp-doc-tex: manual.xml
20991 +manual.tex: stamp-doc-xml
20992 -if test -n "$(DSLROOT)"; then \
20993 openjade -t tex -D $(DSLROOT) -d print/docbook.dsl dtds/decls/xml.dcl manual.xml; \
20995 - touch stamp-doc-tex
20998 rm -f *~ *.html *.orig *.rej stamp-doc-* *.ps mutt.1 muttrc.man
20999 @@ -165,13 +166,12 @@ dist distdir: Makefile $(DISTFILES)
21000 ../makedoc$(EXEEXT): $(top_srcdir)/makedoc.c
21001 (cd .. && $(MAKE) makedoc$(EXEEXT))
21003 -update-doc: ../makedoc$(EXEEXT) stamp-doc-xml stamp-doc-man stamp-doc-chunked manual.txt manual.html
21004 +update-doc: stamp-doc-xml stamp-doc-chunked manual.txt manual.html
21006 -muttrc.man stamp-doc-man: ../makedoc$(EXEEXT) $(top_srcdir)/init.h muttrc.man.head muttrc.man.tail
21007 +muttrc.man: ../makedoc$(EXEEXT) $(top_srcdir)/init.h muttrc.man.head muttrc.man.tail
21008 $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -m | \
21009 cat $(srcdir)/muttrc.man.head - $(srcdir)/muttrc.man.tail\
21011 - touch stamp-doc-man
21013 EDIT = sed -e 's,@sysconfdir\@,$(sysconfdir),g' \
21014 -e 's,@bindir\@,$(bindir),g' \
21015 @@ -180,7 +180,9 @@ EDIT = sed -e 's,@sysconfdir\@,$(sysconf
21016 mutt.1: $(srcdir)/mutt.man
21017 $(EDIT) $(srcdir)/mutt.man > $@
21019 -manual.xml stamp-doc-xml: ../makedoc$(EXEEXT) $(top_srcdir)/init.h manual.xml.head manual.xml.tail $(top_srcdir)/VERSION
21020 +stamp-doc-xml: $(top_srcdir)/makedoc.c $(top_srcdir)/init.h manual.xml.head manual.xml.tail \
21021 + $(top_srcdir)/VERSION
21022 + $(MAKE) ../makedoc$(EXEEXT)
21023 ( sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION`/" $(srcdir)/manual.xml.head ;\
21024 $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s ) | \
21025 cat - $(srcdir)/manual.xml.tail > manual.xml
21026 Index: mutt/doc/dotlock.man
21027 ===================================================================
21028 RCS file: /home/roessler/cvs/mutt/doc/dotlock.man,v
21029 retrieving revision 3.1
21030 retrieving revision 3.3
21031 diff -u -p -u -a -r3.1 -r3.3
21032 --- mutt/doc/dotlock.man 29 Sep 2003 15:05:52 -0000 3.1
21033 +++ mutt/doc/dotlock.man 17 Sep 2005 20:46:11 -0000 3.3
21036 .\" You should have received a copy of the GNU General Public License
21037 .\" along with this program; if not, write to the Free Software
21038 -.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21039 +.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21041 .TH dotlock 1 "AUGUST 1999" Unix "User Manuals"
21043 Index: mutt/doc/manual.xml.head
21044 ===================================================================
21045 RCS file: /home/roessler/cvs/mutt/doc/manual.xml.head,v
21046 retrieving revision 3.8
21047 retrieving revision 3.11
21048 diff -u -p -u -a -r3.8 -r3.11
21049 --- mutt/doc/manual.xml.head 6 Sep 2005 16:46:44 -0000 3.8
21050 +++ mutt/doc/manual.xml.head 19 Sep 2005 05:12:29 -0000 3.11
21051 @@ -149,7 +149,7 @@ url="news:comp.mail.mutt"
21052 <title>Copyright</title>
21055 -Mutt is Copyright (C) 1996-2000 Michael R. Elkins
21056 +Mutt is Copyright (C) 1996-2005 Michael R. Elkins
21057 <me@cs.hmc.edu> and others
21060 @@ -170,7 +170,7 @@ GNU General Public License for more deta
21062 You should have received a copy of the GNU General Public License
21063 along with this program; if not, write to the Free Software
21064 -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21065 +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21069 @@ -4039,11 +4039,6 @@ correspondents. This allows to clean you
21070 annoyances which make it hard to follow a discussion.
21074 -If you want to use these functions with IMAP, you need to compile Mutt
21075 -with the <emphasis>--enable-imap-edit-threads</emphasis> configure flag.
21079 <title>Linking threads</title>
21081 Index: mutt/doc/manual.xml.tail
21082 ===================================================================
21083 RCS file: /home/roessler/cvs/mutt/doc/manual.xml.tail,v
21084 retrieving revision 3.2
21085 retrieving revision 3.3
21086 diff -u -p -u -a -r3.2 -r3.3
21087 --- mutt/doc/manual.xml.tail 4 Sep 2005 06:57:04 -0000 3.2
21088 +++ mutt/doc/manual.xml.tail 20 Sep 2005 03:56:25 -0000 3.3
21089 @@ -523,7 +523,7 @@ The following people have been very help
21091 <member>Allain Thivillon <ulink url="mailto:Allain.Thivillon@alma.fr"><Allain.Thivillon@alma.fr></ulink>,</member>
21093 -<member>Gero Treuner <ulink url="mailto:gero@faveve.uni-stuttgart.de"><gero@faveve.uni-stuttgart.de></ulink>,</member>
21094 +<member>Gero Treuner <ulink url="mailto:gero@70t.de"><gero@70t.de></ulink>,</member>
21096 <member>Vsevolod Volkov <ulink url="mailto:vvv@lucky.net"><vvv@lucky.net></ulink>,</member>
21098 Index: mutt/doc/mutt.man
21099 ===================================================================
21100 RCS file: /home/roessler/cvs/mutt/doc/mutt.man,v
21101 retrieving revision 3.8
21102 retrieving revision 3.10
21103 diff -u -p -u -a -r3.8 -r3.10
21104 --- mutt/doc/mutt.man 16 Aug 2005 18:10:11 -0000 3.8
21105 +++ mutt/doc/mutt.man 17 Sep 2005 20:46:11 -0000 3.10
21108 .\" You should have received a copy of the GNU General Public License
21109 .\" along with this program; if not, write to the Free Software
21110 -.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21111 +.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21113 .TH mutt 1 "January 2002" Unix "User Manuals"
21115 Index: mutt/doc/muttbug.man
21116 ===================================================================
21117 RCS file: /home/roessler/cvs/mutt/doc/muttbug.man,v
21118 retrieving revision 3.2
21119 retrieving revision 3.4
21120 diff -u -p -u -a -r3.2 -r3.4
21121 --- mutt/doc/muttbug.man 9 Jan 2005 15:35:51 -0000 3.2
21122 +++ mutt/doc/muttbug.man 17 Sep 2005 20:46:11 -0000 3.4
21125 .\" You should have received a copy of the GNU General Public License
21126 .\" along with this program; if not, write to the Free Software
21127 -.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21128 +.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21130 .TH flea 1 "January 2005" Unix "User Manuals"
21132 Index: mutt/doc/muttrc.man.head
21133 ===================================================================
21134 RCS file: /home/roessler/cvs/mutt/doc/muttrc.man.head,v
21135 retrieving revision 3.16
21136 retrieving revision 3.18
21137 diff -u -p -u -a -r3.16 -r3.18
21138 --- mutt/doc/muttrc.man.head 2 Sep 2005 18:02:27 -0000 3.16
21139 +++ mutt/doc/muttrc.man.head 17 Sep 2005 20:46:11 -0000 3.18
21142 .\" You should have received a copy of the GNU General Public License
21143 .\" along with this program; if not, write to the Free Software
21144 -.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21145 +.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21147 .TH muttrc 5 "September 2002" Unix "User Manuals"
21149 Index: mutt/imap/auth.c
21150 ===================================================================
21151 RCS file: /home/roessler/cvs/mutt/imap/auth.c,v
21152 retrieving revision 3.3
21153 retrieving revision 3.5
21154 diff -u -p -u -a -r3.3 -r3.5
21155 --- mutt/imap/auth.c 3 Feb 2005 17:01:44 -0000 3.3
21156 +++ mutt/imap/auth.c 17 Sep 2005 20:46:11 -0000 3.5
21159 * You should have received a copy of the GNU General Public License
21160 * along with this program; if not, write to the Free Software
21161 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21162 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21165 /* IMAP login/authentication code */
21166 Index: mutt/imap/auth.h
21167 ===================================================================
21168 RCS file: /home/roessler/cvs/mutt/imap/auth.h,v
21169 retrieving revision 3.0
21170 retrieving revision 3.2
21171 diff -u -p -u -a -r3.0 -r3.2
21172 --- mutt/imap/auth.h 24 Jan 2002 13:35:57 -0000 3.0
21173 +++ mutt/imap/auth.h 17 Sep 2005 20:46:11 -0000 3.2
21176 * You should have received a copy of the GNU General Public License
21177 * along with this program; if not, write to the Free Software
21178 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21179 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21182 /* common defs for authenticators. A good place to set up a generic callback
21183 Index: mutt/imap/auth_anon.c
21184 ===================================================================
21185 RCS file: /home/roessler/cvs/mutt/imap/auth_anon.c,v
21186 retrieving revision 3.2
21187 retrieving revision 3.4
21188 diff -u -p -u -a -r3.2 -r3.4
21189 --- mutt/imap/auth_anon.c 3 Feb 2005 17:01:44 -0000 3.2
21190 +++ mutt/imap/auth_anon.c 17 Sep 2005 20:46:11 -0000 3.4
21193 * You should have received a copy of the GNU General Public License
21194 * along with this program; if not, write to the Free Software
21195 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21196 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21199 /* IMAP login/authentication code */
21200 Index: mutt/imap/auth_cram.c
21201 ===================================================================
21202 RCS file: /home/roessler/cvs/mutt/imap/auth_cram.c,v
21203 retrieving revision 3.4
21204 retrieving revision 3.6
21205 diff -u -p -u -a -r3.4 -r3.6
21206 --- mutt/imap/auth_cram.c 28 Jul 2005 19:47:40 -0000 3.4
21207 +++ mutt/imap/auth_cram.c 17 Sep 2005 20:46:11 -0000 3.6
21210 * You should have received a copy of the GNU General Public License
21211 * along with this program; if not, write to the Free Software
21212 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21213 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21216 /* IMAP login/authentication code */
21217 Index: mutt/imap/auth_gss.c
21218 ===================================================================
21219 RCS file: /home/roessler/cvs/mutt/imap/auth_gss.c,v
21220 retrieving revision 3.4
21221 retrieving revision 3.6
21222 diff -u -p -u -a -r3.4 -r3.6
21223 --- mutt/imap/auth_gss.c 3 Feb 2005 17:01:44 -0000 3.4
21224 +++ mutt/imap/auth_gss.c 17 Sep 2005 20:46:11 -0000 3.6
21227 * You should have received a copy of the GNU General Public License
21228 * along with this program; if not, write to the Free Software
21229 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21230 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21233 /* GSS login/authentication code */
21234 Index: mutt/imap/auth_login.c
21235 ===================================================================
21236 RCS file: /home/roessler/cvs/mutt/imap/auth_login.c,v
21237 retrieving revision 3.3
21238 retrieving revision 3.5
21239 diff -u -p -u -a -r3.3 -r3.5
21240 --- mutt/imap/auth_login.c 28 Jul 2005 19:47:40 -0000 3.3
21241 +++ mutt/imap/auth_login.c 17 Sep 2005 20:46:11 -0000 3.5
21244 * You should have received a copy of the GNU General Public License
21245 * along with this program; if not, write to the Free Software
21246 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21247 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21250 /* plain LOGIN support */
21251 Index: mutt/imap/auth_sasl.c
21252 ===================================================================
21253 RCS file: /home/roessler/cvs/mutt/imap/auth_sasl.c,v
21254 retrieving revision 3.9
21255 retrieving revision 3.11
21256 diff -u -p -u -a -r3.9 -r3.11
21257 --- mutt/imap/auth_sasl.c 1 Sep 2005 17:07:14 -0000 3.9
21258 +++ mutt/imap/auth_sasl.c 17 Sep 2005 20:46:11 -0000 3.11
21261 * You should have received a copy of the GNU General Public License
21262 * along with this program; if not, write to the Free Software
21263 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21264 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21267 /* SASL login/authentication code */
21268 Index: mutt/imap/browse.c
21269 ===================================================================
21270 RCS file: /home/roessler/cvs/mutt/imap/browse.c,v
21271 retrieving revision 3.8
21272 retrieving revision 3.10
21273 diff -u -p -u -a -r3.8 -r3.10
21274 --- mutt/imap/browse.c 7 Aug 2005 23:52:08 -0000 3.8
21275 +++ mutt/imap/browse.c 17 Sep 2005 20:46:11 -0000 3.10
21278 * You should have received a copy of the GNU General Public License
21279 * along with this program; if not, write to the Free Software
21280 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21281 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21284 /* Mutt browser support routines */
21285 Index: mutt/imap/command.c
21286 ===================================================================
21287 RCS file: /home/roessler/cvs/mutt/imap/command.c,v
21288 retrieving revision 3.16
21289 retrieving revision 3.18
21290 diff -u -p -u -a -r3.16 -r3.18
21291 --- mutt/imap/command.c 6 Sep 2005 03:16:11 -0000 3.16
21292 +++ mutt/imap/command.c 17 Sep 2005 20:46:11 -0000 3.18
21295 * You should have received a copy of the GNU General Public License
21296 * along with this program; if not, write to the Free Software
21297 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21298 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21301 /* command.c: routines for sending commands to an IMAP server and parsing
21302 Index: mutt/imap/imap.c
21303 ===================================================================
21304 RCS file: /home/roessler/cvs/mutt/imap/imap.c,v
21305 retrieving revision 3.40
21306 retrieving revision 3.44
21307 diff -u -p -u -a -r3.40 -r3.44
21308 --- mutt/imap/imap.c 10 Sep 2005 06:02:04 -0000 3.40
21309 +++ mutt/imap/imap.c 22 Sep 2005 03:09:49 -0000 3.44
21312 * You should have received a copy of the GNU General Public License
21313 * along with this program; if not, write to the Free Software
21314 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21315 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21318 /* Support for IMAP4rev1, with the occasional nod to IMAP 4. */
21319 @@ -1334,8 +1334,6 @@ static int do_search (const pattern_t* s
21320 * match types, and does a better job (eg server doesn't support regexps). */
21321 static int imap_compile_search (const pattern_t* pat, BUFFER* buf)
21323 - char term[STRING];
21325 if (! do_search (pat, 0))
21328 @@ -1375,6 +1373,7 @@ static int imap_compile_search (const pa
21332 + char term[STRING];
21336 @@ -1613,7 +1612,7 @@ imap_complete_hosts (char *dest, size_t
21340 - for (conn = mutt_socket_head (); conn->next; conn = conn->next)
21341 + for (conn = mutt_socket_head (); conn && conn->next; conn = conn->next)
21344 char urlstr[LONG_STRING];
21345 Index: mutt/imap/imap.h
21346 ===================================================================
21347 RCS file: /home/roessler/cvs/mutt/imap/imap.h,v
21348 retrieving revision 3.5
21349 retrieving revision 3.7
21350 diff -u -p -u -a -r3.5 -r3.7
21351 --- mutt/imap/imap.h 6 Sep 2005 03:16:11 -0000 3.5
21352 +++ mutt/imap/imap.h 17 Sep 2005 20:46:11 -0000 3.7
21355 * You should have received a copy of the GNU General Public License
21356 * along with this program; if not, write to the Free Software
21357 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21358 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21362 Index: mutt/imap/imap_private.h
21363 ===================================================================
21364 RCS file: /home/roessler/cvs/mutt/imap/imap_private.h,v
21365 retrieving revision 3.9
21366 retrieving revision 3.11
21367 diff -u -p -u -a -r3.9 -r3.11
21368 --- mutt/imap/imap_private.h 7 Sep 2005 07:44:05 -0000 3.9
21369 +++ mutt/imap/imap_private.h 17 Sep 2005 20:46:11 -0000 3.11
21372 * You should have received a copy of the GNU General Public License
21373 * along with this program; if not, write to the Free Software
21374 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21375 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21378 #ifndef _IMAP_PRIVATE_H
21379 Index: mutt/imap/message.c
21380 ===================================================================
21381 RCS file: /home/roessler/cvs/mutt/imap/message.c,v
21382 retrieving revision 3.27
21383 retrieving revision 3.29
21384 diff -u -p -u -a -r3.27 -r3.29
21385 --- mutt/imap/message.c 7 Sep 2005 07:44:05 -0000 3.27
21386 +++ mutt/imap/message.c 17 Sep 2005 20:46:11 -0000 3.29
21389 * You should have received a copy of the GNU General Public License
21390 * along with this program; if not, write to the Free Software
21391 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21392 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21394 - * $Id: message.c,v 3.27 2005/09/07 07:44:05 brendan Exp $
21395 + * $Id: message.c,v 3.29 2005/09/17 20:46:11 brendan Exp $
21398 /* message parsing/updating functions */
21399 Index: mutt/imap/message.h
21400 ===================================================================
21401 RCS file: /home/roessler/cvs/mutt/imap/message.h,v
21402 retrieving revision 3.0
21403 retrieving revision 3.2
21404 diff -u -p -u -a -r3.0 -r3.2
21405 --- mutt/imap/message.h 24 Jan 2002 13:35:57 -0000 3.0
21406 +++ mutt/imap/message.h 17 Sep 2005 20:46:11 -0000 3.2
21409 * You should have received a copy of the GNU General Public License
21410 * along with this program; if not, write to the Free Software
21411 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21412 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21415 /* message.c data structures */
21416 Index: mutt/imap/utf7.c
21417 ===================================================================
21418 RCS file: /home/roessler/cvs/mutt/imap/utf7.c,v
21419 retrieving revision 3.7
21420 retrieving revision 3.9
21421 diff -u -p -u -a -r3.7 -r3.9
21422 --- mutt/imap/utf7.c 6 Sep 2005 01:46:46 -0000 3.7
21423 +++ mutt/imap/utf7.c 17 Sep 2005 20:46:11 -0000 3.9
21426 * You should have received a copy of the GNU General Public License
21427 * along with this program; if not, write to the Free Software
21428 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21429 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21433 Index: mutt/imap/util.c
21434 ===================================================================
21435 RCS file: /home/roessler/cvs/mutt/imap/util.c,v
21436 retrieving revision 3.12
21437 retrieving revision 3.15
21438 diff -u -p -u -a -r3.12 -r3.15
21439 --- mutt/imap/util.c 6 Aug 2005 21:19:39 -0000 3.12
21440 +++ mutt/imap/util.c 22 Sep 2005 03:09:50 -0000 3.15
21443 * You should have received a copy of the GNU General Public License
21444 * along with this program; if not, write to the Free Software
21445 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
21446 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21449 /* general IMAP utility functions */
21450 @@ -107,7 +107,7 @@ int imap_parse_path (const char* path, I
21451 url_parse_ciss (&url, c);
21452 if (url.scheme == U_IMAP || url.scheme == U_IMAPS)
21454 - if (mutt_account_fromurl (&mx->account, &url) < 0)
21455 + if (mutt_account_fromurl (&mx->account, &url) < 0 || !*mx->account.host)
21459 @@ -165,7 +165,7 @@ int imap_parse_path (const char* path, I
21465 if ((mx->account.flags & M_ACCT_SSL) && !(mx->account.flags & M_ACCT_PORT))
21466 mx->account.port = ImapsPort;
21468 Index: mutt/intl/Makefile.in
21469 ===================================================================
21470 RCS file: /home/roessler/cvs/mutt/intl/Makefile.in,v
21471 retrieving revision 3.0
21472 retrieving revision 3.2
21473 diff -u -p -u -a -r3.0 -r3.2
21474 --- mutt/intl/Makefile.in 24 Jan 2002 13:35:16 -0000 3.0
21475 +++ mutt/intl/Makefile.in 17 Sep 2005 20:46:11 -0000 3.2
21478 # You should have received a copy of the GNU Library General Public
21479 # License along with this program; if not, write to the Free Software
21480 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21481 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21484 PACKAGE = @PACKAGE@
21485 Index: mutt/intl/bindtextdom.c
21486 ===================================================================
21487 RCS file: /home/roessler/cvs/mutt/intl/bindtextdom.c,v
21488 retrieving revision 3.0
21489 retrieving revision 3.2
21490 diff -u -p -u -a -r3.0 -r3.2
21491 --- mutt/intl/bindtextdom.c 24 Jan 2002 13:35:16 -0000 3.0
21492 +++ mutt/intl/bindtextdom.c 17 Sep 2005 20:46:11 -0000 3.2
21495 You should have received a copy of the GNU Library General Public
21496 License along with this program; if not, write to the Free Software
21497 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21498 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21501 #ifdef HAVE_CONFIG_H
21502 Index: mutt/intl/config.charset
21503 ===================================================================
21504 RCS file: /home/roessler/cvs/mutt/intl/config.charset,v
21505 retrieving revision 3.0
21506 retrieving revision 3.2
21507 diff -u -p -u -a -r3.0 -r3.2
21508 --- mutt/intl/config.charset 24 Jan 2002 13:35:16 -0000 3.0
21509 +++ mutt/intl/config.charset 17 Sep 2005 20:46:11 -0000 3.2
21512 # You should have received a copy of the GNU Library General Public
21513 # License along with this program; if not, write to the Free Software
21514 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21515 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21518 # The table consists of lines of the form
21519 Index: mutt/intl/dcgettext.c
21520 ===================================================================
21521 RCS file: /home/roessler/cvs/mutt/intl/dcgettext.c,v
21522 retrieving revision 3.0
21523 retrieving revision 3.2
21524 diff -u -p -u -a -r3.0 -r3.2
21525 --- mutt/intl/dcgettext.c 24 Jan 2002 13:35:16 -0000 3.0
21526 +++ mutt/intl/dcgettext.c 17 Sep 2005 20:46:11 -0000 3.2
21529 You should have received a copy of the GNU Library General Public
21530 License along with this program; if not, write to the Free Software
21531 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21532 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21535 #ifdef HAVE_CONFIG_H
21536 Index: mutt/intl/dcigettext.c
21537 ===================================================================
21538 RCS file: /home/roessler/cvs/mutt/intl/dcigettext.c,v
21539 retrieving revision 3.0
21540 retrieving revision 3.2
21541 diff -u -p -u -a -r3.0 -r3.2
21542 --- mutt/intl/dcigettext.c 24 Jan 2002 13:35:16 -0000 3.0
21543 +++ mutt/intl/dcigettext.c 17 Sep 2005 20:46:11 -0000 3.2
21546 You should have received a copy of the GNU Library General Public
21547 License along with this program; if not, write to the Free Software
21548 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21549 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21552 /* Tell glibc's <string.h> to provide a prototype for mempcpy().
21553 Index: mutt/intl/dcngettext.c
21554 ===================================================================
21555 RCS file: /home/roessler/cvs/mutt/intl/dcngettext.c,v
21556 retrieving revision 3.0
21557 retrieving revision 3.2
21558 diff -u -p -u -a -r3.0 -r3.2
21559 --- mutt/intl/dcngettext.c 24 Jan 2002 13:35:16 -0000 3.0
21560 +++ mutt/intl/dcngettext.c 17 Sep 2005 20:46:11 -0000 3.2
21563 You should have received a copy of the GNU Library General Public
21564 License along with this program; if not, write to the Free Software
21565 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21566 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21569 #ifdef HAVE_CONFIG_H
21570 Index: mutt/intl/dgettext.c
21571 ===================================================================
21572 RCS file: /home/roessler/cvs/mutt/intl/dgettext.c,v
21573 retrieving revision 3.0
21574 retrieving revision 3.2
21575 diff -u -p -u -a -r3.0 -r3.2
21576 --- mutt/intl/dgettext.c 24 Jan 2002 13:35:16 -0000 3.0
21577 +++ mutt/intl/dgettext.c 17 Sep 2005 20:46:11 -0000 3.2
21580 You should have received a copy of the GNU Library General Public
21581 License along with this program; if not, write to the Free Software
21582 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21583 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21586 #ifdef HAVE_CONFIG_H
21587 Index: mutt/intl/dngettext.c
21588 ===================================================================
21589 RCS file: /home/roessler/cvs/mutt/intl/dngettext.c,v
21590 retrieving revision 3.0
21591 retrieving revision 3.2
21592 diff -u -p -u -a -r3.0 -r3.2
21593 --- mutt/intl/dngettext.c 24 Jan 2002 13:35:16 -0000 3.0
21594 +++ mutt/intl/dngettext.c 17 Sep 2005 20:46:11 -0000 3.2
21597 You should have received a copy of the GNU Library General Public
21598 License along with this program; if not, write to the Free Software
21599 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21600 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21603 #ifdef HAVE_CONFIG_H
21604 Index: mutt/intl/explodename.c
21605 ===================================================================
21606 RCS file: /home/roessler/cvs/mutt/intl/explodename.c,v
21607 retrieving revision 3.0
21608 retrieving revision 3.2
21609 diff -u -p -u -a -r3.0 -r3.2
21610 --- mutt/intl/explodename.c 24 Jan 2002 13:35:16 -0000 3.0
21611 +++ mutt/intl/explodename.c 17 Sep 2005 20:46:11 -0000 3.2
21614 You should have received a copy of the GNU Library General Public
21615 License along with this program; if not, write to the Free Software
21616 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21617 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21620 #ifdef HAVE_CONFIG_H
21621 Index: mutt/intl/finddomain.c
21622 ===================================================================
21623 RCS file: /home/roessler/cvs/mutt/intl/finddomain.c,v
21624 retrieving revision 3.0
21625 retrieving revision 3.2
21626 diff -u -p -u -a -r3.0 -r3.2
21627 --- mutt/intl/finddomain.c 24 Jan 2002 13:35:16 -0000 3.0
21628 +++ mutt/intl/finddomain.c 17 Sep 2005 20:46:11 -0000 3.2
21631 You should have received a copy of the GNU Library General Public
21632 License along with this program; if not, write to the Free Software
21633 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21634 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21637 #ifdef HAVE_CONFIG_H
21638 Index: mutt/intl/gettext.c
21639 ===================================================================
21640 RCS file: /home/roessler/cvs/mutt/intl/gettext.c,v
21641 retrieving revision 3.0
21642 retrieving revision 3.2
21643 diff -u -p -u -a -r3.0 -r3.2
21644 --- mutt/intl/gettext.c 24 Jan 2002 13:35:16 -0000 3.0
21645 +++ mutt/intl/gettext.c 17 Sep 2005 20:46:11 -0000 3.2
21648 You should have received a copy of the GNU Library General Public
21649 License along with this program; if not, write to the Free Software
21650 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21651 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21654 #ifdef HAVE_CONFIG_H
21655 Index: mutt/intl/gettext.h
21656 ===================================================================
21657 RCS file: /home/roessler/cvs/mutt/intl/gettext.h,v
21658 retrieving revision 3.0
21659 retrieving revision 3.2
21660 diff -u -p -u -a -r3.0 -r3.2
21661 --- mutt/intl/gettext.h 24 Jan 2002 13:35:16 -0000 3.0
21662 +++ mutt/intl/gettext.h 17 Sep 2005 20:46:11 -0000 3.2
21665 You should have received a copy of the GNU Library General Public
21666 License along with this program; if not, write to the Free Software
21667 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21668 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21672 Index: mutt/intl/gettextP.h
21673 ===================================================================
21674 RCS file: /home/roessler/cvs/mutt/intl/gettextP.h,v
21675 retrieving revision 3.0
21676 retrieving revision 3.2
21677 diff -u -p -u -a -r3.0 -r3.2
21678 --- mutt/intl/gettextP.h 24 Jan 2002 13:35:16 -0000 3.0
21679 +++ mutt/intl/gettextP.h 17 Sep 2005 20:46:11 -0000 3.2
21682 You should have received a copy of the GNU Library General Public
21683 License along with this program; if not, write to the Free Software
21684 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21685 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21688 #ifndef _GETTEXTP_H
21689 Index: mutt/intl/hash-string.h
21690 ===================================================================
21691 RCS file: /home/roessler/cvs/mutt/intl/hash-string.h,v
21692 retrieving revision 3.0
21693 retrieving revision 3.2
21694 diff -u -p -u -a -r3.0 -r3.2
21695 --- mutt/intl/hash-string.h 24 Jan 2002 13:35:16 -0000 3.0
21696 +++ mutt/intl/hash-string.h 17 Sep 2005 20:46:11 -0000 3.2
21699 You should have received a copy of the GNU Library General Public
21700 License along with this program; if not, write to the Free Software
21701 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21702 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21705 /* @@ end of prolog @@ */
21706 Index: mutt/intl/intl-compat.c
21707 ===================================================================
21708 RCS file: /home/roessler/cvs/mutt/intl/intl-compat.c,v
21709 retrieving revision 3.0
21710 retrieving revision 3.2
21711 diff -u -p -u -a -r3.0 -r3.2
21712 --- mutt/intl/intl-compat.c 24 Jan 2002 13:35:16 -0000 3.0
21713 +++ mutt/intl/intl-compat.c 17 Sep 2005 20:46:11 -0000 3.2
21716 You should have received a copy of the GNU Library General Public
21717 License along with this program; if not, write to the Free Software
21718 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21719 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21722 #ifdef HAVE_CONFIG_H
21723 Index: mutt/intl/l10nflist.c
21724 ===================================================================
21725 RCS file: /home/roessler/cvs/mutt/intl/l10nflist.c,v
21726 retrieving revision 3.1
21727 retrieving revision 3.3
21728 diff -u -p -u -a -r3.1 -r3.3
21729 --- mutt/intl/l10nflist.c 24 Jul 2003 18:40:50 -0000 3.1
21730 +++ mutt/intl/l10nflist.c 17 Sep 2005 20:46:11 -0000 3.3
21733 You should have received a copy of the GNU Library General Public
21734 License along with this program; if not, write to the Free Software
21735 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21736 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21739 /* Tell glibc's <string.h> to provide a prototype for stpcpy().
21740 Index: mutt/intl/libgettext.h
21741 ===================================================================
21742 RCS file: /home/roessler/cvs/mutt/intl/libgettext.h,v
21743 retrieving revision 3.0
21744 retrieving revision 3.2
21745 diff -u -p -u -a -r3.0 -r3.2
21746 --- mutt/intl/libgettext.h 24 Jan 2002 13:35:16 -0000 3.0
21747 +++ mutt/intl/libgettext.h 17 Sep 2005 20:46:11 -0000 3.2
21750 You should have received a copy of the GNU Library General Public
21751 License along with this program; if not, write to the Free Software
21752 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21753 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21756 #ifndef _LIBGETTEXT_H
21757 Index: mutt/intl/libgnuintl.h
21758 ===================================================================
21759 RCS file: /home/roessler/cvs/mutt/intl/libgnuintl.h,v
21760 retrieving revision 3.0
21761 retrieving revision 3.2
21762 diff -u -p -u -a -r3.0 -r3.2
21763 --- mutt/intl/libgnuintl.h 24 Jan 2002 13:35:16 -0000 3.0
21764 +++ mutt/intl/libgnuintl.h 17 Sep 2005 20:46:11 -0000 3.2
21767 You should have received a copy of the GNU Library General Public
21768 License along with this program; if not, write to the Free Software
21769 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21770 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21774 Index: mutt/intl/loadinfo.h
21775 ===================================================================
21776 RCS file: /home/roessler/cvs/mutt/intl/loadinfo.h,v
21777 retrieving revision 3.0
21778 retrieving revision 3.2
21779 diff -u -p -u -a -r3.0 -r3.2
21780 --- mutt/intl/loadinfo.h 24 Jan 2002 13:35:16 -0000 3.0
21781 +++ mutt/intl/loadinfo.h 17 Sep 2005 20:46:11 -0000 3.2
21784 You should have received a copy of the GNU Library General Public
21785 License along with this program; if not, write to the Free Software
21786 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21787 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21790 #ifndef _LOADINFO_H
21791 Index: mutt/intl/loadmsgcat.c
21792 ===================================================================
21793 RCS file: /home/roessler/cvs/mutt/intl/loadmsgcat.c,v
21794 retrieving revision 3.1
21795 retrieving revision 3.3
21796 diff -u -p -u -a -r3.1 -r3.3
21797 --- mutt/intl/loadmsgcat.c 24 Jul 2003 18:40:50 -0000 3.1
21798 +++ mutt/intl/loadmsgcat.c 17 Sep 2005 20:46:11 -0000 3.3
21801 You should have received a copy of the GNU Library General Public
21802 License along with this program; if not, write to the Free Software
21803 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21804 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21807 /* Tell glibc's <string.h> to provide a prototype for mempcpy().
21808 Index: mutt/intl/localcharset.c
21809 ===================================================================
21810 RCS file: /home/roessler/cvs/mutt/intl/localcharset.c,v
21811 retrieving revision 3.0
21812 retrieving revision 3.2
21813 diff -u -p -u -a -r3.0 -r3.2
21814 --- mutt/intl/localcharset.c 24 Jan 2002 13:35:16 -0000 3.0
21815 +++ mutt/intl/localcharset.c 17 Sep 2005 20:46:11 -0000 3.2
21818 You should have received a copy of the GNU Library General Public
21819 License along with this program; if not, write to the Free Software
21820 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21821 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21824 /* Written by Bruno Haible <haible@clisp.cons.org>. */
21825 Index: mutt/intl/locale.alias
21826 ===================================================================
21827 RCS file: /home/roessler/cvs/mutt/intl/locale.alias,v
21828 retrieving revision 3.0
21829 retrieving revision 3.2
21830 diff -u -p -u -a -r3.0 -r3.2
21831 --- mutt/intl/locale.alias 24 Jan 2002 13:35:16 -0000 3.0
21832 +++ mutt/intl/locale.alias 17 Sep 2005 20:46:11 -0000 3.2
21835 # You should have received a copy of the GNU Library General Public
21836 # License along with this program; if not, write to the Free Software
21837 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21838 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21841 # The format of this file is the same as for the corresponding file of
21842 Index: mutt/intl/localealias.c
21843 ===================================================================
21844 RCS file: /home/roessler/cvs/mutt/intl/localealias.c,v
21845 retrieving revision 3.1
21846 retrieving revision 3.3
21847 diff -u -p -u -a -r3.1 -r3.3
21848 --- mutt/intl/localealias.c 24 Jul 2003 18:40:50 -0000 3.1
21849 +++ mutt/intl/localealias.c 17 Sep 2005 20:46:11 -0000 3.3
21852 You should have received a copy of the GNU Library General Public
21853 License along with this program; if not, write to the Free Software
21854 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21855 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21858 /* Tell glibc's <string.h> to provide a prototype for mempcpy().
21859 Index: mutt/intl/ngettext.c
21860 ===================================================================
21861 RCS file: /home/roessler/cvs/mutt/intl/ngettext.c,v
21862 retrieving revision 3.0
21863 retrieving revision 3.2
21864 diff -u -p -u -a -r3.0 -r3.2
21865 --- mutt/intl/ngettext.c 24 Jan 2002 13:35:16 -0000 3.0
21866 +++ mutt/intl/ngettext.c 17 Sep 2005 20:46:11 -0000 3.2
21869 You should have received a copy of the GNU Library General Public
21870 License along with this program; if not, write to the Free Software
21871 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21872 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21875 #ifdef HAVE_CONFIG_H
21876 Index: mutt/intl/plural.c
21877 ===================================================================
21878 RCS file: /home/roessler/cvs/mutt/intl/plural.c,v
21879 retrieving revision 3.0
21880 retrieving revision 3.2
21881 diff -u -p -u -a -r3.0 -r3.2
21882 --- mutt/intl/plural.c 24 Jan 2002 13:35:16 -0000 3.0
21883 +++ mutt/intl/plural.c 17 Sep 2005 20:46:11 -0000 3.2
21886 You should have received a copy of the GNU Library General Public
21887 License along with this program; if not, write to the Free Software
21888 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21889 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21892 /* The bison generated parser uses alloca. AIX 3 forces us to put this
21893 @@ -321,8 +321,8 @@ static const short yycheck[] = { 1,
21895 You should have received a copy of the GNU General Public License
21896 along with this program; if not, write to the Free Software
21897 - Foundation, Inc., 59 Temple Place - Suite 330,
21898 - Boston, MA 02111-1307, USA. */
21899 + Foundation, Inc., 51 Franklin Street, Fifth Floor,
21900 + Boston, MA 02110-1301, USA. */
21902 /* As a special exception, when this file is copied by Bison into a
21903 Bison output file, you may use that output file without restriction.
21904 Index: mutt/intl/plural.y
21905 ===================================================================
21906 RCS file: /home/roessler/cvs/mutt/intl/plural.y,v
21907 retrieving revision 3.0
21908 retrieving revision 3.2
21909 diff -u -p -u -a -r3.0 -r3.2
21910 --- mutt/intl/plural.y 24 Jan 2002 13:35:16 -0000 3.0
21911 +++ mutt/intl/plural.y 17 Sep 2005 20:46:12 -0000 3.2
21914 You should have received a copy of the GNU Library General Public
21915 License along with this program; if not, write to the Free Software
21916 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21917 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21920 /* The bison generated parser uses alloca. AIX 3 forces us to put this
21921 Index: mutt/intl/ref-add.sin
21922 ===================================================================
21923 RCS file: /home/roessler/cvs/mutt/intl/ref-add.sin,v
21924 retrieving revision 3.0
21925 retrieving revision 3.2
21926 diff -u -p -u -a -r3.0 -r3.2
21927 --- mutt/intl/ref-add.sin 24 Jan 2002 13:35:16 -0000 3.0
21928 +++ mutt/intl/ref-add.sin 17 Sep 2005 20:46:12 -0000 3.2
21931 # You should have received a copy of the GNU Library General Public
21932 # License along with this program; if not, write to the Free Software
21933 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21934 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21937 # Written by Bruno Haible <haible@clisp.cons.org>.
21938 Index: mutt/intl/ref-del.sin
21939 ===================================================================
21940 RCS file: /home/roessler/cvs/mutt/intl/ref-del.sin,v
21941 retrieving revision 3.0
21942 retrieving revision 3.2
21943 diff -u -p -u -a -r3.0 -r3.2
21944 --- mutt/intl/ref-del.sin 24 Jan 2002 13:35:16 -0000 3.0
21945 +++ mutt/intl/ref-del.sin 17 Sep 2005 20:46:12 -0000 3.2
21948 # You should have received a copy of the GNU Library General Public
21949 # License along with this program; if not, write to the Free Software
21950 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21951 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21954 # Written by Bruno Haible <haible@clisp.cons.org>.
21955 Index: mutt/intl/textdomain.c
21956 ===================================================================
21957 RCS file: /home/roessler/cvs/mutt/intl/textdomain.c,v
21958 retrieving revision 3.0
21959 retrieving revision 3.2
21960 diff -u -p -u -a -r3.0 -r3.2
21961 --- mutt/intl/textdomain.c 24 Jan 2002 13:35:16 -0000 3.0
21962 +++ mutt/intl/textdomain.c 17 Sep 2005 20:46:12 -0000 3.2
21965 You should have received a copy of the GNU Library General Public
21966 License along with this program; if not, write to the Free Software
21967 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21968 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21971 #ifdef HAVE_CONFIG_H
21972 Index: mutt/po/Makefile.in.in
21973 ===================================================================
21974 RCS file: /home/roessler/cvs/mutt/po/Makefile.in.in,v
21975 retrieving revision 3.2
21976 retrieving revision 3.3
21977 diff -u -p -u -a -r3.2 -r3.3
21978 --- mutt/po/Makefile.in.in 2 Aug 2005 18:15:33 -0000 3.2
21979 +++ mutt/po/Makefile.in.in 16 Sep 2005 15:20:59 -0000 3.3
21980 @@ -158,11 +158,7 @@ maintainer-clean: distclean
21983 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
21985 - $(MAKE) update-po
21987 -# This is a separate target because 'update-po' must be executed before.
21988 -dist2: $(DISTFILES)
21989 +dist distdir: $(DISTFILES)
21990 dists="$(DISTFILES)"; \
21991 for file in $$dists; do \
21992 if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
21993 Index: mutt/po/bg.po
21994 ===================================================================
21995 RCS file: /home/roessler/cvs/mutt/po/bg.po,v
21996 retrieving revision 1.11
21997 retrieving revision 1.13
21998 diff -u -p -u -a -r1.11 -r1.13
21999 --- mutt/po/bg.po 15 Sep 2005 14:24:37 -0000 1.11
22000 +++ mutt/po/bg.po 17 Sep 2005 20:46:12 -0000 1.13
22001 @@ -3206,7 +3206,7 @@ msgid ""
22003 " You should have received a copy of the GNU General Public License\n"
22004 " along with this program; if not, write to the Free Software\n"
22005 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
22006 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
22008 "Àâòîðñêî ïðàâî (C) 1996-2002 Michael R. Elkins <me@cs.hmc.edu>\n"
22009 "Àâòîðñêî ïðàâî (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
22010 @@ -3232,7 +3232,7 @@ msgstr ""
22011 " Áè òðÿáâàëî äà ñòå ïîëó÷èëè êîïèå îò GNU General Public License\n"
22012 " çàåäíî ñ òàçè ïðîãðàìà; àêî òîâà íå å òàêà, ìîëÿ ïèøåòå íà Free "
22014 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
22015 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
22019 Index: mutt/po/ca.po
22020 ===================================================================
22021 RCS file: /home/roessler/cvs/mutt/po/ca.po,v
22022 retrieving revision 3.24
22023 retrieving revision 3.27
22024 diff -u -p -u -a -r3.24 -r3.27
22025 --- mutt/po/ca.po 15 Sep 2005 14:24:38 -0000 3.24
22026 +++ mutt/po/ca.po 17 Sep 2005 20:46:12 -0000 3.27
22027 @@ -10,10 +10,10 @@
22028 # IDN = Internationalized Domain Name
22031 -"Project-Id-Version: mutt 1.5.8\n"
22032 +"Project-Id-Version: mutt 1.5.11\n"
22033 "Report-Msgid-Bugs-To: \n"
22034 "POT-Creation-Date: 2005-09-15 16:23+0200\n"
22035 -"PO-Revision-Date: 2005-02-13 10:57+0100\n"
22036 +"PO-Revision-Date: 2005-09-16 12:50+0200\n"
22037 "Last-Translator: Ivan Vilata i Balaguer <ivan@selidor.net>\n"
22038 "Language-Team: Catalan <ca@dodds.net>\n"
22039 "MIME-Version: 1.0\n"
22040 @@ -220,16 +220,15 @@ msgstr "No hi ha cap fitxer que concorde
22043 msgid "Create is only supported for IMAP mailboxes"
22044 -msgstr "Només es poden crear bústies IMAP."
22045 +msgstr "Només es poden crear bústies sota IMAP."
22049 msgid "Rename is only supported for IMAP mailboxes"
22050 -msgstr "Només es poden crear bústies IMAP."
22051 +msgstr "Només es poden reanomenar bústies sota IMAP."
22054 msgid "Delete is only supported for IMAP mailboxes"
22055 -msgstr "Només es poden esborrar bústies IMAP."
22056 +msgstr "Només es poden esborrar bústies sota IMAP."
22060 @@ -290,7 +289,7 @@ msgstr "Hi ha correu nou en "
22063 msgid "%s: color not supported by term"
22064 -msgstr "%s: El terminal no suporta aquest color."
22065 +msgstr "%s: El terminal no permet aquest color."
22069 @@ -347,7 +346,7 @@ msgstr "Sobren arguments."
22070 # ivb També apareix com a error aïllat.
22072 msgid "default colors not supported"
22073 -msgstr "Els colors per defecte no estan suportats."
22074 +msgstr "No es permet l'ús de colors per defecte."
22076 #. find out whether or not the verify signature
22078 @@ -762,128 +761,129 @@ msgid "PGP already selected. Clear & con
22079 msgstr "El missatge ja usa PGP. Voleu posar-lo en clar i continuar? "
22081 #: crypt-gpgme.c:335
22082 -#, fuzzy, c-format
22084 msgid "error creating gpgme context: %s\n"
22085 -msgstr "Error en el patró en: %s"
22086 +msgstr "Error en crear el context GPGME: %s\n"
22088 #: crypt-gpgme.c:345
22090 msgid "error enabling CMS protocol: %s\n"
22092 +msgstr "Error en habilitar el protocol CMS: %s\n"
22094 #: crypt-gpgme.c:365
22095 -#, fuzzy, c-format
22097 msgid "error creating gpgme data object: %s\n"
22098 -msgstr "Error en el patró en: %s"
22099 +msgstr "Error en crear l'objecte de dades GPGME: %s\n"
22101 #: crypt-gpgme.c:431 crypt-gpgme.c:449 crypt-gpgme.c:1327
22102 -#, fuzzy, c-format
22104 msgid "error allocating data object: %s\n"
22105 -msgstr "Error en el patró en: %s"
22106 +msgstr "Error en reservar l'objecte de dades: %s\n"
22108 #: crypt-gpgme.c:467
22109 -#, fuzzy, c-format
22111 msgid "error rewinding data object: %s\n"
22112 -msgstr "Error en el patró en: %s"
22113 +msgstr "Error en rebobinar l'objecte de dades: %s\n"
22115 #: crypt-gpgme.c:489 crypt-gpgme.c:536
22116 -#, fuzzy, c-format
22118 msgid "error reading data object: %s\n"
22119 -msgstr "Error en el patró en: %s"
22120 +msgstr "Error en llegir l'objecte de dades: %s\n"
22122 #: crypt-gpgme.c:597
22123 -#, fuzzy, c-format
22125 msgid "error adding recipient `%s': %s\n"
22126 -msgstr "Error en el patró en: %s"
22127 +msgstr "Error en afegir el destinatari «%s»: %s\n"
22129 #: crypt-gpgme.c:635
22131 msgid "secret key `%s' not found: %s\n"
22133 +msgstr "No s'ha trobat la clau secreta «%s»: %s\n"
22135 #: crypt-gpgme.c:645
22137 msgid "ambiguous specification of secret key `%s'\n"
22139 +msgstr "L'especificació de la clau secreta «%s» és ambígua.\n"
22141 #: crypt-gpgme.c:657
22143 msgid "error setting secret key `%s': %s\n"
22145 +msgstr "Error en establir la clau secreta «%s»: %s\n"
22147 #: crypt-gpgme.c:701
22148 -#, fuzzy, c-format
22150 msgid "error encrypting data: %s\n"
22151 -msgstr "Error en el patró en: %s"
22152 +msgstr "Error en xifrar les dades: %s\n"
22154 #: crypt-gpgme.c:798
22155 -#, fuzzy, c-format
22157 msgid "error signing data: %s\n"
22158 -msgstr "Error en el patró en: %s"
22159 +msgstr "Error en signar les dades: %s\n"
22161 #: crypt-gpgme.c:993
22163 msgid "Warning: One of the keys has been revoked\n"
22164 -msgstr "Avís: Part d'aquest missatge no ha estat signat."
22165 +msgstr "Avís: Una de les claus ha estat revocada.\n"
22167 +# I darrere va la data sense punt. ivb
22168 #: crypt-gpgme.c:1002
22169 msgid "Warning: The key used to create the signature expired at: "
22171 +msgstr "Avís: La clau usada per a crear la signatura expirà en: "
22173 #: crypt-gpgme.c:1008
22175 msgid "Warning: At least one certification key has expired\n"
22176 -msgstr "El certificat del servidor ha expirat."
22177 +msgstr "Avís: Almenys una de les claus de certificació ha expirat.\n"
22179 +# I darrere va la data sense punt. ivb
22180 #: crypt-gpgme.c:1024
22181 msgid "Warning: The signature expired at: "
22183 +msgstr "Avís: La signatura expirà en: "
22185 #: crypt-gpgme.c:1030
22186 msgid "Can't verify due to a missing key or certificate\n"
22188 +msgstr "No s'ha pogut verificar perquè manca una clau o certificat.\n"
22190 #: crypt-gpgme.c:1035
22192 msgid "The CRL is not available\n"
22193 -msgstr "SSL no es troba disponible."
22194 +msgstr "La CRL (llista de certificats revocats) no es troba disponible.\n"
22196 #: crypt-gpgme.c:1041
22197 msgid "Available CRL is too old\n"
22199 +msgstr "La CRL (llista de certificats revocats) és massa vella.\n"
22201 #: crypt-gpgme.c:1046
22202 msgid "A policy requirement was not met\n"
22204 +msgstr "No s'ha acomplert un requeriment establert per política.\n"
22206 #: crypt-gpgme.c:1055
22207 msgid "A system error occurred"
22209 +msgstr "Ha ocorregut un error de sistema."
22211 +# XXX No puc unificar les traduccions pq una porta replé i l'altra no! ivb
22212 #: crypt-gpgme.c:1092 crypt-gpgme.c:3036
22214 msgid "Fingerprint: "
22215 -msgstr "Empremta digital: %s"
22216 +msgstr "Empremta digital: "
22218 #: crypt-gpgme.c:1152
22220 "WARNING: We have NO indication whether the key belongs to the person named "
22223 +"Avís: RES indica que la clau pertanya a la persona esmentada a sobre.\n"
22225 #: crypt-gpgme.c:1159
22226 msgid "WARNING: The key does NOT BELONG to the person named as shown above\n"
22228 +msgstr "Avís: La clau NO PERTANY a la persona esmentada a sobre.\n"
22230 #: crypt-gpgme.c:1163
22232 "WARNING: It is NOT certain that the key belongs to the person named as shown "
22235 +"Avís: NO és segur que la clau pertanya a la persona esmentada a sobre.\n"
22237 #: crypt-gpgme.c:1238
22238 msgid "Error getting key information: "
22240 +msgstr "Error en obtenir la informació de la clau: "
22242 #. We can't decide (yellow) but this is a PGP key with a good
22243 #. signature, so we display what a PGP user expects: The name,
22244 @@ -891,102 +891,104 @@ msgstr ""
22246 #: crypt-gpgme.c:1245 crypt-gpgme.c:1278
22247 msgid "Good signature from: "
22249 +msgstr "Signatura correcta de: "
22251 #: crypt-gpgme.c:1255
22254 +msgstr " també conegut com a: "
22256 #: crypt-gpgme.c:1259 crypt-gpgme.c:1281
22259 +msgstr " creada en: "
22261 #: crypt-gpgme.c:1268
22262 msgid "*BAD* signature claimed to be from: "
22264 +msgstr "Signatura *INCORRECTA* de qui diu ser: "
22266 #: crypt-gpgme.c:1291
22268 msgid "Error checking signature"
22269 -msgstr "Error en enviar el missatge."
22270 +msgstr "Error en comprovar la signatura."
22272 #. Note: We don't need a current time output because GPGME avoids
22273 #. such an attack by separating the meta information from the
22275 #: crypt-gpgme.c:1335 crypt-gpgme.c:1539 crypt-gpgme.c:2031
22276 msgid "[-- Begin signature information --]\n"
22278 +msgstr "[-- Inici de la informació de la signatura. --]\n"
22280 #: crypt-gpgme.c:1344
22281 -#, fuzzy, c-format
22283 msgid "Error: verification failed: %s\n"
22284 -msgstr "Error en la línia d'ordres: %s\n"
22285 +msgstr "Error: La verificació ha fallat: %s\n"
22287 #: crypt-gpgme.c:1386
22289 msgid "*** Begin Notation (signature by: %s) ***\n"
22291 +msgstr "*** Inici de la notació (signatura de: %s). ***\n"
22293 #: crypt-gpgme.c:1405
22294 msgid "*** End Notation ***\n"
22296 +msgstr "*** Final de la notació. ***\n"
22298 #: crypt-gpgme.c:1413 crypt-gpgme.c:1552 crypt-gpgme.c:2046
22301 "[-- End signature information --]\n"
22304 +"[-- Final de la informació de la signatura. --]\n"
22306 -"[-- Final de les dades signades. --]\n"
22308 #: crypt-gpgme.c:1507
22309 -#, fuzzy, c-format
22312 "[-- Error: decryption failed: %s --]\n"
22314 -msgstr "[-- Error: No s'ha pogut crear un fitxer temporal! --]\n"
22316 +"[-- Error: El desxifratge ha fallat: %s --]\n"
22319 #: crypt-gpgme.c:2006
22321 msgid "Error: decryption/verification failed: %s\n"
22323 +msgstr "Error: El desxifratge o verificació ha fallat: %s\n"
22325 #: crypt-gpgme.c:2054
22326 msgid "Error: copy data failed\n"
22328 +msgstr "Error: La còpia de les dades ha fallat.\n"
22330 +# Aquests texts en majúscules reprodueixen els marcadors dels fitxers PGP,
22331 +# així que no té molt de sentit mantenir les majúscules en la traducció. ivb
22332 #: crypt-gpgme.c:2074 pgp.c:410
22334 "[-- BEGIN PGP MESSAGE --]\n"
22337 -"[-- COMENÇA EL MISSATGE PGP --]\n"
22338 +"[-- Inici del missatge PGP. --]\n"
22341 #: crypt-gpgme.c:2076 pgp.c:412
22342 msgid "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n"
22343 -msgstr "[-- COMENÇA EL BLOC DE CLAU PÚBLICA PGP --]\n"
22344 +msgstr "[-- Inici del bloc de clau pública PGP. --]\n"
22346 #: crypt-gpgme.c:2079 pgp.c:414
22348 "[-- BEGIN PGP SIGNED MESSAGE --]\n"
22351 -"[-- COMENÇA EL MISSATGE PGP SIGNAT --]\n"
22352 +"[-- Inici del missatge PGP signat. --]\n"
22355 #: crypt-gpgme.c:2106 pgp.c:440
22356 msgid "[-- END PGP MESSAGE --]\n"
22357 -msgstr "[-- TERMINA EL MISSATGE PGP --]\n"
22358 +msgstr "[-- Final del missatge PGP. --]\n"
22360 #: crypt-gpgme.c:2108 pgp.c:444
22361 msgid "[-- END PGP PUBLIC KEY BLOCK --]\n"
22362 -msgstr "[-- TERMINA EL BLOC DE CLAU PÚBLICA PGP --]\n"
22363 +msgstr "[-- Final del bloc de clau pública PGP. --]\n"
22365 #: crypt-gpgme.c:2110 pgp.c:446
22366 msgid "[-- END PGP SIGNED MESSAGE --]\n"
22367 -msgstr "[-- TERMINA EL MISSATGE PGP SIGNAT --]\n"
22368 +msgstr "[-- Final del missatge PGP signat. --]\n"
22370 #: crypt-gpgme.c:2131 pgp.c:476
22372 @@ -1009,12 +1011,11 @@ msgid "[-- Error: could not create tempo
22373 msgstr "[-- Error: No s'ha pogut crear un fitxer temporal! --]\n"
22375 #: crypt-gpgme.c:2186
22378 "[-- The following data is PGP/MIME signed and encrypted --]\n"
22381 -"[-- Les dades següents es troben xifrades amb PGP/MIME: --]\n"
22382 +"[-- Les dades següents es troben signades i xifrades amb PGP/MIME: --]\n"
22385 #: crypt-gpgme.c:2187 pgp.c:927
22386 @@ -1026,153 +1027,165 @@ msgstr ""
22389 #: crypt-gpgme.c:2209
22391 msgid "[-- End of PGP/MIME signed and encrypted data --]\n"
22392 -msgstr "[-- Final de les dades xifrades amb PGP/MIME. --]\n"
22393 +msgstr "[-- Final de les dades signades i xifrades amb PGP/MIME. --]\n"
22395 #: crypt-gpgme.c:2210 pgp.c:947
22396 msgid "[-- End of PGP/MIME encrypted data --]\n"
22397 msgstr "[-- Final de les dades xifrades amb PGP/MIME. --]\n"
22399 #: crypt-gpgme.c:2252
22402 "[-- The following data is S/MIME signed --]\n"
22404 -msgstr "[-- Les dades següents es troben signades amb S/MIME: --]\n"
22406 +"[-- Les dades següents es troben signades amb S/MIME: --]\n"
22409 #: crypt-gpgme.c:2253
22412 "[-- The following data is S/MIME encrypted --]\n"
22414 -msgstr "[-- Les dades següents es troben xifrades amb S/MIME: --]\n"
22416 +"[-- Les dades següents es troben xifrades amb S/MIME: --]\n"
22419 #: crypt-gpgme.c:2283
22421 msgid "[-- End of S/MIME signed data --]\n"
22424 -"[-- Final de les dades signades amb S/MIME. --]\n"
22425 +msgstr "[-- Final de les dades signades amb S/MIME. --]\n"
22427 #: crypt-gpgme.c:2284
22429 msgid "[-- End of S/MIME encrypted data --]\n"
22432 -"[-- Final de les dades xifrades amb S/MIME. --]\n"
22433 +msgstr "[-- Final de les dades xifrades amb S/MIME. --]\n"
22435 +# Cal mantenir-lo curt (porta al davant «Nom ..................: »). ivb
22436 #: crypt-gpgme.c:2876
22437 msgid "[Can't display this user ID (unknown encoding)]"
22439 +msgstr "[No es mostra l'ID d'usuari (codificació desconeguda).]"
22441 +# Cal mantenir-lo curt (porta al davant «Nom ..................: »). ivb
22442 #: crypt-gpgme.c:2878
22443 msgid "[Can't display this user ID (invalid encoding)]"
22445 +msgstr "[No es mostra l'ID d'usuari (codificació no vàlida).]"
22447 +# Cal mantenir-lo curt (porta al davant «Nom ..................: »). ivb
22448 #: crypt-gpgme.c:2883
22449 msgid "[Can't display this user ID (invalid DN)]"
22451 +msgstr "[No es mostra l'ID d'usuari (DN desconegut).]"
22453 +# Alineat amb « també conegut com a : ». ivb
22454 #: crypt-gpgme.c:2962
22455 msgid " aka ......: "
22457 +msgstr " també conegut com a : "
22459 +# Alineat amb « també conegut com a : ». ivb
22460 #: crypt-gpgme.c:2962
22461 msgid "Name ......: "
22463 +msgstr "Nom ..................: "
22465 +# Es refereix a un identificador d'usuari. ivb
22466 +# Alineat amb « també conegut com a : ». ivb
22467 #: crypt-gpgme.c:2965 crypt-gpgme.c:3104
22470 -msgstr "No vàlid "
22471 +msgstr "[No és vàlid]"
22473 +# Es refereix a una clau. ivb
22474 +# Alineat amb « també conegut com a : ». ivb
22475 #: crypt-gpgme.c:2985 crypt-gpgme.c:3128
22476 -#, fuzzy, c-format
22478 msgid "Valid From : %s\n"
22479 -msgstr "El mes no és vàlid: %s"
22480 +msgstr "Vàlida des de ........: %s\n"
22482 +# Es refereix a una clau. ivb
22483 +# Alineat amb « també conegut com a : ». ivb
22484 #: crypt-gpgme.c:2998 crypt-gpgme.c:3141
22485 -#, fuzzy, c-format
22487 msgid "Valid To ..: %s\n"
22488 -msgstr "El mes no és vàlid: %s"
22489 +msgstr "Vàlida fins a ........: %s\n"
22491 +# Alineat amb « també conegut com a : ». ivb
22492 +# Tipus de certificat, bits de l'algorisme, tipus d'algorisme. ivb
22493 #: crypt-gpgme.c:3011 crypt-gpgme.c:3154
22495 msgid "Key Type ..: %s, %lu bit %s\n"
22497 +msgstr "Tipus de clau ........: %1$s, %3$s de %2$lu bits\n"
22499 +# Alineat amb « també conegut com a : ». ivb
22500 #: crypt-gpgme.c:3013 crypt-gpgme.c:3156
22502 msgid "Key Usage .: "
22504 +msgstr "Utilitat de la clau ..: "
22506 +# Capacitats d'una clau. ivb
22507 #: crypt-gpgme.c:3018 crypt-gpgme.c:3161
22513 #: crypt-gpgme.c:3019 crypt-gpgme.c:3024 crypt-gpgme.c:3029 crypt-gpgme.c:3162
22514 #: crypt-gpgme.c:3167 crypt-gpgme.c:3172
22519 +# Capacitats d'una clau. ivb
22520 #: crypt-gpgme.c:3023 crypt-gpgme.c:3166
22523 +msgstr "signatura"
22525 +# Capacitats d'una clau. ivb
22526 #: crypt-gpgme.c:3028 crypt-gpgme.c:3171
22528 msgid "certification"
22529 -msgstr "S'ha desat el certificat."
22530 +msgstr "certificació"
22532 +# Alineat amb « també conegut com a : ». ivb
22533 #: crypt-gpgme.c:3068
22535 msgid "Serial-No .: 0x%s\n"
22537 +msgstr "Número de sèrie ......: 0x%s\n"
22539 +# Alineat amb « també conegut com a : ». ivb
22540 #: crypt-gpgme.c:3076
22542 msgid "Issued By .: "
22544 +msgstr "Lliurada per .........: "
22546 +# Alineat amb « també conegut com a : ». ivb
22547 #. display only the short keyID
22548 #: crypt-gpgme.c:3095
22549 -#, fuzzy, c-format
22551 msgid "Subkey ....: 0x%s"
22552 -msgstr "ID de la clau: 0x%s"
22553 +msgstr "Subclau ..............: 0x%s"
22556 #: crypt-gpgme.c:3099
22560 +msgstr "[Revocada]"
22563 #: crypt-gpgme.c:3109
22570 #: crypt-gpgme.c:3114
22573 +msgstr "[Inhabilitada]"
22575 #: crypt-gpgme.c:3198 pgpkey.c:559 pgpkey.c:739
22576 msgid "Can't create temporary file"
22577 msgstr "No s'ha pogut crear un fitxer temporal."
22579 #: crypt-gpgme.c:3201
22581 msgid "Collecting data..."
22582 -msgstr "S'està connectant amb «%s»..."
22583 +msgstr "S'estan recollint les dades..."
22585 #: crypt-gpgme.c:3227
22586 -#, fuzzy, c-format
22588 msgid "Error finding issuer key: %s\n"
22589 -msgstr "Error en connectar amb el servidor: %s"
22590 +msgstr "Error en trobar la clau del lliurador: %s\n"
22592 #: crypt-gpgme.c:3237
22593 msgid "Error: certification chain to long - stopping here\n"
22595 +msgstr "Error: La cadena de certificació és massa llarga, es para ací.\n"
22597 #: crypt-gpgme.c:3248 pgpkey.c:580
22599 @@ -1180,25 +1193,24 @@ msgid "Key ID: 0x%s"
22600 msgstr "ID de la clau: 0x%s"
22602 #: crypt-gpgme.c:3331
22603 -#, fuzzy, c-format
22605 msgid "gpgme_new failed: %s"
22606 -msgstr "La negociació d'SSL ha fallat: %s."
22607 +msgstr "Ha fallat gpgme_new(): %s"
22609 #: crypt-gpgme.c:3370 crypt-gpgme.c:3433
22611 msgid "gpgme_op_keylist_start failed: %s"
22613 +msgstr "Ha fallat gpgme_op_keylist_start(): %s"
22615 #: crypt-gpgme.c:3420 crypt-gpgme.c:3461
22617 msgid "gpgme_op_keylist_next failed: %s"
22619 +msgstr "Ha fallat gpgme_op_keylist_next(): %s"
22621 #: crypt-gpgme.c:3532
22623 msgid "All matching keys are marked expired/revoked."
22625 -"Totes les claus concordants han expirat o estan revocades o inhabilitades."
22626 +"Totes les claus concordants estan marcades com a expirades o revocades."
22628 #: crypt-gpgme.c:3561 mutt_ssl.c:676 mutt_ssl_gnutls.c:770 pgpkey.c:514
22630 @@ -1215,35 +1227,37 @@ msgstr "Selecciona "
22632 msgstr "Comprova clau "
22634 +# Darrere va el patró corresponent. ivb
22635 #: crypt-gpgme.c:3583
22637 msgid "PGP and S/MIME keys matching"
22638 -msgstr "Claus PGP que concordem amb «%s»."
22639 +msgstr "Claus PGP i S/MIME que concordem amb"
22641 +# Darrere va el patró corresponent. ivb
22642 #: crypt-gpgme.c:3585
22644 msgid "PGP keys matching"
22645 -msgstr "Claus PGP que concordem amb «%s»."
22646 +msgstr "Claus PGP que concordem amb"
22648 +# Darrere va el patró corresponent. ivb
22649 #: crypt-gpgme.c:3587
22651 msgid "S/MIME keys matching"
22652 -msgstr "Certificats S/MIME que concorden amb «%s»."
22653 +msgstr "Claus S/MIME que concorden amb"
22655 +# Darrere va el patró corresponent. ivb
22656 #: crypt-gpgme.c:3589
22658 msgid "keys matching"
22659 -msgstr "Claus PGP que concordem amb «%s»."
22660 +msgstr "Claus que concordem amb"
22662 +# Nom i adreça? ivb
22663 #: crypt-gpgme.c:3592
22669 +# Nom i àlies? ivb
22670 #: crypt-gpgme.c:3594
22676 #: crypt-gpgme.c:3621 pgpkey.c:600
22677 msgid "This key can't be used: expired/disabled/revoked."
22678 @@ -1300,37 +1314,34 @@ msgstr "Voleu usar l'ID de clau «%s» p
22679 msgid "Enter keyID for %s: "
22680 msgstr "Entreu l'ID de clau per %s: "
22682 +# És un missatge d'error. ivb
22683 #: crypt-gpgme.c:4103
22686 "Using GPGME backend, although no gpg-agent is running"
22689 +"S'està usant el motor GPGME, però «gpg-agent» no està corrent."
22691 #: crypt-gpgme.c:4131
22693 msgid "S/MIME (e)ncrypt, (s)ign, sign (a)s, (b)oth, (p)gp or (c)lear?"
22694 -msgstr "S/MIME: (x)ifra, (s)igna, si(g)na com a, (a)mbdós, %s, o en (c)lar? "
22696 +"S/MIME: (x)ifra, (s)igna, si(g)na com a, (a)mbdós, (p)gp, o en (c)lar? "
22698 -# ivb (2003/03/26)
22699 -# ivb (x)ifra, (s)igna, xi(f)ra amb, si(g)na com a, (a)mbdós, o en (c)lar
22700 -# La «f» i la «c» originals s'agafen en el mateix cas en el codi. ivb
22701 +# (x)ifra, (s)igna, si(g)na com a, (a)mbdós, (p)gp, o en (c)lar
22702 #: crypt-gpgme.c:4132
22708 #: crypt-gpgme.c:4135
22710 msgid "PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, s/(m)ime or (c)lear?"
22711 -msgstr "PGP: (x)ifra, (s)igna, si(g)na com a, (a)mbdós, %s, o en (c)lar? "
22713 +"PGP: (x)ifra, (s)igna, si(g)na com a, (a)mbdós, s/(m)ime, o en (c)lar? "
22715 -# ivb (2003/03/26)
22716 -# ivb (x)ifra, (s)igna, xi(f)ra amb, si(g)na com a, (a)mbdós, o en (c)lar
22717 -# La «f» i la «c» originals s'agafen en el mateix cas en el codi. ivb
22718 +# (x)ifra, (s)igna, si(g)na com a, (a)mbdós, s/(m)ime, o en (c)lar
22719 #: crypt-gpgme.c:4136
22726 #. unset_option(OPTCRYPTCHECKTRUST);
22727 @@ -1341,23 +1352,22 @@ msgstr "Signa com a: "
22729 #: crypt-gpgme.c:4249
22730 msgid "Failed to verify sender"
22732 +msgstr "No s'ha pogut verificar el remitent."
22734 #: crypt-gpgme.c:4252
22736 msgid "Failed to figure out sender"
22737 -msgstr "No s'ha pogut obrir el fitxer per interpretar-ne les capçaleres."
22738 +msgstr "No s'ha pogut endevinar el remitent."
22742 msgid " (current time: %c)"
22743 msgstr " (data actual: %c)"
22745 -# La primera: «OpenSSL» o «PGP» (meec, apòstrof); la segona l'enterior. ivb
22746 +# La primera: «OpenSSL» o «PGP» (meec, apòstrof); la segona l'anterior. ivb
22749 msgid "[-- %s output follows%s --]\n"
22750 -msgstr "[-- Aquesta és l'eixida de %s%s --]\n"
22751 +msgstr "[-- Aquesta és l'eixida de %s%s. --]\n"
22754 msgid "Passphrase(s) forgotten."
22755 @@ -1384,7 +1394,7 @@ msgstr "No s'ha enviat el missatge."
22758 msgid "S/MIME messages with no hints on content are unsupported."
22759 -msgstr "No es suporten els misatges S/MIME sense pistes sobre el contingut."
22760 +msgstr "No es permeten els misatges S/MIME sense pistes sobre el contingut."
22762 #: crypt.c:616 crypt.c:660
22763 msgid "Trying to extract PGP keys...\n"
22764 @@ -1408,8 +1418,7 @@ msgid ""
22765 "[-- Error: Unknown multipart/signed protocol %s! --]\n"
22768 -"[-- Error: El protocol «%s» de «multipart/signed» --]\n"
22769 -"[-- no és conegut! --]\n"
22770 +"[-- Error: El protocol «%s» de «multipart/signed» no és conegut! --]\n"
22774 @@ -1449,9 +1458,9 @@ msgstr ""
22776 msgid "\"crypt_use_gpgme\" set but not build with GPGME support."
22778 +"S'ha activat «crypt_use_gpgme», però Mutt no s'ha compiŀlat per a usar GPGME."
22782 msgid "Invoking S/MIME..."
22783 msgstr "S'està invocant S/MIME..."
22785 @@ -1634,24 +1643,23 @@ msgstr "No s'ha habilitat l'ús de fils.
22787 #: curs_main.c:1210
22788 msgid "Thread broken"
22790 +msgstr "S'ha trencat el fil."
22792 #: curs_main.c:1232
22793 msgid "No Message-ID: header available to link thread"
22795 +msgstr "No hi ha capçalera «Message-ID:» amb què enllaçar el fil."
22797 #: curs_main.c:1234
22799 msgid "First, please tag a message to be linked here"
22800 -msgstr "desa aquest missatge per enviar-lo més endavant"
22801 +msgstr "Per favor, marqueu un missatge per a enllaçar-lo ací."
22803 #: curs_main.c:1246
22804 msgid "Threads linked"
22806 +msgstr "S'han enllaçat els fils."
22808 #: curs_main.c:1249
22809 msgid "No thread linked"
22811 +msgstr "No s'ha enllaçat cap fil."
22813 #: curs_main.c:1285 curs_main.c:1310
22814 msgid "You are on the last message."
22815 @@ -1796,17 +1804,17 @@ msgstr "%s: L'ordre de l'editor no és c
22818 msgid "could not create temporary folder: %s"
22819 -msgstr "No s'ha pogut crear una carpeta temporal: %s."
22820 +msgstr "No s'ha pogut crear una carpeta temporal: %s"
22824 msgid "could not write temporary mail folder: %s"
22825 -msgstr "No s'ha pogut escriure en una carpeta temporal: %s."
22826 +msgstr "No s'ha pogut escriure en una carpeta temporal: %s"
22830 msgid "could not truncate temporary mail folder: %s"
22831 -msgstr "No s'ha pogut truncar una carpeta temporal: %s."
22832 +msgstr "No s'ha pogut truncar una carpeta temporal: %s"
22835 msgid "Message file is empty!"
22836 @@ -1819,12 +1827,12 @@ msgstr "El missatge no ha estat modifica
22839 msgid "Can't open message file: %s"
22840 -msgstr "No s'ha pogut obrir el fitxer missatge: %s."
22841 +msgstr "No s'ha pogut obrir el fitxer missatge: %s"
22843 #: editmsg.c:144 editmsg.c:172
22845 msgid "Can't append to folder: %s"
22846 -msgstr "No s'ha pogut afegir a la carpeta: %s."
22847 +msgstr "No s'ha pogut afegir a la carpeta: %s"
22851 @@ -1863,7 +1871,7 @@ msgstr "[-- Tipus: %s/%s, Codificació:
22852 msgid "[-- Autoview using %s --]\n"
22854 "[-- Eixida de l'ordre de visualització automàtica --]\n"
22860 @@ -1883,13 +1891,13 @@ msgstr "[-- No s'ha pogut executar «%sÂ
22861 msgid "[-- Autoview stderr of %s --]\n"
22863 "[-- Errors de l'ordre de visualització automàtica --]\n"
22868 msgid "[-- Error: message/external-body has no access-type parameter --]\n"
22870 -"[-- Error: La part «message/external-body» --]\n"
22871 -"[-- no té paràmetre «access-type». --]\n"
22872 +"[-- Error: La part «message/external-body» no té paràmetre «access-type». "
22877 @@ -1903,6 +1911,7 @@ msgstr ""
22878 msgid "(size %s bytes) "
22879 msgstr "(amb mida %s octets) "
22881 +# No es pot posar sempre el punt en la frase! ivb
22883 msgid "has been deleted --]\n"
22884 msgstr "ha estat esborrat --]\n"
22885 @@ -1910,12 +1919,12 @@ msgstr "ha estat esborrat --]\n"
22888 msgid "[-- on %s --]\n"
22889 -msgstr "[-- amb data %s --]\n"
22890 +msgstr "[-- amb data %s. --]\n"
22894 msgid "[-- name: %s --]\n"
22895 -msgstr "[-- nom: %s --]\n"
22896 +msgstr "[-- Nom: %s --]\n"
22898 #: handler.c:1710 handler.c:1726
22900 @@ -1931,9 +1940,7 @@ msgstr "[-- i la font externa indicada h
22903 msgid "[-- and the indicated access-type %s is unsupported --]\n"
22905 -"[-- i el valor indicat d'«access-type» «%s» --]\n"
22906 -"[-- no es suporta. --]\n"
22907 +msgstr "[-- i no es pot usar el mètode d'accés indicat, «%s». --]\n"
22910 msgid "Error: multipart/signed has no protocol."
22911 @@ -1950,12 +1957,12 @@ msgstr "No s'ha pogut obrir el fitxer te
22914 msgid "[-- %s/%s is unsupported "
22915 -msgstr "[-- No es suporta «%s/%s». "
22916 +msgstr "[-- No es pot mostrar «%s/%s» "
22920 msgid "(use '%s' to view this part)"
22921 -msgstr "(useu «%s» per veure aquesta part)"
22922 +msgstr "(useu «%s» per a veure aquesta part)"
22925 msgid "(need 'view-attachments' bound to key!)"
22926 @@ -2098,19 +2105,18 @@ msgid "Mailbox created."
22927 msgstr "S'ha creat la bústia."
22929 #: imap/browse.c:332
22930 -#, fuzzy, c-format
22932 msgid "Rename mailbox %s to: "
22933 -msgstr "Crea la bústia: "
22934 +msgstr "Reanomena la bústia «%s» a: "
22936 #: imap/browse.c:345
22937 -#, fuzzy, c-format
22939 msgid "Rename failed: %s"
22940 -msgstr "La negociació d'SSL ha fallat: %s."
22941 +msgstr "El reanomenament ha fallat: %s"
22943 #: imap/browse.c:350
22945 msgid "Mailbox renamed."
22946 -msgstr "S'ha creat la bústia."
22947 +msgstr "S'ha reanomenat la bústia."
22949 #: imap/command.c:298
22950 msgid "Mailbox closed"
22951 @@ -2134,7 +2140,7 @@ msgstr "Aquest servidor IMAP és antic.
22954 msgid "Checking mailbox subscriptions"
22956 +msgstr "S'estan comprovant les subscripcions a bústies..."
22958 #: imap/imap.c:460 pop_lib.c:286
22959 msgid "Secure connection with TLS?"
22960 @@ -2146,7 +2152,7 @@ msgstr "No s'ha pogut negociar la connex
22962 #: imap/imap.c:489 pop_lib.c:331
22963 msgid "Encrypted connection unavailable"
22965 +msgstr "No s'ha pogut establir una connexió xifrada."
22969 @@ -2188,10 +2194,11 @@ msgstr "imap_sync_mailbox: Ha fallat «E
22970 msgid "CLOSE failed"
22971 msgstr "Ha fallat «CLOSE»."
22973 +# És un missatge d'error. ivb
22974 #: imap/imap.c:1388
22976 msgid "Header search without header name: %s"
22978 +msgstr "Cercar les capçaleres requereix un nom de capçalera: %s"
22980 #: imap/imap.c:1536
22981 msgid "Bad mailbox name"
22982 @@ -2237,7 +2244,6 @@ msgid "The message index is incorrect. T
22983 msgstr "L'índex del missatge no és correcte. Proveu de reobrir la bústia."
22985 #: imap/message.c:548
22987 msgid "Uploading message..."
22988 msgstr "S'està penjant el missatge..."
22990 @@ -2848,7 +2854,7 @@ msgstr "redacta un nou missatge de corre
22992 #: keymap_alldefs.h:103
22993 msgid "break the thread in two"
22995 +msgstr "parteix el fil en dos"
22997 #: keymap_alldefs.h:104
22998 msgid "open a different folder"
22999 @@ -2887,9 +2893,8 @@ msgid "show only messages matching a pat
23000 msgstr "mostra només els missatges que concorden amb un patró"
23002 #: keymap_alldefs.h:113
23004 msgid "link tagged message to the current one"
23005 -msgstr "Redirigeix els missatges marcats a: "
23006 +msgstr "enllaça el missatge marcat a l'actual"
23008 #: keymap_alldefs.h:114
23009 msgid "jump to the next new message"
23010 @@ -3050,9 +3055,8 @@ msgid "{internal}"
23013 #: keymap_alldefs.h:153
23015 msgid "rename the current mailbox (IMAP only)"
23016 -msgstr "esborra la bústia actual (només en IMAP)"
23017 +msgstr "reanomena la bústia actual (només en IMAP)"
23019 #: keymap_alldefs.h:154
23020 msgid "reply to a message"
23021 @@ -3246,7 +3250,7 @@ msgstr "esborra de la memòria la o les
23023 #: keymap_alldefs.h:200
23024 msgid "extract supported public keys"
23025 -msgstr "extreu les claus públiques suportades"
23026 +msgstr "extreu totes les claus públiques possibles"
23028 #: keymap_alldefs.h:201
23029 msgid "show S/MIME options"
23030 @@ -3283,7 +3287,6 @@ msgstr ""
23031 "condicions; useu «mutt -vv» per obtenir-ne més detalls.\n"
23036 "Copyright (C) 1996-2004 Michael R. Elkins <me@mutt.org>\n"
23037 "Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
23038 @@ -3308,13 +3311,13 @@ msgid ""
23040 " You should have received a copy of the GNU General Public License\n"
23041 " along with this program; if not, write to the Free Software\n"
23042 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23043 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23045 -"Copyright © 1996-2002 Michael R. Elkins <me@mutt.org>\n"
23046 +"Copyright © 1996-2004 Michael R. Elkins <me@mutt.org>\n"
23047 "Copyright © 1996-2002 Brandon Long <blong@fiction.net>\n"
23048 -"Copyright © 1997-2002 Thomas Roessler <roessler@does-not-exist.org>\n"
23049 -"Copyright © 1998-2002 Werner Koch <wk@isil.d.shuttle.de>\n"
23050 -"Copyright © 1999-2002 Brendan Cully <brendan@kublai.com>\n"
23051 +"Copyright © 1997-2005 Thomas Roessler <roessler@does-not-exist.org>\n"
23052 +"Copyright © 1998-2005 Werner Koch <wk@isil.d.shuttle.de>\n"
23053 +"Copyright © 1999-2005 Brendan Cully <brendan@kublai.com>\n"
23054 "Copyright © 1999-2002 Tommi Komulainen <Tommi.Komulainen@iki.fi>\n"
23055 "Copyright © 2000-2002 Edmund Grimley Evans <edmundo@rano.org>\n"
23057 @@ -3336,11 +3339,10 @@ msgstr ""
23059 " Hauríeu d'haver rebut una còpia de la Llicència Pública General GNU\n"
23060 " juntament amb aquest programa; en cas contrari, escriviu a la Free\n"
23061 -" Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,\n"
23062 -" MA 02111, USA.\n"
23063 +" Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,\n"
23064 +" MA 02110-1301, USA.\n"
23069 "usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
23071 @@ -3364,46 +3366,26 @@ msgstr ""
23072 "Forma d'ús: mutt [-nRyzZ] [-e ORDRE] [-F FITXER] [-m TIPUS] [-f FITXER]\n"
23073 " mutt [-nR] [-e ORDRE] [-F FITXER] -Q VAR [-Q VAR] [...]\n"
23074 " mutt [-nR] [-e ORDRE] [-F FITXER] -A ÀLIES [-A ÀLIES] [...]\n"
23075 +" mutt [-nR] [-e ORDRE] [-F FITXER] -D\n"
23076 " mutt [-nx] [-e ORDRE] [-a FITXER] [-F FITXER] [-H FITXER]\n"
23077 -" [-i FITXER] [-s ASSUMPTE] [-b ADREÇA] [-c ADREÇA] "
23079 +" [-i FITXER] [-s ASSUMPTE] [-b ADREÇA] [-c ADREÇA] ADREÇA...\n"
23080 " mutt [-n] [-e ORDRE] [-F FITXER] -p\n"
23084 " -A ÀLIES Expandeix l'ÀLIES indicat.\n"
23085 " -a FITXER Adjunta un FITXER al missatge.\n"
23086 -" -b ADREÇA Indica una ADREÇA per la còpia cega (BCC).\n"
23087 -" -c ADREÇA Indica una ADREÇA per la còpia (CC).\n"
23088 -" -e ORDRE Indica una ORDRE a executar abans de la "
23089 -"inicialització.\n"
23090 -" -f FITXER Indica quina bústia llegir.\n"
23091 -" -F FITXER Indica un FITXER «muttrc» alternatiu.\n"
23092 -" -H FITXER Indica un FITXER esborrany d'on llegir la capçalera i "
23095 -" -i FITXER Indica un FITXER que Mutt inclourà en el cos.\n"
23096 -" -m TIPUS Indica un TIPUS de bústia per defecte.\n"
23097 -" -n Fa que Mutt no llija el fitxer «Muttrc» del sistema.\n"
23098 -" -p Recupera un missatge posposat.\n"
23099 -" -Q VARIABLE Consulta el valor d'una VARIABLE de configuració.\n"
23100 -" -R Obri la bústia en mode de només lectura.\n"
23101 -" -s ASSUMPTE Indica l'ASSUMPTE (entre cometes si porta espais).\n"
23102 -" -v Mostra la versió i les definicions de compiŀlació.\n"
23103 -" -x Simula el mode d'enviament de «mailx».\n"
23104 -" -y Selecciona una bústia de la vostra llista "
23106 -" -z Ix immediatament si no hi ha missatges en la bústia.\n"
23107 -" -Z Obri la primera bústia amb missatges nous, i ix\n"
23108 -" immediatament si no n'hi ha cap.\n"
23109 -" -h Mostra aquest missatge d'ajuda."
23110 +" -b ADREÇA Indica una ADREÇA per a la còpia cega (BCC).\n"
23111 +" -c ADREÇA Indica una ADREÇA per a la còpia (CC).\n"
23112 +" -D Mostra el valor de totes les variables en l'eixida\n"
23116 msgid " -d <level>\tlog debugging output to ~/.muttdebug0"
23118 +" -d NIVELL Escriu els missatges de depuració en «~/.muttdebug0»."
23123 " -e <command>\tspecify a command to be executed after initialization\n"
23124 " -f <file>\tspecify which mailbox to read\n"
23125 @@ -3423,20 +3405,6 @@ msgid ""
23126 " -Z\t\topen the first folder with new message, exit immediately if none\n"
23127 " -h\t\tthis help message"
23129 -"Forma d'ús: mutt [-nRyzZ] [-e ORDRE] [-F FITXER] [-m TIPUS] [-f FITXER]\n"
23130 -" mutt [-nR] [-e ORDRE] [-F FITXER] -Q VAR [-Q VAR] [...]\n"
23131 -" mutt [-nR] [-e ORDRE] [-F FITXER] -A ÀLIES [-A ÀLIES] [...]\n"
23132 -" mutt [-nx] [-e ORDRE] [-a FITXER] [-F FITXER] [-H FITXER]\n"
23133 -" [-i FITXER] [-s ASSUMPTE] [-b ADREÇA] [-c ADREÇA] "
23135 -" mutt [-n] [-e ORDRE] [-F FITXER] -p\n"
23139 -" -A ÀLIES Expandeix l'ÀLIES indicat.\n"
23140 -" -a FITXER Adjunta un FITXER al missatge.\n"
23141 -" -b ADREÇA Indica una ADREÇA per la còpia cega (BCC).\n"
23142 -" -c ADREÇA Indica una ADREÇA per la còpia (CC).\n"
23143 " -e ORDRE Indica una ORDRE a executar abans de la "
23144 "inicialització.\n"
23145 " -f FITXER Indica quina bústia llegir.\n"
23146 @@ -3491,7 +3459,7 @@ msgstr "«%s» no existeix. Voleu crear-
23149 msgid "Can't create %s: %s."
23150 -msgstr "No s'ha pogut crear «%s»: %s."
23151 +msgstr "No s'ha pogut crear «%s»: %s"
23154 msgid "No recipients specified.\n"
23155 @@ -3721,7 +3689,7 @@ msgstr "Error d'E/S"
23158 msgid "SSL failed: %s"
23159 -msgstr "La negociació d'SSL ha fallat: %s."
23160 +msgstr "La negociació d'SSL ha fallat: %s"
23162 #: mutt_ssl.c:340 mutt_ssl_gnutls.c:493 mutt_ssl_gnutls.c:502
23163 #: mutt_ssl_gnutls.c:531
23164 @@ -3821,89 +3789,82 @@ msgstr "S'ha desat el certificat."
23166 #: mutt_ssl_gnutls.c:95 mutt_ssl_gnutls.c:117
23167 msgid "Error: no TLS socket open"
23169 +msgstr "Error: No hi ha un connector TLS obert."
23171 #: mutt_ssl_gnutls.c:204
23172 msgid "All available protocols for TLS/SSL connection disabled"
23174 +msgstr "Tots els protocols de connexió TLS/SSL disponibles estan inhabilitats."
23176 #: mutt_ssl_gnutls.c:265
23177 -#, fuzzy, c-format
23179 msgid "SSL/TLS connection using %s (%s/%s/%s)"
23180 -msgstr "La connexió SSL usa «%s» (%s)."
23181 +msgstr "La connexió SSL/TLS usa «%s» (%s/%s/%s)."
23183 #: mutt_ssl_gnutls.c:508
23185 msgid "Certificate verification error (%s)"
23187 +msgstr "Error en la verificació del certificat: %s"
23189 #: mutt_ssl_gnutls.c:516
23191 msgid "Certificate is not X.509"
23192 -msgstr "S'ha desat el certificat."
23193 +msgstr "El certificat no és de tipus X.509."
23195 #: mutt_ssl_gnutls.c:523
23197 msgid "Error initialising gnutls certificate data"
23198 -msgstr "Error en inicialitzar el terminal."
23199 +msgstr "Error en inicialitzar les dades del certificat GNU TLS."
23201 #: mutt_ssl_gnutls.c:539
23202 msgid "Error processing certificate data"
23204 +msgstr "Error en processar les dades del certificat."
23206 #: mutt_ssl_gnutls.c:724
23207 -#, fuzzy, c-format
23209 msgid "SHA1 Fingerprint: %s"
23210 -msgstr "Empremta digital: %s"
23211 +msgstr "Empremta digital SHA1: %s"
23213 #: mutt_ssl_gnutls.c:727
23214 -#, fuzzy, c-format
23216 msgid "MD5 Fingerprint: %s"
23217 -msgstr "Empremta digital: %s"
23218 +msgstr "Empremta digital MD5: %s"
23220 #: mutt_ssl_gnutls.c:732
23222 msgid "WARNING: Server certificate is not yet valid"
23223 -msgstr "El certificat del servidor encara no és vàlid."
23224 +msgstr "Avís: El certificat del servidor encara no és vàlid."
23226 #: mutt_ssl_gnutls.c:737
23228 msgid "WARNING: Server certificate has expired"
23229 -msgstr "El certificat del servidor ha expirat."
23230 +msgstr "Avís: El certificat del servidor ha expirat."
23232 #: mutt_ssl_gnutls.c:742
23234 msgid "WARNING: Server certificate has been revoked"
23235 -msgstr "El certificat del servidor ha expirat."
23236 +msgstr "Avís: El certificat del servidor ha estat revocat."
23238 #: mutt_ssl_gnutls.c:747
23239 msgid "WARNING: Server hostname does not match certificate"
23241 +msgstr "Avís: El nom d'estació del servidor no concorda amb el del certificat."
23243 #: mutt_ssl_gnutls.c:752
23245 msgid "WARNING: Signer of server certificate is not a CA"
23246 -msgstr "El certificat del servidor encara no és vàlid."
23247 +msgstr "Avís: El signatari del certificat del servidor no és una CA."
23249 #: mutt_ssl_gnutls.c:755
23251 msgid "TLS/SSL Certificate check"
23252 -msgstr "Comprovació del certificat SSL"
23253 +msgstr "Comprovació del certificat TLS/SSL"
23255 #: mutt_tunnel.c:70
23256 -#, fuzzy, c-format
23258 msgid "Connecting with \"%s\"..."
23259 msgstr "S'està connectant amb «%s»..."
23261 #: mutt_tunnel.c:137
23263 msgid "Tunnel to %s returned error %d (%s)"
23265 +msgstr "El túnel a «%s» ha tornat l'error %d: %s"
23267 #: mutt_tunnel.c:155 mutt_tunnel.c:171
23268 -#, fuzzy, c-format
23270 msgid "Tunnel error talking to %s: %s"
23271 -msgstr "Error en parlar amb «%s» (%s)."
23272 +msgstr "Error en el túnel establert amb «%s»: %s"
23275 msgid "File is a directory, save under it? [(y)es, (n)o, (a)ll]"
23276 @@ -4166,7 +4127,7 @@ msgstr "%c: L'ordre no és vàlida."
23279 msgid "%c: not supported in this mode"
23280 -msgstr "%c: No es suporta en aquest mode."
23281 +msgstr "%c: No es permet en aquest mode."
23285 @@ -4232,15 +4193,13 @@ msgstr ""
23288 #: pgp.c:392 pgp.c:956
23290 msgid "Could not decrypt PGP message"
23291 -msgstr "No s'ha pogut copiar el missatge."
23292 +msgstr "No s'ha pogut desxifrar el missatge PGP."
23294 #. clear 'Invoking...' message, since there's no error
23295 #: pgp.c:441 pgp.c:952
23297 msgid "PGP message successfully decrypted."
23298 -msgstr "S'ha pogut verificar amb èxit la signatura PGP."
23299 +msgstr "S'ha pogut desxifrar amb èxit el missatge PGP."
23302 msgid "Internal error. Inform <roessler@does-not-exist.org>."
23303 @@ -4255,7 +4214,6 @@ msgstr ""
23308 msgid "Decryption failed"
23309 msgstr "El desxifratge ha fallat."
23311 @@ -4328,7 +4286,7 @@ msgstr "Clau PGP %s."
23312 #: pop.c:91 pop_lib.c:201
23314 msgid "Command TOP is not supported by server."
23315 -msgstr "El servidor no suporta l'ordre «TOP»."
23316 +msgstr "El servidor no permet l'ordre «TOP»."
23319 msgid "Can't write header to temporary file!"
23320 @@ -4337,7 +4295,7 @@ msgstr "No s'ha pogut escriure la capça
23321 #: pop.c:199 pop_lib.c:203
23323 msgid "Command UIDL is not supported by server."
23324 -msgstr "El servidor no suporta l'ordre «UIDL»."
23325 +msgstr "El servidor no permet l'ordre «UIDL»."
23327 #: pop.c:248 pop.c:565
23329 @@ -4404,7 +4362,7 @@ msgstr "L'autenticació APOP ha fallat."
23332 msgid "Command USER is not supported by server."
23333 -msgstr "El servidor no suporta l'ordre «USER»."
23334 +msgstr "El servidor no permet l'ordre «USER»."
23337 msgid "Unable to leave messages on server."
23338 @@ -5051,14 +5009,14 @@ msgstr "El missatge pare no és visible
23339 msgid "Parent message is not available."
23340 msgstr "El missatge pare no es troba disponible."
23342 -#~ msgid "First entry is shown."
23343 -#~ msgstr "La primera entrada ja és visible."
23344 +msgid "First entry is shown."
23345 +msgstr "La primera entrada ja és visible."
23347 -#~ msgid "Last entry is shown."
23348 -#~ msgstr "L'última entrada ja és visible."
23349 +msgid "Last entry is shown."
23350 +msgstr "L'última entrada ja és visible."
23352 -#~ msgid "Unexpected response received from server: %s"
23353 -#~ msgstr "S'ha rebut una resposta inesperada del servidor: %s"
23354 +msgid "Unexpected response received from server: %s"
23355 +msgstr "S'ha rebut una resposta inesperada del servidor: %s"
23357 -#~ msgid "Unable to append to IMAP mailboxes at this server"
23358 -#~ msgstr "Aquest servidor no permet afegir a les bústies IMAP."
23359 +msgid "Unable to append to IMAP mailboxes at this server"
23360 +msgstr "Aquest servidor no permet afegir a les bústies IMAP."
23361 Index: mutt/po/cs.po
23362 ===================================================================
23363 RCS file: /home/roessler/cvs/mutt/po/cs.po,v
23364 retrieving revision 3.20
23365 retrieving revision 3.22
23366 diff -u -p -u -a -r3.20 -r3.22
23367 --- mutt/po/cs.po 15 Sep 2005 14:24:38 -0000 3.20
23368 +++ mutt/po/cs.po 17 Sep 2005 20:46:12 -0000 3.22
23369 @@ -3741,7 +3741,7 @@ msgid ""
23371 " You should have received a copy of the GNU General Public License\n"
23372 " along with this program; if not, write to the Free Software\n"
23373 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23374 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23376 "Copyright (C) 1996-2003 Michael R. Elkins <me@cs.hmc.edu>\n"
23377 "Copyright (C) 1996-2003 Brandon Long <blong@fiction.net>\n"
23378 @@ -3770,7 +3770,7 @@ msgstr ""
23380 " Kopie Obecné veøejné licence GNU mìla být dodána spolu s tímto programem;\n"
23381 "pokud se tak nestalo, napi¹te o ni Free Software Foundation, Inc.,\n"
23382 -"59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23383 +"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23387 Index: mutt/po/da.po
23388 ===================================================================
23389 RCS file: /home/roessler/cvs/mutt/po/da.po,v
23390 retrieving revision 3.19
23391 retrieving revision 3.21
23392 diff -u -p -u -a -r3.19 -r3.21
23393 --- mutt/po/da.po 15 Sep 2005 14:24:38 -0000 3.19
23394 +++ mutt/po/da.po 17 Sep 2005 20:46:12 -0000 3.21
23395 @@ -3170,7 +3170,7 @@ msgid ""
23397 " You should have received a copy of the GNU General Public License\n"
23398 " along with this program; if not, write to the Free Software\n"
23399 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23400 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23402 "Copyright (C) 1996-2002 Michael R. Elkins <me@cs.hmc.edu>\n"
23403 "Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
23404 @@ -3195,7 +3195,7 @@ msgstr ""
23406 " Du skulle have modtaget en kopi af GNU General Public License\n"
23407 " sammen med dette program; hvis ikke, så skriv til The Free Software\n"
23408 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23409 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23413 Index: mutt/po/de.po
23414 ===================================================================
23415 RCS file: /home/roessler/cvs/mutt/po/de.po,v
23416 retrieving revision 3.27
23417 retrieving revision 3.29
23418 diff -u -p -u -a -r3.27 -r3.29
23419 --- mutt/po/de.po 15 Sep 2005 14:24:38 -0000 3.27
23420 +++ mutt/po/de.po 17 Sep 2005 20:46:12 -0000 3.29
23421 @@ -3162,7 +3162,7 @@ msgid ""
23423 " You should have received a copy of the GNU General Public License\n"
23424 " along with this program; if not, write to the Free Software\n"
23425 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23426 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23428 "Copyright (C) 1996-2004 Michael R. Elkins <me@mutt.org>\n"
23429 "Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
23430 @@ -3189,8 +3189,8 @@ msgstr ""
23432 " Sie sollten eine Kopie der GNU General Public License zusammen mit\n"
23433 " diesem Programm erhalten haben; falls nicht, schreiben sie an Free\n"
23434 -" Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA "
23436 +" Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA "
23437 +"02110-1301, USA.\n"
23441 Index: mutt/po/el.po
23442 ===================================================================
23443 RCS file: /home/roessler/cvs/mutt/po/el.po,v
23444 retrieving revision 3.20
23445 retrieving revision 3.22
23446 diff -u -p -u -a -r3.20 -r3.22
23447 --- mutt/po/el.po 15 Sep 2005 14:24:38 -0000 3.20
23448 +++ mutt/po/el.po 17 Sep 2005 20:46:12 -0000 3.22
23449 @@ -3810,7 +3810,7 @@ msgid ""
23451 " You should have received a copy of the GNU General Public License\n"
23452 " along with this program; if not, write to the Free Software\n"
23453 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23454 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23456 "Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>\n"
23457 "Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
23458 @@ -3837,7 +3837,7 @@ msgstr ""
23460 "Èá Ýðñåðå íá Ý÷åôå ëÜâåé Ýíá áíôßãñáöï ôçò GNU ÃåíéêÞò Äçìüóéáò ¶äåéáò\n"
23461 "ìå áõôü ôï ðñüãñáììá. ÅÜí ü÷é, ãñÜøôå óôï Free Software \n"
23462 -"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23463 +"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23467 Index: mutt/po/eo.po
23468 ===================================================================
23469 RCS file: /home/roessler/cvs/mutt/po/eo.po,v
23470 retrieving revision 3.20
23471 retrieving revision 3.22
23472 diff -u -p -u -a -r3.20 -r3.22
23473 --- mutt/po/eo.po 15 Sep 2005 14:24:38 -0000 3.20
23474 +++ mutt/po/eo.po 17 Sep 2005 20:46:12 -0000 3.22
23475 @@ -3185,7 +3185,7 @@ msgid ""
23477 " You should have received a copy of the GNU General Public License\n"
23478 " along with this program; if not, write to the Free Software\n"
23479 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23480 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23482 "Kopirajto (C) 1996-2002 Michael R. Elkins <me@mutt.org>\n"
23483 "Kopirajto (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
23484 @@ -3210,7 +3210,7 @@ msgstr ""
23486 " Vi devus esti ricevinta kopion de la Øenerala Publika Rajtigilo de\n"
23487 " GNU kun æi tiu programo; se ne, skribu al Free Software Foundation,\n"
23488 -" Inc., 59 Temple Place - Suite 330, Boston, MA 02111, Usono.\n"
23489 +" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, Usono.\n"
23493 Index: mutt/po/es.po
23494 ===================================================================
23495 RCS file: /home/roessler/cvs/mutt/po/es.po,v
23496 retrieving revision 3.22
23497 retrieving revision 3.24
23498 diff -u -p -u -a -r3.22 -r3.24
23499 --- mutt/po/es.po 15 Sep 2005 14:24:38 -0000 3.22
23500 +++ mutt/po/es.po 17 Sep 2005 20:46:12 -0000 3.24
23501 @@ -3234,7 +3234,7 @@ msgid ""
23503 " You should have received a copy of the GNU General Public License\n"
23504 " along with this program; if not, write to the Free Software\n"
23505 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23506 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23508 "Copyright (C) 1996-2001 Michael R. Elkins <me@cs.hmc.edu>\n"
23509 "Copyright (C) 1996-2001 Brandon Long <blong@fiction.net>\n"
23510 @@ -3262,7 +3262,7 @@ msgstr ""
23512 " You should have received a copy of the GNU General Public License\n"
23513 " along with this program; if not, write to the Free Software\n"
23514 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23515 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23519 Index: mutt/po/et.po
23520 ===================================================================
23521 RCS file: /home/roessler/cvs/mutt/po/et.po,v
23522 retrieving revision 3.21
23523 retrieving revision 3.23
23524 diff -u -p -u -a -r3.21 -r3.23
23525 --- mutt/po/et.po 15 Sep 2005 14:24:38 -0000 3.21
23526 +++ mutt/po/et.po 17 Sep 2005 20:46:12 -0000 3.23
23527 @@ -3190,7 +3190,7 @@ msgid ""
23529 " You should have received a copy of the GNU General Public License\n"
23530 " along with this program; if not, write to the Free Software\n"
23531 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23532 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23534 "Autoriõigus (C) 1996-2002 Michael R. Elkins <me@cs.hmc.edu>\n"
23535 "Autoriõigus (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
23536 @@ -3214,7 +3214,7 @@ msgstr ""
23538 " You should have received a copy of the GNU General Public License\n"
23539 " along with this program; if not, write to the Free Software\n"
23540 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23541 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23545 Index: mutt/po/fr.po
23546 ===================================================================
23547 RCS file: /home/roessler/cvs/mutt/po/fr.po,v
23548 retrieving revision 3.36
23549 retrieving revision 3.39
23550 diff -u -p -u -a -r3.36 -r3.39
23551 --- mutt/po/fr.po 15 Sep 2005 14:24:38 -0000 3.36
23552 +++ mutt/po/fr.po 17 Sep 2005 20:46:12 -0000 3.39
23557 -"Project-Id-Version: Mutt 1.5.10\n"
23558 +"Project-Id-Version: Mutt 1.5.11\n"
23559 "Report-Msgid-Bugs-To: \n"
23560 -"POT-Creation-Date: 2005-09-15 16:23+0200\n"
23561 -"PO-Revision-Date: 2005-08-12 01:40+0200\n"
23562 +"POT-Creation-Date: 2005-09-17 02:35+0200\n"
23563 +"PO-Revision-Date: 2005-09-17 02:37+0200\n"
23564 "Last-Translator: Vincent Lefevre <vincent@vinc17.org>\n"
23565 "Language-Team: mutt-dev <mutt-dev@mutt.org>\n"
23566 "MIME-Version: 1.0\n"
23567 @@ -2154,7 +2154,7 @@ msgstr "CLOSE a échoué"
23568 #: imap/imap.c:1388
23570 msgid "Header search without header name: %s"
23572 +msgstr "Recherche d'en-tête sans nom d'en-tête : %s"
23574 #: imap/imap.c:1536
23575 msgid "Bad mailbox name"
23576 @@ -2206,9 +2206,8 @@ msgstr ""
23577 "L'index du message est incorrect. Essayez de rouvrir la boîte aux lettres."
23579 #: imap/message.c:548
23581 msgid "Uploading message..."
23582 -msgstr "Chargement du message ..."
23583 +msgstr "Chargement du message..."
23586 #: imap/message.c:708
23587 @@ -3276,7 +3275,7 @@ msgid ""
23589 " You should have received a copy of the GNU General Public License\n"
23590 " along with this program; if not, write to the Free Software\n"
23591 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23592 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23594 "Copyright (C) 1996-2004 Michael R. Elkins <me@mutt.org>\n"
23595 "Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
23596 @@ -3301,10 +3300,9 @@ msgstr ""
23598 " Vous devez avoir reçu un exemplaire de la GNU General Public License\n"
23599 " avec ce programme ; si ce n'est pas le cas, écrivez à la Free Software\n"
23600 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
23601 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
23606 "usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
23608 @@ -3342,7 +3340,7 @@ msgstr ""
23609 " -a <fich>\tattache un fichier à ce message\n"
23610 " -b <adresse>\tspécifie une adresse à mettre en copie aveugle (BCC)\n"
23611 " -c <adresse>\tspécifie une adresse à mettre en copie (CC)\n"
23612 -" -D\t\técrit la valeur de toutes les variables sur stderr"
23613 +" -D\t\técrit la valeur de toutes les variables sur stdout"
23616 msgid " -d <level>\tlog debugging output to ~/.muttdebug0"
23617 Index: mutt/po/ga.po
23618 ===================================================================
23619 RCS file: mutt/po/ga.po
23620 diff -N mutt/po/ga.po
23621 --- /dev/null 1 Jan 1970 00:00:00 -0000
23622 +++ mutt/po/ga.po 17 Sep 2005 20:46:13 -0000 1.3
23624 +# Irish translations for mutt.
23625 +# Copyright (C) 2003 Free Software Foundation, Inc.
23626 +# Kevin Patrick Scannell <scannell@SLU.EDU>, 2005.
23630 +"Project-Id-Version: mutt 1.5.11\n"
23631 +"Report-Msgid-Bugs-To: \n"
23632 +"POT-Creation-Date: 2005-09-15 16:23+0200\n"
23633 +"PO-Revision-Date: 2005-09-16 14:22-0500\n"
23634 +"Last-Translator: Kevin Patrick Scannell <scannell@SLU.EDU>\n"
23635 +"Language-Team: Irish <ga@li.org>\n"
23636 +"MIME-Version: 1.0\n"
23637 +"Content-Type: text/plain; charset=ISO-8859-1\n"
23638 +"Content-Transfer-Encoding: 8bit\n"
23642 +msgid "Username at %s: "
23643 +msgstr "Ainm úsáideora ag %s: "
23647 +msgid "Password for %s@%s: "
23648 +msgstr "Focal faire do %s@%s: "
23650 +#: addrbook.c:37 browser.c:45 pager.c:1483 postpone.c:43 query.c:48
23651 +#: recvattach.c:54
23655 +#: addrbook.c:38 curs_main.c:407 pager.c:1490 postpone.c:44
23659 +#: addrbook.c:39 curs_main.c:408 postpone.c:45
23665 +msgstr "Roghnaigh"
23667 +#. __STRCAT_CHECKED__
23668 +#: addrbook.c:41 browser.c:48 compose.c:96 crypt-gpgme.c:3569 curs_main.c:413
23669 +#: mutt_ssl.c:678 mutt_ssl_gnutls.c:772 pager.c:1582 pgpkey.c:521 postpone.c:46
23670 +#: query.c:53 recvattach.c:58 smime.c:436
23675 +msgid "You have no aliases!"
23676 +msgstr "Níl aon ailias agat!"
23680 +msgstr "Ailiasanna"
23682 +#. add a new alias
23684 +msgid "Alias as: "
23688 +msgid "You already have an alias defined with that name!"
23689 +msgstr "Tá an t-ailias seo agat cheana féin!"
23692 +msgid "Warning: This alias name may not work. Fix it?"
23694 +"Rabhadh: Is féidir nach n-oibreoidh an t-ailias seo i gceart. Ceartaigh?"
23698 +msgstr "Seoladh: "
23700 +#: alias.c:293 send.c:206
23702 +msgid "Error: '%s' is a bad IDN."
23703 +msgstr "Earráid: Is drochIDN é '%s'"
23706 +msgid "Personal name: "
23707 +msgstr "Ainm pearsanta: "
23711 +msgid "[%s = %s] Accept?"
23712 +msgstr "[%s = %s] Glac Leis?"
23714 +#: alias.c:331 recvattach.c:394 recvattach.c:417 recvattach.c:430
23715 +#: recvattach.c:443 recvattach.c:471
23716 +msgid "Save to file: "
23717 +msgstr "Sábháil go comhad: "
23720 +msgid "Alias added."
23721 +msgstr "Cuireadh an t-ailias leis."
23723 +#: attach.c:113 attach.c:245 attach.c:477 attach.c:968
23724 +msgid "Can't match nametemplate, continue?"
23725 +msgstr "Ní féidir ainmtheimpléad comhoiriúnach a fháil; lean ar aghaidh?"
23727 +#. For now, editing requires a file, no piping
23730 +msgid "Mailcap compose entry requires %%s"
23731 +msgstr "Tá gá le %%s in iontráil chumtha Mailcap"
23733 +#: attach.c:134 attach.c:266 commands.c:221 compose.c:1183 curs_lib.c:179
23736 +msgid "Error running \"%s\"!"
23737 +msgstr "Earráid agus \"%s\" á rith!"
23740 +msgid "Failure to open file to parse headers."
23741 +msgstr "Níorbh fhéidir comhad a oscailt chun ceanntásca a pharsáil."
23744 +msgid "Failure to open file to strip headers."
23745 +msgstr "Níorbh fhéidir comhad a oscailt chun ceanntásca a struipeáil."
23748 +msgid "Failure to rename file."
23749 +msgstr "Theip ar athainmniú comhaid."
23753 +msgid "No mailcap compose entry for %s, creating empty file."
23754 +msgstr "Níl aon iontráil chumadóra mailcap do %s, comhad folamh á chruthú."
23756 +#. For now, editing requires a file, no piping
23759 +msgid "Mailcap Edit entry requires %%s"
23760 +msgstr "Tá gá le %%s in iontráil Eagair Mailcap"
23764 +msgid "No mailcap edit entry for %s"
23765 +msgstr "Níl aon iontráil eagair mailcap do %s"
23768 +msgid "No matching mailcap entry found. Viewing as text."
23769 +msgstr "Níor aimsíodh iontráil chomhoiriúnach mailcap. Féach air mar théacs."
23772 +msgid "MIME type not defined. Cannot view attachment."
23773 +msgstr "Tá an cineál MIME gan sainmhíniú. Ní féidir an t-iatán a léamh."
23776 +msgid "Cannot create filter"
23777 +msgstr "Ní féidir an scagaire a chruthú"
23779 +#: attach.c:676 attach.c:708 attach.c:1001 attach.c:1059 handler.c:1576
23780 +#: pgpkey.c:570 pgpkey.c:759
23781 +msgid "Can't create filter"
23782 +msgstr "Ní féidir an scagaire a chruthú"
23785 +msgid "Write fault!"
23786 +msgstr "Fadhb i rith scríofa!"
23789 +msgid "I don't know how to print that!"
23790 +msgstr "Ní fhéadaim priontáil!"
23800 +#: browser.c:382 browser.c:990
23802 +msgid "%s is not a directory."
23803 +msgstr "Ní comhadlann í %s."
23807 +msgid "Mailboxes [%d]"
23808 +msgstr "Boscaí Poist [%d]"
23812 +msgid "Subscribed [%s], File mask: %s"
23813 +msgstr "Liostáilte [%s], Masc comhaid: %s"
23817 +msgid "Directory [%s], File mask: %s"
23818 +msgstr "Comhadlann [%s], Masc comhaid: %s"
23821 +msgid "Can't attach a directory!"
23822 +msgstr "Ní féidir comhadlann a cheangal!"
23824 +#: browser.c:656 browser.c:1057 browser.c:1154
23825 +msgid "No files match the file mask"
23826 +msgstr "Níl aon chomhad comhoiriúnach leis an mhasc chomhaid"
23829 +msgid "Create is only supported for IMAP mailboxes"
23830 +msgstr "Ní féidir cruthú ach le boscaí poist IMAP"
23833 +msgid "Rename is only supported for IMAP mailboxes"
23834 +msgstr "Ní féidir athainmniú ach le boscaí poist IMAP"
23837 +msgid "Delete is only supported for IMAP mailboxes"
23838 +msgstr "Ní féidir scriosadh ach le boscaí poist IMAP"
23842 +msgid "Really delete mailbox \"%s\"?"
23843 +msgstr "Scrios bosca poist \"%s\" i ndáiríre?"
23846 +msgid "Mailbox deleted."
23847 +msgstr "Scriosadh an bosca."
23850 +msgid "Mailbox not deleted."
23851 +msgstr "Níor scriosadh an bosca."
23854 +msgid "Chdir to: "
23855 +msgstr "Chdir go: "
23857 +#: browser.c:978 browser.c:1050
23858 +msgid "Error scanning directory."
23859 +msgstr "Earráid agus comhadlann á scanadh."
23862 +msgid "File Mask: "
23863 +msgstr "Masc Comhaid: "
23866 +msgid "Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? "
23868 +"Sórtáil droim ar ais de réir (d)áta, (a)ibítíre, (m)éid, nó (n)á sórtáil? "
23871 +msgid "Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? "
23872 +msgstr "Sórtáil de réir (d)áta, (a)ibítíre, (m)éid, nó (n)á sórtáil? "
23879 +msgid "New file name: "
23880 +msgstr "Ainm comhaid nua: "
23883 +msgid "Can't view a directory"
23884 +msgstr "Ní féidir comhadlann a scrúdú"
23887 +msgid "Error trying to view file"
23888 +msgstr "Earráid ag iarraidh comhad a scrúdú"
23891 +msgid "New mail in "
23892 +msgstr "Post nua i "
23896 +msgid "%s: color not supported by term"
23897 +msgstr "%s: níl dathanna ar fáil leis an teirminéal seo"
23901 +msgid "%s: no such color"
23902 +msgstr "%s: níl a leithéid de dhath ann"
23904 +#: color.c:378 color.c:579 color.c:590
23906 +msgid "%s: no such object"
23907 +msgstr "%s: níl a leithéid de rud ann"
23911 +msgid "%s: command valid only for index object"
23912 +msgstr "%s: is féidir an t-ordú seo a úsáid le réada innéacs amháin"
23916 +msgid "%s: too few arguments"
23917 +msgstr "%s: níl go leor argóintí ann"
23920 +msgid "Missing arguments."
23921 +msgstr "Argóintí ar iarraidh."
23923 +#: color.c:606 color.c:617
23924 +msgid "color: too few arguments"
23925 +msgstr "color: níl go leor argóintí ann"
23928 +msgid "mono: too few arguments"
23929 +msgstr "mono: níl go leor argóintí ann"
23933 +msgid "%s: no such attribute"
23934 +msgstr "%s: níl a leithéid d'aitreabúid ann"
23936 +#: color.c:700 hook.c:69 hook.c:77 keymap.c:751
23937 +msgid "too few arguments"
23938 +msgstr "níl go leor argóintí ann"
23940 +#: color.c:709 hook.c:83
23941 +msgid "too many arguments"
23942 +msgstr "an iomarca argóintí"
23945 +msgid "default colors not supported"
23946 +msgstr "níl na dathanna réamhshocraithe ar fáil"
23948 +#. find out whether or not the verify signature
23950 +msgid "Verify PGP signature?"
23951 +msgstr "Fíoraigh síniú PGP?"
23953 +#: commands.c:117 mbox.c:736
23954 +msgid "Could not create temporary file!"
23955 +msgstr "Níorbh fhéidir comhad sealadach a chruthú!"
23958 +msgid "Cannot create display filter"
23959 +msgstr "Ní féidir scagaire taispeána a chruthú"
23962 +msgid "Could not copy message"
23963 +msgstr "Níorbh fhéidir teachtaireacht a chóipeáil"
23966 +msgid "S/MIME signature successfully verified."
23967 +msgstr "Bhí an síniú S/MIME fíoraithe."
23970 +msgid "S/MIME certificate owner does not match sender."
23971 +msgstr "Níl úinéir an teastais S/MIME comhoiriúnach leis an seoltóir."
23973 +#: commands.c:192 commands.c:203
23974 +msgid "Warning: Part of this message has not been signed."
23975 +msgstr "Rabhadh: Níor síníodh cuid den teachtaireacht seo."
23978 +msgid "S/MIME signature could NOT be verified."
23979 +msgstr "Níorbh fhéidir an síniú S/MIME a fhíorú."
23982 +msgid "PGP signature successfully verified."
23983 +msgstr "Bhí an síniú PGP fíoraithe."
23986 +msgid "PGP signature could NOT be verified."
23987 +msgstr "Níorbh fhéidir an síniú PGP a fhíorú."
23993 +#: commands.c:247 recvcmd.c:147
23994 +msgid "Bounce message to: "
23995 +msgstr "Scinn teachtaireacht go: "
23997 +#: commands.c:249 recvcmd.c:149
23998 +msgid "Bounce tagged messages to: "
23999 +msgstr "Scinn teachtaireachtaí clibeáilte go: "
24001 +#: commands.c:264 recvcmd.c:158
24002 +msgid "Error parsing address!"
24003 +msgstr "Earráid agus seoladh á pharsáil!"
24005 +#: commands.c:272 recvcmd.c:166
24007 +msgid "Bad IDN: '%s'"
24008 +msgstr "DrochIDN: '%s'"
24010 +#: commands.c:283 recvcmd.c:180
24012 +msgid "Bounce message to %s"
24013 +msgstr "Scinn teachtaireacht go %s"
24015 +#: commands.c:283 recvcmd.c:180
24017 +msgid "Bounce messages to %s"
24018 +msgstr "Scinn teachtaireachtaí go %s"
24020 +#: commands.c:299 recvcmd.c:196
24021 +msgid "Message not bounced."
24022 +msgstr "Níor scinneadh an teachtaireacht."
24024 +#: commands.c:299 recvcmd.c:196
24025 +msgid "Messages not bounced."
24026 +msgstr "Níor scinneadh na teachtaireachtaí."
24028 +#: commands.c:309 recvcmd.c:215
24029 +msgid "Message bounced."
24030 +msgstr "Scinneadh an teachtaireacht."
24032 +#: commands.c:309 recvcmd.c:215
24033 +msgid "Messages bounced."
24034 +msgstr "Scinneadh na teachtaireachtaí"
24036 +#: commands.c:386 commands.c:420 commands.c:437
24037 +msgid "Can't create filter process"
24038 +msgstr "Ní féidir próiseas a chruthú chun scagadh a dhéanamh"
24041 +msgid "Pipe to command: "
24042 +msgstr "Píopa go dtí an t-ordú: "
24045 +msgid "No printing command has been defined."
24046 +msgstr "Níl aon ordú priontála sainmhínithe."
24049 +msgid "Print message?"
24050 +msgstr "Priontáil teachtaireacht?"
24053 +msgid "Print tagged messages?"
24054 +msgstr "Priontáil teachtaireachtaí clibeáilte?"
24057 +msgid "Message printed"
24058 +msgstr "Priontáilte"
24061 +msgid "Messages printed"
24062 +msgstr "Priontáilte"
24065 +msgid "Message could not be printed"
24066 +msgstr "Níorbh fhéidir an teachtaireacht a phriontáil"
24069 +msgid "Messages could not be printed"
24070 +msgstr "Níorbh fhéidir na teachtaireachtaí a phriontáil"
24074 +"Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore/s(p)"
24077 +"DroimArAis (d)áta/(ó)/(f)ág/á(b)har/(g)o/s(n)áith/dí(s)hórt/(m)éid/s(c)ór/s(p)"
24082 +"Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore/s(p)"
24085 +"Sórtáil (d)áta/(ó)/(f)ág/á(b)har/(g)o/s(n)áith/dí(s)hórt/(m)éid/s(c)ór/s(p)"
24089 +msgid "dfrsotuzcp"
24090 +msgstr "dófbgnsmcp"
24093 +msgid "Shell command: "
24094 +msgstr "Ordú blaoisce: "
24098 +msgid "Decode-save%s to mailbox"
24099 +msgstr "Díchódaigh-sábháil%s go bosca poist"
24103 +msgid "Decode-copy%s to mailbox"
24104 +msgstr "Díchódaigh-cóipeáil%s go bosca poist"
24108 +msgid "Decrypt-save%s to mailbox"
24109 +msgstr "Díchriptigh-sábháil%s go bosca poist"
24113 +msgid "Decrypt-copy%s to mailbox"
24114 +msgstr "Díchriptigh-cóipeáil%s go bosca poist"
24118 +msgid "Save%s to mailbox"
24119 +msgstr "Sábháil%s go dtí an bosca poist"
24123 +msgid "Copy%s to mailbox"
24124 +msgstr "Cóipeáil%s go dtí an bosca poist"
24128 +msgstr " clibeáilte"
24132 +msgid "Copying to %s..."
24133 +msgstr "Á chóipeáil go %s..."
24137 +msgid "Convert to %s upon sending?"
24138 +msgstr "Tiontaigh go %s agus á sheoladh?"
24142 +msgid "Content-Type changed to %s."
24143 +msgstr "Athraíodh Content-Type go %s."
24147 +msgid "Character set changed to %s; %s."
24148 +msgstr "Athraíodh an tacar carachtar go %s; %s."
24151 +msgid "not converting"
24152 +msgstr "gan tiontú"
24155 +msgid "converting"
24159 +msgid "There are no attachments."
24160 +msgstr "Níl aon iatán ann."
24166 +#: compose.c:90 remailer.c:487
24170 +#: compose.c:94 compose.c:668
24171 +msgid "Attach file"
24179 +msgid "Sign, Encrypt"
24180 +msgstr "Sínigh, Criptigh"
24196 +msgstr " (inlíne)"
24199 +msgid " (PGP/MIME)"
24200 +msgstr " (PGP/MIME)"
24202 +#: compose.c:155 compose.c:159
24203 +msgid " sign as: "
24204 +msgstr " sínigh mar: "
24206 +#: compose.c:155 compose.c:159
24208 +msgstr "<réamhshocraithe>"
24211 +msgid "Encrypt with: "
24212 +msgstr "Criptigh le: "
24216 +msgid "%s [#%d] no longer exists!"
24217 +msgstr "níl %s [#%d] ann níos mó!"
24221 +msgid "%s [#%d] modified. Update encoding?"
24222 +msgstr "Mionathraíodh %s [#%d]. Nuashonraigh a ionchódú?"
24225 +msgid "-- Attachments"
24226 +msgstr "-- Iatáin"
24230 +msgid "Warning: '%s' is a bad IDN."
24231 +msgstr "Rabhadh: is drochIDN '%s'."
24234 +msgid "You may not delete the only attachment."
24235 +msgstr "Ní féidir leat an t-iatán amháin a scriosadh."
24237 +#: compose.c:601 send.c:1492
24239 +msgid "Bad IDN in \"%s\": '%s'"
24240 +msgstr "DrochIDN i \"%s\": '%s'"
24243 +msgid "Attaching selected files..."
24244 +msgstr "Comhaid roghnaithe á gceangal..."
24248 +msgid "Unable to attach %s!"
24249 +msgstr "Ní féidir %s a cheangal!"
24252 +msgid "Open mailbox to attach message from"
24253 +msgstr "Oscail an bosca poist as a gceanglóidh tú teachtaireacht"
24256 +msgid "No messages in that folder."
24257 +msgstr "Níl aon teachtaireacht san fhillteán sin."
24260 +msgid "Tag the messages you want to attach!"
24261 +msgstr "Clibeáil na teachtaireachtaí le ceangal!"
24264 +msgid "Unable to attach!"
24265 +msgstr "Ní féidir a cheangal!"
24268 +msgid "Recoding only affects text attachments."
24269 +msgstr "Téann ath-ionchódú i bhfeidhm ar iatáin téacs amháin."
24272 +msgid "The current attachment won't be converted."
24273 +msgstr "Ní thiontófar an t-iatán reatha."
24276 +msgid "The current attachment will be converted."
24277 +msgstr "Tiontófar an t-iatán reatha."
24280 +msgid "Invalid encoding."
24281 +msgstr "Ionchódú neamhbhailí."
24284 +msgid "Save a copy of this message?"
24285 +msgstr "Sábháil cóip den teachtaireacht seo?"
24288 +msgid "Rename to: "
24289 +msgstr "Athainmnigh go: "
24291 +#: compose.c:1014 editmsg.c:116 sendlib.c:856
24293 +msgid "Can't stat %s: %s"
24294 +msgstr "ní féidir %s a `stat': %s"
24297 +msgid "New file: "
24298 +msgstr "Comhad nua: "
24301 +msgid "Content-Type is of the form base/sub"
24302 +msgstr "Is san fhoirm base/sub é Content-Type"
24306 +msgid "Unknown Content-Type %s"
24307 +msgstr "Content-Type anaithnid %s"
24311 +msgid "Can't create file %s"
24312 +msgstr "Ní féidir an comhad %s a chruthú"
24315 +msgid "What we have here is a failure to make an attachment"
24316 +msgstr "Ní féidir iatán a chruthú"
24319 +msgid "Postpone this message?"
24320 +msgstr "Cuir an teachtaireacht ar athlá?"
24323 +msgid "Write message to mailbox"
24324 +msgstr "Scríobh teachtaireacht sa bhosca poist"
24328 +msgid "Writing message to %s ..."
24329 +msgstr "Teachtaireacht á scríobh i %s ..."
24332 +msgid "Message written."
24333 +msgstr "Teachtaireacht scríofa."
24336 +msgid "S/MIME already selected. Clear & continue ? "
24337 +msgstr "S/MIME roghnaithe cheana. Glan agus lean ar aghaidh? "
24340 +msgid "PGP already selected. Clear & continue ? "
24341 +msgstr "PGP roghnaithe cheana. Glan agus lean ar aghaidh? "
24343 +#: crypt-gpgme.c:335
24345 +msgid "error creating gpgme context: %s\n"
24346 +msgstr "earráid agus comhthéacs gpgme á chruthú: %s\n"
24348 +#: crypt-gpgme.c:345
24350 +msgid "error enabling CMS protocol: %s\n"
24351 +msgstr "earráid agus prótacal CMS á chumasú: %s\n"
24353 +#: crypt-gpgme.c:365
24355 +msgid "error creating gpgme data object: %s\n"
24356 +msgstr "earráid agus réad gpgme á chruthú: %s\n"
24358 +#: crypt-gpgme.c:431 crypt-gpgme.c:449 crypt-gpgme.c:1327
24360 +msgid "error allocating data object: %s\n"
24361 +msgstr "earráid agus réad á dháileadh: %s\n"
24363 +#: crypt-gpgme.c:467
24365 +msgid "error rewinding data object: %s\n"
24366 +msgstr "earráid agus réad á atochras: %s\n"
24368 +#: crypt-gpgme.c:489 crypt-gpgme.c:536
24370 +msgid "error reading data object: %s\n"
24371 +msgstr "earráid agus réad á léamh: %s\n"
24373 +#: crypt-gpgme.c:597
24375 +msgid "error adding recipient `%s': %s\n"
24376 +msgstr "earráid agus faighteoir `%s' á chur leis: %s\n"
24378 +#: crypt-gpgme.c:635
24380 +msgid "secret key `%s' not found: %s\n"
24381 +msgstr "eochair rúnda `%s' gan aimsiú: %s\n"
24383 +#: crypt-gpgme.c:645
24385 +msgid "ambiguous specification of secret key `%s'\n"
24386 +msgstr "sonrú débhríoch d'eochair rúnda `%s'\n"
24388 +#: crypt-gpgme.c:657
24390 +msgid "error setting secret key `%s': %s\n"
24391 +msgstr "earráid agus eochair rúnda á shocrú `%s': %s\n"
24393 +#: crypt-gpgme.c:701
24395 +msgid "error encrypting data: %s\n"
24396 +msgstr "earráid agus sonraí á gcriptiú: %s\n"
24398 +#: crypt-gpgme.c:798
24400 +msgid "error signing data: %s\n"
24401 +msgstr "earráid agus sonraí á síniú: %s\n"
24403 +#: crypt-gpgme.c:993
24404 +msgid "Warning: One of the keys has been revoked\n"
24405 +msgstr "Rabhadh: Cealaíodh ceann amháin de na heochracha\n"
24407 +#: crypt-gpgme.c:1002
24408 +msgid "Warning: The key used to create the signature expired at: "
24409 +msgstr "Rabhadh: D'imigh an eochair lena gcruthaíodh an síniú as feidhm ar: "
24411 +#: crypt-gpgme.c:1008
24412 +msgid "Warning: At least one certification key has expired\n"
24413 +msgstr "Rabhadh: D'imigh eochair amháin deimhnithe as feidhm, ar a laghad\n"
24415 +#: crypt-gpgme.c:1024
24416 +msgid "Warning: The signature expired at: "
24417 +msgstr "Rabhadh: D'imigh an síniú as feidhm ar: "
24419 +#: crypt-gpgme.c:1030
24420 +msgid "Can't verify due to a missing key or certificate\n"
24421 +msgstr "Ní féidir fíorú de bharr eochair nó teastas ar iarraidh\n"
24423 +#: crypt-gpgme.c:1035
24424 +msgid "The CRL is not available\n"
24425 +msgstr "Níl an CRL ar fáil\n"
24427 +#: crypt-gpgme.c:1041
24428 +msgid "Available CRL is too old\n"
24429 +msgstr "Is róshean an CRL le fáil\n"
24431 +#: crypt-gpgme.c:1046
24432 +msgid "A policy requirement was not met\n"
24433 +msgstr "Níor freastalaíodh ar riachtanas polasaí\n"
24435 +#: crypt-gpgme.c:1055
24436 +msgid "A system error occurred"
24437 +msgstr "Tharla earráid chórais"
24439 +#: crypt-gpgme.c:1092 crypt-gpgme.c:3036
24440 +msgid "Fingerprint: "
24441 +msgstr "Méarlorg: "
24443 +#: crypt-gpgme.c:1152
24445 +"WARNING: We have NO indication whether the key belongs to the person named as "
24448 +"RABHADH: Níl fianaise AR BITH againn go bhfuil an eochair ag an duine "
24449 +"ainmnithe thuas\n"
24451 +#: crypt-gpgme.c:1159
24452 +msgid "WARNING: The key does NOT BELONG to the person named as shown above\n"
24453 +msgstr "RABHADH: NÍL an eochair ag an duine ainmnithe thuas\n"
24455 +#: crypt-gpgme.c:1163
24457 +"WARNING: It is NOT certain that the key belongs to the person named as shown "
24460 +"RABHADH: NÍL mé cinnte go bhfuil an eochair ag an duine ainmnithe thuas\n"
24462 +#: crypt-gpgme.c:1238
24463 +msgid "Error getting key information: "
24464 +msgstr "Earráid agus eolas faoin eochair á fháil: "
24467 +#: crypt-gpgme.c:1245 crypt-gpgme.c:1278
24468 +msgid "Good signature from: "
24469 +msgstr "Síniú maith ó: "
24471 +#: crypt-gpgme.c:1255
24473 +msgstr "ar a dtugtar freisin: "
24475 +#: crypt-gpgme.c:1259 crypt-gpgme.c:1281
24476 +msgid " created: "
24477 +msgstr " cruthaithe: "
24479 +#: crypt-gpgme.c:1268
24480 +msgid "*BAD* signature claimed to be from: "
24481 +msgstr "*DROCH*shíniú a dhearbhaítear a bheith ó: "
24483 +#: crypt-gpgme.c:1291
24484 +msgid "Error checking signature"
24485 +msgstr "Earráid agus an síniú á sheiceáil"
24488 +#: crypt-gpgme.c:1335 crypt-gpgme.c:1539 crypt-gpgme.c:2031
24489 +msgid "[-- Begin signature information --]\n"
24490 +msgstr "[-- Tosú ar eolas faoin síniú --]\n"
24492 +#: crypt-gpgme.c:1344
24493 +msgid "Error: verification failed: %s\n"
24494 +msgstr "Earráid: theip ar fhíorú: %s\n"
24496 +#: crypt-gpgme.c:1386
24498 +msgid "*** Begin Notation (signature by: %s) ***\n"
24499 +msgstr "*** Tosú na Nodaireachta (sínithe ag: %s) ***\n"
24501 +#: crypt-gpgme.c:1405
24502 +msgid "*** End Notation ***\n"
24503 +msgstr "*** Deireadh na Nodaireachta ***\n"
24505 +#: crypt-gpgme.c:1413 crypt-gpgme.c:1552 crypt-gpgme.c:2046
24507 +"[-- End signature information --]\n"
24510 +"[-- Deireadh an eolais faoin síniú --\n"
24513 +#: crypt-gpgme.c:1507
24516 +"[-- Error: decryption failed: %s --]\n"
24519 +"[-- Earráid: theip ar dhíchriptiú: %s --]\n"
24522 +#: crypt-gpgme.c:2006
24524 +msgid "Error: decryption/verification failed: %s\n"
24525 +msgstr "Earráid: theip ar dhíchriptiú/fhíorú: %s\n"
24527 +#: crypt-gpgme.c:2054
24528 +msgid "Error: copy data failed\n"
24529 +msgstr "Earráid: theip ar chóipeáil na sonraí\n"
24531 +#: crypt-gpgme.c:2074 pgp.c:410
24533 +"[-- BEGIN PGP MESSAGE --]\n"
24536 +"[-- TOSACH TEACHTAIREACHTA PGP --]\n"
24539 +#: crypt-gpgme.c:2076 pgp.c:412
24540 +msgid "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n"
24541 +msgstr "[-- TOSAIGH BLOC NA hEOCHRACH POIBLÍ PGP --]\n"
24543 +#: crypt-gpgme.c:2079 pgp.c:414
24545 +"[-- BEGIN PGP SIGNED MESSAGE --]\n"
24548 +"[-- TOSACH TEACHTAIREACHTA PGP SÍNITHE --]\n"
24551 +#: crypt-gpgme.c:2106 pgp.c:440
24552 +msgid "[-- END PGP MESSAGE --]\n"
24553 +msgstr "[-- DEIREADH TEACHTAIREACHTA PGP --]\n"
24555 +#: crypt-gpgme.c:2108 pgp.c:444
24556 +msgid "[-- END PGP PUBLIC KEY BLOCK --]\n"
24557 +msgstr "[-- CRÍOCH BHLOC NA hEOCHRACH POIBLÍ PGP --]\n"
24559 +#: crypt-gpgme.c:2110 pgp.c:446
24560 +msgid "[-- END PGP SIGNED MESSAGE --]\n"
24561 +msgstr "[-- DEIREADH NA TEACHTAIREACHTA SÍNITHE PGP --]\n"
24563 +#: crypt-gpgme.c:2131 pgp.c:476
24565 +"[-- Error: could not find beginning of PGP message! --]\n"
24568 +"[-- Earráid: níorbh fhéidir tosach na teachtaireachta PGP a aimsiú! --]\n"
24571 +#: crypt-gpgme.c:2162 pgp.c:905
24573 +"[-- Error: malformed PGP/MIME message! --]\n"
24576 +"[-- Earráid: teachtaireacht mhíchumtha PGP/MIME! --]\n"
24579 +#: crypt-gpgme.c:2174 crypt-gpgme.c:2240 pgp.c:918
24580 +msgid "[-- Error: could not create temporary file! --]\n"
24581 +msgstr "[-- Earráid: ní féidir comhad sealadach a chruthú! --]\n"
24583 +#: crypt-gpgme.c:2186
24585 +"[-- The following data is PGP/MIME signed and encrypted --]\n"
24588 +"[-- Is sínithe agus criptithe le PGP/MIME iad na sonraí a leanas --]\n"
24591 +#: crypt-gpgme.c:2187 pgp.c:927
24593 +"[-- The following data is PGP/MIME encrypted --]\n"
24596 +"[-- Is criptithe le PGP/MIME iad na sonraí a leanas --]\n"
24599 +#: crypt-gpgme.c:2209
24600 +msgid "[-- End of PGP/MIME signed and encrypted data --]\n"
24601 +msgstr "[-- Deireadh na sonraí sínithe agus criptithe le PGP/MIME --]\n"
24603 +#: crypt-gpgme.c:2210 pgp.c:947
24604 +msgid "[-- End of PGP/MIME encrypted data --]\n"
24605 +msgstr "[-- Deireadh na sonraí criptithe le PGP/MIME --]\n"
24607 +#: crypt-gpgme.c:2252
24609 +"[-- The following data is S/MIME signed --]\n"
24612 +"[-- Is sínithe le S/MIME iad na sonraí a leanas --]\n"
24615 +#: crypt-gpgme.c:2253
24617 +"[-- The following data is S/MIME encrypted --]\n"
24620 +"[-- Is criptithe le S/MIME iad na sonraí a leanas --]\n"
24623 +#: crypt-gpgme.c:2283
24624 +msgid "[-- End of S/MIME signed data --]\n"
24625 +msgstr "[-- Deireadh na sonraí sínithe le S/MIME --]\n"
24627 +#: crypt-gpgme.c:2284
24628 +msgid "[-- End of S/MIME encrypted data --]\n"
24629 +msgstr "[-- Deireadh na sonraí criptithe le S/MIME --]\n"
24631 +#: crypt-gpgme.c:2876
24632 +msgid "[Can't display this user ID (unknown encoding)]"
24634 +"[Ní féidir an t-aitheantas úsáideora a thaispeáint (ionchódú anaithnid)]"
24636 +#: crypt-gpgme.c:2878
24637 +msgid "[Can't display this user ID (invalid encoding)]"
24639 +"[Ní féidir an t-aitheantas úsáideora a thaispeáint (ionchódú neamhbhailí)]"
24641 +#: crypt-gpgme.c:2883
24642 +msgid "[Can't display this user ID (invalid DN)]"
24643 +msgstr "[Ní féidir an t-aitheantas úsáideora a thaispeáint (DN neamhbhailí)]"
24645 +#: crypt-gpgme.c:2962
24646 +msgid " aka ......: "
24647 +msgstr " ar a dtugtar freisin ...:"
24649 +#: crypt-gpgme.c:2962
24650 +msgid "Name ......: "
24651 +msgstr "Ainm ......: "
24653 +#: crypt-gpgme.c:2965 crypt-gpgme.c:3104
24655 +msgstr "[Neamhbhailí]"
24657 +#: crypt-gpgme.c:2985 crypt-gpgme.c:3128
24659 +msgid "Valid From : %s\n"
24660 +msgstr "Bailí Ó : %s\n"
24662 +#: crypt-gpgme.c:2998 crypt-gpgme.c:3141
24664 +msgid "Valid To ..: %s\n"
24665 +msgstr "Bailí Go ..: %s\n"
24667 +#: crypt-gpgme.c:3011 crypt-gpgme.c:3154
24669 +msgid "Key Type ..: %s, %lu bit %s\n"
24670 +msgstr "Cineál na hEochrach ..: %s, %lu giotán %s\n"
24672 +#: crypt-gpgme.c:3013 crypt-gpgme.c:3156
24674 +msgid "Key Usage .: "
24675 +msgstr "Úsáid Eochrach .: "
24677 +#: crypt-gpgme.c:3018 crypt-gpgme.c:3161
24678 +msgid "encryption"
24679 +msgstr "criptiúchán"
24681 +#: crypt-gpgme.c:3019 crypt-gpgme.c:3024 crypt-gpgme.c:3029 crypt-gpgme.c:3162
24682 +#: crypt-gpgme.c:3167 crypt-gpgme.c:3172
24686 +#: crypt-gpgme.c:3023 crypt-gpgme.c:3166
24690 +#: crypt-gpgme.c:3028 crypt-gpgme.c:3171
24691 +msgid "certification"
24694 +#: crypt-gpgme.c:3068
24696 +msgid "Serial-No .: 0x%s\n"
24697 +msgstr "Sraithuimhir .: 0x%s\n"
24699 +#: crypt-gpgme.c:3076
24701 +msgid "Issued By .: "
24702 +msgstr "Eisithe Ag .: "
24704 +#. display only the short keyID
24705 +#: crypt-gpgme.c:3095
24707 +msgid "Subkey ....: 0x%s"
24708 +msgstr "Fo-eochair ....: 0x%s"
24710 +#: crypt-gpgme.c:3099
24712 +msgstr "[Aisghairthe]"
24714 +#: crypt-gpgme.c:3109
24716 +msgstr "[As Feidhm]"
24718 +#: crypt-gpgme.c:3114
24719 +msgid "[Disabled]"
24720 +msgstr "[Díchumasaithe]"
24722 +#: crypt-gpgme.c:3198 pgpkey.c:559 pgpkey.c:739
24723 +msgid "Can't create temporary file"
24724 +msgstr "Ní féidir comhad sealadach a chruthú"
24726 +#: crypt-gpgme.c:3201
24727 +msgid "Collecting data..."
24728 +msgstr "Sonraí á mbailiú..."
24730 +#: crypt-gpgme.c:3227
24732 +msgid "Error finding issuer key: %s\n"
24733 +msgstr "Earráid agus eochair an eisitheora á aimsiú: %s\n"
24735 +#: crypt-gpgme.c:3237
24736 +msgid "Error: certification chain to long - stopping here\n"
24737 +msgstr "Earráid: slabhra rófhada deimhnithe - á stopadh anseo\n"
24739 +#: crypt-gpgme.c:3248 pgpkey.c:580
24741 +msgid "Key ID: 0x%s"
24742 +msgstr "Aitheantas na heochrach: 0x%s"
24744 +#: crypt-gpgme.c:3331
24746 +msgid "gpgme_new failed: %s"
24747 +msgstr "Theip ar gpgme_new: %s"
24749 +#: crypt-gpgme.c:3370 crypt-gpgme.c:3433
24751 +msgid "gpgme_op_keylist_start failed: %s"
24752 +msgstr "theip ar gpgme_op_keylist_start: %s"
24754 +#: crypt-gpgme.c:3420 crypt-gpgme.c:3461
24756 +msgid "gpgme_op_keylist_next failed: %s"
24757 +msgstr "theip ar gpgme_op_keylist_next: %s"
24759 +#: crypt-gpgme.c:3532
24760 +msgid "All matching keys are marked expired/revoked."
24761 +msgstr "Tá gach eochair chomhoiriúnach marcáilte mar as feidhm/aisghairthe."
24763 +#: crypt-gpgme.c:3561 mutt_ssl.c:676 mutt_ssl_gnutls.c:770 pgpkey.c:514
24768 +#. __STRCAT_CHECKED__
24769 +#: crypt-gpgme.c:3563 pgpkey.c:516 smime.c:433
24771 +msgstr "Roghnaigh "
24773 +#. __STRCAT_CHECKED__
24774 +#: crypt-gpgme.c:3566 pgpkey.c:519
24775 +msgid "Check key "
24776 +msgstr "Seiceáil eochair "
24778 +#: crypt-gpgme.c:3583
24779 +msgid "PGP and S/MIME keys matching"
24780 +msgstr "Eochracha PGP agus S/MIME atá comhoiriúnach le"
24782 +#: crypt-gpgme.c:3585
24783 +msgid "PGP keys matching"
24784 +msgstr "Eochracha PGP atá comhoiriúnach le"
24786 +#: crypt-gpgme.c:3587
24787 +msgid "S/MIME keys matching"
24788 +msgstr "Eochracha S/MIME atá comhoiriúnach le"
24790 +#: crypt-gpgme.c:3589
24791 +msgid "keys matching"
24792 +msgstr "eochracha atá comhoiriúnach le"
24794 +#: crypt-gpgme.c:3592
24799 +#: crypt-gpgme.c:3594
24801 +msgid "%s \"%s\"."
24802 +msgstr "%s \"%s\"."
24804 +#: crypt-gpgme.c:3621 pgpkey.c:600
24805 +msgid "This key can't be used: expired/disabled/revoked."
24806 +msgstr "Ní féidir an eochair seo a úsáid: as feidhm/díchumasaithe/aisghairthe."
24808 +#: crypt-gpgme.c:3635 pgpkey.c:612
24809 +msgid "ID is expired/disabled/revoked."
24810 +msgstr "Is as feidhm/díchumasaithe/aisghairthe é an ID."
24812 +#: crypt-gpgme.c:3655 pgpkey.c:616
24813 +msgid "ID has undefined validity."
24814 +msgstr "ID gan bailíocht chinnte."
24816 +#: crypt-gpgme.c:3658 pgpkey.c:619
24817 +msgid "ID is not valid."
24818 +msgstr "Níl an ID bailí."
24820 +#: crypt-gpgme.c:3661 pgpkey.c:622
24821 +msgid "ID is only marginally valid."
24822 +msgstr "Is ar éigean atá an ID bailí"
24824 +#: crypt-gpgme.c:3669 pgpkey.c:626
24826 +msgid "%s Do you really want to use the key?"
24827 +msgstr "%s An bhfuil tú cinnte gur mhaith leat an eochair seo a úsáid?"
24829 +#: crypt-gpgme.c:3726 crypt-gpgme.c:3839 pgpkey.c:839 pgpkey.c:955
24831 +msgid "Looking for keys matching \"%s\"..."
24832 +msgstr "Ag cuardach ar eochracha atá comhoiriúnach le \"%s\"..."
24834 +#: crypt-gpgme.c:4002 pgp.c:1154
24836 +msgid "Use keyID = \"%s\" for %s?"
24837 +msgstr "Úsáid keyID = \"%s\" le haghaidh %s?"
24839 +#: crypt-gpgme.c:4038 pgp.c:1188 smime.c:665 smime.c:790
24841 +msgid "Enter keyID for %s: "
24842 +msgstr "Iontráil keyID le haghaidh %s: "
24844 +#: crypt-gpgme.c:4103
24847 +"Using GPGME backend, although no gpg-agent is running"
24850 +"Inneall GPGME in úsáid, cé nach bhfuil gpg-agent ag rith"
24852 +#: crypt-gpgme.c:4131
24853 +msgid "S/MIME (e)ncrypt, (s)ign, sign (a)s, (b)oth, (p)gp or (c)lear?"
24854 +msgstr "S/MIME (c)ript, (s)ínigh, sínigh (m)ar, (a)raon, (p)gp, nó (g)lan?"
24856 +#: crypt-gpgme.c:4132
24860 +#: crypt-gpgme.c:4135
24861 +msgid "PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, s/(m)ime or (c)lear?"
24862 +msgstr "PGP (c)ript, (s)ínigh, sínigh (m)ar, (a)raon, s/m(i)me, nó (g)lan?"
24864 +#: crypt-gpgme.c:4136
24869 +#: crypt-gpgme.c:4152 pgp.c:1563 smime.c:1990
24871 +msgstr "Sínigh mar: "
24873 +#: crypt-gpgme.c:4249
24874 +msgid "Failed to verify sender"
24875 +msgstr "Theip ar fhíorú an tseoltóra"
24877 +#: crypt-gpgme.c:4252
24878 +msgid "Failed to figure out sender"
24879 +msgstr "Theip ar dhéanamh amach an tseoltóra"
24883 +msgid " (current time: %c)"
24884 +msgstr " (an t-am anois: %c)"
24888 +msgid "[-- %s output follows%s --]\n"
24889 +msgstr "[-- an t-aschur %s:%s --]\n"
24892 +msgid "Passphrase(s) forgotten."
24893 +msgstr "Rinneadh dearmad ar an bhfrása faire."
24895 +#. they really want to send it inline... go for it
24896 +#: crypt.c:147 cryptglue.c:110 pgpkey.c:563
24897 +msgid "Invoking PGP..."
24898 +msgstr "PGP á thosú..."
24900 +#. otherwise inline won't work...ask for revert
24902 +msgid "Message can't be sent inline. Revert to using PGP/MIME?"
24903 +msgstr "Ní féidir an teachtaireacht a sheoladh inlíne. Úsáid PGP/MIME?"
24906 +#: crypt.c:158 send.c:1444
24907 +msgid "Mail not sent."
24908 +msgstr "Níor seoladh an post."
24911 +msgid "S/MIME messages with no hints on content are unsupported."
24913 +"Ní ghlacann le teachtaireachtaí S/MIME gan leideanna maidir lena n-inneachar."
24915 +#: crypt.c:616 crypt.c:660
24916 +msgid "Trying to extract PGP keys...\n"
24917 +msgstr "Ag baint triail as eochracha PGP a bhaint amach...\n"
24919 +#: crypt.c:640 crypt.c:680
24920 +msgid "Trying to extract S/MIME certificates...\n"
24921 +msgstr "Ag baint triail as teastais S/MIME a bhaint amach...\n"
24925 +"[-- Error: Inconsistent multipart/signed structure! --]\n"
24928 +"[-- Earráid: Struchtúr neamhréireach multipart/signed! --]\n"
24934 +"[-- Error: Unknown multipart/signed protocol %s! --]\n"
24937 +"[-- Earráid: Prótacal anaithnid multipart/signed %s! --]\n"
24943 +"[-- Warning: We can't verify %s/%s signatures. --]\n"
24946 +"[-- Rabhadh: Ní féidir %s/%s síniú a fhíorú. --]\n"
24949 +#. Now display the signed body
24952 +"[-- The following data is signed --]\n"
24955 +"[-- Is sínithe iad na sonraí a leanas --]\n"
24960 +"[-- Warning: Can't find any signatures. --]\n"
24963 +"[-- Rabhadh: Ní féidir aon síniú a aimsiú. --]\n"
24969 +"[-- End of signed data --]\n"
24972 +"[-- Deireadh na sonraí sínithe --]\n"
24975 +msgid "\"crypt_use_gpgme\" set but not build with GPGME support."
24977 +"is socraithe \"crypt_use_gpgme\" ach níor tiomsaíodh le tacaíocht GPGME."
24979 +#: cryptglue.c:112
24980 +msgid "Invoking S/MIME..."
24981 +msgstr "S/MIME á thosú..."
24991 +#. restore blocking operation
24993 +msgid "Exit Mutt?"
24994 +msgstr "Scoir Mutt?"
24996 +#: curs_lib.c:410 mutt_socket.c:530 mutt_ssl.c:328
24997 +msgid "unknown error"
24998 +msgstr "earráid anaithnid"
25001 +msgid "Press any key to continue..."
25002 +msgstr "Brúigh eochair ar bith chun leanúint..."
25005 +msgid " ('?' for list): "
25006 +msgstr " ('?' le haghaidh liosta): "
25008 +#: curs_main.c:52 curs_main.c:624 curs_main.c:654
25009 +msgid "No mailbox is open."
25010 +msgstr "Níl aon bhosca poist oscailte."
25013 +msgid "There are no messages."
25014 +msgstr "Níl aon teachtaireacht ann."
25016 +#: curs_main.c:54 mx.c:1135 pager.c:58 recvattach.c:44
25017 +msgid "Mailbox is read-only."
25018 +msgstr "Tá an bosca poist léimh amháin."
25020 +#: curs_main.c:55 pager.c:59 recvattach.c:873
25021 +msgid "Function not permitted in attach-message mode."
25022 +msgstr "Ní cheadaítear an fheidhm seo sa mhód iatáin."
25025 +msgid "No visible messages."
25026 +msgstr "Níl aon teachtaireacht le feiceáil."
25028 +#: curs_main.c:256
25029 +msgid "Cannot toggle write on a readonly mailbox!"
25030 +msgstr "Ní féidir 'scríobh' a scoránú ar bhosca poist léimh-amháin!"
25032 +#: curs_main.c:263
25033 +msgid "Changes to folder will be written on folder exit."
25034 +msgstr "Scríobhfar na hathruithe agus an fillteán á dhúnadh."
25036 +#: curs_main.c:268
25037 +msgid "Changes to folder will not be written."
25038 +msgstr "Ní scríobhfar na hathruithe."
25040 +#: curs_main.c:406
25044 +#: curs_main.c:409 recvattach.c:55
25048 +#: curs_main.c:410 query.c:49
25052 +#: curs_main.c:411 pager.c:1491
25056 +#: curs_main.c:412
25060 +#: curs_main.c:501
25061 +msgid "Mailbox was externally modified. Flags may be wrong."
25063 +"Mionathraíodh an bosca poist go seachtrach. Is féidir go bhfuil bratacha "
25066 +#: curs_main.c:504
25067 +msgid "New mail in this mailbox."
25068 +msgstr "Post nua sa bhosca seo."
25070 +#: curs_main.c:508
25071 +msgid "Mailbox was externally modified."
25072 +msgstr "Mionathraíodh an bosca poist go seachtrach."
25074 +#: curs_main.c:630
25075 +msgid "No tagged messages."
25076 +msgstr "Níl aon teachtaireacht chlibeáilte."
25078 +#: curs_main.c:666 menu.c:900
25079 +msgid "Nothing to do."
25080 +msgstr "Níl faic le déanamh."
25082 +#: curs_main.c:752
25083 +msgid "Jump to message: "
25084 +msgstr "Léim go teachtaireacht: "
25086 +#: curs_main.c:758
25087 +msgid "Argument must be a message number."
25088 +msgstr "Caithfidh an argóint a bheith ina huimhir theachtaireachta."
25090 +#: curs_main.c:791
25091 +msgid "That message is not visible."
25092 +msgstr "Níl an teachtaireacht sin infheicthe."
25094 +#: curs_main.c:794
25095 +msgid "Invalid message number."
25096 +msgstr "Uimhir theachtaireachta neamhbhailí."
25098 +#: curs_main.c:813
25099 +msgid "Delete messages matching: "
25100 +msgstr "Scrios teachtaireachtaí atá comhoiriúnach le: "
25102 +#: curs_main.c:835
25103 +msgid "No limit pattern is in effect."
25104 +msgstr "Níl aon phatrún teorannaithe i bhfeidhm."
25106 +#. i18n: ask for a limit to apply
25107 +#: curs_main.c:840
25110 +msgstr "Teorainn: %s"
25112 +#: curs_main.c:850
25113 +msgid "Limit to messages matching: "
25114 +msgstr "Teorannaigh go teachtaireachtaí atá comhoiriúnach le: "
25116 +#: curs_main.c:882
25117 +msgid "Quit Mutt?"
25118 +msgstr "Scoir Mutt?"
25120 +#: curs_main.c:966
25121 +msgid "Tag messages matching: "
25122 +msgstr "Clibeáil teachtaireachtaí atá comhoiriúnach le: "
25124 +#: curs_main.c:980
25125 +msgid "Undelete messages matching: "
25126 +msgstr "Díscrios teachtaireachtaí atá comhoiriúnach le: "
25128 +#: curs_main.c:988
25129 +msgid "Untag messages matching: "
25130 +msgstr "Díchlibeáil teachtaireachtaí atá comhoiriúnach le: "
25132 +#: curs_main.c:1067
25133 +msgid "Open mailbox in read-only mode"
25134 +msgstr "Oscail bosca poist i mód léimh amháin"
25136 +#: curs_main.c:1069
25137 +msgid "Open mailbox"
25138 +msgstr "Oscail bosca poist"
25140 +#: curs_main.c:1085 mx.c:512 mx.c:658
25142 +msgid "%s is not a mailbox."
25143 +msgstr "Ní bosca poist é %s."
25145 +#: curs_main.c:1180
25146 +msgid "Exit Mutt without saving?"
25147 +msgstr "Éirigh as Mutt gan sábháil?"
25149 +#: curs_main.c:1198 curs_main.c:1230 curs_main.c:1692 curs_main.c:1724
25150 +#: flags.c:293 thread.c:1022 thread.c:1077 thread.c:1132
25151 +msgid "Threading is not enabled."
25152 +msgstr "Snáithe gan cumasú."
25154 +#: curs_main.c:1210
25155 +msgid "Thread broken"
25156 +msgstr "Snáithe briste"
25158 +#: curs_main.c:1232
25159 +msgid "No Message-ID: header available to link thread"
25160 +msgstr "Gan cheanntásc `Message-ID:'; ní féidir an snáithe a nasc"
25162 +#: curs_main.c:1234
25163 +msgid "First, please tag a message to be linked here"
25164 +msgstr "Ar dtús, clibeáil teachtaireacht le nascadh anseo"
25166 +#: curs_main.c:1246
25167 +msgid "Threads linked"
25168 +msgstr "Snáitheanna nasctha"
25170 +#: curs_main.c:1249
25171 +msgid "No thread linked"
25172 +msgstr "Níor nascadh snáithe"
25174 +#: curs_main.c:1285 curs_main.c:1310
25175 +msgid "You are on the last message."
25176 +msgstr "An teachtaireacht deiridh."
25178 +#: curs_main.c:1292 curs_main.c:1336
25179 +msgid "No undeleted messages."
25180 +msgstr "Níl aon teachtaireacht nach scriosta."
25182 +#: curs_main.c:1329 curs_main.c:1353
25183 +msgid "You are on the first message."
25184 +msgstr "An chéad teachtaireacht."
25186 +#: curs_main.c:1428 pattern.c:1361
25187 +msgid "Search wrapped to top."
25188 +msgstr "Thimfhill an cuardach go dtí an barr."
25190 +#: curs_main.c:1437 pattern.c:1372
25191 +msgid "Search wrapped to bottom."
25192 +msgstr "Thimfhill an cuardach go dtí an bun."
25194 +#: curs_main.c:1478
25195 +msgid "No new messages"
25196 +msgstr "Níl aon teachtaireacht nua"
25198 +#: curs_main.c:1478
25199 +msgid "No unread messages"
25200 +msgstr "Níl aon teachtaireacht gan léamh"
25202 +#: curs_main.c:1479
25203 +msgid " in this limited view"
25204 +msgstr " san amharc teoranta seo"
25206 +#: curs_main.c:1500 pager.c:2403
25207 +msgid "Can't change 'important' flag on POP server."
25208 +msgstr "Ní féidir an bhratach 'important' a athrú ar fhreastalaí POP."
25210 +#: curs_main.c:1624
25211 +msgid "No more threads."
25212 +msgstr "Níl aon snáithe eile."
25214 +#: curs_main.c:1626
25215 +msgid "You are on the first thread."
25216 +msgstr "Is an chéad snáithe é seo."
25218 +#: curs_main.c:1710
25219 +msgid "Thread contains unread messages."
25220 +msgstr "Tá teachtaireachtaí gan léamh sa snáithe seo."
25222 +#: curs_main.c:1897
25223 +msgid "Can't edit message on POP server."
25224 +msgstr "Ní féidir teachtaireacht a chur in eagar ar fhreastalaí POP."
25226 +#. * declared "static" (sigh)
25229 +"~~\t\tinsert a line begining with a single ~\n"
25230 +"~b users\tadd users to the Bcc: field\n"
25231 +"~c users\tadd users to the Cc: field\n"
25232 +"~f messages\tinclude messages\n"
25233 +"~F messages\tsame as ~f, except also include headers\n"
25234 +"~h\t\tedit the message header\n"
25235 +"~m messages\tinclude and quote messages\n"
25236 +"~M messages\tsame as ~m, except include headers\n"
25237 +"~p\t\tprint the message\n"
25238 +"~q\t\twrite file and quit editor\n"
25239 +"~r file\t\tread a file into the editor\n"
25240 +"~t users\tadd users to the To: field\n"
25241 +"~u\t\trecall the previous line\n"
25242 +"~v\t\tedit message with the $visual editor\n"
25243 +"~w file\t\twrite message to file\n"
25244 +"~x\t\tabort changes and quit editor\n"
25245 +"~?\t\tthis message\n"
25246 +".\t\ton a line by itself ends input\n"
25248 +"~~\t\tionsáigh líne le ~ aonair i dtosach\n"
25249 +"~b úsáideoirí\tcuir úsáideoirí leis an réimse Bcc:\n"
25250 +"~c úsáideoirí\tcuir úsáideoirí leis an réimse Cc:\n"
25251 +"~f tchtaí\tcuir teachtaireachtaí san áireamh\n"
25252 +"~F tchtaí\tar comhbhrí le ~f, ach le ceanntásca\n"
25253 +"~h\t\tcuir an ceanntásc in eagar\n"
25254 +"~m tchtaí\tcuir tchtaí athfhriotail san áireamh\n"
25255 +"~M tchtaí\tar comhbhrí le ~m, ach le ceanntásca\n"
25256 +"~p\t\tpriontáil an teachtaireacht\n"
25257 +"~q\t\tscríobh an comhad agus scoir\n"
25258 +"~r comhad\t\tléigh comhad isteach san eagarthóir\n"
25259 +"~t úsáideoirí\tcuir úsáideoirí leis an réimse To:\n"
25260 +"~u\t\taisghair an líne roimhe seo\n"
25261 +"~v\t\tcuir an tcht in eagar le heagarthóir $visual\n"
25262 +"~w comhad\t\twrite message to file\n"
25263 +"~x\t\ttobscoir, ná sábháil na hathruithe\n"
25264 +"~?\t\tan teachtaireacht seo\n"
25265 +".\t\tar líne leis féin chun ionchur a stopadh\n"
25269 +msgid "%d: invalid message number.\n"
25270 +msgstr "%d: uimhir theachtaireachtaí neamhbhailí.\n"
25273 +msgid "(End message with a . on a line by itself)\n"
25274 +msgstr "(Cuir an teachtaireacht i gcrích le . ar líne leis féin amháin)\n"
25277 +msgid "No mailbox.\n"
25278 +msgstr "Níl aon bhosca poist.\n"
25281 +msgid "Message contains:\n"
25282 +msgstr "Sa teachtaireacht:\n"
25284 +#: edit.c:394 edit.c:451
25285 +msgid "(continue)\n"
25286 +msgstr "(lean ar aghaidh)\n"
25289 +msgid "missing filename.\n"
25290 +msgstr "ainm comhaid ar iarraidh.\n"
25293 +msgid "No lines in message.\n"
25294 +msgstr "Níl aon líne sa teachtaireacht.\n"
25298 +msgid "Bad IDN in %s: '%s'\n"
25299 +msgstr "DrochIDN i %s: '%s'\n"
25303 +msgid "%s: unknown editor command (~? for help)\n"
25304 +msgstr "%s: ordú anaithnid eagarthóra (~? = cabhair)\n"
25308 +msgid "could not create temporary folder: %s"
25309 +msgstr "ní féidir fillteán sealadach %s a chruthú"
25313 +msgid "could not write temporary mail folder: %s"
25314 +msgstr "níorbh fhéidir fillteán poist shealadach a chruthú: %s"
25318 +msgid "could not truncate temporary mail folder: %s"
25319 +msgstr "níorbh fhéidir fillteán poist shealadach a theascadh: %s"
25322 +msgid "Message file is empty!"
25323 +msgstr "Is folamh an teachtaireacht!"
25326 +msgid "Message not modified!"
25327 +msgstr "Teachtaireacht gan athrú!"
25331 +msgid "Can't open message file: %s"
25332 +msgstr "Níorbh fhéidir an comhad theachtaireachta %s a oscailt"
25334 +#: editmsg.c:144 editmsg.c:172
25336 +msgid "Can't append to folder: %s"
25337 +msgstr "Ní féidir aon rud a iarcheangal leis an fhillteán: %s"
25341 +msgid "Error. Preserving temporary file: %s"
25342 +msgstr "Earráid. Ag caomhnú an chomhaid shealadaigh: %s"
25346 +msgstr "Socraigh bratach"
25349 +msgid "Clear flag"
25350 +msgstr "Glan bratach"
25353 +msgid "[-- Error: Could not display any parts of Multipart/Alternative! --]\n"
25355 +"[-- Earráid: Níorbh fhéidir aon chuid de Multipart/Alternative a "
25356 +"thaispeáint! --]\n"
25360 +msgid "[-- Attachment #%d"
25361 +msgstr "[-- Iatán #%d"
25365 +msgid "[-- Type: %s/%s, Encoding: %s, Size: %s --]\n"
25366 +msgstr "[-- Cineál: %s/%s, Ionchódú: %s, Méid: %s --]\n"
25370 +msgid "[-- Autoview using %s --]\n"
25371 +msgstr "[-- Uathamharc le %s --]\n"
25375 +msgid "Invoking autoview command: %s"
25376 +msgstr "Ordú uathamhairc á rith: %s"
25380 +msgid "[-- Can't run %s. --]\n"
25381 +msgstr "[-- Ní féidir %s a rith. --]\n"
25383 +#: handler.c:1599 handler.c:1620
25385 +msgid "[-- Autoview stderr of %s --]\n"
25386 +msgstr "[-- Uathamharc ar stderr de %s --]\n"
25389 +msgid "[-- Error: message/external-body has no access-type parameter --]\n"
25391 +"[-- Earráid: níl aon pharaiméadar den chineál rochtana ag message/external-"
25396 +msgid "[-- This %s/%s attachment "
25397 +msgstr "[-- Bhí an t-iatán seo %s/%s "
25401 +msgid "(size %s bytes) "
25402 +msgstr "(méid %s beart) "
25405 +msgid "has been deleted --]\n"
25406 +msgstr "scriosta --]\n"
25410 +msgid "[-- on %s --]\n"
25411 +msgstr "[-- ar %s --]\n"
25415 +msgid "[-- name: %s --]\n"
25416 +msgstr "[-- ainm: %s --]\n"
25418 +#: handler.c:1710 handler.c:1726
25420 +msgid "[-- This %s/%s attachment is not included, --]\n"
25421 +msgstr "[-- Níor cuireadh an t-iatán seo %s/%s san áireamh, --]\n"
25425 +"[-- and the indicated external source has --]\n"
25426 +"[-- expired. --]\n"
25428 +"[-- agus tá an fhoinse sheachtrach sainithe --]\n"
25429 +"[-- i ndiaidh dul as feidhm. --]\n"
25433 +msgid "[-- and the indicated access-type %s is unsupported --]\n"
25434 +msgstr "[-- agus ní ghlacann leis an chineál shainithe rochtana %s --]\n"
25437 +msgid "Error: multipart/signed has no protocol."
25438 +msgstr "Earráid: Níl aon phrótacal le haghaidh multipart/signed."
25441 +msgid "Error: multipart/encrypted has no protocol parameter!"
25443 +"Earráid: Níl aon pharaiméadar prótacail le haghaidh multipart/encrypted!"
25446 +msgid "Unable to open temporary file!"
25447 +msgstr "Níorbh fhéidir an comhad sealadach a oscailt!"
25451 +msgid "[-- %s/%s is unsupported "
25452 +msgstr "[-- %s/%s gan tacaíocht "
25456 +msgid "(use '%s' to view this part)"
25457 +msgstr "(bain úsáid as '%s' chun na páirte seo a fheiceáil)"
25460 +msgid "(need 'view-attachments' bound to key!)"
25461 +msgstr "(ní foláir 'view-attachments' a cheangal le heochair!)"
25465 +msgid "%s: unable to attach file"
25466 +msgstr "%s: ní féidir comhad a cheangal"
25469 +msgid "ERROR: please report this bug"
25470 +msgstr "Earráid: seol tuairisc fhabht, le do thoil"
25474 +msgstr "<ANAITHNID>"
25479 +"Generic bindings:\n"
25483 +"Ceangail ghinearálta:\n"
25489 +"Unbound functions:\n"
25493 +"Feidhmeanna gan cheangal:\n"
25498 +msgid "Help for %s"
25499 +msgstr "Cabhair le %s"
25503 +msgid "unhook: Can't do unhook * from within a hook."
25504 +msgstr "unhook: Ní cheadaítear unhook * isteach i hook."
25508 +msgid "unhook: unknown hook type: %s"
25509 +msgstr "unhook: cineál anaithnid crúca: %s"
25513 +msgid "unhook: Can't delete a %s from within a %s."
25514 +msgstr "unhook: Ní féidir %s a scriosadh taobh istigh de %s."
25516 +#: imap/auth.c:108 pop_auth.c:390
25517 +msgid "No authenticators available"
25518 +msgstr "Níl aon fhíordheimhneoirí ar fáil"
25520 +#: imap/auth_anon.c:43
25521 +msgid "Authenticating (anonymous)..."
25522 +msgstr "Á fhíordheimhniú (gan ainm)..."
25524 +#: imap/auth_anon.c:73
25525 +msgid "Anonymous authentication failed."
25526 +msgstr "Theip ar fhíordheimhniú gan ainm."
25528 +#: imap/auth_cram.c:48
25529 +msgid "Authenticating (CRAM-MD5)..."
25530 +msgstr "Á fhíordheimhniú (CRAM-MD5)..."
25532 +#: imap/auth_cram.c:128
25533 +msgid "CRAM-MD5 authentication failed."
25534 +msgstr "Theip ar fhíordheimhniú CRAM-MD5."
25536 +#. now begin login
25537 +#: imap/auth_gss.c:105
25538 +msgid "Authenticating (GSSAPI)..."
25539 +msgstr "Á fhíordheimhniú (GSSAPI)..."
25541 +#: imap/auth_gss.c:268
25542 +msgid "GSSAPI authentication failed."
25543 +msgstr "Theip ar fhíordheimhniú GSSAPI."
25545 +#: imap/auth_login.c:38
25546 +msgid "LOGIN disabled on this server."
25547 +msgstr "Díchumasaíodh LOGIN ar an fhreastalaí seo."
25549 +#: imap/auth_login.c:47 pop_auth.c:223
25550 +msgid "Logging in..."
25551 +msgstr "Logáil isteach..."
25553 +#: imap/auth_login.c:67 pop_auth.c:266
25554 +msgid "Login failed."
25555 +msgstr "Theip ar logáil isteach."
25557 +# %s is the method, not what's being authenticated I think
25558 +#: imap/auth_sasl.c:97
25560 +msgid "Authenticating (%s)..."
25561 +msgstr "Á fhíordheimhniú (%s)..."
25563 +#: imap/auth_sasl.c:185 pop_auth.c:151
25564 +msgid "SASL authentication failed."
25565 +msgstr "Theip ar fhíordheimhniú SASL."
25567 +#: imap/browse.c:69 imap/imap.c:587
25569 +msgid "%s is an invalid IMAP path"
25570 +msgstr "Tá %s neamhbhailí mar chonair IMAP"
25572 +#: imap/browse.c:87
25573 +msgid "Getting namespaces..."
25574 +msgstr "Ainmspásanna á bhfáil..."
25576 +#: imap/browse.c:96
25577 +msgid "Getting folder list..."
25578 +msgstr "Liosta fillteán á fháil..."
25580 +#: imap/browse.c:225
25581 +msgid "No such folder"
25582 +msgstr "Níl a leithéid d'fhillteán ann"
25584 +#: imap/browse.c:288
25585 +msgid "Create mailbox: "
25586 +msgstr "Cruthaigh bosca poist: "
25588 +#: imap/browse.c:293 imap/browse.c:339
25589 +msgid "Mailbox must have a name."
25590 +msgstr "Ní foláir ainm a thabhairt ar an mbosca."
25592 +#: imap/browse.c:301
25593 +msgid "Mailbox created."
25594 +msgstr "Cruthaíodh bosca poist."
25596 +#: imap/browse.c:332
25598 +msgid "Rename mailbox %s to: "
25599 +msgstr "Athainmnigh bosca poist %s go: "
25601 +#: imap/browse.c:345
25603 +msgid "Rename failed: %s"
25604 +msgstr "Theip ar athainmniú: %s"
25606 +#: imap/browse.c:350
25607 +msgid "Mailbox renamed."
25608 +msgstr "Athainmníodh an bosca poist."
25610 +#: imap/command.c:298
25611 +msgid "Mailbox closed"
25612 +msgstr "Dúnadh bosca poist"
25614 +#. * than we previously saw
25615 +#: imap/command.c:341
25616 +msgid "Fatal error. Message count is out of sync!"
25617 +msgstr "Earráid mharfach. Is as sioncronú líon na dteachtaireachtaí!"
25619 +#: imap/imap.c:177
25621 +msgid "Closing connection to %s..."
25622 +msgstr "Nasc le %s a' dhúnadh..."
25624 +#: imap/imap.c:340
25625 +msgid "This IMAP server is ancient. Mutt does not work with it."
25626 +msgstr "Freastalaí ársa IMAP. Ní oibríonn Mutt leis."
25628 +#: imap/imap.c:422
25629 +msgid "Checking mailbox subscriptions"
25630 +msgstr "Síntiúis bhosca poist á seiceáil"
25632 +#: imap/imap.c:460 pop_lib.c:286
25633 +msgid "Secure connection with TLS?"
25634 +msgstr "Nasc daingean le TLS?"
25636 +#: imap/imap.c:473 pop_lib.c:310
25637 +msgid "Could not negotiate TLS connection"
25638 +msgstr "Níorbh fhéidir nasc TLS a shocrú"
25640 +#: imap/imap.c:489 pop_lib.c:331
25641 +msgid "Encrypted connection unavailable"
25642 +msgstr "Níl nasc criptithe ar fáil"
25644 +#: imap/imap.c:618
25646 +msgid "Selecting %s..."
25647 +msgstr "%s á roghnú..."
25649 +#: imap/imap.c:754
25650 +msgid "Error opening mailbox"
25651 +msgstr "Earráid ag oscailt an bhosca poist"
25653 +#: imap/imap.c:803 imap/message.c:742 muttlib.c:1300
25655 +msgid "Create %s?"
25656 +msgstr "Cruthaigh %s?"
25658 +#: imap/imap.c:1041 pop.c:468
25660 +msgid "Marking %d messages deleted..."
25661 +msgstr "Ag marcáil %d teachtaireacht mar scriosta..."
25663 +#: imap/imap.c:1050
25664 +msgid "Expunge failed"
25665 +msgstr "Theip ar scriosadh"
25667 +#: imap/imap.c:1063
25669 +msgid "Saving message status flags... [%d/%d]"
25670 +msgstr "Bratacha stádais á sábháil... [%d/%d]"
25672 +#: imap/imap.c:1096
25673 +msgid "Expunging messages from server..."
25674 +msgstr "Teachtaireachtaí á scriosadh ón fhreastalaí..."
25676 +#: imap/imap.c:1101
25677 +msgid "imap_sync_mailbox: EXPUNGE failed"
25678 +msgstr "imap_sync_mailbox: Theip ar scriosadh"
25680 +#: imap/imap.c:1110 imap/imap.c:1145
25681 +msgid "CLOSE failed"
25682 +msgstr "Theip ar dhúnadh"
25684 +#: imap/imap.c:1388
25686 +msgid "Header search without header name: %s"
25687 +msgstr "Cuardach ceanntáisc gan ainm an cheanntáisc: %s"
25689 +#: imap/imap.c:1536
25690 +msgid "Bad mailbox name"
25691 +msgstr "Drochainm ar bhosca poist"
25693 +#: imap/imap.c:1559
25695 +msgid "Subscribing to %s..."
25696 +msgstr "Ag liostáil le %s..."
25698 +#: imap/imap.c:1561
25700 +msgid "Unsubscribing to %s..."
25701 +msgstr "Ag díliostáil le %s..."
25703 +#. Unable to fetch headers for lower versions
25704 +#: imap/message.c:91
25705 +msgid "Unable to fetch headers from this IMAP server version."
25706 +msgstr "Ní féidir na ceanntásca a fháil ó fhreastalaí IMAP den leagan seo."
25708 +#: imap/message.c:101
25710 +msgid "Could not create temporary file %s"
25711 +msgstr "Níorbh fhéidir comhad sealadach %s a chruthú"
25713 +#: imap/message.c:127
25715 +msgid "Evaluating cache... [%d/%d]"
25716 +msgstr "Taisce á scrúdú... [%d/%d]"
25718 +#: imap/message.c:195 pop.c:211
25720 +msgid "Fetching message headers... [%d/%d]"
25721 +msgstr "Ceanntásca na dteachtaireachtaí á bhfáil... [%d/%d]"
25723 +#: imap/message.c:358 imap/message.c:413 pop.c:388
25724 +msgid "Fetching message..."
25725 +msgstr "Teachtaireacht á fáil..."
25727 +#: imap/message.c:401 pop.c:382
25728 +msgid "The message index is incorrect. Try reopening the mailbox."
25730 +"Is mícheart é innéacs na dteachtaireachtaí. Bain triail as an mbosca poist a "
25733 +#: imap/message.c:548
25734 +msgid "Uploading message..."
25735 +msgstr "Teachtaireacht á huasluchtú..."
25737 +#: imap/message.c:708
25739 +msgid "Copying %d messages to %s..."
25740 +msgstr "%d teachtaireacht á gcóipeáil go %s..."
25742 +#: imap/message.c:712
25744 +msgid "Copying message %d to %s..."
25745 +msgstr "Teachtaireacht %d á cóipeáil go %s..."
25747 +#: imap/util.c:236
25749 +msgstr "Lean ar aghaidh?"
25753 +msgid "Bad regexp: %s"
25754 +msgstr "Slonn ionadaíochta neamhbhailí: %s"
25757 +msgid "spam: no matching pattern"
25758 +msgstr "spam: níl aon phatrún comhoiriúnach ann"
25761 +msgid "nospam: no matching pattern"
25762 +msgstr "nospam: níl aon phatrún comhoiriúnach ann"
25765 +msgid "alias: no address"
25766 +msgstr "ailias: gan seoladh"
25770 +msgid "Warning: Bad IDN '%s' in alias '%s'.\n"
25771 +msgstr "Rabhadh: DrochIDN '%s' san ailias '%s'.\n"
25774 +msgid "invalid header field"
25775 +msgstr "réimse cheanntáisc neamhbhailí"
25779 +msgid "%s: unknown sorting method"
25780 +msgstr "%s: modh shórtála anaithnid"
25784 +msgid "mutt_restore_default(%s): error in regexp: %s\n"
25785 +msgstr "mutt_restore_default(%s): earráid i regexp: %s\n"
25789 +msgid "%s: unknown variable"
25790 +msgstr "%s: athróg anaithnid"
25794 +msgid "prefix is illegal with reset"
25795 +msgstr "ní cheadaítear an réimír le hathshocrú"
25799 +msgid "value is illegal with reset"
25800 +msgstr "ní cheadaítear an luach le hathshocrú"
25805 +msgstr "%s socraithe"
25809 +msgid "%s is unset"
25810 +msgstr "%s gan socrú"
25814 +msgid "%s: invalid mailbox type"
25815 +msgstr "%s: cineál bosca poist neamhbhailí"
25817 +#: init.c:1511 init.c:1556
25819 +msgid "%s: invalid value"
25820 +msgstr "%s: luach neamhbhailí"
25824 +msgid "%s: Unknown type."
25825 +msgstr "%s: Cineál anaithnid."
25829 +msgid "%s: unknown type"
25830 +msgstr "%s: cineál anaithnid"
25834 +msgid "Error in %s, line %d: %s"
25835 +msgstr "Earráid i %s, líne %s: %s"
25837 +#. the muttrc source keyword
25840 +msgid "source: errors in %s"
25841 +msgstr "source: earráidí i %s"
25845 +msgid "source: reading aborted due too many errors in %s"
25846 +msgstr "source: an iomarca earráidí i %s, ag tobscor"
25850 +msgid "source: error at %s"
25851 +msgstr "source: earráid ag %s"
25854 +msgid "source: too many arguments"
25855 +msgstr "source: an iomarca argóintí"
25859 +msgid "%s: unknown command"
25860 +msgstr "%s: ordú anaithnid"
25864 +msgid "Error in command line: %s\n"
25865 +msgstr "Earráid ar líne ordaithe: %s\n"
25868 +msgid "unable to determine home directory"
25869 +msgstr "ní féidir an chomhadlann bhaile a aimsiú"
25872 +msgid "unable to determine username"
25873 +msgstr "ní féidir an t-ainm úsáideora a aimsiú"
25876 +msgid "Macro loop detected."
25877 +msgstr "Braitheadh lúb i macraí."
25879 +#: keymap.c:676 keymap.c:684
25880 +msgid "Key is not bound."
25881 +msgstr "Eochair gan cheangal."
25885 +msgid "Key is not bound. Press '%s' for help."
25886 +msgstr "Eochair gan cheangal. Brúigh '%s' chun cabhrú a fháil."
25889 +msgid "push: too many arguments"
25890 +msgstr "push: an iomarca argóintí"
25894 +msgid "%s: no such menu"
25895 +msgstr "%s: níl a leithéid de roghchlár ann"
25898 +msgid "null key sequence"
25899 +msgstr "seicheamh neamhbhailí"
25902 +msgid "bind: too many arguments"
25903 +msgstr "bind: an iomarca argóintí"
25907 +msgid "%s: no such function in map"
25908 +msgstr "%s: níl a leithéid d'fheidhm sa mhapa"
25911 +msgid "macro: empty key sequence"
25912 +msgstr "macra: seicheamh folamh eochrach"
25915 +msgid "macro: too many arguments"
25916 +msgstr "macro: an iomarca argóintí"
25919 +msgid "exec: no arguments"
25920 +msgstr "exec: níl aon argóint"
25924 +msgid "%s: no such function"
25925 +msgstr "%s: níl a leithéid d'fheidhm ann"
25928 +msgid "Enter keys (^G to abort): "
25929 +msgstr "Iontráil eochracha (^G chun scor):"
25933 +msgid "Char = %s, Octal = %o, Decimal = %d"
25934 +msgstr "Car = %s, Ochtnártha = %o, Deachúlach = %d"
25936 +#: keymap_alldefs.h:5
25937 +msgid "null operation"
25938 +msgstr "oibríocht nialasach"
25940 +#: keymap_alldefs.h:6
25941 +msgid "end of conditional execution (noop)"
25942 +msgstr "deireadh an reatha coinníollaigh (no-op)"
25944 +#: keymap_alldefs.h:7
25945 +msgid "force viewing of attachment using mailcap"
25946 +msgstr "amharc ar iatán trí úsáid mailcap"
25948 +#: keymap_alldefs.h:8
25949 +msgid "view attachment as text"
25950 +msgstr "féach ar an iatán mar théacs"
25952 +#: keymap_alldefs.h:9
25953 +msgid "Toggle display of subparts"
25954 +msgstr "Scoránaigh taispeáint na bhfopháirteanna"
25956 +#: keymap_alldefs.h:10
25957 +msgid "move to the bottom of the page"
25958 +msgstr "téigh go bun an leathanaigh"
25960 +#: keymap_alldefs.h:11
25961 +msgid "remail a message to another user"
25962 +msgstr "athsheol teachtaireacht go húsáideoir eile"
25964 +#: keymap_alldefs.h:12
25965 +msgid "select a new file in this directory"
25966 +msgstr "roghnaigh comhad nua sa chomhadlann seo"
25968 +#: keymap_alldefs.h:13
25970 +msgstr "féach ar chomhad"
25972 +#: keymap_alldefs.h:14
25973 +msgid "display the currently selected file's name"
25974 +msgstr "taispeáin ainm an chomhaid atá roghnaithe faoi láthair"
25976 +#: keymap_alldefs.h:15
25977 +msgid "subscribe to current mailbox (IMAP only)"
25978 +msgstr "liostáil leis an mbosca poist reatha (IMAP amháin)"
25980 +#: keymap_alldefs.h:16
25981 +msgid "unsubscribe to current mailbox (IMAP only)"
25982 +msgstr "díliostáil leis an mbosca poist reatha (IMAP amháin)"
25984 +#: keymap_alldefs.h:17
25985 +msgid "toggle view all/subscribed mailboxes (IMAP only)"
25987 +"scoránaigh cé acu gach bosca nó boscaí liostáilte amháin a thaispeántar (IMAP "
25990 +#: keymap_alldefs.h:18
25991 +msgid "list mailboxes with new mail"
25992 +msgstr "taispeáin na boscaí le post nua"
25994 +#: keymap_alldefs.h:19
25995 +msgid "change directories"
25996 +msgstr "athraigh an chomhadlann"
25998 +#: keymap_alldefs.h:20
25999 +msgid "check mailboxes for new mail"
26000 +msgstr "seiceáil boscaí do phost nua"
26002 +#: keymap_alldefs.h:21
26003 +msgid "attach a file(s) to this message"
26004 +msgstr "ceangail comha(i)d leis an teachtaireacht seo"
26006 +#: keymap_alldefs.h:22
26007 +msgid "attach message(s) to this message"
26008 +msgstr "ceangail teachtaireacht(aí) leis an teachtaireacht seo"
26010 +#: keymap_alldefs.h:23
26011 +msgid "edit the BCC list"
26012 +msgstr "cuir an liosta BCC in eagar"
26014 +#: keymap_alldefs.h:24
26015 +msgid "edit the CC list"
26016 +msgstr "cuir an liosta CC in eagar"
26018 +#: keymap_alldefs.h:25
26019 +msgid "edit attachment description"
26020 +msgstr "cuir cur síos an iatáin in eagar"
26022 +#: keymap_alldefs.h:26
26023 +msgid "edit attachment transfer-encoding"
26024 +msgstr "cuir transfer-encoding an iatáin in eagar"
26026 +#: keymap_alldefs.h:27
26027 +msgid "enter a file to save a copy of this message in"
26028 +msgstr "iontráil comhad ina sábhálfar cóip den teachtaireacht seo"
26030 +#: keymap_alldefs.h:28
26031 +msgid "edit the file to be attached"
26032 +msgstr "cuir an comhad le ceangal in eagar"
26034 +#: keymap_alldefs.h:29
26035 +msgid "edit the from field"
26036 +msgstr "cuir an réimse \"Ó\" in eagar\""
26038 +#: keymap_alldefs.h:30
26039 +msgid "edit the message with headers"
26040 +msgstr "cuir an teachtaireacht in eagar le ceanntásca"
26042 +#: keymap_alldefs.h:31
26043 +msgid "edit the message"
26044 +msgstr "cuir an teachtaireacht in eagar"
26046 +#: keymap_alldefs.h:32
26047 +msgid "edit attachment using mailcap entry"
26048 +msgstr "cuir an t-iatán in eagar le hiontráil mailcap"
26050 +#: keymap_alldefs.h:33
26051 +msgid "edit the Reply-To field"
26052 +msgstr "cuir an réimse \"Reply-To\" in eagar"
26054 +#: keymap_alldefs.h:34
26055 +msgid "edit the subject of this message"
26056 +msgstr "cuir an t-ábhar teachtaireachta in eagar"
26058 +#: keymap_alldefs.h:35
26059 +msgid "edit the TO list"
26060 +msgstr "cuir an liosta \"TO\" in eagar"
26062 +#: keymap_alldefs.h:36
26063 +msgid "create a new mailbox (IMAP only)"
26064 +msgstr "cruthaigh bosca poist nua (IMAP)"
26066 +#: keymap_alldefs.h:37
26067 +msgid "edit attachment content type"
26068 +msgstr "cuir content type an iatáin in eagar"
26070 +#: keymap_alldefs.h:38
26071 +msgid "get a temporary copy of an attachment"
26072 +msgstr "faigh cóip shealadach d'iatán"
26074 +#: keymap_alldefs.h:39
26075 +msgid "run ispell on the message"
26076 +msgstr "rith ispell ar an teachtaireacht"
26078 +#: keymap_alldefs.h:40
26079 +msgid "compose new attachment using mailcap entry"
26080 +msgstr "cum iatán nua le hiontráil mailcap"
26082 +#: keymap_alldefs.h:41
26083 +msgid "toggle recoding of this attachment"
26084 +msgstr "scoránaigh ath-ionchódú an iatáin seo"
26086 +#: keymap_alldefs.h:42
26087 +msgid "save this message to send later"
26088 +msgstr "sábháil an teachtaireacht seo chun é a sheoladh ar ball"
26090 +#: keymap_alldefs.h:43
26091 +msgid "rename/move an attached file"
26092 +msgstr "athainmnigh/bog comhad ceangailte"
26094 +#: keymap_alldefs.h:44
26095 +msgid "send the message"
26096 +msgstr "seol an teachtaireacht"
26098 +#: keymap_alldefs.h:45
26099 +msgid "toggle disposition between inline/attachment"
26100 +msgstr "scoránaigh idir inlíne/iatán"
26102 +#: keymap_alldefs.h:46
26103 +msgid "toggle whether to delete file after sending it"
26105 +"scoránaigh cé acu a scriosfar comhad tar éis é a sheoladh, nó nach scriosfar"
26107 +#: keymap_alldefs.h:47
26108 +msgid "update an attachment's encoding info"
26109 +msgstr "nuashonraigh eolas faoi ionchódú an iatáin"
26111 +#: keymap_alldefs.h:48
26112 +msgid "write the message to a folder"
26113 +msgstr "scríobh teachtaireacht i bhfillteán"
26115 +#: keymap_alldefs.h:49
26116 +msgid "copy a message to a file/mailbox"
26117 +msgstr "cóipeáil teachtaireacht go comhad/bosca poist"
26119 +#: keymap_alldefs.h:50
26120 +msgid "create an alias from a message sender"
26121 +msgstr "cruthaigh ailias do sheoltóir"
26123 +#: keymap_alldefs.h:51
26124 +msgid "move entry to bottom of screen"
26125 +msgstr "bog iontráil go bun an scáileáin"
26127 +#: keymap_alldefs.h:52
26128 +msgid "move entry to middle of screen"
26129 +msgstr "bog iontráil go lár an scáileáin"
26131 +#: keymap_alldefs.h:53
26132 +msgid "move entry to top of screen"
26133 +msgstr "bog iontráil go barr an scáileáin"
26135 +#: keymap_alldefs.h:54
26136 +msgid "make decoded (text/plain) copy"
26137 +msgstr "déan cóip dhíchódaithe (text/plain)"
26139 +#: keymap_alldefs.h:55
26140 +msgid "make decoded copy (text/plain) and delete"
26141 +msgstr "déan cóip dhíchódaithe (text/plain) agus scrios"
26143 +#: keymap_alldefs.h:56
26144 +msgid "delete the current entry"
26145 +msgstr "scrios an iontráil reatha"
26147 +#: keymap_alldefs.h:57
26148 +msgid "delete the current mailbox (IMAP only)"
26149 +msgstr "scrios an bosca poist reatha (IMAP amháin)"
26151 +#: keymap_alldefs.h:58
26152 +msgid "delete all messages in subthread"
26153 +msgstr "scrios gach teachtaireacht san fhoshnáithe"
26155 +#: keymap_alldefs.h:59
26156 +msgid "delete all messages in thread"
26157 +msgstr "scrios gach teachtaireacht sa snáithe"
26159 +#: keymap_alldefs.h:60
26160 +msgid "display full address of sender"
26161 +msgstr "taispeáin seoladh iomlán an tseoltóra"
26163 +#: keymap_alldefs.h:61
26164 +msgid "display message and toggle header weeding"
26165 +msgstr "taispeáin teachtaireacht agus scoránaigh na ceanntásca"
26167 +#: keymap_alldefs.h:62
26168 +msgid "display a message"
26169 +msgstr "taispeáin teachtaireacht"
26171 +#: keymap_alldefs.h:63
26172 +msgid "edit the raw message"
26173 +msgstr "cuir an teachtaireacht amh in eagar"
26175 +#: keymap_alldefs.h:64
26176 +msgid "delete the char in front of the cursor"
26177 +msgstr "scrios an carachtar i ndiaidh an chúrsóra"
26179 +#: keymap_alldefs.h:65
26180 +msgid "move the cursor one character to the left"
26181 +msgstr "bog an cúrsóir aon charachtar amháin ar chlé"
26183 +#: keymap_alldefs.h:66
26184 +msgid "move the cursor to the beginning of the word"
26185 +msgstr "bog an cúrsóir go tús an fhocail"
26187 +#: keymap_alldefs.h:67
26188 +msgid "jump to the beginning of the line"
26189 +msgstr "léim go tús an líne"
26191 +#: keymap_alldefs.h:68
26192 +msgid "cycle among incoming mailboxes"
26193 +msgstr "bog trí na boscaí isteach"
26195 +#: keymap_alldefs.h:69
26196 +msgid "complete filename or alias"
26197 +msgstr "comhlánaigh ainm comhaid nó ailias"
26199 +#: keymap_alldefs.h:70
26200 +msgid "complete address with query"
26201 +msgstr "comhlánaigh seoladh le hiarratas"
26203 +#: keymap_alldefs.h:71
26204 +msgid "delete the char under the cursor"
26205 +msgstr "scrios an carachtar faoin chúrsóir"
26207 +#: keymap_alldefs.h:72
26208 +msgid "jump to the end of the line"
26209 +msgstr "léim go deireadh an líne"
26211 +#: keymap_alldefs.h:73
26212 +msgid "move the cursor one character to the right"
26213 +msgstr "bog an cúrsóir aon charachtar amháin ar dheis"
26215 +#: keymap_alldefs.h:74
26216 +msgid "move the cursor to the end of the word"
26217 +msgstr "bog an cúrsóir go deireadh an fhocail"
26219 +#: keymap_alldefs.h:75
26220 +msgid "scroll down through the history list"
26221 +msgstr "scrollaigh síos tríd an stair"
26223 +#: keymap_alldefs.h:76
26224 +msgid "scroll up through the history list"
26225 +msgstr "scrollaigh suas tríd an stair"
26227 +#: keymap_alldefs.h:77
26228 +msgid "delete chars from cursor to end of line"
26229 +msgstr "scrios carachtair ón chúrsóir go deireadh an líne"
26231 +#: keymap_alldefs.h:78
26232 +msgid "delete chars from the cursor to the end of the word"
26233 +msgstr "scrios carachtair ón chúrsóir go deireadh an fhocail"
26235 +#: keymap_alldefs.h:79
26236 +msgid "delete all chars on the line"
26237 +msgstr "scrios gach carachtar ar an líne"
26239 +#: keymap_alldefs.h:80
26240 +msgid "delete the word in front of the cursor"
26241 +msgstr "scrios an focal i ndiaidh an chúrsóra"
26243 +#: keymap_alldefs.h:81
26244 +msgid "quote the next typed key"
26245 +msgstr "cuir an chéad charachtar eile clóscríofa idir comharthaí athfhriotail"
26247 +#: keymap_alldefs.h:82
26248 +msgid "transpose character under cursor with previous"
26249 +msgstr "malartaigh an carachtar faoin chúrsóir agus an ceann roimhe"
26251 +#: keymap_alldefs.h:83
26252 +msgid "capitalize the word"
26253 +msgstr "scríobh an focal le ceannlitir"
26255 +#: keymap_alldefs.h:84
26256 +msgid "convert the word to lower case"
26257 +msgstr "tiontaigh an focal go cás íochtair"
26259 +#: keymap_alldefs.h:85
26260 +msgid "convert the word to upper case"
26261 +msgstr "tiontaigh an focal go cás uachtair"
26263 +#: keymap_alldefs.h:86
26264 +msgid "enter a muttrc command"
26265 +msgstr "iontráil ordú muttrc"
26267 +#: keymap_alldefs.h:87
26268 +msgid "enter a file mask"
26269 +msgstr "iontráil masc comhaid"
26271 +#: keymap_alldefs.h:88
26272 +msgid "exit this menu"
26273 +msgstr "scoir an roghchlár seo"
26275 +#: keymap_alldefs.h:89
26276 +msgid "filter attachment through a shell command"
26277 +msgstr "scag iatán le hordú blaoisce"
26279 +#: keymap_alldefs.h:90
26280 +msgid "move to the first entry"
26281 +msgstr "téigh go dtí an chéad iontráil"
26283 +#: keymap_alldefs.h:91
26284 +msgid "toggle a message's 'important' flag"
26285 +msgstr "scoránaigh an bhratach 'important' ar theachtaireacht"
26287 +#: keymap_alldefs.h:92
26288 +msgid "forward a message with comments"
26289 +msgstr "seol teachtaireacht ar aghaidh le nótaí sa bhreis"
26291 +#: keymap_alldefs.h:93
26292 +msgid "select the current entry"
26293 +msgstr "roghnaigh an iontráil reatha"
26295 +#: keymap_alldefs.h:94
26296 +msgid "reply to all recipients"
26297 +msgstr "seol freagra chuig gach faighteoir"
26299 +#: keymap_alldefs.h:95
26300 +msgid "scroll down 1/2 page"
26301 +msgstr "scrollaigh síos leath de leathanach"
26303 +#: keymap_alldefs.h:96
26304 +msgid "scroll up 1/2 page"
26305 +msgstr "scrollaigh suas leath de leathanach"
26307 +#: keymap_alldefs.h:97
26308 +msgid "this screen"
26309 +msgstr "an scáileán seo"
26311 +#: keymap_alldefs.h:98
26312 +msgid "jump to an index number"
26313 +msgstr "téigh go treoiruimhir"
26315 +#: keymap_alldefs.h:99
26316 +msgid "move to the last entry"
26317 +msgstr "téigh go dtí an iontráil dheireanach"
26319 +#: keymap_alldefs.h:100
26320 +msgid "reply to specified mailing list"
26321 +msgstr "seol freagra chuig liosta sonraithe ríomhphoist"
26323 +#: keymap_alldefs.h:101
26324 +msgid "execute a macro"
26325 +msgstr "rith macra"
26327 +#: keymap_alldefs.h:102
26328 +msgid "compose a new mail message"
26329 +msgstr "cum teachtaireacht nua ríomhphoist"
26331 +#: keymap_alldefs.h:103
26332 +msgid "break the thread in two"
26333 +msgstr "bris an snáithe ina dhá pháirt"
26335 +#: keymap_alldefs.h:104
26336 +msgid "open a different folder"
26337 +msgstr "oscail fillteán eile"
26339 +#: keymap_alldefs.h:105
26340 +msgid "open a different folder in read only mode"
26341 +msgstr "oscail fillteán eile sa mhód léimh-amháin"
26343 +#: keymap_alldefs.h:106
26344 +msgid "clear a status flag from a message"
26345 +msgstr "glan bratach stádais ó theachtaireacht"
26347 +#: keymap_alldefs.h:107
26348 +msgid "delete messages matching a pattern"
26349 +msgstr "scrios teachtaireachtaí atá comhoiriúnach le patrún"
26351 +#: keymap_alldefs.h:108
26352 +msgid "force retrieval of mail from IMAP server"
26353 +msgstr "faigh ríomhphost ón fhreastalaí IMAP"
26355 +#: keymap_alldefs.h:109
26356 +msgid "retrieve mail from POP server"
26357 +msgstr "faigh ríomhphost ó fhreastalaí POP"
26359 +#: keymap_alldefs.h:110
26360 +msgid "move to the first message"
26361 +msgstr "téigh go dtí an chéad teachtaireacht"
26363 +#: keymap_alldefs.h:111
26364 +msgid "move to the last message"
26365 +msgstr "téigh go dtí an teachtaireacht dheireanach"
26367 +#: keymap_alldefs.h:112
26368 +msgid "show only messages matching a pattern"
26369 +msgstr "ná taispeáin ach na teachtaireachtaí atá comhoiriúnach le patrún"
26371 +#: keymap_alldefs.h:113
26372 +msgid "link tagged message to the current one"
26373 +msgstr "nasc teachtaireacht chlibeáilte leis an cheann reatha"
26375 +#: keymap_alldefs.h:114
26376 +msgid "jump to the next new message"
26377 +msgstr "léim go dtí an chéad teachtaireacht nua eile"
26379 +#: keymap_alldefs.h:115
26380 +msgid "jump to the next new or unread message"
26381 +msgstr "léim go dtí an chéad teachtaireacht nua/neamhléite eile"
26383 +#: keymap_alldefs.h:116
26384 +msgid "jump to the next subthread"
26385 +msgstr "léim go dtí an chéad fhoshnáithe eile"
26387 +#: keymap_alldefs.h:117
26388 +msgid "jump to the next thread"
26389 +msgstr "téigh go dtí an chéad snáithe eile"
26391 +#: keymap_alldefs.h:118
26392 +msgid "move to the next undeleted message"
26393 +msgstr "téigh go dtí an chéad teachtaireacht eile nach scriosta"
26395 +#: keymap_alldefs.h:119
26396 +msgid "jump to the next unread message"
26397 +msgstr "léim go dtí an chéad teachtaireacht neamhléite eile"
26399 +#: keymap_alldefs.h:120
26400 +msgid "jump to parent message in thread"
26401 +msgstr "léim go máthair-theachtaireacht sa snáithe"
26403 +#: keymap_alldefs.h:121
26404 +msgid "jump to previous thread"
26405 +msgstr "léim go dtí an snáithe roimhe seo"
26407 +#: keymap_alldefs.h:122
26408 +msgid "jump to previous subthread"
26409 +msgstr "léim go dtí an fhoshnáithe roimhe seo"
26411 +#: keymap_alldefs.h:123
26412 +msgid "move to the previous undeleted message"
26413 +msgstr "téigh go dtí an teachtaireacht nach scriosta roimhe seo"
26415 +#: keymap_alldefs.h:124
26416 +msgid "jump to the previous new message"
26417 +msgstr "léim go dtí an teachtaireacht nua roimhe seo"
26419 +#: keymap_alldefs.h:125
26420 +msgid "jump to the previous new or unread message"
26421 +msgstr "léim go dtí an teachtaireacht nua/neamhléite roimhe seo"
26423 +#: keymap_alldefs.h:126
26424 +msgid "jump to the previous unread message"
26425 +msgstr "léim go dtí an teachtaireacht neamhléite roimhe seo"
26427 +#: keymap_alldefs.h:127
26428 +msgid "mark the current thread as read"
26429 +msgstr "marcáil an snáithe reatha \"léite\""
26431 +#: keymap_alldefs.h:128
26432 +msgid "mark the current subthread as read"
26433 +msgstr "marcáil an fhoshnáithe reatha \"léite\""
26435 +#: keymap_alldefs.h:129
26436 +msgid "set a status flag on a message"
26437 +msgstr "socraigh bratach stádais ar theachtaireacht"
26439 +#: keymap_alldefs.h:130
26440 +msgid "save changes to mailbox"
26441 +msgstr "sábháil athruithe ar bhosca poist"
26443 +#: keymap_alldefs.h:131
26444 +msgid "tag messages matching a pattern"
26445 +msgstr "clibeáil teachtaireachtaí atá comhoiriúnach le patrún"
26447 +#: keymap_alldefs.h:132
26448 +msgid "undelete messages matching a pattern"
26449 +msgstr "díscrios teachtaireachtaí atá comhoiriúnach le patrún"
26451 +#: keymap_alldefs.h:133
26452 +msgid "untag messages matching a pattern"
26453 +msgstr "díchlibeáil teachtaireachtaí atá comhoiriúnach le patrún"
26455 +#: keymap_alldefs.h:134
26456 +msgid "move to the middle of the page"
26457 +msgstr "téigh go lár an leathanaigh"
26459 +#: keymap_alldefs.h:135
26460 +msgid "move to the next entry"
26461 +msgstr "téigh go dtí an chéad iontráil eile"
26463 +#: keymap_alldefs.h:136
26464 +msgid "scroll down one line"
26465 +msgstr "scrollaigh aon líne síos"
26467 +#: keymap_alldefs.h:137
26468 +msgid "move to the next page"
26469 +msgstr "téigh go dtí an chéad leathanach eile"
26471 +#: keymap_alldefs.h:138
26472 +msgid "jump to the bottom of the message"
26473 +msgstr "léim go bun na teachtaireachta"
26475 +#: keymap_alldefs.h:139
26476 +msgid "toggle display of quoted text"
26478 +"scoránaigh cé acu a thaispeántar téacs athfhriotail nó nach dtaispeántar"
26480 +#: keymap_alldefs.h:140
26481 +msgid "skip beyond quoted text"
26482 +msgstr "gabh thar théacs athfhriotail"
26484 +#: keymap_alldefs.h:141
26485 +msgid "jump to the top of the message"
26486 +msgstr "léim go barr na teachtaireachta"
26488 +#: keymap_alldefs.h:142
26489 +msgid "pipe message/attachment to a shell command"
26490 +msgstr "píopa teachtaireacht/iatán go hordú blaoisce"
26492 +#: keymap_alldefs.h:143
26493 +msgid "move to the previous entry"
26494 +msgstr "téigh go dtí an iontráil roimhe seo"
26496 +#: keymap_alldefs.h:144
26497 +msgid "scroll up one line"
26498 +msgstr "scrollaigh aon líne suas"
26500 +#: keymap_alldefs.h:145
26501 +msgid "move to the previous page"
26502 +msgstr "téigh go dtí an leathanach roimhe seo"
26504 +#: keymap_alldefs.h:146
26505 +msgid "print the current entry"
26506 +msgstr "priontáil an iontráil reatha"
26508 +#: keymap_alldefs.h:147
26509 +msgid "query external program for addresses"
26510 +msgstr "bí ag iarraidh seoltaí ó chlár seachtrach"
26512 +#: keymap_alldefs.h:148
26513 +msgid "append new query results to current results"
26514 +msgstr "iarcheangail torthaí an iarratais nua leis na torthaí reatha"
26516 +#: keymap_alldefs.h:149
26517 +msgid "save changes to mailbox and quit"
26518 +msgstr "sábháil athruithe ar bhosca poist agus scoir"
26520 +#: keymap_alldefs.h:150
26521 +msgid "recall a postponed message"
26522 +msgstr "athghlaoigh teachtaireacht a bhí curtha ar athlá"
26524 +#: keymap_alldefs.h:151
26525 +msgid "clear and redraw the screen"
26526 +msgstr "glan an scáileán agus ataispeáin"
26528 +#: keymap_alldefs.h:152
26529 +msgid "{internal}"
26530 +msgstr "{inmheánach}"
26532 +#: keymap_alldefs.h:153
26533 +msgid "rename the current mailbox (IMAP only)"
26534 +msgstr "athainmnigh an bosca poist reatha (IMAP amháin)"
26536 +#: keymap_alldefs.h:154
26537 +msgid "reply to a message"
26538 +msgstr "tabhair freagra ar theachtaireacht"
26540 +#: keymap_alldefs.h:155
26541 +msgid "use the current message as a template for a new one"
26542 +msgstr "úsáid an teachtaireacht reatha mar theimpléad do cheann nua"
26544 +#: keymap_alldefs.h:156
26545 +msgid "save message/attachment to a file"
26546 +msgstr "sábháil teachtaireacht/iatán go comhad"
26548 +#: keymap_alldefs.h:157
26549 +msgid "search for a regular expression"
26550 +msgstr "déan cuardach ar shlonn ionadaíochta"
26552 +#: keymap_alldefs.h:158
26553 +msgid "search backwards for a regular expression"
26554 +msgstr "déan cuardach ar gcúl ar shlonn ionadaíochta"
26556 +#: keymap_alldefs.h:159
26557 +msgid "search for next match"
26558 +msgstr "déan cuardach arís"
26560 +#: keymap_alldefs.h:160
26561 +msgid "search for next match in opposite direction"
26562 +msgstr "déan cuardach arís, ach sa treo eile"
26564 +#: keymap_alldefs.h:161
26565 +msgid "toggle search pattern coloring"
26566 +msgstr "scoránaigh aibhsiú an phatrúin cuardaigh"
26568 +#: keymap_alldefs.h:162
26569 +msgid "invoke a command in a subshell"
26570 +msgstr "rith ordú i bhfobhlaosc"
26572 +#: keymap_alldefs.h:163
26573 +msgid "sort messages"
26574 +msgstr "sórtáil teachtaireachtaí"
26576 +#: keymap_alldefs.h:164
26577 +msgid "sort messages in reverse order"
26578 +msgstr "sórtáil teachtaireachtaí san ord droim ar ais"
26580 +#: keymap_alldefs.h:165
26581 +msgid "tag the current entry"
26582 +msgstr "clibeáil an iontráil reatha"
26584 +#: keymap_alldefs.h:166
26585 +msgid "apply next function to tagged messages"
26586 +msgstr "cuir an chéad fheidhm eile i bhfeidhm ar theachtaireachtaí clibeáilte"
26588 +#: keymap_alldefs.h:167
26589 +msgid "apply next function ONLY to tagged messages"
26591 +"cuir an chéad fheidhm eile i bhfeidhm ar theachtaireachtaí clibeáilte AMHÁIN"
26593 +#: keymap_alldefs.h:168
26594 +msgid "tag the current subthread"
26595 +msgstr "clibeáil an fhoshnáithe reatha"
26597 +#: keymap_alldefs.h:169
26598 +msgid "tag the current thread"
26599 +msgstr "clibeáil an snáithe reatha"
26601 +#: keymap_alldefs.h:170
26602 +msgid "toggle a message's 'new' flag"
26603 +msgstr "scoránaigh bratach 'nua' ar theachtaireacht"
26605 +#: keymap_alldefs.h:171
26606 +msgid "toggle whether the mailbox will be rewritten"
26607 +msgstr "scoránaigh cé acu an mbeidh an bosca athscríofa, nó nach mbeidh"
26609 +#: keymap_alldefs.h:172
26610 +msgid "toggle whether to browse mailboxes or all files"
26611 +msgstr "scoránaigh cé acu boscaí poist nó comhaid a bhrabhsálfar"
26613 +#: keymap_alldefs.h:173
26614 +msgid "move to the top of the page"
26615 +msgstr "téigh go dtí an barr"
26617 +#: keymap_alldefs.h:174
26618 +msgid "undelete the current entry"
26619 +msgstr "díscrios an iontráil reatha"
26621 +#: keymap_alldefs.h:175
26622 +msgid "undelete all messages in thread"
26623 +msgstr "díscrios gach teachtaireacht sa snáithe"
26625 +#: keymap_alldefs.h:176
26626 +msgid "undelete all messages in subthread"
26627 +msgstr "díscrios gach teachtaireacht san fhoshnáithe"
26629 +#: keymap_alldefs.h:177
26630 +msgid "show the Mutt version number and date"
26631 +msgstr "taispeáin an uimhir leagain Mutt agus an dáta"
26633 +#: keymap_alldefs.h:178
26634 +msgid "view attachment using mailcap entry if necessary"
26635 +msgstr "amharc ar iatán le hiontráil mailcap, más gá"
26637 +#: keymap_alldefs.h:179
26638 +msgid "show MIME attachments"
26639 +msgstr "taispeáin iatáin MIME"
26641 +#: keymap_alldefs.h:180
26642 +msgid "display the keycode for a key press"
26643 +msgstr "taispeáin an cód atá bainte le heochairbhrú"
26645 +#: keymap_alldefs.h:181
26646 +msgid "show currently active limit pattern"
26647 +msgstr "taispeáin an patrún teorannaithe atá i bhfeidhm"
26649 +#: keymap_alldefs.h:182
26650 +msgid "collapse/uncollapse current thread"
26651 +msgstr "laghdaigh/leathnaigh an snáithe reatha"
26653 +#: keymap_alldefs.h:183
26654 +msgid "collapse/uncollapse all threads"
26655 +msgstr "laghdaigh/leathnaigh gach snáithe"
26657 +#: keymap_alldefs.h:184
26658 +msgid "attach a PGP public key"
26659 +msgstr "ceangail eochair phoiblí PGP"
26661 +#: keymap_alldefs.h:185
26662 +msgid "show PGP options"
26663 +msgstr "taispeáin roghanna PGP"
26665 +#: keymap_alldefs.h:186
26666 +msgid "mail a PGP public key"
26667 +msgstr "seol eochair phoiblí PGP"
26669 +#: keymap_alldefs.h:187
26670 +msgid "verify a PGP public key"
26671 +msgstr "fíoraigh eochair phoiblí PGP"
26673 +#: keymap_alldefs.h:188
26674 +msgid "view the key's user id"
26675 +msgstr "amharc ar ID úsáideora na heochrach"
26677 +#: keymap_alldefs.h:189
26678 +msgid "check for classic pgp"
26679 +msgstr "seiceáil le haghaidh pgp clasaiceach"
26681 +#: keymap_alldefs.h:190
26682 +msgid "Accept the chain constructed"
26683 +msgstr "Glac leis an slabhra cruthaithe"
26685 +#: keymap_alldefs.h:191
26686 +msgid "Append a remailer to the chain"
26687 +msgstr "Iarcheangail athphostóir leis an slabhra"
26689 +#: keymap_alldefs.h:192
26690 +msgid "Insert a remailer into the chain"
26691 +msgstr "Ionsáigh athphostóir isteach sa slabhra"
26693 +#: keymap_alldefs.h:193
26694 +msgid "Delete a remailer from the chain"
26695 +msgstr "Scrios athphostóir as an slabhra"
26697 +#: keymap_alldefs.h:194
26698 +msgid "Select the previous element of the chain"
26699 +msgstr "Roghnaigh an ball roimhe seo ón slabhra"
26701 +#: keymap_alldefs.h:195
26702 +msgid "Select the next element of the chain"
26703 +msgstr "Roghnaigh an chéad bhall eile ón slabhra"
26705 +#: keymap_alldefs.h:196
26706 +msgid "send the message through a mixmaster remailer chain"
26707 +msgstr "seol an teachtaireacht trí shlabhra athphostóirí \"mixmaster\""
26709 +#: keymap_alldefs.h:197
26710 +msgid "make decrypted copy and delete"
26711 +msgstr "déan cóip dhíchriptithe agus scrios"
26713 +#: keymap_alldefs.h:198
26714 +msgid "make decrypted copy"
26715 +msgstr "déan cóip dhíchriptithe"
26717 +#: keymap_alldefs.h:199
26718 +msgid "wipe passphrase(s) from memory"
26719 +msgstr "bánaigh frása(í) faire as cuimhne"
26721 +#: keymap_alldefs.h:200
26722 +msgid "extract supported public keys"
26723 +msgstr "bain na heochracha poiblí le tacaíocht amach"
26725 +#: keymap_alldefs.h:201
26726 +msgid "show S/MIME options"
26727 +msgstr "taispeáin roghanna S/MIME"
26730 +msgid "Integer overflow -- can't allocate memory!"
26731 +msgstr "Slánuimhir thar maoil -- ní féidir cuimhne a dháileadh"
26733 +#: lib.c:133 lib.c:148 lib.c:180
26734 +msgid "Out of memory!"
26735 +msgstr "Cuimhne ídithe!"
26739 +"To contact the developers, please mail to <mutt-dev@mutt.org>.\n"
26740 +"To report a bug, please use the flea(1) utility.\n"
26742 +"Chun teagmháil a dhéanamh leis na forbróirí, seol ríomhphost\n"
26743 +"chuig <mutt-dev@mutt.org> le do thoil. Úsáid an uirlis flea(1)\n"
26744 +"chun tuairiscí fabhtanna a sheoladh, le do thoil.\n"
26748 +"Copyright (C) 1996-2002 Michael R. Elkins and others.\n"
26749 +"Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n"
26750 +"Mutt is free software, and you are welcome to redistribute it\n"
26751 +"under certain conditions; type `mutt -vv' for details.\n"
26753 +"Copyright © 1996-2002 Michael R. Elkins agus daoine eile.\n"
26754 +"Níl baránta AR BITH le Mutt; iontráil `mutt -vv' chun tuilleadh\n"
26755 +"eolais a fháil. Is saorbhogearra é Mutt: is féidir leat é\n"
26756 +"a athdháileadh, agus fáilte, ach de réir coinníollacha áirithe.\n"
26757 +"Iontráil `mutt -vv' chun tuilleadh eolais a fháil.\n"
26761 +"Copyright (C) 1996-2004 Michael R. Elkins <me@mutt.org>\n"
26762 +"Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
26763 +"Copyright (C) 1997-2005 Thomas Roessler <roessler@does-not-exist.org>\n"
26764 +"Copyright (C) 1998-2005 Werner Koch <wk@isil.d.shuttle.de>\n"
26765 +"Copyright (C) 1999-2005 Brendan Cully <brendan@kublai.com>\n"
26766 +"Copyright (C) 1999-2002 Tommi Komulainen <Tommi.Komulainen@iki.fi>\n"
26767 +"Copyright (C) 2000-2002 Edmund Grimley Evans <edmundo@rano.org>\n"
26769 +"Lots of others not mentioned here contributed lots of code,\n"
26770 +"fixes, and suggestions.\n"
26772 +" This program is free software; you can redistribute it and/or modify\n"
26773 +" it under the terms of the GNU General Public License as published by\n"
26774 +" the Free Software Foundation; either version 2 of the License, or\n"
26775 +" (at your option) any later version.\n"
26777 +" This program is distributed in the hope that it will be useful,\n"
26778 +" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
26779 +" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
26780 +" GNU General Public License for more details.\n"
26782 +" You should have received a copy of the GNU General Public License\n"
26783 +" along with this program; if not, write to the Free Software\n"
26784 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
26786 +"Copyright © 1996-2004 Michael R. Elkins <me@mutt.org>\n"
26787 +"Copyright © 1996-2002 Brandon Long <blong@fiction.net>\n"
26788 +"Copyright © 1997-2005 Thomas Roessler <roessler@does-not-exist.org>\n"
26789 +"Copyright © 1998-2005 Werner Koch <wk@isil.d.shuttle.de>\n"
26790 +"Copyright © 1999-2005 Brendan Cully <brendan@kublai.com>\n"
26791 +"Copyright © 1999-2002 Tommi Komulainen <Tommi.Komulainen@iki.fi>\n"
26792 +"Copyright © 2000-2002 Edmund Grimley Evans <edmundo@rano.org>\n"
26794 +"Thug go leor daoine eile cód, ceartúcháin, agus comhairle go leor dúinn.\n"
26796 +"Is saorbhogearra é an ríomhchlár seo; is féidir leat é a scaipeadh agus/nó\n"
26797 +"a athrú de réir na gcoinníollacha den GNU General Public License mar atá\n"
26798 +"foilsithe ag an Free Software Foundation; faoi leagan 2 den cheadúnas,\n"
26799 +"nó (más mian leat) aon leagan níos déanaí.\n"
26801 +"Scaiptear an ríomhchlár seo le súil go mbeidh sé áisiúil,\n"
26802 +"ach GAN AON BARÁNTA; go fiú gan an barántas intuigthe\n"
26803 +"d'INDÍOLTACHT nó FEILIÚNACHT D'FHEIDHM AR LEITH. Féach ar an\n"
26804 +"GNU General Public License chun níos mó sonraí a fháil.\n"
26806 +"Ba chóir go mbeifeá tar éis cóip den GNU General Public License a fháil in\n"
26807 +"éineacht leis an ríomhchlár seo; mura bhfuair, scríobh chuig an Free "
26809 +"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
26813 +"usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
26815 +" mutt [ -nR ] [ -e <cmd> ] [ -F <file> ] -Q <query> [ -Q <query> ] "
26817 +" mutt [ -nR ] [ -e <cmd> ] [ -F <file> ] -A <alias> [ -A <alias> ] "
26819 +" mutt [ -nR ] [ -e <cmd> ] [ -F <file> ] -D\n"
26820 +" mutt [ -nx ] [ -e <cmd> ] [ -a <file> ] [ -F <file> ] [ -H <file> ] [ -"
26821 +"i <file> ] [ -s <subj> ] [ -b <addr> ] [ -c <addr> ] <addr> [ ... ]\n"
26822 +" mutt [ -n ] [ -e <cmd> ] [ -F <file> ] -p\n"
26826 +" -A <alias>\texpand the given alias\n"
26827 +" -a <file>\tattach a file to the message\n"
26828 +" -b <address>\tspecify a blind carbon-copy (BCC) address\n"
26829 +" -c <address>\tspecify a carbon-copy (CC) address\n"
26830 +" -D\t\tprint the value of all variables to stdout"
26832 +"úsáid: mutt [-nRyzZ] [-e <ordú>] [-F <comhad>] [-m <cineál>] [-f <comhad>]\n"
26833 +" mutt [-nR] [-e <ordú>] [-F <comhad>] -Q <iarr> [-Q <iarr>] [...]\n"
26834 +" mutt [-nR] [-e <ordú>] [-F <comhad>] -A <ailias> [-A <ailias>] [...]\n"
26835 +" mutt [-nR] [-e <ordú>] [-F <comhad>] -D\n"
26836 +" mutt [-nx] [-e <ordú>] [-a <comhad>] [-F <comhad>] [-H <comhad>] [-i "
26837 +"<comhad>] [-s <ábhar>] [-b <seoladh>] [-c <seoladh>] <seoladh> [...]\n"
26838 +" mutt [-n] [-e <ordú>] [-F <comhad>] -p\n"
26842 +" -A <ailias>\tleathnaigh an t-ailias sonraithe\n"
26843 +" -a <comhad>\tcuir iatán leis an teachtaireacht\n"
26844 +" -b <seoladh>\tsonraigh seoladh BCC\n"
26845 +" -c <seoladh>\tsonraigh seoladh CC\n"
26846 +" -D\t\tpriontáil luach gach athróige go stdout"
26849 +msgid " -d <level>\tlog debugging output to ~/.muttdebug0"
26850 +msgstr " -d <leibhéal>\tscríobh aschur dífhabhtaithe i ~/.muttdebug0"
26854 +" -e <command>\tspecify a command to be executed after initialization\n"
26855 +" -f <file>\tspecify which mailbox to read\n"
26856 +" -F <file>\tspecify an alternate muttrc file\n"
26857 +" -H <file>\tspecify a draft file to read header and body from\n"
26858 +" -i <file>\tspecify a file which Mutt should include in the body\n"
26859 +" -m <type>\tspecify a default mailbox type\n"
26860 +" -n\t\tcauses Mutt not to read the system Muttrc\n"
26861 +" -p\t\trecall a postponed message\n"
26862 +" -Q <variable>\tquery a configuration variable\n"
26863 +" -R\t\topen mailbox in read-only mode\n"
26864 +" -s <subj>\tspecify a subject (must be in quotes if it has spaces)\n"
26865 +" -v\t\tshow version and compile-time definitions\n"
26866 +" -x\t\tsimulate the mailx send mode\n"
26867 +" -y\t\tselect a mailbox specified in your `mailboxes' list\n"
26868 +" -z\t\texit immediately if there are no messages in the mailbox\n"
26869 +" -Z\t\topen the first folder with new message, exit immediately if none\n"
26870 +" -h\t\tthis help message"
26872 +" -e <ordú>\tsonraigh ordú le rith i ndiaidh an túsaithe\n"
26873 +" -f <comhad>\tsonraigh an bosca poist le léamh\n"
26874 +" -F <comhad>\tsonraigh comhad muttrc mar mhalairt\n"
26875 +" -H <comhad>\tsonraigh comhad dréachta óna léitear an ceanntásc\n"
26876 +" -i <comhad>\tsonraigh comhad le cur sa fhreagra\n"
26877 +" -m <cineál>\tréamhshocraigh cineál bosca poist\n"
26878 +" -n\t\tná léigh Muttrc an chórais\n"
26879 +" -p\t\tathghair teachtaireacht atá ar athlá\n"
26880 +" -Q <athróg>\tiarratas ar athróg chumraíochta\n"
26881 +" -R\t\toscail bosca poist sa mhód léimh-amháin\n"
26882 +" -s <ábhar>\tsonraigh an t-ábhar (le comharthaí athfhriotail má tá spás "
26884 +" -v\t\ttaispeáin an leagan agus athróga ag an am tiomsaithe\n"
26885 +" -x\t\tinsamhail an mód seolta mailx\n"
26886 +" -y\t\troghnaigh bosca poist as do liosta\n"
26887 +" -z\t\tscoir lom láithreach mura bhfuil aon teachtaireacht sa bhosca\n"
26888 +" -Z\t\toscail an chéad fhillteán le tcht nua, scoir mura bhfuil ceann ann\n"
26889 +" -h\t\tan chabhair seo"
26894 +"Compile options:"
26897 +"Roghanna tiomsaithe:"
26900 +msgid "Error initializing terminal."
26901 +msgstr "Earráid agus teirminéal á thúsú"
26905 +msgid "Debugging at level %d.\n"
26906 +msgstr "Leibhéal dífhabhtaithe = %d.\n"
26909 +msgid "DEBUG was not defined during compilation. Ignored.\n"
26911 +"Níor sonraíodh an athróg DEBUG le linn tiomsaithe. Rinneadh neamhshuim air.\n"
26915 +msgid "%s does not exist. Create it?"
26916 +msgstr "Níl a leithéid de %s ann. Cruthaigh?"
26920 +msgid "Can't create %s: %s."
26921 +msgstr "Ní féidir %s a chruthú: %s."
26924 +msgid "No recipients specified.\n"
26925 +msgstr "Níor sonraíodh aon fhaighteoir.\n"
26929 +msgid "%s: unable to attach file.\n"
26930 +msgstr "%s: ní féidir an comhad a cheangal.\n"
26933 +msgid "No mailbox with new mail."
26934 +msgstr "Níl aon bhosca le ríomhphost nua."
26937 +msgid "No incoming mailboxes defined."
26938 +msgstr "Níl aon bhosca isteach socraithe agat."
26941 +msgid "Mailbox is empty."
26942 +msgstr "Is folamh an bosca poist."
26944 +#: mbox.c:129 mbox.c:288
26946 +msgid "Reading %s... %d (%d%%)"
26947 +msgstr "%s á léamh... %d (%d%%)"
26949 +#: mbox.c:153 mbox.c:210
26950 +msgid "Mailbox is corrupt!"
26951 +msgstr "Is truaillithe an bosca poist!"
26954 +msgid "Mailbox was corrupted!"
26955 +msgstr "Truaillíodh an bosca poist!"
26957 +#: mbox.c:701 mbox.c:952
26958 +msgid "Fatal error! Could not reopen mailbox!"
26959 +msgstr "Earráid mharfach! Ní féidir an bosca poist a athoscailt!"
26962 +msgid "Unable to lock mailbox!"
26963 +msgstr "Ní féidir an bosca poist a chur faoi ghlas!"
26965 +#. * never happen, is we presume it is a bug in mutt.
26967 +msgid "sync: mbox modified, but no modified messages! (report this bug)"
26969 +"sync: mionathraíodh mbox, ach níor mionathraíodh aon teachtaireacht! (seol "
26970 +"tuairisc fhabht)"
26974 +msgid "Writing messages... %d (%d%%)"
26975 +msgstr "Teachtaireachtaí á scríobh... %d (%d%%)"
26977 +#. * change/deleted message
26979 +msgid "Committing changes..."
26980 +msgstr "Athruithe á gcur i bhfeidhm..."
26984 +msgid "Write failed! Saved partial mailbox to %s"
26985 +msgstr "Theip ar scríobh! Sábháladh bosca poist neamhiomlán i %s"
26988 +msgid "Could not reopen mailbox!"
26989 +msgstr "Níorbh fhéidir an bosca poist a athoscailt!"
26992 +msgid "Reopening mailbox..."
26993 +msgstr "Bosca poist á athoscailt..."
26997 +msgstr "Téigh go: "
27000 +msgid "Invalid index number."
27001 +msgstr "Uimhir innéacs neamhbhailí."
27003 +#: menu.c:432 menu.c:453 menu.c:518 menu.c:561 menu.c:577 menu.c:588 menu.c:599
27004 +#: menu.c:610 menu.c:623 menu.c:636 menu.c:1037
27005 +msgid "No entries."
27006 +msgstr "Níl aon iontráil ann."
27009 +msgid "You cannot scroll down farther."
27010 +msgstr "Ní féidir leat scrollú síos níos mó."
27013 +msgid "You cannot scroll up farther."
27014 +msgstr "Ní féidir leat scrollú suas níos mó."
27017 +msgid "You are on the first page."
27018 +msgstr "Ar an chéad leathanach."
27021 +msgid "You are on the last page."
27022 +msgstr "Ar an leathanach deireanach."
27025 +msgid "You are on the last entry."
27026 +msgstr "Ar an iontráil dheireanach."
27029 +msgid "You are on the first entry."
27030 +msgstr "Ar an chéad iontráil."
27032 +#: menu.c:718 pattern.c:1303
27033 +msgid "Search for: "
27034 +msgstr "Déan cuardach ar: "
27036 +#: menu.c:719 pattern.c:1304
27037 +msgid "Reverse search for: "
27038 +msgstr "Déan cuardach droim ar ais ar: "
27040 +#: menu.c:729 pattern.c:1336
27041 +msgid "No search pattern."
27042 +msgstr "Gan patrún cuardaigh."
27044 +#: menu.c:759 pager.c:1980 pager.c:1996 pager.c:2104 pattern.c:1405
27045 +msgid "Not found."
27046 +msgstr "Ar iarraidh."
27049 +msgid "No tagged entries."
27050 +msgstr "Níl aon iontráil chlibeáilte."
27053 +msgid "Search is not implemented for this menu."
27054 +msgstr "Níl cuardach le fáil sa roghchlár seo."
27057 +msgid "Jumping is not implemented for dialogs."
27058 +msgstr "Ní féidir a léim i ndialóga."
27061 +msgid "Tagging is not supported."
27062 +msgstr "Níl clibeáil le fáil."
27064 +#: mh.c:667 mh.c:923
27066 +msgid "Reading %s... %d"
27067 +msgstr "%s á léamh... %d"
27070 +msgid "maildir_commit_message(): unable to set time on file"
27071 +msgstr "maildir_commit_message(): ní féidir an t-am a shocrú ar chomhad"
27073 +#: mutt_socket.c:91 mutt_socket.c:147
27075 +msgid "Connection to %s closed"
27076 +msgstr "Nasc le %s dúnta"
27078 +#: mutt_socket.c:269
27079 +msgid "SSL is unavailable."
27080 +msgstr "Níl SSL ar fáil."
27082 +#: mutt_socket.c:300
27083 +msgid "Preconnect command failed."
27084 +msgstr "Theip ar ordú réamhnaisc."
27086 +#: mutt_socket.c:371 mutt_socket.c:385
27088 +msgid "Error talking to %s (%s)"
27089 +msgstr "Earráid i rith déanamh teagmháil le %s (%s)"
27091 +#: mutt_socket.c:424 mutt_socket.c:482
27093 +msgid "Bad IDN \"%s\"."
27094 +msgstr "DrochIDN \"%s\"."
27096 +#: mutt_socket.c:431 mutt_socket.c:489
27098 +msgid "Looking up %s..."
27099 +msgstr "%s á chuardach..."
27101 +#: mutt_socket.c:442 mutt_socket.c:496
27103 +msgid "Could not find the host \"%s\""
27104 +msgstr "Níorbh fhéidir dul i dteagmháil leis an óstríomhaire \"%s\""
27106 +#: mutt_socket.c:447 mutt_socket.c:505
27108 +msgid "Connecting to %s..."
27109 +msgstr "Ag dul i dteagmháil le %s..."
27111 +#: mutt_socket.c:529
27113 +msgid "Could not connect to %s (%s)."
27114 +msgstr "Níorbh fhéidir dul i dteagmháil le %s (%s)."
27117 +msgid "Failed to find enough entropy on your system"
27118 +msgstr "Níl go leor eantrópacht ar fáil ar do chóras-sa"
27122 +msgid "Filling entropy pool: %s...\n"
27123 +msgstr "Linn eantrópachta á líonadh: %s...\n"
27127 +msgid "%s has insecure permissions!"
27128 +msgstr "Ceadanna neamhdhaingne ar %s!"
27131 +msgid "SSL disabled due the lack of entropy"
27132 +msgstr "Díchumasaíodh SSL de bharr easpa eantrópachta"
27136 +msgstr "Earráid I/A"
27140 +msgid "SSL failed: %s"
27141 +msgstr "Theip ar SSL: %s"
27143 +#: mutt_ssl.c:340 mutt_ssl_gnutls.c:493 mutt_ssl_gnutls.c:502
27144 +#: mutt_ssl_gnutls.c:531
27145 +msgid "Unable to get certificate from peer"
27146 +msgstr "Níorbh fhéidir an teastas a fháil ón gcomhghleacaí"
27150 +msgid "SSL connection using %s (%s)"
27151 +msgstr "Nasc SSL le %s (%s)"
27155 +msgstr "Anaithnid"
27157 +#: mutt_ssl.c:417 mutt_ssl_gnutls.c:381
27159 +msgid "[unable to calculate]"
27160 +msgstr "[ní féidir a ríomh]"
27162 +#: mutt_ssl.c:435 mutt_ssl_gnutls.c:404
27163 +msgid "[invalid date]"
27164 +msgstr "[dáta neamhbhailí]"
27167 +msgid "Server certificate is not yet valid"
27168 +msgstr "Tá an teastas neamhbhailí fós"
27171 +msgid "Server certificate has expired"
27172 +msgstr "Tá an teastas as feidhm"
27174 +#: mutt_ssl.c:629 mutt_ssl_gnutls.c:634
27175 +msgid "This certificate belongs to:"
27176 +msgstr "Tá an teastas seo ag:"
27178 +#: mutt_ssl.c:640 mutt_ssl_gnutls.c:673
27179 +msgid "This certificate was issued by:"
27180 +msgstr "Bhí an teastas seo eisithe ag:"
27182 +#: mutt_ssl.c:651 mutt_ssl_gnutls.c:712
27184 +msgid "This certificate is valid"
27185 +msgstr "Tá an teastas bailí"
27187 +#: mutt_ssl.c:652 mutt_ssl_gnutls.c:715
27192 +#: mutt_ssl.c:654 mutt_ssl_gnutls.c:719
27199 +msgid "Fingerprint: %s"
27200 +msgstr "Méarlorg: %s"
27203 +msgid "SSL Certificate check"
27204 +msgstr "Seiceáil Teastais SSL"
27206 +#: mutt_ssl.c:666 mutt_ssl_gnutls.c:760
27207 +msgid "(r)eject, accept (o)nce, (a)ccept always"
27208 +msgstr "(d)iúltaigh, glac leis (u)air amháin, gl(a)c leis i gcónaí"
27210 +#: mutt_ssl.c:667 mutt_ssl_gnutls.c:761
27214 +#: mutt_ssl.c:671 mutt_ssl_gnutls.c:765
27215 +msgid "(r)eject, accept (o)nce"
27216 +msgstr "(d)iúltaigh, glac leis (u)air amháin"
27218 +#: mutt_ssl.c:672 mutt_ssl_gnutls.c:766
27222 +#: mutt_ssl.c:703 mutt_ssl_gnutls.c:815
27223 +msgid "Warning: Couldn't save certificate"
27224 +msgstr "Rabhadh: Ní féidir an teastas a shábháil"
27226 +#: mutt_ssl.c:708 mutt_ssl_gnutls.c:820
27227 +msgid "Certificate saved"
27228 +msgstr "Sábháladh an teastas"
27230 +#: mutt_ssl_gnutls.c:95 mutt_ssl_gnutls.c:117
27231 +msgid "Error: no TLS socket open"
27232 +msgstr "Earráid: níl aon soicéad oscailte TLS"
27234 +#: mutt_ssl_gnutls.c:204
27235 +msgid "All available protocols for TLS/SSL connection disabled"
27236 +msgstr "Díchumasaíodh gach prótacal atá le fáil le haghaidh naisc TLS/SSL"
27238 +#: mutt_ssl_gnutls.c:265
27240 +msgid "SSL/TLS connection using %s (%s/%s/%s)"
27241 +msgstr "Nasc SSL/TLS le %s (%s/%s/%s)"
27243 +#: mutt_ssl_gnutls.c:508
27245 +msgid "Certificate verification error (%s)"
27246 +msgstr "Earráid agus teastas á fhíorú (%s)"
27248 +#: mutt_ssl_gnutls.c:516
27249 +msgid "Certificate is not X.509"
27250 +msgstr "Ní X.509 é an teastas"
27252 +#: mutt_ssl_gnutls.c:523
27253 +msgid "Error initialising gnutls certificate data"
27254 +msgstr "Earráid agus sonraí teastais gnutls á dtúsú"
27256 +#: mutt_ssl_gnutls.c:539
27257 +msgid "Error processing certificate data"
27258 +msgstr "Earráid agus sonraí an teastais á bpróiseáil"
27260 +#: mutt_ssl_gnutls.c:724
27262 +msgid "SHA1 Fingerprint: %s"
27263 +msgstr "Méarlorg SHA1: %s"
27265 +#: mutt_ssl_gnutls.c:727
27267 +msgid "MD5 Fingerprint: %s"
27268 +msgstr "Méarlorg MD5: %s"
27270 +#: mutt_ssl_gnutls.c:732
27271 +msgid "WARNING: Server certificate is not yet valid"
27272 +msgstr "RABHADH: Níl teastas an fhreastalaí bailí fós"
27274 +#: mutt_ssl_gnutls.c:737
27275 +msgid "WARNING: Server certificate has expired"
27276 +msgstr "RABHADH: Tá teastas an fhreastalaí as feidhm"
27278 +#: mutt_ssl_gnutls.c:742
27279 +msgid "WARNING: Server certificate has been revoked"
27280 +msgstr "RABHADH: Aisghaireadh an teastas freastalaí"
27282 +#: mutt_ssl_gnutls.c:747
27283 +msgid "WARNING: Server hostname does not match certificate"
27284 +msgstr "RABHADH: Níl óstainm an fhreastalaí comhoiriúnach leis an teastas."
27286 +#: mutt_ssl_gnutls.c:752
27287 +msgid "WARNING: Signer of server certificate is not a CA"
27288 +msgstr "RABHADH: Ní CA é sínitheoir an teastais"
27290 +#: mutt_ssl_gnutls.c:755
27291 +msgid "TLS/SSL Certificate check"
27292 +msgstr "Seiceáil Teastais TLS/SSL"
27294 +#: mutt_tunnel.c:70
27296 +msgid "Connecting with \"%s\"..."
27297 +msgstr "Ag dul i dteagmháil le \"%s\"..."
27299 +#: mutt_tunnel.c:137
27301 +msgid "Tunnel to %s returned error %d (%s)"
27302 +msgstr "D'fhill tollán %s earráid %d (%s)"
27304 +#: mutt_tunnel.c:155 mutt_tunnel.c:171
27306 +msgid "Tunnel error talking to %s: %s"
27307 +msgstr "Earráid tolláin i rith déanamh teagmháil le %s: %s"
27310 +msgid "File is a directory, save under it? [(y)es, (n)o, (a)ll]"
27312 +"Is comhadlann é an comhad seo, sábháil fúithi? [(s)ábháil, (n)á sábháil, (u)"
27320 +msgid "File is a directory, save under it?"
27321 +msgstr "Is comhadlann í an comhad seo, sábháil fúithi?"
27324 +msgid "File under directory: "
27325 +msgstr "Comhad faoin chomhadlann: "
27328 +msgid "File exists, (o)verwrite, (a)ppend, or (c)ancel?"
27329 +msgstr "Tá an comhad ann cheana, (f)orscríobh, c(u)ir leis, nó (c)ealaigh?"
27336 +msgid "Can't save message to POP mailbox."
27337 +msgstr "Ní féidir teachtaireacht a shábháil i mbosca poist POP."
27341 +msgid "Append messages to %s?"
27342 +msgstr "Iarcheangail teachtaireachtaí le %s?"
27346 +msgid "%s is not a mailbox!"
27347 +msgstr "Ní bosca poist %s!"
27351 +msgid "Lock count exceeded, remove lock for %s?"
27352 +msgstr "Sáraíodh líon na nglas, bain glas do %s?"
27356 +msgid "Can't dotlock %s.\n"
27357 +msgstr "Ní féidir %s a phoncghlasáil.\n"
27360 +msgid "Timeout exceeded while attempting fcntl lock!"
27361 +msgstr "Thar am agus glas fcntl á dhéanamh!"
27365 +msgid "Waiting for fcntl lock... %d"
27366 +msgstr "Ag feitheamh le glas fcntl... %d"
27369 +msgid "Timeout exceeded while attempting flock lock!"
27370 +msgstr "Thar am agus glas flock á dhéanamh!"
27374 +msgid "Waiting for flock attempt... %d"
27375 +msgstr "Ag feitheamh le hiarracht flock... %d"
27379 +msgid "Couldn't lock %s\n"
27380 +msgstr "Níorbh fhéidir %s a ghlasáil\n"
27384 +msgid "Reading %s..."
27385 +msgstr "%s á léamh..."
27389 +msgid "Writing %s..."
27390 +msgstr "%s á scríobh..."
27394 +msgid "Could not synchronize mailbox %s!"
27395 +msgstr "Níorbh fhéidir an bosca poist %s a shioncrónú!"
27399 +msgid "Move read messages to %s?"
27400 +msgstr "Bog na teachtaireachtaí léite go %s?"
27402 +#: mx.c:894 mx.c:1150
27404 +msgid "Purge %d deleted message?"
27405 +msgstr "Glan %d teachtaireacht scriosta?"
27407 +#: mx.c:894 mx.c:1150
27409 +msgid "Purge %d deleted messages?"
27410 +msgstr "Glan %d teachtaireacht scriosta?"
27414 +msgid "Moving read messages to %s..."
27415 +msgstr "Teachtaireachtaí léite á mbogadh go %s..."
27417 +#: mx.c:977 mx.c:1141
27418 +msgid "Mailbox is unchanged."
27419 +msgstr "Bosca poist gan athrú."
27423 +msgid "%d kept, %d moved, %d deleted."
27424 +msgstr "%d coinnithe, %d aistrithe, %d scriosta."
27426 +#: mx.c:1016 mx.c:1190
27428 +msgid "%d kept, %d deleted."
27429 +msgstr "%d coinnithe, %d scriosta."
27433 +msgid " Press '%s' to toggle write"
27434 +msgstr " Brúigh '%s' chun mód scríofa a scoránú"
27437 +msgid "Use 'toggle-write' to re-enable write!"
27438 +msgstr "Bain úsáid as 'toggle-write' chun an mód scríofa a athchumasú!"
27442 +msgid "Mailbox is marked unwritable. %s"
27443 +msgstr "Tá an bosca poist marcáilte \"neamh-inscríofa\". %s"
27446 +msgid "Mailbox checkpointed."
27447 +msgstr "Seicphointeáladh an bosca poist."
27450 +msgid "Can't write message"
27451 +msgstr "Ní féidir teachtaireacht a scríobh "
27454 +msgid "Integer overflow -- can't allocate memory."
27455 +msgstr "Slánuimhir thar maoil -- ní féidir cuimhne a dháileadh."
27458 +msgid "Not available in this menu."
27459 +msgstr "Ní ar fáil sa roghchlár seo."
27470 +msgid "View Attachm."
27475 +msgstr "Ar Aghaidh"
27477 +#. emulate "less -q" and don't go on to the next message.
27478 +#: pager.c:1888 pager.c:1919 pager.c:1951 pager.c:2192
27479 +msgid "Bottom of message is shown."
27480 +msgstr "Is bun na teachtaireachta é seo."
27482 +#: pager.c:1904 pager.c:1926 pager.c:1933 pager.c:1940
27483 +msgid "Top of message is shown."
27484 +msgstr "Is barr na teachtaireachta é seo."
27487 +msgid "Reverse search: "
27488 +msgstr "Cuardach droim ar ais: "
27492 +msgstr "Cuardaigh: "
27495 +msgid "Help is currently being shown."
27496 +msgstr "Cabhair á taispeáint faoi láthair."
27499 +msgid "No more quoted text."
27500 +msgstr "Níl a thuilleadh téacs athfhriotail ann."
27503 +msgid "No more unquoted text after quoted text."
27504 +msgstr "Níl a thuilleadh téacs gan athfhriotal tar éis téacs athfhriotail."
27507 +msgid "multipart message has no boundary parameter!"
27508 +msgstr "teachtaireacht ilchodach gan paraiméadar teoranta!"
27512 +msgid "Error in expression: %s"
27513 +msgstr "Earráid i slonn: %s"
27517 +msgid "Invalid day of month: %s"
27518 +msgstr "Lá neamhbhailí na míosa: %s"
27522 +msgid "Invalid month: %s"
27523 +msgstr "Mí neamhbhailí: %s"
27525 +#. getDate has its own error message, don't overwrite it here
27528 +msgid "Invalid relative date: %s"
27529 +msgstr "Dáta coibhneasta neamhbhailí: %s"
27532 +msgid "error in expression"
27533 +msgstr "earráid i slonn"
27535 +#: pattern.c:784 pattern.c:894
27537 +msgid "error in pattern at: %s"
27538 +msgstr "earráid i slonn ag: %s"
27542 +msgid "%c: invalid command"
27543 +msgstr "%c: ordú neamhbhailí"
27547 +msgid "%c: not supported in this mode"
27548 +msgstr "%c: níl sé ar fáil sa mhód seo"
27552 +msgid "missing parameter"
27553 +msgstr "paraiméadar ar iarraidh"
27557 +msgid "mismatched parenthesis: %s"
27558 +msgstr "lúibín gan meaitseáil: %s"
27561 +msgid "empty pattern"
27562 +msgstr "slonn folamh"
27566 +msgid "error: unknown op %d (report this error)."
27567 +msgstr "earráid: op anaithnid %d (seol tuairisc fhabht)."
27569 +#: pattern.c:1193 pattern.c:1322
27570 +msgid "Compiling search pattern..."
27571 +msgstr "Patrún cuardaigh á thiomsú..."
27574 +msgid "Executing command on matching messages..."
27575 +msgstr "Ordú á rith ar theachtaireachtaí comhoiriúnacha..."
27578 +msgid "No messages matched criteria."
27579 +msgstr "Ní raibh aon teachtaireacht chomhoiriúnach."
27582 +msgid "Search hit bottom without finding match"
27583 +msgstr "Bhuail an cuardach an bun gan teaghrán comhoiriúnach"
27586 +msgid "Search hit top without finding match"
27587 +msgstr "Bhuail an cuardach an barr gan teaghrán comhoiriúnach"
27590 +msgid "Search interrupted."
27591 +msgstr "Idirbhriseadh an cuardach."
27594 +msgid "Enter PGP passphrase:"
27595 +msgstr "Iontráil frása faire PGP:"
27598 +msgid "PGP passphrase forgotten."
27599 +msgstr "Rinneadh dearmad ar an bhfrása faire PGP."
27602 +msgid "[-- Error: unable to create PGP subprocess! --]\n"
27603 +msgstr "[-- Earráid: ní féidir fo-phróiseas PGP a chruthú! --]\n"
27605 +#: pgp.c:379 pgp.c:620 pgp.c:824
27607 +"[-- End of PGP output --]\n"
27610 +"[-- Deireadh an aschuir PGP --]\n"
27613 +#: pgp.c:392 pgp.c:956
27614 +msgid "Could not decrypt PGP message"
27615 +msgstr "Níorbh fhéidir an teachtaireacht PGP a dhíchriptiú"
27617 +#. clear 'Invoking...' message, since there's no error
27618 +#: pgp.c:441 pgp.c:952
27619 +msgid "PGP message successfully decrypted."
27620 +msgstr "D'éirigh le díchriptiú na teachtaireachta PGP."
27623 +msgid "Internal error. Inform <roessler@does-not-exist.org>."
27624 +msgstr "Earráid inmheánach. Cuir in iúl do <roessler@does-not-exist.org>."
27628 +"[-- Error: could not create a PGP subprocess! --]\n"
27631 +"[-- Earráid: ní féidir fo-phróiseas PGP a chruthú! --]\n"
27635 +msgid "Decryption failed"
27636 +msgstr "Theip ar dhíchriptiú"
27639 +msgid "Can't open PGP subprocess!"
27640 +msgstr "Ní féidir fo-phróiseas PGP a oscailt!"
27643 +msgid "Can't invoke PGP"
27644 +msgstr "Ní féidir PGP a thosú"
27648 +msgid "PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, %s, or (c)lear? "
27649 +msgstr "PGP (c)ript, (s)ínigh, sínigh (m)ar, (a)raon, %s, nó (n)á déan? "
27652 +msgid "PGP/M(i)ME"
27653 +msgstr "PGP/M(i)ME"
27663 +#: pgpinvoke.c:307
27664 +msgid "Fetching PGP key..."
27665 +msgstr "Eochair PGP á fáil..."
27668 +msgid "All matching keys are expired, revoked, or disabled."
27670 +"Is as feidhm, aisghairthe, nó díchumasaithe gach eochair chomhoiriúnach."
27674 +msgid "PGP keys matching <%s>."
27675 +msgstr "Eochracha PGP atá comhoiriúnach le <%s>."
27679 +msgid "PGP keys matching \"%s\"."
27680 +msgstr "Eochracha PGP atá comhoiriúnach le \"%s\"."
27682 +#: pgpkey.c:553 pgpkey.c:745
27683 +msgid "Can't open /dev/null"
27684 +msgstr "Ní féidir /dev/null a oscailt"
27687 +msgid "Please enter the key ID: "
27688 +msgstr "Iontráil an keyID, le do thoil: "
27691 +msgid "Invoking pgp..."
27692 +msgstr "PGP á thosú..."
27696 +msgid "PGP Key %s."
27697 +msgstr "Eochair PGP %s."
27699 +#: pop.c:91 pop_lib.c:201
27701 +msgid "Command TOP is not supported by server."
27702 +msgstr "Ní ghlacann an freastalaí leis an ordú TOP."
27705 +msgid "Can't write header to temporary file!"
27706 +msgstr "ní féidir ceanntásc a scríobh chuig comhad sealadach"
27708 +#: pop.c:199 pop_lib.c:203
27710 +msgid "Command UIDL is not supported by server."
27711 +msgstr "Ní ghlacann an freastalaí leis an ordú UIDL."
27713 +#: pop.c:248 pop.c:565
27715 +msgid "%s is an invalid POP path"
27716 +msgstr "%s: is conair POP neamhbhailí"
27719 +msgid "Fetching list of messages..."
27720 +msgstr "Liosta teachtaireachtaí á fháil..."
27723 +msgid "Can't write message to temporary file!"
27724 +msgstr "ní féidir teachtaireacht a scríobh i gcomhad sealadach!"
27726 +#: pop.c:520 pop.c:585
27727 +msgid "Checking for new messages..."
27728 +msgstr "Ag seiceáil do theachtaireachtaí nua..."
27731 +msgid "POP host is not defined."
27732 +msgstr "ní bhfuarthas an t-óstríomhaire POP."
27735 +msgid "No new mail in POP mailbox."
27736 +msgstr "Níl aon phost nua sa bhosca POP."
27739 +msgid "Delete messages from server?"
27740 +msgstr "Scrios teachtaireachtaí ón fhreastalaí?"
27744 +msgid "Reading new messages (%d bytes)..."
27745 +msgstr "Teachtaireachtaí nua á léamh (%d beart)..."
27748 +msgid "Error while writing mailbox!"
27749 +msgstr "Earráid agus bosca poist á scríobh!"
27753 +msgid "%s [%d of %d messages read]"
27754 +msgstr "%s [léadh %d as %d teachtaireacht]"
27756 +#: pop.c:691 pop_lib.c:373
27757 +msgid "Server closed connection!"
27758 +msgstr "Dhún an freastalaí an nasc!"
27761 +msgid "Authenticating (SASL)..."
27762 +msgstr "Á fhíordheimhniú (SASL)..."
27765 +msgid "Authenticating (APOP)..."
27766 +msgstr "Á fhíordheimhniú (APOP)..."
27769 +msgid "APOP authentication failed."
27770 +msgstr "Theip ar fhíordheimhniú APOP."
27774 +msgid "Command USER is not supported by server."
27775 +msgstr "Ní ghlacann an freastalaí leis an ordú USER."
27778 +msgid "Unable to leave messages on server."
27779 +msgstr "Ní féidir teachtaireachtaí a fhágáil ar an bhfreastalaí."
27783 +msgid "Error connecting to server: %s"
27784 +msgstr "Earráid ag nascadh leis an bhfreastalaí: %s"
27787 +msgid "Closing connection to POP server..."
27788 +msgstr "Nasc leis an bhfreastalaí POP á dhúnadh..."
27791 +msgid "Verifying message indexes..."
27792 +msgstr "Innéacsanna na dteachtaireachtaí á bhfíorú..."
27795 +msgid "Connection lost. Reconnect to POP server?"
27796 +msgstr "Cailleadh an nasc. Athnasc leis an bhfreastalaí POP?"
27799 +msgid "Postponed Messages"
27800 +msgstr "Teachtaireachtaí Ar Athlá"
27802 +#: postpone.c:247 postpone.c:256
27803 +msgid "No postponed messages."
27804 +msgstr "Níl aon teachtaireacht ar athlá."
27806 +#: postpone.c:442 postpone.c:463 postpone.c:497
27807 +msgid "Illegal PGP header"
27808 +msgstr "Ceanntásc neamhcheadaithe PGP"
27811 +msgid "Illegal S/MIME header"
27812 +msgstr "Ceanntásc neamhcheadaithe S/MIME"
27815 +msgid "Decrypting message..."
27816 +msgstr "Teachtaireacht á díchriptiú..."
27819 +msgid "Decryption failed."
27820 +msgstr "Theip ar dhíchriptiú."
27824 +msgstr "Iarratas Nua"
27827 +msgid "Make Alias"
27828 +msgstr "Déan Ailias"
27832 +msgstr "Cuardaigh"
27835 +msgid "Waiting for response..."
27836 +msgstr "Ag feitheamh le freagra..."
27838 +#: query.c:235 query.c:263
27839 +msgid "Query command not defined."
27840 +msgstr "Níl aon ordú iarratais sainmhínithe."
27847 +#. Prompt for Query
27848 +#: query.c:303 query.c:328
27850 +msgstr "Iarratas: "
27852 +#: query.c:311 query.c:337
27854 +msgid "Query '%s'"
27855 +msgstr "Iarratas '%s'"
27857 +#: recvattach.c:56
27861 +#: recvattach.c:57
27863 +msgstr "Priontáil"
27865 +#: recvattach.c:435
27867 +msgstr "Á Shábháil..."
27869 +#: recvattach.c:438 recvattach.c:527
27870 +msgid "Attachment saved."
27871 +msgstr "Sábháladh an t-iatán."
27873 +#: recvattach.c:539
27875 +msgid "WARNING! You are about to overwrite %s, continue?"
27876 +msgstr "RABHADH! Tá tú ar tí %s a fhorscríobh, lean ar aghaidh?"
27878 +#: recvattach.c:557
27879 +msgid "Attachment filtered."
27880 +msgstr "Scagadh an t-iatán."
27882 +#: recvattach.c:624
27883 +msgid "Filter through: "
27884 +msgstr "Scagaire: "
27886 +#: recvattach.c:624
27888 +msgstr "Píopa go: "
27890 +#: recvattach.c:659
27892 +msgid "I dont know how to print %s attachments!"
27893 +msgstr "Ní eol dom conas a phriontáil iatáin %s!"
27895 +#: recvattach.c:724
27896 +msgid "Print tagged attachment(s)?"
27897 +msgstr "Priontáil iatá(i)n c(h)libeáilte?"
27899 +#: recvattach.c:724
27900 +msgid "Print attachment?"
27901 +msgstr "Priontáil iatán?"
27903 +#: recvattach.c:957
27904 +msgid "Can't decrypt encrypted message!"
27905 +msgstr "Ní féidir teachtaireacht chriptithe a dhíchriptiú!"
27907 +#: recvattach.c:970
27908 +msgid "Attachments"
27911 +#: recvattach.c:1006
27912 +msgid "There are no subparts to show!"
27913 +msgstr "Níl aon fopháirt le taispeáint!"
27915 +#: recvattach.c:1067
27916 +msgid "Can't delete attachment from POP server."
27917 +msgstr "Ní féidir an t-iatán a scriosadh ón fhreastalaí POP."
27919 +#: recvattach.c:1075
27920 +msgid "Deletion of attachments from encrypted messages is unsupported."
27921 +msgstr "Ní cheadaítear iatáin a bheith scriosta ó theachtaireachtaí criptithe."
27923 +#: recvattach.c:1094 recvattach.c:1111
27924 +msgid "Only deletion of multipart attachments is supported."
27925 +msgstr "Ní cheadaítear ach iatáin ilpháirt a bheith scriosta."
27928 +msgid "You may only bounce message/rfc822 parts."
27929 +msgstr "Ní cheadaítear ach páirteanna message/rfc822 a scinneadh."
27932 +msgid "Error bouncing message!"
27933 +msgstr "Earráid agus teachtaireacht á scinneadh!"
27936 +msgid "Error bouncing messages!"
27937 +msgstr "Earráid agus teachtaireachtaí á scinneadh!"
27941 +msgid "Can't open temporary file %s."
27942 +msgstr "Ní féidir an comhad sealadach %s a oscailt."
27945 +msgid "Forward as attachments?"
27946 +msgstr "Seol iad ar aghaidh mar iatáin?"
27949 +msgid "Can't decode all tagged attachments. MIME-forward the others?"
27951 +"Ní féidir gach iatán clibeáilte a dhíchódú. Cuir na cinn eile ar aghaidh mar "
27955 +msgid "Forward MIME encapsulated?"
27956 +msgstr "Cuir ar aghaidh, cuachta mar MIME?"
27958 +#: recvcmd.c:595 recvcmd.c:845
27960 +msgid "Can't create %s."
27961 +msgstr "Ní féidir %s a chruthú."
27964 +msgid "Can't find any tagged messages."
27965 +msgstr "Ní féidir aon teachtaireacht chlibeáilte a aimsiú."
27967 +#: recvcmd.c:749 send.c:715
27968 +msgid "No mailing lists found!"
27969 +msgstr "Níor aimsíodh aon liosta postála!"
27972 +msgid "Can't decode all tagged attachments. MIME-encapsulate the others?"
27974 +"Ní féidir gach iatán clibeáilte a dhíchódú. Cuach na cinn eile mar MIME?"
27978 +msgstr "Iarcheangail"
27993 +msgid "Can't get mixmaster's type2.list!"
27994 +msgstr "Ní féidir type2.list ag mixmaster a fháil!"
27997 +msgid "Select a remailer chain."
27998 +msgstr "Roghnaigh slabhra athphostóirí."
28002 +msgid "Error: %s can't be used as the final remailer of a chain."
28003 +msgstr "Earráid: ní féidir %s a úsáid mar an t-athphostóir deiridh i slabhra."
28007 +msgid "Mixmaster chains are limited to %d elements."
28008 +msgstr "Ní cheadaítear ach %d ball i slabhra \"mixmaster\"."
28011 +msgid "The remailer chain is already empty."
28012 +msgstr "Tá an slabhra athphostóirí folamh cheana féin."
28015 +msgid "You already have the first chain element selected."
28016 +msgstr "Tá an chéad bhall slabhra roghnaithe agat cheana."
28019 +msgid "You already have the last chain element selected."
28020 +msgstr "Tá ball deiridh an slabhra roghnaithe agat cheana."
28023 +msgid "Mixmaster doesn't accept Cc or Bcc headers."
28024 +msgstr "Ní ghlacann \"mixmaster\" le ceanntásca Cc nó Bcc."
28027 +msgid "Please set the hostname variable to a proper value when using mixmaster!"
28029 +"Socraigh an athróg óstainm go cuí le do thoil le linn úsáid \"mixmaster\"!"
28033 +msgid "Error sending message, child exited %d.\n"
28035 +"Earráid agus teachtaireacht á seoladh, scoir an macphróiseas le stádas %d.\n"
28038 +msgid "Error sending message."
28039 +msgstr "Earráid agus teachtaireacht á seoladh."
28043 +msgid "Improperly formated entry for type %s in \"%s\" line %d"
28044 +msgstr "Iontráil mhíchumtha don chineál %s i \"%s\", líne %d"
28047 +msgid "No mailcap path specified"
28048 +msgstr "Níor sonraíodh conair mailcap"
28052 +msgid "mailcap entry for type %s not found"
28053 +msgstr "níor aimsíodh iontráil mailcap don chineál %s"
28056 +msgid "score: too few arguments"
28057 +msgstr "score: níl go leor argóintí ann"
28060 +msgid "score: too many arguments"
28061 +msgstr "score: an iomarca argóintí"
28064 +msgid "No subject, abort?"
28065 +msgstr "Níor sonraíodh aon ábhar, tobscoir?"
28068 +msgid "No subject, aborting."
28069 +msgstr "Gan ábhar, á thobscor."
28071 +#. * provides a way to do that.
28074 +msgid "Reply to %s%s?"
28075 +msgstr "Tabhair freagra ar %s%s?"
28079 +msgid "Follow-up to %s%s?"
28080 +msgstr "Teachtaireacht leantach go %s%s"
28082 +#. * a limit such that none of the tagged message are visible.
28084 +msgid "No tagged messages are visible!"
28085 +msgstr "Níl aon teachtaireacht chlibeáilte le feiceáil!"
28088 +msgid "Include message in reply?"
28089 +msgstr "Cuir an teachtaireacht isteach sa fhreagra?"
28092 +msgid "Including quoted message..."
28093 +msgstr "Teachtaireacht athfhriotail san áireamh..."
28096 +msgid "Could not include all requested messages!"
28097 +msgstr "Níorbh fhéidir gach teachtaireacht iarrtha a chur sa fhreagra!"
28100 +msgid "Forward as attachment?"
28101 +msgstr "Seol é ar aghaidh mar iatán?"
28104 +msgid "Preparing forwarded message..."
28105 +msgstr "Teachtaireacht curtha ar aghaidh á hullmhú..."
28107 +#. * are any postponed messages first.
28109 +msgid "Recall postponed message?"
28110 +msgstr "Athghlaoigh teachtaireacht a bhí curtha ar athlá?"
28113 +msgid "Edit forwarded message?"
28114 +msgstr "Cuir teachtaireacht in eagar roimh é a chur ar aghaidh?"
28117 +msgid "Abort unmodified message?"
28118 +msgstr "Tobscoir an teachtaireacht seo (gan athrú)?"
28121 +msgid "Aborted unmodified message."
28122 +msgstr "Tobscoireadh teachtaireacht gan athrú."
28125 +msgid "Message postponed."
28126 +msgstr "Cuireadh an teachtaireacht ar athlá."
28129 +msgid "No recipients are specified!"
28130 +msgstr "Níl aon fhaighteoir ann!"
28133 +msgid "No recipients were specified."
28134 +msgstr "Níor sonraíodh aon fhaighteoir."
28137 +msgid "No subject, abort sending?"
28138 +msgstr "Níor sonraíodh aon ábhar, tobscoir?"
28141 +msgid "No subject specified."
28142 +msgstr "Níor sonraíodh aon ábhar."
28145 +msgid "Sending message..."
28146 +msgstr "Teachtaireacht á seoladh..."
28149 +msgid "Could not send the message."
28150 +msgstr "Níorbh fhéidir an teachtaireacht a sheoladh."
28153 +msgid "Mail sent."
28154 +msgstr "Seoladh an teachtaireacht."
28157 +msgid "Sending in background."
28158 +msgstr "Á seoladh sa chúlra."
28161 +msgid "No boundary parameter found! [report this error]"
28162 +msgstr "Níor aimsíodh paraiméadar teorann! [seol tuairisc fhabht]"
28166 +msgid "%s no longer exists!"
28167 +msgstr "Níl %s ann níos mó!"
28171 +msgid "%s isn't a regular file."
28172 +msgstr "Ní gnáthchomhad %s."
28176 +msgid "Could not open %s"
28177 +msgstr "Níorbh fhéidir %s a oscailt"
28181 +msgid "Error sending message, child exited %d (%s)."
28183 +"Earráid agus teachtaireacht á seoladh, scoir an macphróiseas le stádas %d (%"
28187 +msgid "Output of the delivery process"
28188 +msgstr "Aschur an phróisis seolta"
28192 +msgid "Bad IDN %s while preparing resent-from."
28193 +msgstr "DrochIDN %s agus resent-from á ullmhú."
28197 +msgid "%s... Exiting.\n"
28198 +msgstr "%s... Ag scor.\n"
28200 +#: signal.c:46 signal.c:49
28202 +msgid "Caught %s... Exiting.\n"
28203 +msgstr "Fuarthas %s... Ag scor.\n"
28207 +msgid "Caught signal %d... Exiting.\n"
28208 +msgstr "Fuarthas comhartha %d... Ag scor.\n"
28211 +msgid "Enter S/MIME passphrase:"
28212 +msgstr "Iontráil frása faire S/MIME:"
28216 +msgstr "Iontaofa "
28220 +msgstr "Fíoraithe "
28223 +msgid "Unverified"
28224 +msgstr "Gan fíorú "
28228 +msgstr "As Feidhm "
28232 +msgstr "Aisghairthe "
28236 +msgstr "Neamhbhailí "
28240 +msgstr "Anaithnid "
28243 +msgid "Enter keyID: "
28244 +msgstr "Iontráil keyID: "
28248 +msgid "S/MIME certificates matching \"%s\"."
28249 +msgstr "Teastais S/MIME atá comhoiriúnach le \"%s\"."
28251 +#: smime.c:541 smime.c:611 smime.c:629
28253 +msgid "ID %s is unverified. Do you want to use it for %s ?"
28254 +msgstr "ID %s gan fíorú. An mian leat é a úsáid le haghaidh %s?"
28256 +#: smime.c:545 smime.c:615
28258 +msgid "Use (untrusted!) ID %s for %s ?"
28259 +msgstr "Bain úsáid as ID (neamhiontaofa!) %s le haghaidh %s?"
28261 +#: smime.c:548 smime.c:618
28263 +msgid "Use ID %s for %s ?"
28264 +msgstr "Bain úsáid as ID %s le haghaidh %s ?"
28268 +msgid "Warning: You have not yet decided to trust ID %s. (any key to continue)"
28270 +"Rabhadh: Go dtí seo níor chuir tú muinín san ID %s. (eochair ar bith le "
28271 +"leanúint ar aghaidh)"
28275 +msgid "No (valid) certificate found for %s."
28276 +msgstr "Níor aimsíodh aon teastas (bailí) do %s."
28278 +#: smime.c:851 smime.c:879 smime.c:944 smime.c:988 smime.c:1053 smime.c:1128
28279 +msgid "Error: unable to create OpenSSL subprocess!"
28280 +msgstr "Earráid: ní féidir fo-phróiseas OpenSSL a chruthú!"
28283 +msgid "no certfile"
28284 +msgstr "gan comhad teastais"
28290 +#. fatal error while trying to encrypt message
28292 +msgid "No output from OpenSSL.."
28293 +msgstr "Gan aschur ó OpenSSL.."
28296 +msgid "Warning: Intermediate certificate not found."
28297 +msgstr "Rabhadh: Teastas idirmheánach gan aimsiú."
28300 +msgid "Can't open OpenSSL subprocess!"
28301 +msgstr "Ní féidir fo-phróiseas OpenSSL a oscailt!"
28304 +msgid "No output from OpenSSL..."
28305 +msgstr "Gan aschur ó OpenSSL..."
28307 +#: smime.c:1636 smime.c:1760
28309 +"[-- End of OpenSSL output --]\n"
28312 +"[-- Deireadh an aschuir OpenSSL --]\n"
28315 +#: smime.c:1720 smime.c:1731
28316 +msgid "[-- Error: unable to create OpenSSL subprocess! --]\n"
28317 +msgstr "[-- Earráid: ní féidir fo-phróiseas OpenSSL a chruthú! --]\n"
28320 +msgid "[-- The following data is S/MIME encrypted --]\n"
28321 +msgstr "[-- Is criptithe mar S/MIME iad na sonraí a leanas --]\n"
28324 +msgid "[-- The following data is S/MIME signed --]\n"
28326 +"[-- Is sínithe mar S/MIME iad na sonraí a leanas --]\n"
28332 +"[-- End of S/MIME encrypted data. --]\n"
28335 +"[-- Deireadh na sonraí criptithe mar S/MIME. --]\n"
28340 +"[-- End of S/MIME signed data. --]\n"
28343 +"[-- Deireadh na sonraí sínithe mar S/MIME. --]\n"
28347 +"S/MIME (e)ncrypt, (s)ign, encrypt (w)ith, sign (a)s, (b)oth, or (c)lear? "
28349 +"S/MIME (c)riptigh, (s)ínigh, criptigh (l)e, sínigh (m)ar, (a)raon, (n)á déan? "
28357 +"1: DES, 2: Triple-DES, 3: RC2-40, 4: RC2-64, 5: RC2-128, or (f)orget it? "
28358 +msgstr "1: DES, 2: Triple-DES, 3: RC2-40, 4: RC2-64, 5: RC2-128, nó (n)á déan? "
28365 +msgid "Can't sign: No key specified. Use Sign As."
28366 +msgstr "Ní féidir é a shíniú: Níor sonraíodh eochair. Úsáid \"Sínigh Mar\"."
28369 +msgid "Sorting mailbox..."
28370 +msgstr "Bosca poist á shórtáil..."
28373 +msgid "Could not find sorting function! [report this bug]"
28374 +msgstr "Níorbh fhéidir feidhm shórtála a aimsiú! [seol tuairisc fhabht]"
28377 +msgid "(no mailbox)"
28378 +msgstr "(gan bosca poist)"
28381 +msgid "Parent message is not visible in this limited view."
28382 +msgstr "Níl an mháthair-theachtaireacht infheicthe san amharc srianta seo."
28385 +msgid "Parent message is not available."
28386 +msgstr "Níl an mháthair-theachtaireacht ar fáil."
28388 +#~ msgid "Unexpected response received from server: %s"
28389 +#~ msgstr "Fuarthas freagra gan choinne ón fhreastalaí: %s"
28391 +#~ msgid "Unable to append to IMAP mailboxes at this server"
28392 +#~ msgstr "Ní féidir a chur le boscaí IMAP ag an fhreastalaí seo"
28394 +#~ msgid "First entry is shown."
28395 +#~ msgstr "An chéad iontráil."
28397 +#~ msgid "Last entry is shown."
28398 +#~ msgstr "An iontráil dheireanach."
28399 Index: mutt/po/gl.po
28400 ===================================================================
28401 RCS file: /home/roessler/cvs/mutt/po/gl.po,v
28402 retrieving revision 3.19
28403 retrieving revision 3.21
28404 diff -u -p -u -a -r3.19 -r3.21
28405 --- mutt/po/gl.po 15 Sep 2005 14:24:38 -0000 3.19
28406 +++ mutt/po/gl.po 17 Sep 2005 20:46:13 -0000 3.21
28407 @@ -3243,7 +3243,7 @@ msgid ""
28409 " You should have received a copy of the GNU General Public License\n"
28410 " along with this program; if not, write to the Free Software\n"
28411 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
28412 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
28414 "Copyright (C) 1996-2001 Michael R. Elkins <me@cs.hmc.edu>\n"
28415 "Copyright (C) 1996-2001 Brandon Long <blong@fiction.net>\n"
28416 @@ -3268,7 +3268,7 @@ msgstr ""
28418 " Debería haber recibido unha copia da Licencia Pública Xeral de GNU\n"
28419 " xunto deste programa; se non foi así, escriba á Free Software\n"
28420 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
28421 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
28425 Index: mutt/po/hu.po
28426 ===================================================================
28427 RCS file: /home/roessler/cvs/mutt/po/hu.po,v
28428 retrieving revision 3.19
28429 retrieving revision 3.21
28430 diff -u -p -u -a -r3.19 -r3.21
28431 --- mutt/po/hu.po 15 Sep 2005 14:24:38 -0000 3.19
28432 +++ mutt/po/hu.po 17 Sep 2005 20:46:13 -0000 3.21
28433 @@ -3193,7 +3193,7 @@ msgid ""
28435 " You should have received a copy of the GNU General Public License\n"
28436 " along with this program; if not, write to the Free Software\n"
28437 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
28438 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
28440 "Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>\n"
28441 "Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
28442 @@ -3217,7 +3217,7 @@ msgstr ""
28444 " Ezzel a programmal meg kellett kapnod a GNU General Public License\n"
28445 " másolatát; ha nem, írj a Szabad Szoftver Alapítványnak: Free Software\n"
28446 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
28447 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
28451 Index: mutt/po/id.po
28452 ===================================================================
28453 RCS file: /home/roessler/cvs/mutt/po/id.po,v
28454 retrieving revision 3.27
28455 retrieving revision 3.30
28456 diff -u -p -u -a -r3.27 -r3.30
28457 --- mutt/po/id.po 15 Sep 2005 14:24:38 -0000 3.27
28458 +++ mutt/po/id.po 17 Sep 2005 20:46:13 -0000 3.30
28463 -"Project-Id-Version: 1.5.10i\n"
28464 +"Project-Id-Version: 1.5.11i\n"
28465 "Report-Msgid-Bugs-To: \n"
28466 "POT-Creation-Date: 2005-09-15 16:23+0200\n"
28467 -"PO-Revision-Date: 2005-08-16 16:05+1000\n"
28468 +"PO-Revision-Date: 2005-09-16 23:45+1000\n"
28469 "Last-Translator: Ronny Haryanto <ronny-mutt-po-file@haryan.to>\n"
28470 "Language-Team: Indonesia <web@linux.or.id>\n"
28471 "MIME-Version: 1.0\n"
28472 @@ -1368,9 +1368,8 @@ msgid "\"crypt_use_gpgme\" set but not b
28473 msgstr "\"crypt_use_gpgme\" diset tapi tidak ada dukungan GPGME"
28477 msgid "Invoking S/MIME..."
28478 -msgstr "Memanggil SMIME..."
28479 +msgstr "Memanggil S/MIME..."
28483 @@ -2077,7 +2076,7 @@ msgstr "CLOSE (penutupan) gagal."
28484 #: imap/imap.c:1388
28486 msgid "Header search without header name: %s"
28488 +msgstr "Pencarian header tanpa nama header: %s"
28490 #: imap/imap.c:1536
28491 msgid "Bad mailbox name"
28492 @@ -2122,7 +2121,6 @@ msgid "The message index is incorrect. T
28493 msgstr "Index dari surat tidak benar. Cobalah membuka kembali kotak surat tsb."
28495 #: imap/message.c:548
28497 msgid "Uploading message..."
28498 msgstr "Meletakkan surat ..."
28500 @@ -3166,7 +3164,7 @@ msgid ""
28502 " You should have received a copy of the GNU General Public License\n"
28503 " along with this program; if not, write to the Free Software\n"
28504 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
28505 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
28507 "Hak Cipta (C) 1996-2004 Michael R. Elkins <me@mutt.org>\n"
28508 "Hak Cipta (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
28509 @@ -3192,11 +3190,10 @@ msgstr ""
28511 " Anda seharusnya sudah menerima salinan dari GNU General Public License\n"
28512 " bersama dengan program ini; jika tidak, silakan bersurat kepada\n"
28513 -" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA "
28515 +" Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA "
28516 +"02110-1301, USA.\n"
28521 "usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
28523 @@ -3235,7 +3232,7 @@ msgstr ""
28524 " -a <file>\tlampirkan file ke surat\n"
28525 " -b <alamat>\talamat blind carbon-copy (BCC)\n"
28526 " -c <alamat>\talamat carbon-copy (CC)\n"
28527 -" -D\t\ttampilkan semua nilai variabel ke stderr"
28528 +" -D\t\ttampilkan semua nilai variabel ke stdout"
28531 msgid " -d <level>\tlog debugging output to ~/.muttdebug0"
28532 Index: mutt/po/it.po
28533 ===================================================================
28534 RCS file: /home/roessler/cvs/mutt/po/it.po,v
28535 retrieving revision 3.19
28536 retrieving revision 3.21
28537 diff -u -p -u -a -r3.19 -r3.21
28538 --- mutt/po/it.po 15 Sep 2005 14:24:38 -0000 3.19
28539 +++ mutt/po/it.po 17 Sep 2005 20:46:13 -0000 3.21
28541 # Translation for mutt.
28542 # Copyright (C) 1998-2001 Marco d'Itri
28543 # Marco d'Itri <md@linux.it>, 2000.
28544 -# $Id: it.po,v 3.18 2005/09/08 07:09:45 brendan Exp $
28545 +# $Id: it.po,v 3.21 2005/09/17 20:46:13 brendan Exp $
28549 @@ -3183,7 +3183,7 @@ msgid ""
28551 " You should have received a copy of the GNU General Public License\n"
28552 " along with this program; if not, write to the Free Software\n"
28553 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
28554 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
28556 "Copyright (C) 1996-2002 Michael R. Elkins <me@cs.hmc.edu>\n"
28557 "Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
28558 @@ -3208,7 +3208,7 @@ msgstr ""
28560 " You should have received a copy of the GNU General Public License\n"
28561 " along with this program; if not, write to the Free Software\n"
28562 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
28563 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
28567 Index: mutt/po/ja.po
28568 ===================================================================
28569 RCS file: /home/roessler/cvs/mutt/po/ja.po,v
28570 retrieving revision 3.31
28571 retrieving revision 3.34
28572 diff -u -p -u -a -r3.31 -r3.34
28573 --- mutt/po/ja.po 15 Sep 2005 14:24:38 -0000 3.31
28574 +++ mutt/po/ja.po 17 Sep 2005 20:46:13 -0000 3.34
28575 @@ -2073,7 +2073,7 @@ msgstr "¥¯¥í¡¼¥º¤Ë¼ºÇÔ¤·¤¿"
28576 #: imap/imap.c:1388
28578 msgid "Header search without header name: %s"
28580 +msgstr "¸¡º÷¤¹¤ë¥Ø¥Ã¥À̾¤Î»ØÄ꤬¤Ê¤¤: %s"
28582 #: imap/imap.c:1536
28583 msgid "Bad mailbox name"
28584 @@ -2119,7 +2119,6 @@ msgid "The message index is incorrect. T
28585 msgstr "¥á¥Ã¥»¡¼¥¸º÷°ú¤¬ÉÔÀµ¡£¥á¡¼¥ë¥Ü¥Ã¥¯¥¹ºÆ¥ª¡¼¥×¥ó¤ò»î¤ß¤ë¡£"
28587 #: imap/message.c:548
28589 msgid "Uploading message..."
28590 msgstr "¥á¥Ã¥»¡¼¥¸¤ò¥¢¥Ã¥×¥í¡¼¥ÉÃæ..."
28592 @@ -3162,11 +3161,10 @@ msgid ""
28594 " You should have received a copy of the GNU General Public License\n"
28595 " along with this program; if not, write to the Free Software\n"
28596 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
28597 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
28603 "usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
28605 @@ -3205,7 +3203,7 @@ msgstr ""
28606 " -a <¥Õ¥¡¥¤¥ë>\t¥á¥Ã¥»¡¼¥¸¤Ë¥Õ¥¡¥¤¥ë¤òźÉÕ\n"
28607 " -b <¥¢¥É¥ì¥¹>\tblind carbon-copy (BCC) ¥¢¥É¥ì¥¹¤Î»ØÄê\n"
28608 " -c <¥¢¥É¥ì¥¹>\tcarbon-copy (CC) ¥¢¥É¥ì¥¹¤Î»ØÄê\n"
28609 -" -D\t\tÊÑ¿ô¤ò¤¹¤Ù¤Æɸ½à¥¨¥é¡¼½ÐÎϤØɽ¼¨"
28610 +" -D\t\tÊÑ¿ô¤ò¤¹¤Ù¤Æɸ½à½ÐÎϤØɽ¼¨"
28613 msgid " -d <level>\tlog debugging output to ~/.muttdebug0"
28614 Index: mutt/po/ko.po
28615 ===================================================================
28616 RCS file: /home/roessler/cvs/mutt/po/ko.po,v
28617 retrieving revision 3.24
28618 retrieving revision 3.26
28619 diff -u -p -u -a -r3.24 -r3.26
28620 --- mutt/po/ko.po 15 Sep 2005 14:24:38 -0000 3.24
28621 +++ mutt/po/ko.po 17 Sep 2005 20:46:13 -0000 3.26
28622 @@ -3184,7 +3184,7 @@ msgid ""
28624 " You should have received a copy of the GNU General Public License\n"
28625 " along with this program; if not, write to the Free Software\n"
28626 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
28627 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
28629 "Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>\n"
28630 "Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
28631 @@ -3209,8 +3209,8 @@ msgstr ""
28633 " º» ÇÁ·Î±×·¥¿¡´Â GNU General Public License º¹»çº»ÀÌ Æ÷ÇÔ µÇ¾îÀÖ½À´Ï´Ù;\n"
28634 " Æ÷ÇԵǾî ÀÖÁö ¾ÊÀ» °æ¿ì ¾Æ·¡ÀÇ ÁÖ¼Ò·Î ¿¬¶ôÇϽñ⠹ٶø´Ï´Ù.\n"
28635 -" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA "
28637 +" Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA "
28638 +"02110-1301, USA.\n"
28642 Index: mutt/po/lt.po
28643 ===================================================================
28644 RCS file: /home/roessler/cvs/mutt/po/lt.po,v
28645 retrieving revision 3.19
28646 retrieving revision 3.21
28647 diff -u -p -u -a -r3.19 -r3.21
28648 --- mutt/po/lt.po 15 Sep 2005 14:24:38 -0000 3.19
28649 +++ mutt/po/lt.po 17 Sep 2005 20:46:13 -0000 3.21
28650 @@ -3241,7 +3241,7 @@ msgid ""
28652 " You should have received a copy of the GNU General Public License\n"
28653 " along with this program; if not, write to the Free Software\n"
28654 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
28655 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
28657 "Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>\n"
28658 "Copyright (C) 1996-2000 Brandon Long <blong@fiction.net>\n"
28659 @@ -3267,7 +3267,7 @@ msgstr ""
28661 " Tu turëjai gauti GNU General Public License kopijà\n"
28662 " kartu su ðia programa; jeigu ne, paraðyk á Free Software\n"
28663 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
28664 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
28668 Index: mutt/po/nl.po
28669 ===================================================================
28670 RCS file: /home/roessler/cvs/mutt/po/nl.po,v
28671 retrieving revision 3.26
28672 retrieving revision 3.29
28673 diff -u -p -u -a -r3.26 -r3.29
28674 --- mutt/po/nl.po 15 Sep 2005 14:24:38 -0000 3.26
28675 +++ mutt/po/nl.po 17 Sep 2005 20:46:13 -0000 3.29
28677 -# $Id: nl.po,v 3.25 2005/09/08 07:09:45 brendan Exp $
28678 +# $Id: nl.po,v 3.29 2005/09/17 20:46:13 brendan Exp $
28681 -"Project-Id-Version: Mutt 1.5.9\n"
28682 +"Project-Id-Version: Mutt 1.5.11\n"
28683 "Report-Msgid-Bugs-To: \n"
28684 "POT-Creation-Date: 2005-09-15 16:23+0200\n"
28685 -"PO-Revision-Date: 2005-03-20 15:17+0100\n"
28686 +"PO-Revision-Date: 2005-09-15 23:17+0100\n"
28687 "Last-Translator: René Clerc <rene@clerc.nl>\n"
28688 "Language-Team: René Clerc <rene@clerc.nl>\n"
28689 "MIME-Version: 1.0\n"
28690 @@ -714,128 +714,128 @@ msgid "PGP already selected. Clear & con
28691 msgstr "PGP al geselecteerd. Wissen & doorgaan ? "
28693 #: crypt-gpgme.c:335
28694 -#, fuzzy, c-format
28696 msgid "error creating gpgme context: %s\n"
28697 -msgstr "Fout in expressie bij: %s"
28698 +msgstr "fout bij het creëren van gpgme context: %s\n"
28700 #: crypt-gpgme.c:345
28702 msgid "error enabling CMS protocol: %s\n"
28704 +msgstr "fout bij het inschakelen van CMS protocol: %s\n"
28706 #: crypt-gpgme.c:365
28707 -#, fuzzy, c-format
28709 msgid "error creating gpgme data object: %s\n"
28710 -msgstr "Fout in expressie bij: %s"
28711 +msgstr "fout bij het creëren van gpgme gegevensobject: %s\n"
28713 #: crypt-gpgme.c:431 crypt-gpgme.c:449 crypt-gpgme.c:1327
28714 -#, fuzzy, c-format
28716 msgid "error allocating data object: %s\n"
28717 -msgstr "Fout in expressie bij: %s"
28718 +msgstr "fout bij het alloceren van gegevensobject: %s\n"
28720 #: crypt-gpgme.c:467
28721 -#, fuzzy, c-format
28723 msgid "error rewinding data object: %s\n"
28724 -msgstr "Fout in expressie bij: %s"
28725 +msgstr "fout bij het terugwinden van het gegevensobject: %s\n"
28727 #: crypt-gpgme.c:489 crypt-gpgme.c:536
28728 -#, fuzzy, c-format
28730 msgid "error reading data object: %s\n"
28731 -msgstr "Fout in expressie bij: %s"
28732 +msgstr "fout bij het lezen van het gegevensobject: %s\n"
28734 #: crypt-gpgme.c:597
28735 -#, fuzzy, c-format
28737 msgid "error adding recipient `%s': %s\n"
28738 -msgstr "Fout in expressie bij: %s"
28739 +msgstr "fout bij het toevoegen van ontvanger `%s': %s\n"
28741 #: crypt-gpgme.c:635
28743 msgid "secret key `%s' not found: %s\n"
28745 +msgstr "geheime sleutel `%s' niet gevonden: %s\n"
28747 #: crypt-gpgme.c:645
28749 msgid "ambiguous specification of secret key `%s'\n"
28751 +msgstr "dubbelzinnige specificatie van geheime sleutel `%s'\n"
28753 #: crypt-gpgme.c:657
28755 msgid "error setting secret key `%s': %s\n"
28757 +msgstr "fout bij het instellen van geheime sleutel `%s': %s\n"
28759 #: crypt-gpgme.c:701
28760 -#, fuzzy, c-format
28762 msgid "error encrypting data: %s\n"
28763 -msgstr "Fout in expressie bij: %s"
28764 +msgstr "fout bij het versleutelen van gegevens: %s\n"
28766 #: crypt-gpgme.c:798
28767 -#, fuzzy, c-format
28769 msgid "error signing data: %s\n"
28770 -msgstr "Fout in expressie bij: %s"
28771 +msgstr "fout bij het ondertekenen van gegevens: %s\n"
28773 #: crypt-gpgme.c:993
28775 msgid "Warning: One of the keys has been revoked\n"
28776 -msgstr "Waarschuwing: Een deel van dit bericht is niet ondertekend."
28777 +msgstr "Waarschuwing: Een van de sleutels is herroepen\n"
28779 #: crypt-gpgme.c:1002
28780 msgid "Warning: The key used to create the signature expired at: "
28782 +msgstr "Waarschuwing: De sleutel waarmee is ondertekend is verlopen op: "
28784 #: crypt-gpgme.c:1008
28786 msgid "Warning: At least one certification key has expired\n"
28787 -msgstr "Certificaat van de server is verlopen"
28788 +msgstr "Waarschuwing: Tenminste een certificeringssleutel is verlopen\n"
28790 #: crypt-gpgme.c:1024
28791 msgid "Warning: The signature expired at: "
28793 +msgstr "Waarschuwing: De ondertekening is verlopen op: "
28795 #: crypt-gpgme.c:1030
28796 msgid "Can't verify due to a missing key or certificate\n"
28798 +msgstr "Kan niet verifiëren vanwege ontbrekende sleutel of certificaat\n"
28800 #: crypt-gpgme.c:1035
28802 msgid "The CRL is not available\n"
28803 -msgstr "SSL is niet beschikbaar."
28804 +msgstr "De CRL is niet beschikbaar\n"
28806 #: crypt-gpgme.c:1041
28807 msgid "Available CRL is too old\n"
28809 +msgstr "De beschikbare CRL is te oud\n"
28811 #: crypt-gpgme.c:1046
28812 msgid "A policy requirement was not met\n"
28814 +msgstr "Aan een beleidsvereiste is niet voldaan\n"
28816 #: crypt-gpgme.c:1055
28817 msgid "A system error occurred"
28819 +msgstr "Er is een systeemfout opgetreden"
28821 #: crypt-gpgme.c:1092 crypt-gpgme.c:3036
28823 msgid "Fingerprint: "
28824 -msgstr "Handtekening: %s"
28825 +msgstr "Handtekening: "
28827 #: crypt-gpgme.c:1152
28829 "WARNING: We have NO indication whether the key belongs to the person named "
28832 +"WAARSCHUWING: We hebben GEEN indicatie of de sleutel toebehoort aan de "
28833 +"persoon zoals hierboven aangegeven\n"
28835 #: crypt-gpgme.c:1159
28836 msgid "WARNING: The key does NOT BELONG to the person named as shown above\n"
28838 +msgstr "WAARSCHUWING: De sleutel BEHOORT NIET TOE aan bovengenoemde persoon\n"
28840 #: crypt-gpgme.c:1163
28842 "WARNING: It is NOT certain that the key belongs to the person named as shown "
28845 +"WAARSCHUWING: Het is NIET zeker dat de sleutel toebehoort aan de persoon "
28846 +"zoals hierboven aangegeven\n"
28848 #: crypt-gpgme.c:1238
28849 msgid "Error getting key information: "
28851 +msgstr "Fout bij het ophalen van sleutelinformatie: "
28853 #. We can't decide (yellow) but this is a PGP key with a good
28854 #. signature, so we display what a PGP user expects: The name,
28855 @@ -843,70 +843,68 @@ msgstr ""
28857 #: crypt-gpgme.c:1245 crypt-gpgme.c:1278
28858 msgid "Good signature from: "
28860 +msgstr "Goede handtekening van: "
28862 #: crypt-gpgme.c:1255
28865 +msgstr " ook bekend als: "
28867 #: crypt-gpgme.c:1259 crypt-gpgme.c:1281
28870 +msgstr " aangemaakt op: "
28872 #: crypt-gpgme.c:1268
28873 msgid "*BAD* signature claimed to be from: "
28875 +msgstr "*SLECHTE* handtekening gepretendeerd af te komen van: "
28877 #: crypt-gpgme.c:1291
28879 msgid "Error checking signature"
28880 -msgstr "Fout opgetreden tijdens het verzenden van het bericht."
28881 +msgstr "Fout bij het controleren van handtekening"
28883 #. Note: We don't need a current time output because GPGME avoids
28884 #. such an attack by separating the meta information from the
28886 #: crypt-gpgme.c:1335 crypt-gpgme.c:1539 crypt-gpgme.c:2031
28887 msgid "[-- Begin signature information --]\n"
28889 +msgstr "[-- Begin handtekeninginformatie --]\n"
28891 #: crypt-gpgme.c:1344
28892 -#, fuzzy, c-format
28894 msgid "Error: verification failed: %s\n"
28895 -msgstr "Fout in opdrachtregel: %s\n"
28896 +msgstr "Fout: verificatie gefaald: %s\n"
28898 #: crypt-gpgme.c:1386
28900 msgid "*** Begin Notation (signature by: %s) ***\n"
28902 +msgstr "*** Begin Notatie (ondertekening van: %s) ***\n"
28904 #: crypt-gpgme.c:1405
28905 msgid "*** End Notation ***\n"
28907 +msgstr "*** Einde Notatie ***\n"
28909 #: crypt-gpgme.c:1413 crypt-gpgme.c:1552 crypt-gpgme.c:2046
28912 "[-- End signature information --]\n"
28916 "[-- Einde van ondertekende gegevens --]\n"
28919 #: crypt-gpgme.c:1507
28920 -#, fuzzy, c-format
28923 "[-- Error: decryption failed: %s --]\n"
28925 -msgstr "[-- Fout: Kon geen tijdelijk bestand aanmaken! --]\n"
28926 +msgstr "[-- Fout: ontsleuteling gefaald: %s --]\n"
28928 #: crypt-gpgme.c:2006
28930 msgid "Error: decryption/verification failed: %s\n"
28932 +msgstr "Fout: ontsleuteling/verificatie is gefaald: %s\n"
28934 #: crypt-gpgme.c:2054
28935 msgid "Error: copy data failed\n"
28937 +msgstr "Fout: kopiëren van gegevens is gefaald\n"
28939 #: crypt-gpgme.c:2074 pgp.c:410
28941 @@ -961,12 +959,11 @@ msgid "[-- Error: could not create tempo
28942 msgstr "[-- Fout: Kon geen tijdelijk bestand aanmaken! --]\n"
28944 #: crypt-gpgme.c:2186
28947 "[-- The following data is PGP/MIME signed and encrypted --]\n"
28950 -"[-- De volgende gegevens zijn PGP/MIME versleuteld --]\n"
28951 +"[-- De volgende gegevens zijn PGP/MIME ondertekend en versleuteld --]\n"
28954 #: crypt-gpgme.c:2187 pgp.c:927
28955 @@ -978,16 +975,14 @@ msgstr ""
28958 #: crypt-gpgme.c:2209
28960 msgid "[-- End of PGP/MIME signed and encrypted data --]\n"
28961 -msgstr "[-- Einde van PGP/MIME versleutelde data --]\n"
28962 +msgstr "[-- Einde van PGP/MIME ondertekende en versleutelde data --]\n"
28964 #: crypt-gpgme.c:2210 pgp.c:947
28965 msgid "[-- End of PGP/MIME encrypted data --]\n"
28966 msgstr "[-- Einde van PGP/MIME versleutelde data --]\n"
28968 #: crypt-gpgme.c:2252
28971 "[-- The following data is S/MIME signed --]\n"
28973 @@ -996,7 +991,6 @@ msgstr ""
28976 #: crypt-gpgme.c:2253
28979 "[-- The following data is S/MIME encrypted --]\n"
28981 @@ -1005,130 +999,118 @@ msgstr ""
28984 #: crypt-gpgme.c:2283
28986 msgid "[-- End of S/MIME signed data --]\n"
28989 -"[-- Einde van S/MIME ondertekende gegevens --]\n"
28990 +msgstr "[-- Einde van S/MIME ondertekende gegevens --]\n"
28992 #: crypt-gpgme.c:2284
28994 msgid "[-- End of S/MIME encrypted data --]\n"
28997 -"[-- Einde van S/MIME versleutelde data --]\n"
28998 +msgstr "[-- Einde van S/MIME versleutelde data --]\n"
29000 #: crypt-gpgme.c:2876
29001 msgid "[Can't display this user ID (unknown encoding)]"
29003 +msgstr "[Kan dit user ID niet weergeven (onbekende codering)]"
29005 #: crypt-gpgme.c:2878
29006 msgid "[Can't display this user ID (invalid encoding)]"
29008 +msgstr "[Kan dit user ID niet weergeven (onbekende codering)]"
29010 #: crypt-gpgme.c:2883
29011 msgid "[Can't display this user ID (invalid DN)]"
29013 +msgstr "[Kan dit user ID niet weergeven (ongeldige DN)]"
29015 #: crypt-gpgme.c:2962
29016 msgid " aka ......: "
29018 +msgstr " alias ....: "
29020 #: crypt-gpgme.c:2962
29021 msgid "Name ......: "
29023 +msgstr "Naam ......: "
29025 #: crypt-gpgme.c:2965 crypt-gpgme.c:3104
29028 -msgstr "Ongeldig "
29029 +msgstr "[Ongeldig]"
29031 #: crypt-gpgme.c:2985 crypt-gpgme.c:3128
29032 -#, fuzzy, c-format
29034 msgid "Valid From : %s\n"
29035 -msgstr "Ongeldige maand: %s"
29036 +msgstr "Geldig Van : %s\n"
29038 #: crypt-gpgme.c:2998 crypt-gpgme.c:3141
29039 -#, fuzzy, c-format
29041 msgid "Valid To ..: %s\n"
29042 -msgstr "Ongeldige maand: %s"
29043 +msgstr "Geldig Tot : %s\n"
29045 #: crypt-gpgme.c:3011 crypt-gpgme.c:3154
29047 msgid "Key Type ..: %s, %lu bit %s\n"
29049 +msgstr "Slt. Type .: %s, %lu bit %s\n"
29051 #: crypt-gpgme.c:3013 crypt-gpgme.c:3156
29053 msgid "Key Usage .: "
29055 +msgstr "Sl. Gebr ..: "
29057 #: crypt-gpgme.c:3018 crypt-gpgme.c:3161
29060 -msgstr "Versleutelen"
29061 +msgstr "versleuteling "
29063 #: crypt-gpgme.c:3019 crypt-gpgme.c:3024 crypt-gpgme.c:3029 crypt-gpgme.c:3162
29064 #: crypt-gpgme.c:3167 crypt-gpgme.c:3172
29069 #: crypt-gpgme.c:3023 crypt-gpgme.c:3166
29072 +msgstr "ondertekening"
29074 #: crypt-gpgme.c:3028 crypt-gpgme.c:3171
29076 msgid "certification"
29077 -msgstr "Certificaat wordt bewaard"
29078 +msgstr "certificering"
29080 #: crypt-gpgme.c:3068
29082 msgid "Serial-No .: 0x%s\n"
29084 +msgstr "Serie-Nr ..: 0x%s\n"
29086 #: crypt-gpgme.c:3076
29088 msgid "Issued By .: "
29090 +msgstr "Uitg. Door : "
29092 #. display only the short keyID
29093 #: crypt-gpgme.c:3095
29094 -#, fuzzy, c-format
29096 msgid "Subkey ....: 0x%s"
29097 -msgstr "Sleutel ID: 0x%s"
29098 +msgstr "Subsleutel : 0x%s"
29100 #: crypt-gpgme.c:3099
29103 -msgstr "Herroepen "
29104 +msgstr "[Herroepen]"
29106 #: crypt-gpgme.c:3109
29109 -msgstr "Verlopen "
29110 +msgstr "[Verlopen]"
29112 #: crypt-gpgme.c:3114
29115 +msgstr "[Uitgeschakeld]"
29117 #: crypt-gpgme.c:3198 pgpkey.c:559 pgpkey.c:739
29118 msgid "Can't create temporary file"
29119 msgstr "Kan tijdelijk bestand niet aanmaken"
29121 #: crypt-gpgme.c:3201
29123 msgid "Collecting data..."
29124 -msgstr "Bezig met verbinden met %s..."
29125 +msgstr "Data aan het vergaren..."
29127 #: crypt-gpgme.c:3227
29128 -#, fuzzy, c-format
29130 msgid "Error finding issuer key: %s\n"
29131 -msgstr "Fout tijdens verbinden met server: %s"
29132 +msgstr "Fout bij het vinden van uitgever van sleutel: %s\n"
29134 #: crypt-gpgme.c:3237
29135 msgid "Error: certification chain to long - stopping here\n"
29137 +msgstr "Fout: certificeringsketen te lang - stop hier\n"
29139 #: crypt-gpgme.c:3248 pgpkey.c:580
29141 @@ -1136,22 +1118,21 @@ msgid "Key ID: 0x%s"
29142 msgstr "Sleutel ID: 0x%s"
29144 #: crypt-gpgme.c:3331
29145 -#, fuzzy, c-format
29147 msgid "gpgme_new failed: %s"
29148 -msgstr "Hernoemen mislukt: %s"
29149 +msgstr "gpgme_new gefaald: %s"
29151 #: crypt-gpgme.c:3370 crypt-gpgme.c:3433
29153 msgid "gpgme_op_keylist_start failed: %s"
29155 +msgstr "gpgme_op_keylist_start gefaald: %s"
29157 #: crypt-gpgme.c:3420 crypt-gpgme.c:3461
29159 msgid "gpgme_op_keylist_next failed: %s"
29161 +msgstr "gpgme_op_keylist_next gefaald: %s"
29163 #: crypt-gpgme.c:3532
29165 msgid "All matching keys are marked expired/revoked."
29166 msgstr "Alle overeenkomende sleutels zijn verlopen/ingetrokken."
29168 @@ -1171,34 +1152,30 @@ msgid "Check key "
29169 msgstr "Controleer sleutel "
29171 #: crypt-gpgme.c:3583
29173 msgid "PGP and S/MIME keys matching"
29174 -msgstr "PGP-sleutels voor \"%s\"."
29175 +msgstr "PGP- en S/MIME-sleutels voor"
29177 #: crypt-gpgme.c:3585
29179 msgid "PGP keys matching"
29180 -msgstr "PGP-sleutels voor \"%s\"."
29181 +msgstr "PGP-sleutels voor"
29183 #: crypt-gpgme.c:3587
29185 msgid "S/MIME keys matching"
29186 -msgstr "S/MIME certficiaten voor \"%s\"."
29187 +msgstr "S/MIME-certficaten voor"
29189 #: crypt-gpgme.c:3589
29191 msgid "keys matching"
29192 -msgstr "PGP-sleutels voor \"%s\"."
29193 +msgstr "sleutels voor"
29195 #: crypt-gpgme.c:3592
29201 #: crypt-gpgme.c:3594
29205 +msgstr "%s \"%s\"."
29207 #: crypt-gpgme.c:3621 pgpkey.c:600
29208 msgid "This key can't be used: expired/disabled/revoked."
29209 @@ -1245,28 +1222,26 @@ msgid ""
29211 "Using GPGME backend, although no gpg-agent is running"
29214 +"Gebruik GPGME achterkant, hoewel er geen gpg-agent draait"
29216 #: crypt-gpgme.c:4131
29218 msgid "S/MIME (e)ncrypt, (s)ign, sign (a)s, (b)oth, (p)gp or (c)lear?"
29220 -"S/MIME (v)ersleutel, (o)ndertekenen, ondert. (a)ls, (b)eiden, %s, of (g)een? "
29221 +"S/MIME (v)ersleutel, (o)ndertekenen, ondert. (a)ls, (b)eiden, (p)gp of (g)een?"
29223 #: crypt-gpgme.c:4132
29229 #: crypt-gpgme.c:4135
29231 msgid "PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, s/(m)ime or (c)lear?"
29233 -"PGP (v)ersleutel, (o)ndertekenen, ondert. (a)ls, (b)eiden, %s, of (g)een? "
29234 +"PGP (v)ersleutel, (o)ndertekenen, ondert. (a)ls, (s)/mime of (g)een?"
29236 #: crypt-gpgme.c:4136
29243 #. unset_option(OPTCRYPTCHECKTRUST);
29244 @@ -1277,12 +1252,11 @@ msgstr "Ondertekenen als: "
29246 #: crypt-gpgme.c:4249
29247 msgid "Failed to verify sender"
29249 +msgstr "Verifiëren van afzener gefaald"
29251 #: crypt-gpgme.c:4252
29253 msgid "Failed to figure out sender"
29254 -msgstr "Kan bestand niet openen om header te lezen."
29255 +msgstr "Kan verzender niet bepalen"
29259 @@ -1379,10 +1353,9 @@ msgstr ""
29262 msgid "\"crypt_use_gpgme\" set but not build with GPGME support."
29264 +msgstr "\"crypt_use_gpgme\" aan, maar niet gebouwd met GPGME-ondersteuning."
29268 msgid "Invoking S/MIME..."
29269 msgstr "S/MIME wordt aangeroepen..."
29271 @@ -1558,24 +1531,23 @@ msgstr "Het weergeven van threads is nie
29273 #: curs_main.c:1210
29274 msgid "Thread broken"
29276 +msgstr "Thread gebroken"
29278 #: curs_main.c:1232
29279 msgid "No Message-ID: header available to link thread"
29281 +msgstr "Geen Message-ID: header beschikbaar om thread te koppelen"
29283 #: curs_main.c:1234
29285 msgid "First, please tag a message to be linked here"
29286 -msgstr "sla dit bericht op om later te verzenden"
29287 +msgstr "Markeer eerst een bericht om hieraan te koppelen"
29289 #: curs_main.c:1246
29290 msgid "Threads linked"
29292 +msgstr "Threads gekoppeld"
29294 #: curs_main.c:1249
29295 msgid "No thread linked"
29297 +msgstr "Geen thread gekoppeld"
29299 #: curs_main.c:1285 curs_main.c:1310
29300 msgid "You are on the last message."
29301 @@ -2033,7 +2005,7 @@ msgstr "Mutt kan niet overweg met deze a
29304 msgid "Checking mailbox subscriptions"
29306 +msgstr "Mailfolder-abonnementen worden gecontroleerd"
29308 #: imap/imap.c:460 pop_lib.c:286
29309 msgid "Secure connection with TLS?"
29310 @@ -2045,7 +2017,7 @@ msgstr "Kon TLS connectie niet onderhand
29312 #: imap/imap.c:489 pop_lib.c:331
29313 msgid "Encrypted connection unavailable"
29315 +msgstr "Versleutelde verbinding niet beschikbaar"
29319 @@ -2090,7 +2062,7 @@ msgstr "CLOSE mislukt"
29320 #: imap/imap.c:1388
29322 msgid "Header search without header name: %s"
29324 +msgstr "Zoeken op header zonder headernaam: %s"
29326 #: imap/imap.c:1536
29327 msgid "Bad mailbox name"
29328 @@ -2135,9 +2107,8 @@ msgid "The message index is incorrect. T
29329 msgstr "De berichtenindex is niet correct. Probeer mailfolder te heropenen."
29331 #: imap/message.c:548
29333 msgid "Uploading message..."
29334 -msgstr "Bericht wordt verstuurd ..."
29335 +msgstr "Bericht wordt ge-upload..."
29337 #: imap/message.c:708
29339 @@ -2732,7 +2703,7 @@ msgstr "maak nieuw bericht aan"
29341 #: keymap_alldefs.h:103
29342 msgid "break the thread in two"
29344 +msgstr "splits de thread in tweeën"
29346 #: keymap_alldefs.h:104
29347 msgid "open a different folder"
29348 @@ -2771,9 +2742,8 @@ msgid "show only messages matching a pat
29349 msgstr "geef alleen berichten weer volgens patroon"
29351 #: keymap_alldefs.h:113
29353 msgid "link tagged message to the current one"
29354 -msgstr "Gemarkeerde berichten doorsturen naar: "
29355 +msgstr "koppel gemarkeerd bericht met het huidige"
29357 #: keymap_alldefs.h:114
29358 msgid "jump to the next new message"
29359 @@ -3156,7 +3126,6 @@ msgstr ""
29360 "onder bepaalde voorwaarden; type `mutt -vv' voor meer informatie.\n"
29365 "Copyright (C) 1996-2004 Michael R. Elkins <me@mutt.org>\n"
29366 "Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
29367 @@ -3181,9 +3150,9 @@ msgid ""
29369 " You should have received a copy of the GNU General Public License\n"
29370 " along with this program; if not, write to the Free Software\n"
29371 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
29372 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
29374 -"Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>\n"
29375 +"Copyright (C) 1996-2004 Michael R. Elkins <me@mutt.org>\n"
29376 "Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
29377 "Copyright (C) 1997-2002 Thomas Roessler <roessler@does-not-exist.org>\n"
29378 "Copyright (C) 1998-2002 Werner Koch <wk@isil.d.shuttle.de>\n"
29379 @@ -3206,11 +3175,10 @@ msgstr ""
29381 " U zou een kopie van de GNU Algemene Publieke Licentie ontvangen moeten\n"
29382 " hebben samen met dit Programma; zoniet, schrijf naar de Free Software\n"
29383 -" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 "
29384 +" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02110-1301 "
29390 "usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
29392 @@ -3242,37 +3210,18 @@ msgstr ""
29393 " mutt [ -n ] [ -e <cmd> ] [ -F <file> ] -p\n"
29397 " -A <alias>\tgebruik een afkorting\n"
29398 " -a <file>\tvoeg een bestand bij het bericht\n"
29399 " -b <address>\tspecificeer een blind carbon-copy (BCC) adres\n"
29400 " -c <address>\tspecificeer een carbon-copy (CC) adres\n"
29401 -" -e <opdracht>\tspecificeer een uit te voeren opdracht na initialisatie\n"
29402 -" -f <file>\tspecificeer de te lezen mailfolder\n"
29403 -" -F <file>\tspecificeer een alternatieve muttrc\n"
29404 -" -H <file>\tspecificeer een bestand om de headers uit te lezen\n"
29405 -" -i <file>\tspecificeer een bestand dat Mutt moet bijsluiten in het "
29407 -" -m <type>\tspecificeer een standaard mailfolder type\n"
29408 -" -n\t\tzorgt dat Mutt de systeem Muttrc niet inleest\n"
29409 -" -p\t\troept een uitgesteld bericht op\n"
29410 -" -Q <variabele>\tvraagt de waarde van een configuratievariabele op\n"
29411 -" -R\t\topent de mailfolder met alleen-lezen rechten\n"
29412 -" -s <ond>\tspecificeer een onderwerp (tussen aanhalingstekens i.g.v. "
29414 -" -v\t\ttoont het versienummer en opties tijdens het compileren\n"
29415 -" -x\t\tsimuleert de mailx verzendmodus\n"
29416 -" -y\t\tselecteert een mailfolder gespecificeerd in de `mailboxes' lijst\n"
29417 -" -z\t\tbeëindigt meteen als er geen berichten in de mailfolder staan\n"
29418 -" -Z\t\topent de eerste mailfolder met nieuwe berichten, eindigt indien "
29420 -" -h\t\tdit hulp bericht"
29421 +" -D\t\tdruk de waardes van alle variabelen af op stdout"
29424 msgid " -d <level>\tlog debugging output to ~/.muttdebug0"
29426 +msgstr " -d <niveau>\tlog debug-output naar ~/.muttdebug0"
29431 " -e <command>\tspecify a command to be executed after initialization\n"
29432 " -f <file>\tspecify which mailbox to read\n"
29433 @@ -3292,21 +3241,6 @@ msgid ""
29434 " -Z\t\topen the first folder with new message, exit immediately if none\n"
29435 " -h\t\tthis help message"
29437 -"gebruik: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
29439 -" mutt [ -nR ] [ -e <cmd> ] [ -F <file> ] -Q <query> [ -Q <query> ] "
29441 -" mutt [ -nR ] [ -e <cmd> ] [ -F <file> ] -A <alias> [ -A <alias> ] "
29443 -" mutt [ -nx ] [ -e <cmd> ] [ -a <file> ] [ -F <file> ] [ -H <file> ] "
29444 -"[ -i <file> ] [ -s <subj> ] [ -b <addr> ] [ -c <addr> ] <addr> [ ... ]\n"
29445 -" mutt [ -n ] [ -e <cmd> ] [ -F <file> ] -p\n"
29448 -" -A <alias>\tgebruik een afkorting\n"
29449 -" -a <file>\tvoeg een bestand bij het bericht\n"
29450 -" -b <address>\tspecificeer een blind carbon-copy (BCC) adres\n"
29451 -" -c <address>\tspecificeer een carbon-copy (CC) adres\n"
29452 " -e <opdracht>\tspecificeer een uit te voeren opdracht na initialisatie\n"
29453 " -f <file>\tspecificeer de te lezen mailfolder\n"
29454 " -F <file>\tspecificeer een alternatieve muttrc\n"
29455 @@ -3671,89 +3605,82 @@ msgstr "Certificaat wordt bewaard"
29457 #: mutt_ssl_gnutls.c:95 mutt_ssl_gnutls.c:117
29458 msgid "Error: no TLS socket open"
29460 +msgstr "Fout: geen TLS socket open"
29462 #: mutt_ssl_gnutls.c:204
29463 msgid "All available protocols for TLS/SSL connection disabled"
29465 +msgstr "Alle beschikbare protocollen voor TLS/SSL-verbinding uitgeschakeld"
29467 #: mutt_ssl_gnutls.c:265
29468 -#, fuzzy, c-format
29470 msgid "SSL/TLS connection using %s (%s/%s/%s)"
29471 -msgstr "SSL verbinding via %s (%s)"
29472 +msgstr "SSL/TLS verbinding via %s (%s/%s/%s)"
29474 #: mutt_ssl_gnutls.c:508
29476 msgid "Certificate verification error (%s)"
29478 +msgstr "Fout bij verifiëren van certificaat (%s)"
29480 #: mutt_ssl_gnutls.c:516
29482 msgid "Certificate is not X.509"
29483 -msgstr "Certificaat wordt bewaard"
29484 +msgstr "Certificaat is niet in X.509-formaat"
29486 #: mutt_ssl_gnutls.c:523
29488 msgid "Error initialising gnutls certificate data"
29489 -msgstr "Kan terminal niet initialiseren."
29490 +msgstr "Kan gnutls certificaatgegevens niet initializeren"
29492 #: mutt_ssl_gnutls.c:539
29493 msgid "Error processing certificate data"
29495 +msgstr "Fout bij het verwerken van certificaatgegevens"
29497 #: mutt_ssl_gnutls.c:724
29498 -#, fuzzy, c-format
29500 msgid "SHA1 Fingerprint: %s"
29501 -msgstr "Handtekening: %s"
29502 +msgstr "SHA1 Handtekening: %s"
29504 #: mutt_ssl_gnutls.c:727
29505 -#, fuzzy, c-format
29507 msgid "MD5 Fingerprint: %s"
29508 -msgstr "Handtekening: %s"
29509 +msgstr "MD5 Handtekening: %s"
29511 #: mutt_ssl_gnutls.c:732
29513 msgid "WARNING: Server certificate is not yet valid"
29514 -msgstr "Certificaat van de server is nog niet geldig"
29515 +msgstr "WAARSCHUWING: Certificaat van de server is nog niet geldig"
29517 #: mutt_ssl_gnutls.c:737
29519 msgid "WARNING: Server certificate has expired"
29520 -msgstr "Certificaat van de server is verlopen"
29521 +msgstr "WAARSCHUWING: Certificaat van de server is verlopen"
29523 #: mutt_ssl_gnutls.c:742
29525 msgid "WARNING: Server certificate has been revoked"
29526 -msgstr "Certificaat van de server is verlopen"
29527 +msgstr "WAARSCHUWING: Certificaat van de server is herroepen"
29529 #: mutt_ssl_gnutls.c:747
29530 msgid "WARNING: Server hostname does not match certificate"
29532 +msgstr "WAARSCHUWING: naam van de server komt niet overeen met certificaat"
29534 #: mutt_ssl_gnutls.c:752
29536 msgid "WARNING: Signer of server certificate is not a CA"
29537 -msgstr "Certificaat van de server is nog niet geldig"
29538 +msgstr "WAARSCHUWING: Ondertekenaar van servercertificaat is geen CA"
29540 #: mutt_ssl_gnutls.c:755
29542 msgid "TLS/SSL Certificate check"
29543 -msgstr "SSL certificaat controle"
29544 +msgstr "TLS/SSL certificaat controle"
29546 #: mutt_tunnel.c:70
29547 -#, fuzzy, c-format
29549 msgid "Connecting with \"%s\"..."
29550 -msgstr "Bezig met verbinden met %s..."
29551 +msgstr "Bezig met verbinden met \"%s\"..."
29553 #: mutt_tunnel.c:137
29555 msgid "Tunnel to %s returned error %d (%s)"
29557 +msgstr "Tunnel naar %s leverde fout %d op (%s)"
29559 #: mutt_tunnel.c:155 mutt_tunnel.c:171
29560 -#, fuzzy, c-format
29562 msgid "Tunnel error talking to %s: %s"
29563 -msgstr "Verbinding met %s mislukt (%s)"
29564 +msgstr "Fout in tunnel in communicatie met %s: %s"
29567 msgid "File is a directory, save under it? [(y)es, (n)o, (a)ll]"
29568 @@ -4058,15 +3985,13 @@ msgstr ""
29571 #: pgp.c:392 pgp.c:956
29573 msgid "Could not decrypt PGP message"
29574 -msgstr "Bericht kon niet gekopiëerd worden."
29575 +msgstr "Kon PGP-gericht niet ontsleutelen"
29577 #. clear 'Invoking...' message, since there's no error
29578 #: pgp.c:441 pgp.c:952
29580 msgid "PGP message successfully decrypted."
29581 -msgstr "PGP handtekening is correct bevonden."
29582 +msgstr "PGP-bericht succesvol ontsleuteld."
29585 msgid "Internal error. Inform <roessler@does-not-exist.org>."
29586 @@ -4081,9 +4006,8 @@ msgstr ""
29591 msgid "Decryption failed"
29592 -msgstr "Ontsleuteling mislukt."
29593 +msgstr "Ontsleuteling mislukt"
29596 msgid "Can't open PGP subprocess!"
29597 Index: mutt/po/pl.po
29598 ===================================================================
29599 RCS file: /home/roessler/cvs/mutt/po/pl.po,v
29600 retrieving revision 3.28
29601 retrieving revision 3.30
29602 diff -u -p -u -a -r3.28 -r3.30
29603 --- mutt/po/pl.po 15 Sep 2005 14:24:38 -0000 3.28
29604 +++ mutt/po/pl.po 17 Sep 2005 20:46:13 -0000 3.30
29605 @@ -3185,7 +3185,7 @@ msgid ""
29607 " You should have received a copy of the GNU General Public License\n"
29608 " along with this program; if not, write to the Free Software\n"
29609 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
29610 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
29612 "Copyright (C) 1996-2002 Michael R. Elkins <me@mutt.org>\n"
29613 "Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
29614 @@ -3211,7 +3211,7 @@ msgstr ""
29616 " W dokumentacji tego programu powinna znajdowaæ siê kopia Powszechnej\n"
29617 " Licencji Publicznej GNU. Je¶li tak nie jest, napisz do Free Software\n"
29618 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
29619 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
29623 Index: mutt/po/pt_BR.po
29624 ===================================================================
29625 RCS file: /home/roessler/cvs/mutt/po/pt_BR.po,v
29626 retrieving revision 3.20
29627 retrieving revision 3.22
29628 diff -u -p -u -a -r3.20 -r3.22
29629 --- mutt/po/pt_BR.po 15 Sep 2005 14:24:38 -0000 3.20
29630 +++ mutt/po/pt_BR.po 17 Sep 2005 20:46:14 -0000 3.22
29631 @@ -3260,7 +3260,7 @@ msgid ""
29633 " You should have received a copy of the GNU General Public License\n"
29634 " along with this program; if not, write to the Free Software\n"
29635 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
29636 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
29638 "Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>\n"
29639 "Copyright (C) 1996-2000 Brandon Long <blong@fiction.net>\n"
29640 Index: mutt/po/ru.po
29641 ===================================================================
29642 RCS file: /home/roessler/cvs/mutt/po/ru.po,v
29643 retrieving revision 3.31
29644 retrieving revision 3.34
29645 diff -u -p -u -a -r3.31 -r3.34
29646 --- mutt/po/ru.po 15 Sep 2005 14:24:38 -0000 3.31
29647 +++ mutt/po/ru.po 18 Sep 2005 08:22:49 -0000 3.34
29648 @@ -10,10 +10,10 @@
29652 -"Project-Id-Version: mutt-1.5.10i\n"
29653 +"Project-Id-Version: mutt-1.5.11\n"
29654 "Report-Msgid-Bugs-To: \n"
29655 "POT-Creation-Date: 2005-09-15 16:23+0200\n"
29656 -"PO-Revision-Date: 2005-08-13 14:11:38+0300\n"
29657 +"PO-Revision-Date: 2005-09-17 18:56+0300\n"
29658 "Last-Translator: mutt-ru@woe.spb.ru\n"
29659 "Language-Team: RUSSIAN <mutt-ru@woe.spb.ru>\n"
29660 "MIME-Version: 1.0\n"
29661 @@ -1371,9 +1371,8 @@ msgid "\"crypt_use_gpgme\" set but not b
29662 msgstr "ïÐÃÉÑ \"crypt_use_gpgme\" ×ËÌÀÞÅÎÁ, ÎÏ ÐÏÄÄÅÒÖËÁ GPGME ÎÅ ÓÏÂÒÁÎÁ."
29666 msgid "Invoking S/MIME..."
29667 -msgstr "÷ÙÚÙ×ÁÅÔÓÑ SMIME..."
29668 +msgstr "÷ÙÚÙ×ÁÅÔÓÑ S/MIME..."
29672 @@ -2083,7 +2082,7 @@ msgstr "ïÛÉÂËÁ ×ÙÐÏÌÎÅÎÉÑ ËÏÍÁÎÄÙ CLOSE"
29673 #: imap/imap.c:1388
29675 msgid "Header search without header name: %s"
29677 +msgstr "îÅ ÕËÁÚÁÎÏ ÉÍÑ ÚÁÇÏÌÏ×ËÁ ÐÒÉ ÐÏÉÓËÅ ÚÁÇÏÌÏ×ËÁ: %s"
29679 #: imap/imap.c:1536
29680 msgid "Bad mailbox name"
29681 @@ -2130,7 +2129,6 @@ msgstr ""
29683 # ÉÌÉ "ÎÁ ÓÅÒ×ÅÒ" ÕÂÒÁÔØ??
29684 #: imap/message.c:548
29686 msgid "Uploading message..."
29687 msgstr "óÏÏÂÝÅÎÉÅ ÚÁÇÒÕÖÁÅÔÓÑ ÎÁ ÓÅÒ×ÅÒ..."
29689 @@ -3181,7 +3179,7 @@ msgid ""
29691 " You should have received a copy of the GNU General Public License\n"
29692 " along with this program; if not, write to the Free Software\n"
29693 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
29694 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
29696 "Copyright (C) 1996-2004 Michael R. Elkins <me@mutt.org>\n"
29697 "Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
29698 @@ -3206,10 +3204,9 @@ msgstr ""
29700 " ÷Ù ÄÏÌÖÎÙ ÂÙÌÉ ÐÏÌÕÞÉÔØ ËÏÐÉÀ GNU General Public License ×ÍÅÓÔÅ Ó\n"
29701 " ÜÔÏÊ ÐÒÏÇÒÁÍÍÏÊ. åÓÌÉ ×Ù ÅÅ ÎÅ ÐÏÌÕÞÉÌÉ, ÏÂÒÁÔÉÔÅÓØ ×Ï Free Software\n"
29702 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
29703 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
29708 "usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
29710 @@ -3247,7 +3244,7 @@ msgstr ""
29711 " -a <file>\t×ÌÏÖÉÔØ ÆÁÊÌ × ÓÏÏÂÝÅÎÉÅ\n"
29712 " -b <address>\tÕËÁÚÁÔØ blind carbon-copy (BCC) ÁÄÒÅÓ\n"
29713 " -c <address>\tÕËÁÚÁÔØ carbon-copy (CC) ÁÄÒÅÓ\n"
29714 -" -D\t\t×Ù×ÅÓÔÉ ÚÎÁÞÅÎÉÑ ×ÓÅÈ ÐÅÒÅÍÅÎÎÙÈ ÎÁ stderr"
29715 +" -D\t\t×Ù×ÅÓÔÉ ÚÎÁÞÅÎÉÑ ×ÓÅÈ ÐÅÒÅÍÅÎÎÙÈ ÎÁ stdout"
29718 msgid " -d <level>\tlog debugging output to ~/.muttdebug0"
29719 @@ -4792,9 +4789,3 @@ msgstr "òÏÄÉÔÅÌØÓËÏÅ ÓÏÏÂÝÅÎÉÅ ÎÅ ×ÉÄÉÍÏ
29721 msgid "Parent message is not available."
29722 msgstr "òÏÄÉÔÅÌØÓËÏÅ ÓÏÏÂÝÅÎÉÅ ÎÅÄÏÓÔÕÐÎÏ."
29724 -#~ msgid "First entry is shown."
29725 -#~ msgstr "ðÅÒ×ÁÑ ÚÁÐÉÓØ ÕÖÅ ÎÁ ÜËÒÁÎÅ."
29727 -#~ msgid "Last entry is shown."
29728 -#~ msgstr "ðÏÓÌÅÄÎÑÑ ÚÁÐÉÓØ ÕÖÅ ÎÁ ÜËÒÁÎÅ."
29729 Index: mutt/po/sk.po
29730 ===================================================================
29731 RCS file: /home/roessler/cvs/mutt/po/sk.po,v
29732 retrieving revision 3.19
29733 retrieving revision 3.21
29734 diff -u -p -u -a -r3.19 -r3.21
29735 --- mutt/po/sk.po 15 Sep 2005 14:24:38 -0000 3.19
29736 +++ mutt/po/sk.po 17 Sep 2005 20:46:14 -0000 3.21
29737 @@ -3267,7 +3267,7 @@ msgid ""
29739 " You should have received a copy of the GNU General Public License\n"
29740 " along with this program; if not, write to the Free Software\n"
29741 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
29742 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
29744 "Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu>\n"
29745 "Copyright (C) 1997-8 Thomas Roessler <roessler@guug.de>\n"
29746 @@ -3289,7 +3289,7 @@ msgstr ""
29748 " Mali by ste obdr¾a» kópiu GNU General Public License spolu s týmto\n"
29749 " programom; ak nie, napí¹te do Free Software Foundation, Inc.,\n"
29750 -" 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
29751 +" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
29755 Index: mutt/po/sv.po
29756 ===================================================================
29757 RCS file: /home/roessler/cvs/mutt/po/sv.po,v
29758 retrieving revision 3.23
29759 retrieving revision 3.25
29760 diff -u -p -u -a -r3.23 -r3.25
29761 --- mutt/po/sv.po 15 Sep 2005 14:24:38 -0000 3.23
29762 +++ mutt/po/sv.po 17 Sep 2005 20:46:14 -0000 3.25
29763 @@ -3179,7 +3179,7 @@ msgid ""
29765 " You should have received a copy of the GNU General Public License\n"
29766 " along with this program; if not, write to the Free Software\n"
29767 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
29768 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
29770 "Upphovsrätt (C) 1996-2002 Michael R. Elkins <me@cs.hmc.edu>\n"
29771 "Upphovsrätt (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
29772 @@ -3206,7 +3206,7 @@ msgstr ""
29773 " General Public License för ytterligare information.\n"
29774 " Du bör ha fått en kopia av GNU General Public License\n"
29775 " tillsammans med detta program. Om inte, skriv till Free Software \n"
29776 -" Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, "
29777 +" Foundation,Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
29781 Index: mutt/po/tr.po
29782 ===================================================================
29783 RCS file: /home/roessler/cvs/mutt/po/tr.po,v
29784 retrieving revision 3.19
29785 retrieving revision 3.21
29786 diff -u -p -u -a -r3.19 -r3.21
29787 --- mutt/po/tr.po 15 Sep 2005 14:24:38 -0000 3.19
29788 +++ mutt/po/tr.po 17 Sep 2005 20:46:14 -0000 3.21
29789 @@ -3244,7 +3244,7 @@ msgid ""
29791 " You should have received a copy of the GNU General Public License\n"
29792 " along with this program; if not, write to the Free Software\n"
29793 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
29794 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
29798 Index: mutt/po/uk.po
29799 ===================================================================
29800 RCS file: /home/roessler/cvs/mutt/po/uk.po,v
29801 retrieving revision 3.20
29802 retrieving revision 3.22
29803 diff -u -p -u -a -r3.20 -r3.22
29804 --- mutt/po/uk.po 15 Sep 2005 14:24:38 -0000 3.20
29805 +++ mutt/po/uk.po 17 Sep 2005 20:46:14 -0000 3.22
29806 @@ -3182,7 +3182,7 @@ msgid ""
29808 " You should have received a copy of the GNU General Public License\n"
29809 " along with this program; if not, write to the Free Software\n"
29810 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
29811 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
29815 Index: mutt/po/zh_CN.po
29816 ===================================================================
29817 RCS file: /home/roessler/cvs/mutt/po/zh_CN.po,v
29818 retrieving revision 3.19
29819 retrieving revision 3.21
29820 diff -u -p -u -a -r3.19 -r3.21
29821 --- mutt/po/zh_CN.po 15 Sep 2005 14:24:38 -0000 3.19
29822 +++ mutt/po/zh_CN.po 17 Sep 2005 20:46:14 -0000 3.21
29823 @@ -3271,7 +3271,7 @@ msgid ""
29825 " You should have received a copy of the GNU General Public License\n"
29826 " along with this program; if not, write to the Free Software\n"
29827 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
29828 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
29830 "Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>\n"
29831 "Copyright (C) 1996-2000 Brandon Long <blong@fiction.net>\n"
29832 @@ -3291,8 +3291,8 @@ msgstr ""
29833 " Öн«»á»ñµÃ¸ü¶à×ÊÁÏ¡£\n"
29835 " ÄúÓ¦ÒÑÁ¬Í¬Ó¦ÓóÌÐòÊÕµ½Ò»·Ý GNU Ò»°ã¹«¹²ÊÚȨÊ飻Èç¹ûûÓУ¬ÇëдÐÅ\n"
29836 -" ÖÁ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, "
29837 -"MA 02111, USA.\n"
29838 +" ÖÁ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, "
29839 +"MA 02110-1301, USA.\n"
29843 Index: mutt/po/zh_TW.po
29844 ===================================================================
29845 RCS file: /home/roessler/cvs/mutt/po/zh_TW.po,v
29846 retrieving revision 3.19
29847 retrieving revision 3.21
29848 diff -u -p -u -a -r3.19 -r3.21
29849 --- mutt/po/zh_TW.po 15 Sep 2005 14:24:39 -0000 3.19
29850 +++ mutt/po/zh_TW.po 17 Sep 2005 20:46:14 -0000 3.21
29851 @@ -3231,7 +3231,7 @@ msgid ""
29853 " You should have received a copy of the GNU General Public License\n"
29854 " along with this program; if not, write to the Free Software\n"
29855 -" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n"
29856 +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
29858 "版權所有 (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>\n"
29859 "版權所有 (C) 1996-2000 Brandon Long <blong@fiction.net>\n"
29860 @@ -3252,8 +3252,8 @@ msgstr ""
29863 " 您應已連同應用程式收到一份 GNU 一般公共授權書;如果沒有,請寫信\n"
29864 -" 至 Free Software Foundation, Inc., 59 Temple Place - Suite 330,\n"
29865 -" Boston, MA 02111, USA.\n"
29866 +" 至 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,\n"
29867 +" Boston, MA 02110-1301, USA.\n"