]> git.llucax.com Git - software/mutt-debian.git/blob - upstream/patches/cvs_2005-09-22
Import mutt_1.5.11-1
[software/mutt-debian.git] / upstream / patches / cvs_2005-09-22
1 Index: mutt/COPYRIGHT
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
10  
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.
15  
16 Index: mutt/ChangeLog
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
24 @@ -1,4 +1,305 @@
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)
27 +
28 +       * configure.in, globals.h, hcache.c, init.h: Update QDBM patch to
29 +       the current state of the art. Closes: #2003 (again).
30 +
31 +2005-09-22 09:06:13  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
32 +
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.
36 +
37 +2005-09-22 04:05:49  Brendan Cully  <brendan@kublai.com>  (brendan)
38 +
39 +       * init.c: Refactor mutt var completion so it can be used for
40 +       inline expansions (eg $from). Actual expansion not committed yet.
41 +
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.
45 +
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.
49 +
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.
54 +
55 +2005-09-21 14:17:14  Adeodato Simo  <asp16@alu.ua.es>  (brendan)
56 +
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.
61 +
62 +2005-09-21 13:23:43  Brendan Cully  <brendan@kublai.com>  (brendan)
63 +
64 +       * imap/imap.c, pattern.c: Catch empty substring/regexp search
65 +       arguments (precludes a segfault from dereferencing a null string
66 +       pointer later).
67 +
68 +2005-09-21 06:04:37  Thomas Glanzmann  <sithglan@stud.uni-erlangen.de>  (roessler)
69 +
70 +       * init.h, mutt.h, configure.in, hcache.c: QDBM support for the
71 +       header cache.
72 +
73 +2005-09-21 04:50:31  Adeodato Simo  <asp16@alu.ua.es>  (brendan)
74 +
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.
77 +
78 +2005-09-21 03:48:38  Takahashi Tamotsu  <ttakah@lapis.plala.or.jp>  (brendan)
79 +
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:
84 +       #2011.
85 +
86 +2005-09-21 02:58:07  Brendan Cully  <brendan@kublai.com>  (brendan)
87 +
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.
91 +
92 +2005-09-20 23:41:21  Vincent Lefevre  <vincent@vinc17.org>  (brendan)
93 +
94 +       * muttlib.c: Slight improvement on dgc's warning fix in edge cases.
95 +
96 +2005-09-20 06:43:39  David Champion  <dgc@uchicago.edu>  (brendan)
97 +
98 +       * init.c: Fix a null-pointer-dereference parsing aliases with
99 +       -d3+.
100 +
101 +       * muttlib.c: Clear a compiler warning.
102 +
103 +2005-09-20 03:56:25  Gero Treuner  <gerotick@faveve.uni-stuttgart.de>  (brendan)
104 +
105 +       * contrib/gpg.rc, doc/manual.xml.tail: Update locations of
106 +       gpg-2comp, Gero Treuner.
107 +
108 +2005-09-19 06:14:27  Brendan Cully  <brendan@kublai.com>  (brendan)
109 +
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
117 +       your hand. Hard.
118 +
119 +2005-09-19 05:12:29  Brendan Cully  <brendan@kublai.com>  (brendan)
120 +
121 +       * doc/manual.xml.head: Remove mention of obsolete
122 +       --enable-imap-edit-threads configure option.
123 +
124 +2005-09-18 17:49:33  Brendan Cully  <brendan@kublai.com>  (brendan)
125 +
126 +       * ChangeLog: Somehow the changelog got mangled (multiple copies
127 +       of large parts).
128 +
129 +2005-09-18 08:22:49  Vsevolod Volkov  <vvv@mutt.org.ua>  (roessler)
130 +
131 +       * po/ru.po: update
132 +
133 +2005-09-18 02:53:18  brendan  (brendan)
134 +
135 +       * doc/Makefile.in: More cleanups, slightly better dependencies.
136 +
137 +2005-09-18 02:35:10  Brendan Cully  <brendan@kublai.com>  (brendan)
138 +
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.
142 +
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.
148 +
149 +2005-09-17 20:46:14  Brendan Cully  <brendan@kublai.com>  (brendan)
150 +
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...
200 +
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.
249 +
250 +2005-09-17 17:39:18  Alain Bench  <veronatif@free.fr>  (brendan)
251 +
252 +       * Muttrc.head.in: Clean up some Muttrc macros, and add macro
253 +       'y' to jump to the mailboxes view. Closes: #2069.
254 +
255 +2005-09-17 17:27:54  Brendan Cully  <brendan@kublai.com>  (brendan)
256 +
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...
262 +
263 +2005-09-17 01:07:54  Vincent Lefevre  <vincent@vinc17.org>  (brendan)
264 +
265 +       * po/fr.po: Update.
266 +
267 +2005-09-16 23:09:12  Kevin Scannell  <scannell@slu.edu>  (brendan)
268 +
269 +       * configure.in, po/ga.po: Irish translation.
270 +
271 +2005-09-16 15:20:59  Brendan Cully  <brendan@kublai.com>  (brendan)
272 +
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.
276 +
277 +2005-09-16 13:43:58  Ronny Haryanto  <ronnylist@haryan.to>  (roessler)
278 +
279 +       * po/id.po: update
280 +
281 +2005-09-16 11:02:00  Ivan Vilata i Balaguer  <ivan@selidor.net>
282 +(roessler)
283 +
284 +       * po/ca.po: update
285 +
286 +2005-09-16 10:20:20  TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
287 +(roessler)
288 +
289 +       * po/ja.po: update
290 +
291 +2005-09-16 10:19:46  René Clerc  <rene@clerc.nl>  (roessler)
292 +
293 +       * po/nl.po: update
294 +
295 +2005-09-16 02:15:45  Brendan Cully  <brendan@kublai.com>  (brendan)
296 +
297 +       * doc/Makefile.in: Add stamp-doc-xml to "all".
298 +
299 +       * doc/Makefile.in: stamp-doc-man is pointless as far as I can
300 +       tell. Removed.
301 +
302 +       * doc/Makefile.in: Tweak makefile so that the dist tarball
303 +       doesn't always try to build docs.
304 +
305 +       * configure.in: VERSION should go into CONFIG_STATUS_DEPENDENCIES,
306 +       not CONFIGURE_DEPENDENCIES. Slap ma fro.
307 +
308 +2005-09-15 23:18:48  Brendan Cully  <brendan@kublai.com>  (brendan)
309 +
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.
313 +
314 +       * build-release: Now that 1.5.11 is out, previous versions won't
315 +       be x.y.zi: adjust diff.
316 +
317 +2005-09-15 14:24:39  roessler  (roessler)
318 +
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
325 +
326 +2005-09-14 14:15:06  TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
327 +(brendan)
328  
329         * init.h: Refer to $use_envelope_from rather than old
330         $envelope_from in description of $envelope_from_address.
331 @@ -8,7 +309,8 @@
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.
338  
339  2005-09-13 20:36:17  Brendan Cully  <brendan@kublai.com>  (brendan)
340  
341 @@ -22,7 +324,8 @@
342         mutt_progress_bar. Allow progress bar to omit total size if zero
343         (=unknown).
344  
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>
347 +(brendan)
348  
349         * menu.c: Correct some inconsistencies introduced by
350         $menu_context. Closes: #2019?
351 @@ -34,8 +337,15 @@
352  
353  2005-09-08 16:37:59  Brendan Cully  <brendan@kublai.com>  (brendan)
354  
355 -       * mutt_socket.c: Set CLOEXEC on sockets in IPv4 code path like we
356 -       do in IPv6.
357 +       * pager.c: Revert bogus change to last message detection in
358 +       mutt_pager.
359 +
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.
363 +
364 +       * mutt_socket.c: Set CLOEXEC on sockets in IPv4 code path like
365 +       we do in IPv6.
366  
367         * pattern.c: Make stringmatch pattern detection stateless.
368  
369 @@ -54,8 +364,8 @@
370         * curs_lib.c: Ensure progress bar rounds to $net_inc.
371  
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.
377  
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
380 @@ -67,8 +377,8 @@
381  
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
385 -       1.5.12.
386 +       previous version to be x.y.zi and should be updated again
387 +       for 1.5.12.
388  
389  2005-09-06 16:46:44  Brendan Cully  <brendan@kublai.com>  (brendan)
390  
391 @@ -80,28 +390,30 @@
392  
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
398 -       speed boost.
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.
403  
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.
407  
408 -       * curs_main.c, main.c: Move SASL and IMAP shutdown hooks into main
409 -       where they belong.
410 +       * curs_main.c, main.c: Move SASL and IMAP shutdown hooks into
411 +       main where they belong.
412  
413         * init.c: Release pwent after extracting data from it.
414  
415 -       * mutt_sasl.h, curs_main.c, mutt_sasl.c: Release global SASL state
416 -       when quitting.
417 +       * mutt_sasl.h, curs_main.c, mutt_sasl.c: Release global SASL
418 +       state when quitting.
419  
420  2005-09-05 04:22:45  Brendan Cully  <brendan@kublai.com>  (brendan)
421  
422         * doc/manual.xml.head: Documentation cosmetics (add some line
423         breaks).
424  
425 +2005-09-04 20:10:25  Brendan Cully  <brendan@kublai.com>  (brendan)
426 +
427         * init.h: Point $hide_top_limited to $hide_limited instead of
428         $hide_missing. Likewise for $hide_top_missing. Closes: #2039.
429  
430 @@ -110,28 +422,28 @@
431  
432         * doc/manual.xml.head: Add a push example. Closes: #1591.
433  
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)
436  
437         * doc/manual.xml.head: Mention $include when describing how mutt
438 -       prepares message replies. Closes: #1471.                                 
439 +       prepares message replies. Closes: #1471.
440  
441  2005-09-04 19:28:19  Dale Woolridge  (brendan)
442  
443         * pattern.c, protos.h, parse.c: Unfold message headers before
444         performing ~h search. Closes: #1865.
445  
446 -2005-09-04 18:01:57  <Zardoz@users.sourceforge.net>  (brendan)
447 +2005-09-04 18:01:57  Zardoz@users.sourceforge.net  (brendan)
448  
449         * keymap.c: Teach keymap.c about KEY_NEXT. Closes: #1588.
450  
451  2005-09-04 06:57:04  Alain Bench  <veronatif@free.fr>  (brendan)
452  
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.
458  
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.
463  
464  2005-09-03 23:22:31  Brendan Cully  <brendan@kublai.com>  (brendan)
465  
466 @@ -150,17 +462,20 @@
467         expressions, instead of any of EXPR, USER, ID and SUBJECT. Noted
468         by Vincent Lefevre.
469  
470 +2005-09-02 18:50:34  Brendan Cully  <brendan@kublai.com>  (brendan)
471 +
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
474 -       manual.xml.*.
475 +       doc/manual.xml.tail, doc/Makefile.in: Rename manual.sgml.*
476 +       to manual.xml.*.
477  
478  2005-09-02 18:18:19  Alain Bench  <veronatif@free.fr>  (brendan)
479  
480 -       * keymap.c: Allow non-ascii characters in push arguments. Closes: #2023.
481 +       * keymap.c: Allow non-ascii characters in push arguments. Closes:
482 +       #2023.
483  
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:
488         #2050.
489  
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.
494  
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>
497 +(brendan)
498  
499         * configure.in: Don't define domain="no" when configured
500         --without-domain. Closes: #2046.
501  
502  2005-08-24 15:17:43  Brendan Cully  <brendan@kublai.com>  (brendan)
503  
504 -       * pgp.c: Don't treat PGP inline signature verification errors as
505 -       fatal.
506 +       * pgp.c: Don't treat PGP inline signature verification errors
507 +       as fatal.
508  
509  2005-08-22 20:30:11  Brendan Cully  <brendan@kublai.com>  (brendan)
510  
511         * pgp.c: Pause after error message if PGP decode fails, in case
512 -       mutt_copy_message overwrites. Real error handling cleanup will have
513 -       to wait...
514 +       mutt_copy_message overwrites.  Real error handling cleanup will
515 +       have to wait...
516  
517         * pgp.c: Don't attempt to manipulate null pgp output file handles.
518  
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)
521  
522         * doc/manual.sgml.head, doc/mutt.man, main.c: -D dumps to stdout,
523         not stderr.
524  
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>
527 +(roessler)
528  
529         * po/id.po: Fix \n mismatch.
530  
531 @@ -210,11 +527,12 @@
532  
533         * po/ru.po: update
534  
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>
537 +(brendan)
538  
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.
543  
544  2005-08-14 12:28:52  Roland Rosenfeld  <roland@spinnaker.de>  (roessler)
545  
546 @@ -237,7 +555,8 @@
547         in which gnu documentation flagged any extensions to standard
548         utilities almost makes me cry.
549  
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>
552 +(roessler)
553  
554         * po/ja.po: update
555  
556 @@ -247,21 +566,22 @@
557  
558  2005-08-12 03:57:16  Brendan Cully  <brendan@kublai.com>  (brendan)
559  
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.
564  
565 -2005-08-11 21:46:26  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
566 +2005-08-11 21:46:26  roessler  (roessler)
567  
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
573 -       mutt-1.5.10
574 +       po/ko.po, po/lt.po, po/nl.po: automatic post-release commit
575 +       for mutt-1.5.10
576 +
577 +2005-08-11 21:22:41  Thomas Roessler  <roessler@does-not-exist.org>
578 +(roessler)
579  
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.)
583  
584  2005-08-11 21:16:38  Brendan Cully  <brendan@kublai.com>  (brendan)
585  
586 @@ -272,12 +592,14 @@
587         Add error results to mutt_body_handlers, and check them when
588         doing decode-save. Closes: #1919.
589  
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>
592 +(roessler)
593  
594         * pgp.c: Fix verification of clearsigned PGP messages.
595         (debugged on IRC, mostly by Brendan)
596  
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>
599 +(brendan)
600  
601         * configure.in: Don't test against nonexistent cache
602         variable. Spotted by Torsten Veller.
603 @@ -298,12 +620,13 @@
604         #2030.
605  
606         * pgp.c: Move pgp failure check inside the if (invoke pgp)
607 -       block. Really Closes: 2032.
608 +       block. Should really Close: 2032.
609  
610         * pgp.c: Don't ftell pgp output file if there isn't one. Closes:
611         #2032.
612  
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>
615 +(brendan)
616  
617         * crypt-gpgme.c: Improve translatability of crypt-gpgme. Closes:
618         #2020.
619 @@ -312,8 +635,7 @@
620  
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
624 -       point.
625 +       that seems to be the convention. I personally don't see the point.
626  
627  2005-08-08 18:59:43  Brendan Cully  <brendan@kublai.com>  (brendan)
628  
629 @@ -329,40 +651,41 @@
630         * init.h: Remove undefined reference to unmailboxes
631         command. Closes #2028.
632  
633 -2005-08-08 06:44:01  Brendan Cully  <brendan@kublai.com>  (brendan)
634 -
635         * imap/imap.c: Fix edge case where we might have to wait two
636         timeouts to check for IMAP mail.
637  
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
641 -       connection.
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.
646  
647         * imap/imap.c: If imap_check_subscribed is set, mailbox or
648 -       unmailbox folders in response to subscribe/unsubscribe commands in
649 -       the browser.
650 +       unmailbox folders in response to subscribe/unsubscribe commands
651 +       in the browser.
652  
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
656 -       list.
657 +2005-08-07 23:52:08  Brendan Cully  <brendan@kublai.com>  (brendan)
658 +
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
662 +       buffy list.
663  
664 -       * browser.c: Avoid a segfault attempting to browse an invalid IMAP
665 -       URL.
666 +       * browser.c: Avoid a segfault attempting to browse an invalid
667 +       IMAP URL.
668  
669         * imap/imap.c: Extend IMAP host completion to complete over open
670 -       connections.
671 +       connections. Next up: account and folder hooks.
672  
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.
681  
682         * account.c, curs_lib.c, protos.h: Reuse mutt_get_field for
683         mutt_get_field_unbuffered.
684  
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)
688  
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.
693  
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.
707  
708         * imap/browse.c: Kill a warning.
709  
710 -2005-08-06 19:06:36  Brendan Cully  <brendan@kublai.com>  (brendan)
711 -
712         * init.c: Use isalnum instead of isalpha when parsing unbraced
713         environment variable names, per tamo's suggestion. Closes #2022.
714  
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.
719 -                                 
720 -2005-08-04 01:15:52  Brendan Cully <brendan@kublai.com>  (brendan)
721 +
722 +2005-08-04 01:15:52  brendan  (brendan)
723  
724         * compose.c: Don't unlink non-mutt files that would have been
725         unlinked on send if the message is cancelled.
726 -                                 
727 +
728 +2005-08-03 15:34:14  Brendan Cully  <brendan@kublai.com>  (brendan)
729 +
730         * account.c: Fix C precedence buglet in getlogin preventing it
731         from actually calling getuser.
732  
733 -2005-08-03 06:51:24  Brendan Cully  <brendan@kublai.com>  (brendan)
734 -
735         * mutt_ssl.c: Don't double-free X509 certificates. This patch
736         looks wrong, but it isn't.
737 -                                 
738 +
739 +2005-08-02 18:15:33  Brendan Cully  <brendan@kublai.com>  (brendan)
740 +
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
745 -       POTFILES.
746 +       looks. Not super clean I guess - the other alternative is to
747 +       sed POTFILES.
748  
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.
754  
755 -2005-08-02 05:58:18  Brendan Cully  <brendan@kublai.com>  (brendan)
756 -
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'.
761  
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.
766  
767 -       * configure.in: Make $docdir relative to $prefix, like the other
768 -       prefixes.
769 +       * configure.in: Make $docdir relative to $prefix, like the
770 +       other prefixes.
771  
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)
777  
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)
782  
783         * pgp.c: Bump up size of PgpPass to 1024 from 256. Seems crazy,
784         but it's harmless and it (closes #1207).
785 -                                 
786 -       * account.c: Fix password prompt for POP (more authentication ID
787 -       fallout).
788 +
789 +       * account.c: Fix password prompt for POP (more authentication
790 +       ID fallout).
791 +
792 +2005-08-01 22:37:22  Brendan Cully  <brendan@kublai.com>  (brendan)
793  
794         * doc/manual.sgml.head: Document <backtab> key.
795 -                                 
796 +
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.
800 -                                 
801 +       error. (closes #1025)
802 +
803 +       * pgp.c: Display "successfully decrypted" message instead of
804 +       nothing. Superseded by signature verification.
805 +
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).
809  
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.
814  
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)
819  
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)
825  
826 -2005-08-01 07:35:04  Brendan Cully  <brendan@kublai.com>  (brendan)
827 -
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.
833  
834 -2005-08-01 04:57:04  Brendan Cully  <brendan@kublai.com>  (brendan)
835 -
836         * mx.c: Report error creating FCC when writing to IMAP
837         server. Addresses #423.
838  
839 -2005-08-01 01:43:06  Brendan Cully  <brendan@kublai.com>  (brendan)
840 -
841         * init.c: complete :set mbox_type=<tab>. (closes #1649)
842  
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>
845 +(brendan)
846  
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
849 -          long word, and 
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)
855  
856  2005-07-30 04:13:07  Vincent Lefevre  <vincent@vinc17.org>  (brendan)
857  
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
867 +       are missing.
868  
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>
871 +(brendan)
872  
873         * recvattach.c: Don't refuse to delete attachments just because a
874         message has been checked for "traditional" PGP encoding. (closes
875         #2013)
876  
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>
879 +(brendan)
880  
881         * init.c: "nospam foo" causes a segv if you have not set any
882         "spam", because of a null pointer dereference.
883 @@ -533,8 +854,6 @@
884         * mutt_ssl_gnutls.c: Tweak a poorly-worded error message in the
885         gnutls glue, pointed out by Vincent Lefevre.
886  
887 -2005-07-29 01:51:36  Brendan Cully  <brendan@kublai.com>  (brendan)
888 -
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.
892 @@ -547,8 +866,8 @@
893  2005-07-28 19:47:40  Brendan Cully  <brendan@kublai.com>  (brendan)
894  
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.
901  
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)
906  
907 -2005-07-27 04:29:36  Brendan Cully  <brendan@kublai.com>  (brendan)
908 -
909 -       * mutt_ssl_gnutls.c: Silence some harmless warnings. Also, one day
910 -       -pedantic is going to get held up on the causeway.
911 -
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.
915  
916         * imap/command.c: More fiddling with fatal state handling. Not
917         tested, and probably as wrong as what was already there.
918  
919 -2005-07-27 00:32:18  Brendan Cully  <brendan@kublai.com>  (brendan)
920 -
921         * muttlib.c: Rework mutt_save_confirm to support confirmappend
922         with IMAP mailboxes.  I hope I got all cases right.
923  
924 @@ -582,7 +895,8 @@
925         on the selected mailbox, and have imap_open_mailbox_append use
926         imap_access instead of rolling its own.
927  
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>
930 +(brendan)
931  
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)
936  
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)
940  
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>
943 +(roessler)
944  
945         * init.h: Return $menu_move_off default to status quo ante.
946  
947 -2005-07-26 16:39:17  Thomas Glanzmann  <sithglan@stud.uni-erlangen.de>  (roessler)
948 -
949         * init.h: hcache spelling fixes
950  
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>
953 +(roessler)
954  
955         * enter.c: Introduce fall-back from complete-query to complete
956         for the edit menu, so 'bind editor <tab> complete-query'
957         becomes possible.
958  
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)
961  
962         * doc/manual.sgml.head: Correct a couple of typos (and change
963         &hyphen; to -: although the text version of the manual renders
964         &hyphen;, the web version does not).
965  
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>
968 +(brendan)
969  
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)
974  
975  2005-07-26 05:28:02  Brendan Cully  <brendan@kublai.com>  (brendan)
976  
977         * mutt_ssl.c: Don't offer to save expired or not-yet-valid
978         certificates. Closes #1943 as a side-effect.
979  
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)
984  
985 -       * imap/imap.c, imap/imap_private.h: Rework IMAP CLOSE handling to
986 -       avoid expunging messages when exiting without saving changes.
987 -       (closes #1899)
988 -
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>
991 +(brendan)
992  
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
997         all variables.
998  
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>
1001 +(roessler)
1002  
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.
1005  
1006 -2005-07-25 04:56:38  Brendan Cully  <brendan@kublai.com>  (brendan)
1007 +2005-07-25 04:56:38  brendan  (brendan)
1008  
1009         * imap/message.c: Indentation, mostly
1010  
1011 -       * imap/message.c: Minor cosmetic cleanup (fewer #ifdef HCACHE blocks)
1012 +2005-07-25 04:37:20  Brendan Cully  <brendan@kublai.com>  (brendan)
1013 +
1014 +       * imap/message.c: Minor cosmetic cleanup (fewer #ifdef HCACHE
1015 +       blocks)
1016 +
1017 +2005-07-25 04:31:51  brendan  (brendan)
1018  
1019         * muttlib.c: Suppress a printf format warning
1020  
1021 +2005-07-24 18:33:31  Brendan Cully  <brendan@kublai.com>  (brendan)
1022 +
1023         * muttlib.c: Typo in last commit.
1024  
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.
1032 +
1033 +2005-07-24 18:18:29  brendan  (brendan)
1034  
1035         * imap/util.c: Revert Glanzmann's imap_parse_mailbox patch.
1036  
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>
1039 +(roessler)
1040  
1041         * thread.c: Try to fix threading bug triggered by duplicate
1042         references.
1043 @@ -669,10 +994,10 @@
1044  2005-07-24 16:51:38  Cedric Duval  <cedricduval+web@free.fr>  (brendan)
1045  
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.
1051  
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)
1054  
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,
1059         not to stderr.
1060  
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>
1063 +(roessler)
1064  
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)
1069  
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.
1074  
1075  2005-07-23 23:35:17  Byrial Jensen  <byrial@image.dk>  (brendan)
1076  
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>.
1082  
1083  2005-07-17 00:43:05  Brendan Cully  <brendan@kublai.com>  (brendan)
1084  
1085 @@ -712,7 +1038,8 @@
1086  
1087         * po/fr.po: PO update 20050613.
1088  
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>
1091 +(brendan)
1092  
1093         * BEWARE: this fixes a little typo.
1094  
1095 @@ -721,7 +1048,7 @@
1096         * hcache.c: Apply Aaron Crane's function pointer bandaid to the
1097         db4 open calls.
1098  
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)
1101  
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).
1107  
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)
1111  
1112         * crypt.c: Remove a warning about unused variable 'now' in
1113         crypt_valid_passphrase
1114  
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)
1118  
1119         * doc/devel-notes.txt: This patch fixes two small typos in
1120         dev notes.
1121  
1122  2005-06-18 04:54:39  Brendan Cully  <brendan@kublai.com>  (brendan)
1123  
1124 -       * main.c: Update copyright dates according to latest activity in
1125 -       ChangeLog.
1126 +       * main.c: Update copyright dates according to latest activity
1127 +       in ChangeLog.
1128  
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>
1131 +(roessler)
1132  
1133         * menu.c: Fix background colors for $arrow_cursor.
1134  
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>
1137 +(roessler)
1138  
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 @@
1142  
1143         * po/sv.po: update
1144  
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)
1147  
1148         * imap/imap.c, imap/imap_private.h, imap/message.c: Synchronise
1149         message flags before moving messages.
1150  
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>
1153 +(brendan)
1154  
1155         * mh.c: Another hcache cygwin portability fix.
1156  
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>
1159 +(roessler)
1160  
1161         * init.h, mh.c, mutt.h: Maildir header cache.
1162  
1163 @@ -789,7 +1122,7 @@
1164  
1165         * po/de.po: update
1166  
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)
1169  
1170         * init.c, init.h: remove some unused functions.
1171  
1172 @@ -797,15 +1130,17 @@
1173  
1174         * po/ru.po: update
1175  
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>
1178 +(brendan)
1179  
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.
1184  
1185 -        Edited for correctness.
1186 +       Edited for correctness.
1187  
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>
1190 +(roessler)
1191  
1192         * po/pl.po: update
1193  
1194 @@ -815,15 +1150,13 @@
1195         patch was incomplete. Note to self: avoid patching on short
1196         sleep. Starting tomorrow.
1197  
1198 -2005-03-16 02:49:33  Brendan Cully  <brendan@kublai.com>  (brendan)
1199 -
1200         * configure.in, doc/Makefile.in, hcache.c, Makefile.am: Various
1201         cygwin portability fixes
1202  
1203  2005-03-15 04:40:40  Brendan Cully  <brendan@kublai.com>  (brendan)
1204  
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.
1208  
1209  2005-03-13 16:35:35  roessler  (roessler)
1210  
1211 @@ -838,7 +1171,8 @@
1212  
1213         * po/da.po: update
1214  
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)
1218  
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.
1228  
1229  2005-03-01 15:53:25  Vsevolod Volkov  <vvv@mutt.org.ua>  (roessler)
1230  
1231         * po/ru.po: update
1232  
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>
1235 +(roessler)
1236  
1237         * init.h: This is a spelling fix supplied by Cameron Simpson.
1238  
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).
1242  
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)
1245  
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).
1251  
1252  2005-02-21 04:42:34  Alain Bench  <messtic@oreka.com>  (roessler)
1253  
1254         * parse.c, pgp.c, sendlib.c: Bcc should be RFC2047-encoded, too.
1255  
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>
1258 +(roessler)
1259  
1260         * sendlib.c: Fix Debian 295528.
1261  
1262  2005-02-17 03:33:00  Brendan Cully  <brendan@kublai.com>  (brendan)
1263  
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).
1269  
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
1276 +       some time.
1277  
1278  2005-02-16 09:34:06  ta_panta_rei  <7vvtch802@sneakemail.com>  (roessler)
1279  
1280 @@ -917,13 +1254,15 @@
1281  
1282         * po/id.po: update
1283  
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>
1286 +(roessler)
1287  
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.
1291  
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>
1294 +(roessler)
1295  
1296         * po/ca.po: update
1297  
1298 @@ -935,28 +1274,29 @@
1299  
1300         * po/de.po: update
1301  
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>
1304 +(roessler)
1305  
1306         * Makefile.am: Include crypt-gpgme.h with the distribution.
1307  
1308  2005-02-13 00:25:37  Brendan Cully  <brendan@kublai.com>  (brendan)
1309 -                                 
1310 -       * configure.in, m4/gettext.m4, m4/iconv.m4: Use AC_HELP_STRING to
1311 -       pretty print configure --help screen, with mixed results.
1312 -                                 
1313 +
1314 +       * configure.in, m4/gettext.m4, m4/iconv.m4: Use AC_HELP_STRING
1315 +       to pretty print configure --help screen, with mixed results.
1316 +
1317  2005-02-12 21:04:22  Brendan Cully  <brendan@kublai.com>  (brendan)
1318 -                                 
1319 +
1320         * Makefile.am, imap/Makefile.am: Require at least automake 1.6
1321 -                                 
1322 -2005-02-12 20:56:36  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
1323 -                                 
1324 +
1325 +2005-02-12 20:56:36  roessler  (roessler)
1326 +
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
1333 -                                 
1334 +
1335  2005-02-12 20:46:48  Vincent Lefevre  <vincent@vinc17.org>  (roessler)
1336  
1337         * po/fr.po: update
1338 @@ -965,7 +1305,8 @@
1339  
1340         * po/ru.po: update
1341  
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>
1344 +(roessler)
1345  
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.
1351  
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>
1354 +(brendan)
1355  
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.
1359  
1360 -2005-02-12 19:52:28  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
1361 -                                 
1362 -       * charset.c, mbyte.c: Recognize euc-jp-ms.  MORIYAMA Masayuki by
1363 -       way of TAKAHASHI Tamotsu.
1364 -                                 
1365 -2005-02-12 19:38:14  TAKAHASHI Tamotsu  <ttakah@lapis.plala.or.jp>  (roessler)
1366 -                                 
1367 -       * init.h, main.c: Trivial documentation fixes (TAKAHASHI Tamotsu,
1368 -       Brendan Cully, Paul Walker, Derek Martin).
1369 -                                 
1370 -       * editmsg.c: Partially fix debian bug #275060 (editing a message
1371 -       in a mbox loses its flags).
1372 -                                 
1373 -        * TODO: We have $include_onlyfirst.
1374 -                                 
1375 -2005-02-12 19:28:26  TAKIZAWA Takashi  <taki@luna.email.ne.jp>  (roessler)
1376 -                                 
1377 -       * muttlib.c, pager.c: column-length and byte-length are different
1378 -                                 
1379 -2005-02-12 19:19:25  Derek Martin  <invalid@pizzashack.org>  (roessler)
1380 -                                 
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.
1385 -                                 
1386 -2005-02-12 19:12:40  TAKAHASHI Tamotsu  <ttakah@lapis.plala.or.jp>  (roessler)
1387 -                                 
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.
1391 -                                 
1392 -2005-02-12 19:52:28  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
1393 -                                 
1394 -       * charset.c, mbyte.c: Recognize euc-jp-ms.  MORIYAMA Masayuki by
1395 -       way of TAKAHASHI Tamotsu.
1396 -                                 
1397 -2005-02-12 19:38:14  TAKAHASHI Tamotsu  <ttakah@lapis.plala.or.jp>  (roessler)
1398 -                                 
1399 -       * init.h, main.c: Trivial documentation fixes (TAKAHASHI Tamotsu, Brendan Cully, Paul
1400 -        Walker, Derek Martin).
1401 -                                 
1402 -       * editmsg.c: Partially fix debian bug #275060 (editing a message
1403 -       in a mbox loses its flags).
1404 -                                 
1405 -        * TODO: We have $include_onlyfirst.
1406 -                                 
1407 -2005-02-12 19:28:26  TAKIZAWA Takashi  <taki@luna.email.ne.jp>  (roessler)
1408 -                                 
1409 -       * muttlib.c, pager.c: column-length and byte-length are different
1410 -                                 
1411 -2005-02-12 19:19:25  Derek Martin  <invalid@pizzashack.org>  (roessler)
1412 -                                 
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.
1417 -                                 
1418 -2005-02-12 19:12:40  TAKAHASHI Tamotsu  <ttakah@lapis.plala.or.jp>  (roessler)
1419 -                                 
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.
1423 -                                 
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>
1426 +(roessler)
1427  
1428         * charset.c, mbyte.c: Recognize euc-jp-ms.  MORIYAMA Masayuki
1429         by way of TAKAHASHI Tamotsu.
1430  
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>
1433 +(roessler)
1434  
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 @@
1438  
1439         * TODO: We have $include_onlyfirst.
1440  
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)
1443  
1444         * muttlib.c, pager.c: column-length and byte-length are different
1445  
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.
1449  
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>
1452 +(roessler)
1453  
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 @@
1457         from tlr.
1458  
1459  2005-02-11 04:12:03  Brendan Cully  <brendan@kublai.com>  (brendan)
1460 -                                 
1461 -       * configure.in, mutt_ssl_gnutls.c: autoconf support for gnutls
1462 -       using a slightly modified version of gnutls' own libgnutls.m4 
1463 -                                 
1464 -2005-02-11 01:19:15  Brendan Cully  <brendan@kublai.com>  (brendan)
1465 -                                 
1466 +
1467 +       * configure.in, m4/libgnutls.m4, mutt_ssl_gnutls.c: autoconf
1468 +       support for gnutls using a slightly modified version of gnutls'
1469 +       own libgnutls.m4
1470 +
1471         * globals.h, init.h: Only enable ssl_client_cert for openssl
1472         (spotted by Adeodato).
1473 -                                 
1474 -2005-02-09 09:05:38  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
1475 +
1476 +2005-02-09 09:05:38  Thomas Roessler  <roessler@does-not-exist.org>
1477 +(roessler)
1478  
1479         * pattern.c: Don't crash in mutt_pattern_exec when h->env is NULL.
1480  
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>
1483 +(roessler)
1484  
1485         * init.h, mutt.h, mutt_idna.c: Make IDN decoding optional.
1486  
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>
1489 +(roessler)
1490  
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.
1494  
1495  2005-02-04 16:54:13  Brendan Cully  <brendan@kublai.com>  (brendan)
1496 -                                 
1497 +
1498         * Makefile.am: Add smime_keys to EXTRA_SCRIPTS (for make dist).
1499 -                                 
1500 -2005-02-04 12:56:28  Tamotsu Takahashi  <ttakah@lapis.plala.or.jp>  (roessler)
1501 -                                 
1502 -        * Makefile.am: http://bugs.guug.de/db/17/1769.html
1503 -                  This is necessary for FreeBSD.
1504 -                                 
1505 -2005-02-04 12:56:28  Tamotsu Takahashi  <ttakah@lapis.plala.or.jp>  (roessler)
1506 +
1507 +2005-02-04 12:56:28  Tamotsu Takahashi <ttakah@lapis.plala.or.jp>
1508 +(roessler)
1509  
1510         * Makefile.am: http://bugs.guug.de/db/17/1769.html This is
1511         necessary for FreeBSD.
1512  
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>
1515 +(roessler)
1516  
1517         * hcache.c: this is a fix for hcache.c infrastructure which is
1518         about wrongly calculate unique id
1519  
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>
1522 +(roessler)
1523  
1524         * pgp.c: Fix PGP clear signature handling.
1525  
1526  2005-02-03 17:01:44  Brendan Cully  <brendan@kublai.com>  (brendan)
1527 -                                 
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,
1534 +
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
1566 -                                 
1567 +
1568  2005-02-01 03:36:39  Brendan Cully  <brendan@kublai.com>  (brendan)
1569 -                                 
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.
1575 -                                 
1576 -2005-01-31 02:40:14  Brendan Cully  <brendan@kublai.com>  (brendan)
1577 -                                 
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.
1582 -                                 
1583 -2005-01-29 19:15:07  Thomas Glanzmann  <sithglan@stud.uni-erlangen.de>  (roessler)
1584 -                                 
1585 -     * hcache.c: - make hcache.c conform to mutt codingstyle
1586 -     - use Id CVS keyword instead of %K% BitKeeper keyword
1587 -                                 
1588 -2005-01-29 19:15:07  Thomas Glanzmann  <sithglan@stud.uni-erlangen.de>  (roessler)
1589 -
1590 -       * hcache.c: - make hcache.c conform to mutt codingstyle - use
1591 -       Id CVS keyword instead of %K% BitKeeper keyword
1592  
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.
1601 +
1602 +2005-01-31 02:40:14  brendan  (brendan)
1603 +
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
1608 +       hcache code.
1609 +
1610 +2005-01-29 19:15:07  Thomas Glanzmann  <sithglan@stud.uni-erlangen.de>
1611 +(roessler)
1612 +
1613 +       * hcache.c: - make hcache.c conform to mutt codingstyle - use $Id$
1614 +       CVS keyword instead of %K% BitKeeper keyword
1615 +
1616 +2005-01-28 16:40:33  Thomas Roessler  <roessler@does-not-exist.org>
1617 +(roessler)
1618  
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().
1623  
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)
1626  
1627         * signal.c: Trigger window resizing code when waking up from
1628         suspension.
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
1632  
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>
1635 +(roessler)
1636  
1637         * main.c: Add USE_INODESORT to main.c's option dump.
1638  
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>
1641 +(roessler)
1642  
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?."
1648  
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>
1651 +(roessler)
1652  
1653         * pgp.c: Return an error in pgp_decrypt_part when the PGP output
1654         file is empty.
1655  
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>
1658 +(roessler)
1659  
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
1664         whitespace-only.
1665  
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>
1668 +(roessler)
1669  
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().
1674  
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>
1677 +(roessler)
1678  
1679         * curs_lib.c: Add terminal newline when it lacks after editing
1680         a message.  Originally from TAKIZAWA Takashi.
1681  
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>
1684 +(roessler)
1685  
1686         * Makefile.am: Include mutt_ssl_gnutls.c with the distribution.
1687  
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.)
1694  
1695  2005-01-27 18:28:42  Marco d'Itri  <md@Linux.IT>  (roessler)
1696  
1697 @@ -1300,7 +1592,8 @@
1698         * contrib/gpg.rc: A gpg command line contains both --verbose
1699         and --no-verbose, remove the first.
1700  
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>
1703 +(roessler)
1704  
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.)
1710  
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>
1713 +(roessler)
1714  
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:
1717         IMAP header cache.
1718  
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>
1721 +(roessler)
1722  
1723         * addrbook.c, browser.c, commands.c, compose.c, imap/utf7.c:
1724         Make some functions static.
1725  
1726 -2005-01-26 12:36:36  Ralf Wildenhues  <wildenhues@ins.uni-bonn.de>  (roessler)
1727 -
1728         * imap/command.c, imap/message.c: Fix some printf arguments.
1729  
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>
1732 +(roessler)
1733  
1734 -       * status.c: Really fix it.  Thanks to Ralf for noting the
1735 -       typo in my earlier commit.
1736 -       
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>.
1741  
1742  2005-01-17 02:24:49  Brendan Cully  <brendan@kublai.com>  (brendan)
1743  
1744 -       * cvslog2changelog.pl: cvs log emits a timezone after the
1745 -       hour, at least here. Adjust date regexp to handle that case.
1746 -                                 
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.
1750 +
1751 +2005-01-15 17:45:01  Adeodato Simó   <asp16@alu.ua.es>  (brendan)
1752  
1753         * po/cs.po: Major translation updates forgotten in mutt-po.
1754 +       (I missed cs in the last commit).
1755  
1756  2005-01-15 08:01:35  Brendan Cully  <brendan@kublai.com>  (brendan)
1757  
1758 -       * Makefile.am: Update commit targets to work when
1759 -       builddir != srcdir.
1760 -
1761 -2005-01-15 07:36:37  Adeodato Simó  <asp16@alu.ua.es>  (brendan)
1762 -
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 !=
1766 +       srcdir.
1767  
1768 -       * doc/manual.sgml.head, doc/muttrc.man.head: Include reply-hook
1769 -       in the reference section of the manual.
1770 -       Debian 254294.
1771 +2005-01-15 07:43:30  Adeodato Simó  <asp16@alu.ua.es> (brendan)
1772  
1773 -       * doc/mutt.man: Small typo in the mutt.1 manpage: Qeury -> Query.
1774 -       Debian #258621.
1775 +       * po/sv.po, po/ca.po, po/de.po, po/it.po: i18n updates.
1776  
1777 -       * doc/muttrc.man.head: Minor formatting issue in the muttrc.5
1778 -       manpage.
1779 -       Debian #272579.
1780 +       * doc/manual.sgml.head, doc/mutt.man, doc/muttrc.man.head,
1781 +       init.h: Sundry documentation nits fixed.  Debian #210679, #254294,
1782 +       #258621, #272579
1783  
1784 -       * po/ca.po, po/sv.po: Minor corrections in these translations,
1785 -       checked with their authors.
1786 -
1787 -       * po/de.po, po/it.po: Major translation updates forgotten in
1788 -       mutt-po.
1789 -
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>
1792 +(roessler)
1793  
1794         * doc/manual.sgml.head, doc/muttrc.man.head: Document send2-hook.
1795  
1796         * send.c: send2-hook should also be executed after the first
1797         time the message is edited by the user.
1798  
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>
1801 +(roessler)
1802  
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.
1806  
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>
1809 +(roessler)
1810  
1811         * pgp.c: Fix Debian #275188.
1812  
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>
1815 +(roessler)
1816  
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
1821         tag-prefix-cond.
1822  
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>
1825 +(roessler)
1826  
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.
1832  
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>
1835 +(roessler)
1836  
1837         * copy.h: Fix flag confusion.  Noted by Vincent Lefevre.
1838  
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>
1841 +(roessler)
1842  
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>.
1848  
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>
1851 +(roessler)
1852  
1853         * lib.c: Fix mutt_unlink race condition for systems without
1854         O_NOFOLLOW.  Noted by Jarno Huuskonen <Jarno.Huuskonen@uku.fi>.
1855  
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)
1858  
1859         * prepare: Fix parameter passing.
1860  
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>
1863 +(roessler)
1864  
1865         * configure.in: Add AC_GNU_SOURCE.
1866  
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.
1870  
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)
1873  
1874         * compose.c: Only print additional information related to PGP
1875         in case the current message is indeed to be encrypted/signed
1876         with PGP.
1877 -       
1878 -       (This change is misattributed to Brendan Cully in the CVS.)
1879 -
1880 -2004-08-30 20:05:40  Brendan Cully  <brendan@kublai.com>  (roessler)
1881  
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.
1887  
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>
1890 +(roessler)
1891  
1892         * init.c: Fix a memory leak in the generic spam detection code.
1893  
1894         * muttlib.c, protos.h: This wipes duplicated code, which I
1895         introduced a while ago.
1896  
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>
1899 +(roessler)
1900  
1901         * po/ja.po: update
1902  
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>
1905 +(roessler)
1906  
1907         * po/ca.po: update
1908  
1909 @@ -1473,11 +1759,10 @@
1910  
1911         * po/nl.po: update
1912  
1913 -2004-08-17 15:56:23  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
1914 -
1915 -       * configure.in: Check for ssize_t, really.
1916 +2004-08-17 15:56:23  Thomas Roessler  <roessler@does-not-exist.org>
1917 +(roessler)
1918  
1919 -       * configure.in: Check for ssize_t.
1920 +       * configure.in, configure.in: Check for ssize_t.
1921  
1922  2004-08-17 15:25:31  Ronny Haryanto  <ronnylist@haryan.to>  (roessler)
1923  
1924 @@ -1522,7 +1807,8 @@
1925  
1926         * po/pl.po: update
1927  
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>
1930 +(roessler)
1931  
1932         * imap/imap.c: Fix two IMAP memory leaks.
1933  
1934 @@ -1530,11 +1816,13 @@
1935  
1936         * menu.c: Fix a memory leak in mutt_menuDestroy.
1937  
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>
1940 +(roessler)
1941  
1942 -       * muttlib.c, protos.h: Fix a memory leak.
1943 +       * ChangeLog, muttlib.c, protos.h: Fix a memory leak.
1944  
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>
1947 +(roessler)
1948  
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 @@
1952  
1953         * po/sv.po: update
1954  
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)
1957  
1958         * imap/command.c: Fix the improvement to address #1655.
1959  
1960 @@ -1555,7 +1843,7 @@
1961  
1962         * imap/message.c: Quick fix for IMAP breakage.
1963  
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)
1966  
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 @@
1970  
1971         * po/pl.po: update
1972  
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>
1975 +(roessler)
1976  
1977         * imap/message.c, mutt.h, parse.c, send.c, url.c: Use List-Post
1978         headers when doing list-reply.
1979  
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>
1982 +(roessler)
1983  
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 @@
1987  
1988         * doc/manual.sgml.head: Fixing a missing newline.
1989  
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>
1992 +(roessler)
1993  
1994         * Makefile.am: Fix IMAP breakage.
1995  
1996 @@ -1596,15 +1887,18 @@
1997  
1998         * pgp.c: Do not forget to handle special-case for gpg-agent.
1999  
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>
2002 +(roessler)
2003  
2004         * ChangeLog: Fix an earlier commit message.
2005  
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>
2008 +(roessler)
2009  
2010         * browser.c: Fix Debian#237426.  (Experimental.)
2011  
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>
2014 +(roessler)
2015  
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.
2021  
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>
2024 +(roessler)
2025  
2026         * mh.c: Some eye-candy during the delayed parsing of maildir
2027         folders.
2028  
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>
2031 +(roessler)
2032  
2033         * init.h, sort.h: Hack to fix $sort_browser documentation.
2034  
2035         * copy.c, copy.h, handler.c, init.h, mutt.h, send.c:
2036         $include_onlyfirst, again.
2037  
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>
2040 +(roessler)
2041  
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).
2047  
2048  2004-07-14 04:16:58  ttakah@lapis.plala.or.jp  (roessler)
2049  
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.
2053  
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>
2056 +(roessler)
2057  
2058         * pager.c: The limitations for OP_MAIL and OP_RECALL should
2059         be identical.
2060  
2061 -2004-07-12 13:22:24  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
2062 -
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
2067         handy some day.)
2068  
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>
2071 +(roessler)
2072  
2073         * pager.c: Fix #1882.
2074  
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>
2077 +(roessler)
2078  
2079         * postpone.c: Experimental code for #1910.
2080  
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>
2083 +(roessler)
2084  
2085         * commands.c: Fix #1909.
2086  
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>
2089 +(roessler)
2090  
2091         * pgp.c: Zero out the PGP passphrase before asking for a new one.
2092  
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>
2095 +(roessler)
2096  
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."
2102  
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>
2105 +(roessler)
2106  
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>.
2110  
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>
2113 +(roessler)
2114  
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
2120  
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>
2123 +(roessler)
2124  
2125 -       * copy.c: Fix #1804.  (From vincent@vinc17.org)
2126 +       * copy.c: Fix #1804.
2127  
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"
2133  
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>
2136 +(roessler)
2137  
2138         * doc/manual.sgml.head, init.h: Various documentation fixes,
2139         #1790.
2140 @@ -1781,7 +2086,7 @@
2141  
2142         * doc/mbox.man, doc/muttbug.man: Fix #1831, Debian#237827.
2143  
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)
2146  
2147         * globals.h, init.c, init.h: Introduce config_charset.
2148  
2149 @@ -1789,7 +2094,7 @@
2150  
2151         * po/ru.po: update
2152  
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)
2155  
2156         * po/ko.po: update
2157  
2158 @@ -1798,11 +2103,12 @@
2159         * doc/manual.sgml.head, doc/muttrc.man.head, mutt.h, pattern.c:
2160         Unreferenced messages pattern: ~$
2161  
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)
2164  
2165         * mutt_sasl.c: SASL2 needs errno.h.
2166  
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>
2169 +(roessler)
2170  
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.
2176  
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>
2179 +(roessler)
2180  
2181         * po/ca.po: update
2182  
2183 -2004-02-12 08:51:07  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
2184 +2004-02-12 08:51:07  roessler  (roessler)
2185  
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
2191  
2192 +2004-02-12 08:46:17  Thomas Roessler  <roessler@does-not-exist.org>
2193 +(roessler)
2194 +
2195         * Makefile.am: (stable) Include regex.c and snprintf.c with
2196         the distribution.
2197  
2198 -2004-02-11 14:03:38  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
2199 +2004-02-11 14:03:38  roessler  (roessler)
2200  
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
2206  
2207 +2004-02-11 10:07:17  Thomas Roessler  <roessler@does-not-exist.org>
2208 +(roessler)
2209 +
2210         * configure.in, menu.c: Backport an old bug fix, and make sure
2211         configure can be created on recent systems.
2212  
2213 @@ -1852,24 +2165,28 @@
2214         * charset.c: Fix a CP1255/8-related problem that's caused by a
2215         glibc/iconv bug.
2216  
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>
2219 +(roessler)
2220  
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.
2225  
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>
2228 +(roessler)
2229  
2230         * po/ja.po: update
2231  
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>
2234 +(roessler)
2235  
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.
2239  
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)
2243  
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.
2249  
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>
2252 +(roessler)
2253  
2254         * menu.c: Back out the patch for #1697.
2255  
2256 @@ -1892,7 +2210,7 @@
2257  
2258         * po/pl.po: update
2259  
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)
2262  
2263         * po/ko.po: update
2264  
2265 @@ -1900,7 +2218,7 @@
2266  
2267         * po/fr.po: update
2268  
2269 -2004-02-01 18:26:13  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
2270 +2004-02-01 18:26:13  roessler  (roessler)
2271  
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
2277  
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>
2280 +(roessler)
2281  
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 @@
2285  
2286         * po/cs.po: update
2287  
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>
2290 +(roessler)
2291  
2292         * doc/manual.sgml.head: A cross-reference was missing.
2293  
2294 @@ -1940,41 +2260,50 @@
2295         protos.h: Turn alternates, lists, and subscribe into regular
2296         expression lists.
2297  
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)
2301  
2302         * smime_keys.pl: Avoid a Perl warning.
2303  
2304  2004-01-12 20:24:09  Matt Kraai  <kraai@ftbfs.org>  (roessler)
2305  
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
2310 +       the CVS.
2311  
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>
2314 +(roessler)
2315  
2316         * crypt.c: Retainable PGP signatures were broken badly.  #1757.
2317  
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>
2320 +(roessler)
2321  
2322         * mutt_sasl.c: Back out part of the previous SASL/IPv6 patch
2323         due to portability issues.
2324  
2325 +2004-01-04 11:10:21  Thomas Roessler  <roessler@does-not-exist.org>
2326 +(roessler)
2327 +
2328 +       * init.c: Strike that.
2329 +
2330 +       * init.c: Fix a memory management error.  Ouch.
2331 +
2332  2004-01-04 10:55:20  René Clerc  <rene@clerc.nl>  (roessler)
2333  
2334         * init.h: Fix hide_missing / hide_limited documentation.
2335  
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>
2338 +(roessler)
2339  
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
2343         system.
2344  
2345 -2004-01-04 10:30:52  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
2346 -
2347         * po/ru.po: Argh, I shouldn't replace files by patches.
2348  
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>
2351 +(roessler)
2352  
2353         * menu.c: Fix #1697 (Debian  #219594.)
2354  
2355 @@ -1982,7 +2311,8 @@
2356  
2357         * po/de.po: update
2358  
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>
2361 +(roessler)
2362  
2363         * po/ja.po: update
2364  
2365 @@ -1995,7 +2325,8 @@
2366         * send.c: Fix #1488 (Debian#1882526): Honor Reply-To while
2367         generating Mail-Followup-To headers.
2368  
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>
2371 +(roessler)
2372  
2373         * init.h: Fix #1738; documentation issue re $from, $use_from.
2374  
2375 @@ -2015,12 +2346,14 @@
2376  
2377         * imap/imap.c: Fix #1703.
2378  
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>
2381 +(roessler)
2382  
2383         * smime.c: Fix a NULL pointer deference noted by Will Fiveash
2384         <william.fiveash@sun.com>.
2385  
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>
2388 +(roessler)
2389  
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.
2395  
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>
2398 +(roessler)
2399  
2400         * crypt.c: pkcs7-signature wasn't recognized properly in one
2401         more place.
2402 @@ -2046,7 +2380,8 @@
2403         * rfc1524.c: Fix possible core dump in mailcap nametemplate
2404         handling.
2405  
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>
2408 +(roessler)
2409  
2410         * thread.c: Avoid NULL pointer deference in threading code.
2411  
2412 @@ -2054,7 +2389,8 @@
2413  
2414         * pager.c: Fix 1716.
2415  
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>
2418 +(roessler)
2419  
2420         * po/bg.po: updat
2421  
2422 @@ -2066,7 +2402,8 @@
2423  
2424         * po/nl.po: update
2425  
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>
2428 +(roessler)
2429  
2430         * configure.in, mutt_idna.c, mutt_idna.h, mutt_socket.c: Fix
2431         IDN API incompatibility problems.
2432 @@ -2075,15 +2412,12 @@
2433  
2434         * configure.in: Fix 1515, 1693.
2435  
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>
2438 +(roessler)
2439  
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.
2443 -       
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>
2447  
2448  2003-11-11 10:19:22  Ronny Haryanto  <ronnylist@haryan.to>  (roessler)
2449  
2450 @@ -2097,16 +2431,15 @@
2451  
2452         * po/fr.po: update
2453  
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>
2456 +(roessler)
2457  
2458         * mh.c: Fix #1692.
2459  
2460 -2003-11-09 09:38:32  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
2461 -
2462         * send.c: Commit the fix for #1509. This must have been lost
2463         earlier this year.
2464  
2465 -2003-11-05 20:09:36  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
2466 +2003-11-05 20:09:36  roessler  (roessler)
2467  
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
2473  
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>
2476 +(roessler)
2477  
2478         * Makefile.am: Include regex.c and snprintf.c with the
2479         distribution.  Noted by Lars Hecking.
2480  
2481         * build-release: Ups, we don't upload the CVS any more.
2482  
2483 +2003-11-05 09:51:10  roessler  (roessler)
2484 +
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
2491  
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>
2494 +(roessler)
2495  
2496         * build-release: Use gpg for signing releases.
2497  
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>
2500 +(roessler)
2501  
2502         * attach.c: Fix a logic flaw in attachment saving.
2503  
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>
2506 +(roessler)
2507  
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.
2511  
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>
2514 +(roessler)
2515  
2516         * query.c: Fiy memory corruption. (# 1659)
2517  
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>
2520 +(roessler)
2521  
2522         * lib.c: mutt_basename() was garbage.
2523  
2524 -2003-10-04 20:54:37  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
2525 -
2526         * doc/manual.sgml.head: Fix some tags.  Noted by Todd
2527         <Freedom_Lover@pobox.com>.
2528  
2529 -2003-10-04 20:35:00  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
2530 -
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:
2535  
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.
2539  
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.
2543  
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.
2547  
2548 -       - Various bug fixes.
2549 +       * Various bug fixes.
2550  
2551         This does, in particular, address #1619 (Debian#208430).
2552  
2553 @@ -2182,12 +2519,14 @@
2554  
2555         * doc/muttrc.man.head: Fix typo.
2556  
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>
2559 +(roessler)
2560  
2561         * doc/dotlock.man, doc/mutt.man, doc/muttrc.man.head: Fix #1652
2562         (Debian #213007), noted by Jens Seidel <tux-master@web.de>.
2563  
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>
2566 +(roessler)
2567  
2568         * muttbug.sh.in: Adapt to new GNU coreutils by not using head (1).
2569  
2570 @@ -2195,7 +2534,8 @@
2571  
2572         * po/nl.po: update
2573  
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>
2576 +(roessler)
2577  
2578         * imap/utf7.c: Fix remaining (void **) casts.
2579  
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.
2583  
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>
2586 +(roessler)
2587  
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.
2593  
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>
2596 +(roessler)
2597  
2598         * po/bg.po: Bulgarian translation.  (Seems like I screwed up an
2599         earlier commit.  -tlr)
2600  
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)
2603  
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
2607         was a +OK response.
2608  
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)
2611  
2612         * po/ko.po: update.
2613  
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>
2616 +(roessler)
2617  
2618         * init.h: Fix some formatting glitches that lead to error messages
2619         when viewing the muttrc(5) manual page.
2620  
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)
2624  
2625         * smime.c: Fix verification bug when messages are S/MIME signed
2626         & encrypted.
2627 @@ -2267,11 +2611,13 @@
2628  
2629         * po/pl.po: update.
2630  
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>
2633 +(roessler)
2634  
2635         * po/ja.po: New ja.po.
2636  
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>
2639 +(roessler)
2640  
2641         * configure.in: Bulgarian translation.
2642  
2643 @@ -2298,7 +2644,8 @@
2644         The attached patch reverts that change. Let me know if it solves
2645         the problem.
2646  
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>
2649 +(roessler)
2650  
2651         * doc/muttrc.man.head: Fix a formatting bug.
2652  
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.)
2656  
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>
2659 +(roessler)
2660  
2661         * po/hu.po: update
2662  
2663 @@ -2376,7 +2724,7 @@
2664  
2665         * configure.in, .cvsignore: autoconf 2.5 compatibility.
2666  
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)
2669  
2670         * send.c: Fix #1520.
2671  
2672 @@ -2386,14 +2734,13 @@
2673  
2674  2003-07-14 12:19:07  Brendan Cully  <brendan@kublai.com>  (roessler)
2675  
2676 -       * imap/command.c, imap/imap.c: 
2677 -
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:
2681  
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.
2689  
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.
2695  
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>
2698 +(roessler)
2699  
2700         * imap/auth_sasl.c: Increase a buffer's size.
2701  
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)
2704  
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.
2710  
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>
2713 +(roessler)
2714  
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.)
2718  
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>
2721 +(roessler)
2722  
2723         * muttlib.c: Don't colorize empty lines generated with
2724         state_attach_puts();
2725  
2726 -2003-05-29 17:49:00  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
2727 -
2728 -       * po/id.po, po/eo.po: Updates from the respective authors.
2729 -
2730  2003-05-29 17:48:28  David Shaw  <dshaw@jabberwocky.com>  (roessler)
2731  
2732 -       * pgp.c: Fix part of #1564.
2733 -
2734 -2003-05-29 17:47:10  Matt Larson  <mlarson@verisign.com>  (roessler)
2735 -
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.
2739  
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>
2742 +(roessler)
2743  
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.
2749  
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>
2752 +(roessler)
2753  
2754         * crypt.c: Fix gpg-agent use.
2755  
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>
2758 +(roessler)
2759  
2760         * doc/manual.sgml.head: Remove useless examples about treating
2761         text/enriched externally.  #1549; Debian #190309.
2762  
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>
2765 +(roessler)
2766  
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.
2771  
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>
2774 +(roessler)
2775  
2776         * doc/manual.sgml.head: Fix an inconsistency between manual
2777         and code.
2778 @@ -2492,7 +2838,8 @@
2779         the key algorithm as they are now, but the GnuPG users will see
2780         an improvement.
2781  
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>
2784 +(roessler)
2785  
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
2790         as M_YES.
2791  
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>
2794 +(roessler)
2795  
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.
2801  
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>
2804 +(roessler)
2805  
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.)
2811  
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>
2814 +(roessler)
2815  
2816         * send.c: Backing out the previous change. It was nonsense.
2817  
2818 @@ -2533,7 +2883,8 @@
2819         * config.guess, config.sub, depcomp, install-sh, missing,
2820         mkinstalldirs: updates.
2821  
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>
2824 +(roessler)
2825  
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 @@
2829  
2830         * recvcmd.c: Fix #1531.  (recvcmd.c duplicate of #1528)
2831  
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>
2834 +(roessler)
2835  
2836         * lib.c: Avoid a division by zero.
2837  
2838 @@ -2558,11 +2910,10 @@
2839         in which parameters for malloc calls could overflow.  Thanks to
2840         Timo Sirainen for the heads-up.
2841  
2842 -2003-04-08 10:18:15  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
2843 -
2844         * po/es.po: Mark a translation as fuzzy in order to fix #1522.
2845  
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>
2848 +(roessler)
2849  
2850         * commands.c: Fix #1528.
2851  
2852 @@ -2570,7 +2921,8 @@
2853  
2854         * po/nl.po: update
2855  
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>
2858 +(roessler)
2859  
2860         * po/ca.po: update
2861  
2862 @@ -2579,18 +2931,16 @@
2863         * smime_keys.pl: - add a missing filehandle closure - some
2864         cleanups of unused/bogous code
2865  
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>
2868 +(roessler)
2869  
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.)
2875 -
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
2879 +       a conference.)
2880  
2881 -       * contrib/sample.muttrc: Fix sample.muttrc.  (Error noted by
2882 -       Thomas Glanzmann.)
2883 +       * contrib/sample.muttrc: Fix sample.muttrc.
2884  
2885  2003-04-02 08:40:50  Gary Johnson  <garyjohn@spk.agilent.com>  (roessler)
2886  
2887 @@ -2603,7 +2953,8 @@
2888  
2889         * po/fr.po: update
2890  
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>
2893 +(roessler)
2894  
2895         * po/ja.po: update
2896  
2897 @@ -2629,7 +2980,7 @@
2898  
2899         * po/ru.po: update.
2900  
2901 -2003-03-19 22:43:08  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
2902 +2003-03-19 22:43:08  roessler  (roessler)
2903  
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
2909  
2910 -2003-03-19 22:18:43  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
2911 -
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
2918  
2919 +2003-03-19 21:56:29  Thomas Roessler  <roessler@does-not-exist.org>
2920 +(roessler)
2921 +
2922         * pgppubring.c: Fix some memory management calls. (Stable branch.)
2923  
2924  2003-03-19 21:33:30  Edmund GRIMLEY EVANS  <edmundo@rano.org>  (roessler)
2925 @@ -2656,15 +3008,15 @@
2926  
2927         * imap/utf7.c: Fix a buffer overflow in utf8_to_utf7.
2928  
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)
2931  
2932 -       * buffy.c (test_last_status_new): Fix memory leak.  Envelope
2933 -       structure allocated by mutt_read_rfc822_header() was never
2934 -       deallocated.
2935 -
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.
2942 +
2943 +       - parse.c (mutt_read_rfc822_header): Comment added about
2944 +         needing deallocate envelope structure returned by
2945 +         mutt_read_rfc822_header().
2946  
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.
2952  
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>
2955 +(roessler)
2956  
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.
2962  
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>
2965 +(roessler)
2966  
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
2971         mutt_crypt.h.
2972  
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>
2975 +(roessler)
2976  
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.
2985  
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)
2988  
2989         * protos.h, sort.c: Fix a warning.
2990  
2991         * mutt_idna.c: Fix tlr's pre-processor screw-up.
2992  
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>
2995 +(roessler)
2996  
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.
3002  
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>
3005 +(roessler)
3006  
3007         * copy.c: Fix another stupid error, and decode IDNs in the
3008         CC header.
3009 @@ -2734,7 +3091,8 @@
3010  
3011         * addrbook.c, alias.c, send.c: Fixing more IDN bugs.
3012  
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>
3015 +(roessler)
3016  
3017         * copy.c, sort.c: Fixing some nits.
3018  
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.
3022  
3023 -2003-03-03 08:26:21  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
3024 -
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>.
3030  
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>
3033 +(roessler)
3034  
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 @@
3038  
3039         * po/es.po: Fix a typo. (#1482)
3040  
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>
3043 +(roessler)
3044  
3045         * doc/manual.sgml.head: Remove some ftp.guug.de URLs from the
3046         manual. (#1485)
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.
3050  
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>
3053 +(roessler)
3054  
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
3059         language stuff.
3060  
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>
3063 +(roessler)
3064  
3065         * pgp.c: Fix #1444, Debian #178563.  The details of this problem
3066         were tracked down by Steven Barker <steve@blckknght.org>.
3067  
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>
3070 +(roessler)
3071  
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.
3077  
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>
3080 +(roessler)
3081  
3082         * flags.c: The IMAP ACL patch broke things.
3083  
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)
3086  
3087         * pop_auth.c: SASL2 support for popo_auth.c.
3088  
3089 @@ -2840,12 +3202,14 @@
3090         flag in mailboxes that allow it, even if the mailbox doesn't
3091         allow other changes.
3092  
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>
3095 +(roessler)
3096  
3097         * handler.c: Automatically use the text/plain handler for text/*
3098         body parts which don't have a handler of their own.
3099  
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>
3102 +(roessler)
3103  
3104         * cryptglue.c: Fix a typo which broke pgp-extract-traditional.
3105  
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:  
3111 -        
3112 -        - To cleanup the pgp/smime code and prepare for other
3113 -                  backends.  
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.
3118  
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).
3124  
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.)
3128  
3129 -2003-01-09 17:27:25  Thomas Roessler  <roessler@does-not-exist.org>  (roessler)
3130 +
3131 +       2003-01-06  Werner Koch  <wk@gnupg.org>
3132 +
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.
3139 +
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.
3143 +
3144 +       2003-01-04  Werner Koch  <wk@gnupg.org>
3145 +
3146 +               Replaced the use of HAVE_PGP and HAVE_SMIME by a more
3147 +               readable and extendable solution.
3148 +
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.
3156 +
3157 +               * mutt.h: Protect against double inclusion.
3158 +
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
3162 +               accordingly.
3163 +
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
3170 +
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.
3177 +
3178 +               * sort.h: Always define PgpSortKey, although it does
3179 +               not belong to here.
3180 +
3181 +               * keymap.h: Unconditionally include all PGP and SMIME
3182 +               stuff.  * mutt.h: Ditto.  * protos.h: Ditto.
3183 +
3184 +               * init.h (HAVE_SMIME): Unconditionally include all
3185 +               crypto related definitions.  Mark the doc entries with
3186 +               "(Crypto/PGP/SMIME only)".
3187 +
3188 +               * globals.h: Replace gpg.h and smime.h by crypt.h.
3189 +
3190 +               * functions.h: Always include all crypto commands.
3191 +
3192 +               * copy.h: Unconditionally define the crypto related M_CM_
3193 +
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.
3198 +
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.
3209 +
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.
3213 +
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):
3218 +               Ditto.
3219 +
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.
3225 +
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.
3230 +
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.
3236 +
3237 +               * pop.c: Removed pgp.h and smime.h.  (pop_fetch_message):
3238 +               Use WITHCRYPTO instead of ifdefs.
3239 +
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):
3243 +               Ditto.
3244 +
3245 +               * parse.c: Removed pgp.h and smime.h.
3246 +               (mutt_parse_mime_message): Use WITHCRYPTO instead
3247 +               of ifdefs.
3248 +
3249 +               * pager.c: Replaced pgp.h and smime.h header by crypt.h.
3250 +               (mutt_pager): Use WITHCRYPTO instead of ifdefs.
3251 +
3252 +               * mx.c: Removed smime.h and pgp.h.  (mx_update_context):
3253 +               Use WITHCRYPTO instead of ifdefs.
3254 +
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.
3260 +
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.
3264 +
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
3269 +               on WITHCRYPTO.
3270 +
3271 +               * hook.c (mutt_parse_hook): Use WITHCRYPTO instead
3272 +               of ifdefs.  (mutt_crypt_hook): Always include.
3273 +
3274 +               * headers.c: Replaced pgp.h and smime.h header by crypt.h.
3275 +               (mutt_edit_headers): Use WITHCRYPTO instead of ifdefs
3276 +
3277 +               * hdrline.c: Replaced pgp.h and smime.h header by crypt.h.
3278 +               (hdr_format_str): Use WITHCRYPTO.
3279 +
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):
3284 +               Use WITHCRYPTO
3285 +
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.
3289 +
3290 +               * copy.c: Replaced pgp.h and smime.h header by crypt.h.
3291 +               (_mutt_copy_message):
3292 +
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.
3302 +
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):
3307 +               Use pgp wrapper.
3308 +
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
3312 +
3313 +2003-01-09 17:27:25  Thomas Roessler  <roessler@does-not-exist.org>
3314 +(roessler)
3315  
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 @@
3319  
3320         Here is a patch so mutt will accept either the old or new syntax.
3321  
3322 +2003-01-09 17:23:23  dshaw@jabberwocky.com  (roessler)
3323 +
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.
3326  
3327 -2003-01-06  Werner Koch  <wk@gnupg.org>  (Committed 2003-01-21, roessler.)
3328 -
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.
3335 -
3336 -       * acconfig.h: Removed all remaining stuff as AC_TEMPLATEs to
3337 -       configure.in. BTW, we should consider to rename configure.in to
3338 -       configure.ac.
3339 -
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>
3342 +(roessler)
3343  
3344         * smime_keys.pl: Error checking for the creation of the temporary
3345         directory; also, use file mode 0700.
3346 @@ -2934,7 +3467,8 @@
3347  
3348         * smime_keys.pl: Improve temporary file handling.
3349  
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>
3352 +(roessler)
3353  
3354         * commands.c: Another mutt_yesorno() change, in order to correctly
3355         interpret a C-g.
3356 @@ -2947,177 +3481,8 @@
3357         constants.  Fixes a couple of cases in which C-g would be
3358         mis-interpreted.
3359  
3360 -2003-01-04  Werner Koch  <wk@gnupg.org>  (Committed 2003-01-21, roessler.)
3361 -
3362 -        Replaced the use of HAVE_PGP and HAVE_SMIME by a more readable
3363 -       and extendable solution.
3364 -
3365 -       * pgplib.h: Moved enum pgp_ring and KEYFLAGS_* to
3366 -       * crypt.h: here.
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.
3373 -
3374 -       * mutt.h: Protect against double inclusion.
3375 -
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.
3379 -
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
3386 -
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. 
3393 -
3394 -       * sort.h: Always define PgpSortKey, although it does not belong to
3395 -       here.
3396 -
3397 -       * keymap.h: Unconditionally include all PGP and SMIME stuff.
3398 -       * mutt.h: Ditto.
3399 -       * protos.h: Ditto.
3400 -
3401 -       * init.h (HAVE_SMIME): Unconditionally include all crypto related
3402 -       definitions.  Mark the doc entries with "(Crypto/PGP/SMIME only)".
3403 -
3404 -       * globals.h: Replace gpg.h and smime.h by crypt.h.
3405 -
3406 -       * functions.h: Always include all crypto commands.
3407 -       
3408 -       * copy.h: Unconditionally define the crypto related M_CM_
3409 -
3410 -       * pgplib.h: Move APPLICATION_PGP and PGP* to crypt.h and include
3411 -       it.
3412 -       * smime.h: Move APPLICATION_SMIME and SMIME* to crypt.h and
3413 -       include it.
3414 -       * mutt_crypt.h (ENCRYPT,SIGN,GOODSIGN, BADSIGN): Move to crypt.h.
3415 -
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.
3425 -       * crypt.h: New.
3426 -       * mutt_crypt.h: Moved all crypt_* prototypes to gcrypt.h.
3427 -       Unconditionally use this file.
3428 -       
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.
3432 -
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.
3438 -
3439 -       * send.c: Replaced pgp.h and smime.h header by crypt.h.
3440 -       (include_forward): Use WITHCRYPTO and validate passphrases for pgp
3441 -       and smime.
3442 -       (include_reply): Ditto.
3443 -       (generate_body): Use WITHCRYPTO instead of ifdefs.
3444 -       (ci_send_message): Ditto.
3445 -
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.
3450 -
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
3454 -       of ifdefs.
3455 -       (mutt_prepare_template): Use WITHCRYPTO instead of ifdefs.
3456 -
3457 -       * pop.c: Removed pgp.h and smime.h.
3458 -       (pop_fetch_message): Use WITHCRYPTO instead of ifdefs.
3459 -
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.
3464 -
3465 -       * parse.c: Removed pgp.h and smime.h.
3466 -       (mutt_parse_mime_message): Use WITHCRYPTO instead of ifdefs.
3467 -
3468 -       * pager.c: Replaced pgp.h and smime.h header by crypt.h.
3469 -       (mutt_pager): Use WITHCRYPTO instead of ifdefs.
3470 -
3471 -       * mx.c: Removed smime.h and pgp.h.
3472 -       (mx_update_context): Use WITHCRYPTO instead of ifdefs.
3473 -
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.
3479 -
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.
3483 -
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.
3488 -
3489 -       * hook.c (mutt_parse_hook): Use WITHCRYPTO instead of ifdefs.
3490 -       (mutt_crypt_hook): Always include.
3491 -
3492 -       * headers.c: Replaced pgp.h and smime.h header by crypt.h.
3493 -       (mutt_edit_headers): Use WITHCRYPTO instead of ifdefs
3494 -
3495 -       * hdrline.c: Replaced pgp.h and smime.h header by crypt.h.
3496 -       (hdr_format_str): Use WITHCRYPTO.
3497 -
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
3503 -
3504 -       * curs_main.c: Replaced pgp.h and smime.h header by crypt.h.
3505 -       (mutt_index_menu): Shortcut crypto only operations depending on
3506 -       WITHCRYPTO.
3507 -
3508 -       * copy.c: Replaced pgp.h and smime.h header by crypt.h.
3509 -       (_mutt_copy_message): 
3510 -
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
3515 -       crypto support.
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.
3520 -
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.
3525 -
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
3529 -
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>
3532 +(roessler)
3533  
3534         * pgp.c: Detect in-line key material when checking for traditional
3535         PGP messages.
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.
3539  
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>
3542 +(roessler)
3543 +
3544 +       * ChangeLog: ok, gotos suck.
3545  
3546         * curs_main.c: OK, Michael is right: Gotos suck. ;-)
3547  
3548 @@ -3158,7 +3526,8 @@
3549  
3550         * po/pl.po: update
3551  
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>
3554 +(roessler)
3555  
3556         * doc/manual.sgml.head, doc/muttrc.man.head: Improve the
3557         documentation of pgp-hook/crypt-hook.
3558 @@ -3173,19 +3542,21 @@
3559  
3560         * po/fr.po: update
3561  
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>
3564 +(roessler)
3565  
3566         * Makefile.am: Michael doesn't have $VISUAL set.
3567  
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)
3570  
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
3575 -       mistaken.
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.
3581  
3582  2002-12-18 10:26:35  Thomas Roessler  <roessler@does-not-exist.org>
3583 +(roessler)
3584  
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.
3590  
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.
3595  
3596         * Makefile.am: cvs update ChangeLog before trying to update
3597         it locally.
3598  
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)
3601  
3602         * po/de.po: update
3603  
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)
3606  
3607         * po/fr.po: update fr.po
3608  
3609  2002-12-17 13:04:29  Thomas Roessler  <roessler@does-not-exist.org>
3610 +(roessler)
3611  
3612         * .cvsignore: Ignore some more files.
3613  
3614 @@ -3227,6 +3599,8 @@
3615         * build-release: Adopting the release-building script to the
3616         new changelog process.
3617  
3618 +2002-12-17 10:37:24  roessler  (roessler)
3619 +
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
3626  
3627 +2002-12-17 09:50:26  Thomas Roessler  <roessler@does-not-exist.org>
3628 +(roessler)
3629 +
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.
3638  
3639 -       Memo to self: Impose a weekly quota on the use of goto
3640 -       statements.
3641 +       Memo to self: Impose a weekly quota on the use of goto statements.
3642  
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)
3645  
3646         * handler.c, rfc2047.c, url.c: Fix #1424.
3647  
3648  2002-12-16 17:59:51  Thomas Roessler  <roessler@does-not-exist.org>
3649 +(roessler)
3650  
3651         * pgp.c: Experimental short-cut code if the "image" of an address
3652         under a pgp-hook looks like a hexadecimal key id.
3653  
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)
3656  
3657         * lib.c: Fixing Thomas' screw-up in mutt_concat_path.
3658  
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)
3661  
3662         * po/nl.po: update.
3663  
3664  2002-12-11 22:47:57  Thomas Roessler  <roessler@does-not-exist.org>
3665 +(roessler)
3666  
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.)
3671  
3672 -2002-12-11 22:23:42  Thomas Roessler  <roessler@does-not-exist.org>
3673 -
3674         * crypt.c: Call endwin() before calling PGP for traditional
3675         encryption.
3676  
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)
3679  
3680         * po/fr.po: update.
3681  
3682  2002-12-11 15:20:21  Thomas Roessler  <roessler@does-not-exist.org>
3683 +(roessler)
3684  
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.)
3694  
3695         * imap/auth.c, imap/command.c, imap/imap.c, imap/imap.h,
3696 @@ -3314,6 +3691,7 @@
3697         the search string.
3698  
3699  2002-12-10 20:56:52  Thomas Roessler  <roessler@does-not-exist.org>
3700 +(roessler)
3701  
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.
3706  
3707  2002-12-09 19:06:40  Thomas Roessler  <roessler@does-not-exist.org>
3708 +(roessler)
3709  
3710         * Makefile.am: Minor formatting fix.
3711  
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.
3716  
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
3720 +       upon reply.
3721  
3722         * rfc822.c: Experimental patch to fix #1318.
3723  
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)
3726  
3727 -       * init.h: Documentation fix concerning %L in index_format.
3728 -       #1313.
3729 +       * init.h: Documentation fix concerning %L in index_format.  #1313.
3730  
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)
3733  
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.
3740  
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>
3743 +(roessler)
3744  
3745         * po/es.po: Fix a typo.  (#1392)
3746  
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>
3749 +(roessler)
3750  
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.
3755  
3756 -2002/12/09 17:44:54  Thomas Roessler <roessler@does-not-exist.org>
3757 +2002-12-09 17:44:54  roessler  (roessler)
3758  
3759         * PATCHES: Ups.
3760  
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)
3763  
3764         * OPS, PATCHES, curs_main.c, functions.h, keymap.c, keymap.h,
3765         menu.c: This patch adds two features to mutt:
3766  
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
3771 -         with it.
3772 -
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.
3779 +
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)
3783  
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)
3786  
3787         * po/et.po: update.
3788  
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>
3791 +(roessler)
3792  
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.
3808  
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)
3811  
3812         * po/pl.po: update.
3813  
3814 -2002/12/08 23:14:43  ph04169@cc.uoi.gr
3815 +2002-12-08 23:14:43  ph04169@cc.uoi.gr (roessler)
3816  
3817         * po/el.po: update.
3818  
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>
3821 +(roessler)
3822  
3823         * po/ja.po: update.
3824  
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)
3827  
3828         * po/de.po: Update.
3829  
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>
3832 +(roessler)
3833  
3834         * Makefile.am: yet another one.
3835  
3836 @@ -3418,951 +3799,1072 @@
3837         update ChangeLog as part of the commit process.
3838  
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. ;-)
3852  
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)
3855  
3856         * po/fr.po: update
3857  
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)
3860  
3861         * pgppubring.c: Fix a compilation warning.
3862  
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>
3865 +(roessler)
3866  
3867 -       * mh.c, mutt.h, muttlib.c: Gracefully handle unknown maildir flags.
3868 +       * mh.c, mutt.h, muttlib.c: Gracefully handle unknown maildir
3869 +       flags.
3870  
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>
3873 +(roessler)
3874  
3875         * Makefile.am: Run check_sec.sh before committing.
3876  
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)
3879 +
3880 +       * m4/gettext.m4, m4/iconv.m4, build-release, configure.in:
3881 +       autoconf cleanup.
3882  
3883 -       * m4/gettext.m4, m4/iconv.m4, build-release, configure.in: autoconf cleanup.
3884 +2002-12-06 11:14:13  roessler  (roessler)
3885  
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
3893  
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>
3896 +(roessler)
3897  
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.
3902  
3903 -       * build-release: Don't post announcements automatically for the moment.
3904 +       * build-release: Don't post announcements automatically for
3905 +       the moment.
3906  
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)
3909  
3910         * doc/manual.sgml.head: Fix #1398.
3911  
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)
3914  
3915 -       * sendlib.c, ChangeLog, INSTALL, charset.h, configure.in: The noiconv patch.
3916 +       * sendlib.c, ChangeLog, INSTALL, charset.h, configure.in: The
3917 +       noiconv patch.
3918  
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)
3921  
3922         * curs_lib.c: Fix #1388.
3923  
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>
3926 +(roessler)
3927  
3928         * main.c: A description of -A was lacking from the help string.
3929  
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.
3933  
3934 -       * keymap.c: Add a safeguard #ifdef for the KEY_BTAB entry.  Suggested by Thomas
3935 -       Dickey.
3936 +       * keymap.c: Add a safeguard #ifdef for the KEY_BTAB entry.
3937 +       Suggested by Thomas Dickey.
3938  
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)
3941  
3942         * keymap.c: Tell mutt about the back-tab key (shift tab).
3943  
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>
3946 +(roessler)
3947  
3948         * Makefile.am: ups.
3949  
3950         * Makefile.am: Add "make pclean" in order to clean up PATCHES.
3951  
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>
3954 +(roessler)
3955  
3956         * po/ja.po: update
3957  
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>
3960 +(roessler)
3961  
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.
3965  
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>
3968 +(roessler)
3969  
3970         * mbyte.c: cp932 should be treated like shift_jis.
3971  
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)
3974  
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.
3986  
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)
3989  
3990         * handler.c: Actually commit patch-1.5.1.me.long_qp.2.
3991  
3992         * mailbox.h, mh.c, mx.c: The maildir_time patch.
3993  
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>
3996 +(roessler)
3997  
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
4000 +       versions.
4001  
4002         * muttbug.sh.in: more fixes.
4003  
4004         * muttbug.sh.in: Add some rpm-related intelligence to flea.
4005  
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
4008 +       systems.
4009  
4010         * PATCHES: Clean up the patch list.
4011  
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)
4014  
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.
4018  
4019 -       * PATCHES, copy.c: Fix #1379 - update the total mailbox size when an attachment is
4020 -       deleted.
4021 +       * PATCHES, copy.c: Fix #1379 - update the total mailbox size
4022 +       when an attachment is deleted.
4023  
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
4026 +       problems.
4027  
4028         * doc/manual.sgml.head, init.h: Fix #1306.
4029  
4030         * send.c: Fix #1364.
4031  
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)
4034  
4035         * pgp.c: Fix memory leak in the PGP code.
4036  
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)
4039  
4040         * commands.c, protos.h, sendlib.c: Fix #718.
4041  
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>
4044 +(roessler)
4045  
4046         * sendlib.c: Fix #1366.
4047  
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)
4050  
4051         * mx.c: Fix IMAP moving; #1367.
4052  
4053 -2002/11/11 19:22:17  rene@clerc.nl
4054 +2002-11-11 19:22:17  rene@clerc.nl  (roessler)
4055  
4056 -       * send.c: Another S/MIME ifdef misses and causes compilation problems.
4057 +       * send.c: Another S/MIME ifdef misses and causes compilation
4058 +       problems.
4059  
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)
4062  
4063         * init.h: patch-1.5.1-me.status_doc.2
4064  
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>
4067 +(roessler)
4068 +
4069 +       * alias.c, init.c, protos.h: patch-1.5-tlr.alias-parse.1 -
4070 +       extension of patch-1.5.1-me.aliascheck.1
4071  
4072 -       * alias.c, init.c, protos.h: patch-1.5-tlr.alias-parse.1 - extension of patch-1.5.1-me.aliascheck.1
4073 -       
4074         This patch catches the same kind of bad alias names caught by
4075         Michael's patch.  There are some extensions:
4076 -       
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
4079 +
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
4082 +       elect to fix the
4083            name.  In this case, mutt will automatically suggest a fixed
4084            version.
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
4090 +          names.
4091  
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)
4094  
4095 -       * handler.c: patch-1.5-me.long_qp.2 (#1371) - fix truncation with overly long Q-P
4096 -       encoded lines.
4097 +       * handler.c: patch-1.5-me.long_qp.2 (#1371) - fix truncation
4098 +       with overly long Q-P encoded lines.
4099  
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)
4102  
4103         * commands.c: Add some missing #ifdefs.
4104  
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)
4107  
4108         * init.h, recvattach.c: Documentation fix; #1326
4109  
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)
4112  
4113         * send.c: Another crypt_reply fix.
4114  
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)
4117  
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.
4121  
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)
4124  
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).
4129  
4130 -2002/10/10 09:43:29  Michael Elkins <me@sigpipe.org>
4131 -
4132 -       * doc/manual.sgml.head, doc/manual.sgml.head: Document escaping rules for regular expressions (#1351).
4133 -
4134 -       * pager.c: Fix header coloring, so there is no difference between ncurses and
4135 -       slang.
4136 +       * pager.c: Fix header coloring, so there is no difference between
4137 +       ncurses and slang.
4138  
4139         * init.h: PGP documentation glitch.
4140  
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)
4143  
4144         * doc/manual.sgml.head: Fix #1340 (documentation)
4145  
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)
4148 +
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.
4152  
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.
4156 -       
4157         Try the attached patch.
4158  
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>
4161 +(roessler)
4162  
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.
4167  
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)
4170  
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.
4176  
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)
4179  
4180         * mh.c: Fix #1321.
4181  
4182         * mh.c: [STABLE] Fix #1321.
4183  
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)
4186  
4187         * signal.c: Tru64 Unix portability patch.
4188  
4189         * signal.c: [STABLE] Tru64 Unix portability patch.
4190  
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)
4193  
4194         * doc/manual.sgml.head: Fixing a typo.
4195  
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>
4198 +(roessler)
4199  
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>.
4203  
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>.
4207  
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)
4210  
4211         * init.h, mutt.h, send.c: Introducing $forward_edit.
4212  
4213 -       * send.c: #265:
4214 -       
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.
4222 -       >
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.
4226 -       >
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
4230 -       > the sent mail.
4231 -       
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
4236 -       error.
4237 -
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.
4243  
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)
4246  
4247         * history.c: [STABLE] Fixing history classes.
4248  
4249         * history.c: Fixing history classes.
4250  
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)
4253  
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).
4261  
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>
4264 +(roessler)
4265  
4266         * po/ja.po: Update.
4267  
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)
4270  
4271 -       * editmsg.c: Fixing #1149:  Truncate files used for editing messages.
4272 +       * editmsg.c: Fixing #1149:  Truncate files used for editing
4273 +       messages.
4274  
4275 -2002/09/09 19:29:26  Nicolas Rachinsky <nicolas@dauerreden.de>
4276 +2002-09-09 19:29:26  Nicolas Rachinsky <nicolas@dauerreden.de>
4277 +(roessler)
4278  
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.
4282  
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)
4285  
4286         * attach.c: Fixing #1330.
4287  
4288         * attach.c: [STABLE] Fixing #1330.
4289  
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>
4292 +(roessler)
4293  
4294 -       * doc/muttrc.man.head: Document unalternative_order in the manual page.
4295 +       * doc/muttrc.man.head: Document unalternative_order in the
4296 +       manual page.
4297  
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)
4300  
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
4303 -       parse_unlists().
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().
4307  
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)
4310  
4311 -       * pgpewrap.c, pgppubring.c, pgpewrap.c, pgppubring.c: Error handling fixes.
4312 +       * pgpewrap.c, pgppubring.c, pgpewrap.c, pgppubring.c: Error
4313 +       handling fixes.
4314  
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)
4317  
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. ;-))
4322  
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
4326 -       truncation.
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.
4331  
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)
4334  
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
4341 +       mutt-1.5.1.
4342  
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)
4345  
4346 -       * configure.in, configure.in: Fix a quoting sloppiness.  Noted by Vincent Lefevre.
4347 +       * configure.in, configure.in: Fix a quoting sloppiness.  Noted by
4348 +       Vincent Lefevre.
4349  
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>
4352 +(roessler)
4353  
4354         * browser.c, browser.c: Fixing #1282.  An off-by-one error. :-/
4355  
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)
4358  
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
4361 +       still needed.
4362  
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)
4365  
4366         * po/fr.po: update.
4367  
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)
4370  
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
4375         Grimley Evans.
4376  
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)
4379  
4380         * doc/manual.sgml.head: Another documentation patch.
4381  
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>
4384 +(roessler)
4385 +
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>
4389 +
4390 +       >    Make encode_from a bit more aggressive, by also catching a
4391 +       'f' in >    the beginning of a line.
4392  
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>
4396 -       
4397 -       >    Make encode_from a bit more aggressive, by also catching a 'f' in
4398 -       >    the beginning of a line.
4399 -       
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
4405 -       done, too.
4406 -       
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.
4411 +
4412         Not a big deal, anyways.
4413  
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)
4416  
4417         * main.c, main.c: Update copyright notices.
4418  
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)
4421  
4422         * doc/manual.sgml.head, doc/mutt.man, init.h: Documentation fixes.
4423  
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>
4426 +(roessler)
4427  
4428         * doc/manual.sgml.head: Dcumentation fixes.
4429  
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)
4432  
4433         * doc/manual.sgml.head, doc/mutt.man, init.h: Documentation fixes.
4434  
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>
4437 +(roessler)
4438  
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.
4443  
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>
4446 +(roessler)
4447  
4448         * po/bg.po: Update.
4449  
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>
4452 +(roessler)
4453  
4454         * init.h: Add unauto_view to the stable branch.  A one-liner.
4455  
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)
4458  
4459 -       * doc/manual.sgml.head, doc/manual.sgml.head: Documentation fix (#271).
4460 +       * doc/manual.sgml.head, doc/manual.sgml.head: Documentation fix
4461 +       (#271).
4462  
4463 -2002/06/18 10:03:52  (automatic)
4464 +2002-06-18 10:03:52  (automatic)  (roessler)
4465  
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"
4472  
4473 -2002/06/18 10:02:44  several submitters
4474 +2002-06-18 10:02:44  several submitters  (roessler)
4475  
4476         * po/ca.po: Adding a BG translation.  Update for CA.
4477  
4478 -2002/06/18 10:02:43  Thomas Roessler <roessler@does-not-exist.org>
4479 +2002-06-18 10:02:43  roessler  (roessler)
4480  
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.
4485  
4486 -2002/06/18 10:02:43  several submitters
4487 +2002-06-18 10:02:43  several submitters  (roessler)
4488  
4489         * po/bg.po: Adding a BG translation.  Update for CA.
4490  
4491         * configure.in: Adding a BG translation.
4492  
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)
4495  
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.
4501 +
4502 +2002-06-18 09:52:13  David Champion  <dgc@uchicago.edu>  (roessler)
4503 +
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.
4508  
4509 -2002/06/18 09:52:13  David Champion <dgc@uchicago.edu>
4510 -
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.
4514 -       
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
4518 -       fixing
4519 -       this by hand during late 1.3.x releases, as I didn't have time to
4520 -       track
4521 -       it down....
4522 -       
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....
4527 +
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
4530 -       repeats.
4531 +       m4/gssapi.m4. It probably should go into both branches. Sorry
4532 +       for the repeats.
4533  
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)
4536  
4537         * color.c: Fix #1230.
4538  
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)
4541  
4542         * init.h, init.h: Fix a couple of compile-time warnings.
4543  
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)
4546  
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.
4550  
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)
4553  
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.
4557  
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>
4560 +(roessler)
4561  
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.
4568  
4569 -2002/05/29 09:31:51  Thomas Roessler <roessler@does-not-exist.org>
4570 +2002-05-29 09:31:51  roessler  (roessler)
4571  
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
4579  
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)
4582  
4583         * po/de.po: update.
4584  
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)
4587  
4588         * po/id.po: update
4589  
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)
4592  
4593         * mx.h, postpone.c: Fix some warnings noted by Vincent Lefevre.
4594  
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)
4597  
4598         * po/eo.po: update
4599  
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>
4602 +(roessler)
4603  
4604         * pattern.c: Fix #1175.
4605  
4606         * pattern.c: Fix #1175.  Noticed by Alain Bench.
4607  
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)
4610  
4611 -       * pop_lib.c, pop_lib.c: Attached patch for mutt 1.3.X/1.4 and 1.5.X removes gcc warning in
4612 -       pop_lib.c.
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.
4615  
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)
4618  
4619         * po/pl.po: update
4620  
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)
4623  
4624         * po/ko.po: update.
4625  
4626         * po/ko.po: update
4627  
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)
4630  
4631         * po/id.po: update.
4632  
4633         * compose.c: Triple-DES, not Tripple-DES.
4634  
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)
4637  
4638         * po/uk.po: update
4639  
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)
4642  
4643         * po/et.po, po/et.po: update
4644  
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)
4647  
4648         * po/ru.po, po/uk.po, po/ru.po: update
4649  
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)
4652  
4653         * po/da.po: update
4654  
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)
4657  
4658         * po/ru.po: update
4659  
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)
4662  
4663         * po/sv.po, po/sv.po: update
4664  
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)
4667  
4668         * po/fr.po: update
4669  
4670 -2002/05/09 09:52:09  Thomas Roessler <roessler@does-not-exist.org>
4671 -
4672 -       * doc/muttrc.man.head, doc/muttrc.man.head: #1190, from Tim Alexeevsky <tim@zhuchka.gbnet.net>
4673 -
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>
4676 +(roessler)
4677  
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>
4680 -       for noting.
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.
4684  
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>
4687 +(roessler)
4688  
4689         * Makefile.am: Include smime.h with EXRA_DIST.
4690  
4691 -2002/05/01 23:24:17  Thomas Roessler <roessler@does-not-exist.org>
4692 +2002-05-01 23:24:17  roessler  (roessler)
4693  
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
4701 +
4702 +2002-05-01 23:21:10  Thomas Roessler  <roessler@does-not-exist.org>
4703 +(roessler)
4704  
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
4707 +       ugly code.
4708  
4709         * check_sec.sh: Give all the warnings at once.
4710  
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.
4715 +
4716 +2002-05-01 23:08:53  roessler  (roessler)
4717 +
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
4724  
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>
4727 +(roessler)
4728  
4729         * build-release: s/scp1/scp/
4730  
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>
4733 +(roessler)
4734  
4735         * lib.c, lib.h, protos.h, lib.c, lib.h, protos.h: Fix #1171.
4736  
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)
4739  
4740         * po/fr.po: update.
4741  
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)
4744  
4745         * po/ja.po, po/ja.po: update.
4746  
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)
4749  
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
4754 -       character/.
4755 -
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/.
4761 -
4762 -2002/04/25 13:30:49  Vsevolod Volkov <vvv@mutt.org.ua>
4763 -
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.
4766 -       
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
4772 -       
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.
4775 -       
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
4782 -       > just failed).
4783 -       
4784 -       > This is kinda annoying. Just thought I'd point out this regression.
4785 -       
4786 -       > Thanks.
4787 -       > R
4788 -
4789 -2002/04/25 13:28:31  Wouter Verheijen <wv@xs2mail.com>
4790 -
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.
4793 -       
4794 -       Included a small patch that includes all options that 'mutt -h' shows.
4795 -
4796 -2002/04/25 13:26:58  Cedric Duval <cedricduval@free.fr>
4797 -
4798 -       * doc/manual.sgml.tail, OPS, init.h, pattern.c: attached are fixes for some little mistakes :
4799 -       
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/.
4810  
4811 -       * doc/manual.sgml.tail, pattern.c, OPS, init.h: attached are fixes for some little mistakes :
4812 -       
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/.
4823  
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)
4826  
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.
4831  
4832 -       * recvattach.c: Fiy handling of multiparts which have encrypted sub-parts, at least
4833 -       for PGP.
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
4837  
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.
4841  
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).
4850  
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
4854 +       regression.
4855  
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.
4857 +       > Thanks.  > R
4858  
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)
4861  
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.
4866  
4867 -       * sendlib.c: Generate the resent-message-id ourselves, and add it in the top of
4868 -       the header.
4869 +       Included a small patch that includes all options that 'mutt
4870 +       -h' shows.
4871  
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)
4874 +
4875 +       * doc/manual.sgml.tail, OPS, init.h, pattern.c: attached are
4876 +       fixes for some little mistakes :
4877 +
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.
4883 +
4884 +       * doc/manual.sgml.tail, pattern.c, OPS, init.h: attached are
4885 +       fixes for some little mistakes :
4886 +
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
4892 +         $attribution.
4893 +
4894 +2002-04-25 13:24:33  Thomas Roessler  <roessler@does-not-exist.org>
4895 +(roessler)
4896 +
4897 +       * recvattach.c: Also fix this for the S/MIME case.
4898 +
4899 +       * recvattach.c: Fiy handling of multiparts which have encrypted
4900 +       sub-parts, at least for PGP.
4901 +
4902 +       * sendlib.c: Force 7bit encoding for application/pgp-keys.
4903 +
4904 +2002-04-20 21:38:47  Thomas Roessler  <roessler@does-not-exist.org>
4905 +(roessler)
4906 +
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.
4919 +
4920 +2002-04-20 21:36:38  roessler  (roessler)
4921 +
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.
4925 +
4926 +2002-04-20 21:36:32  Thomas Roessler  <roessler@does-not-exist.org>
4927 +(roessler)
4928 +
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
4937 +       separate branch.
4938 +
4939 +       * ABOUT-NLS, INSTALL, config.rpath, configure.in: Committing
4940 +       the new noiconv patches into a separate branch.
4941 +
4942 +       * sendlib.c: Generate the resent-message-id ourselves, and add
4943 +       it in the top of the header.
4944 +
4945 +2002-04-20 08:11:13  Wouter Verheijen  <wv@xs2mail.com>  (roessler)
4946 +
4947 +       * copy.c, mutt.h, sendlib.c: Bug #571 "mutt should not replicate
4948 +       ">From " headers while bounding", has a patch attached.  Will that
4949 +       patch get in?
4950  
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?
4954 -       
4955         Although these lines are not generated by mutt, I would strongly
4956 -       suggest
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.
4962 -       
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
4966 -       headerline.
4967 -       
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.
4971 -       
4972 +
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.
4977 +
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.
4981 +
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
4985 -       Mutt?
4986 +       because I could not find it; is it added by the MTA instead of
4987 +       by Mutt?
4988 +
4989 +2002-04-20 07:55:20  roessler  (roessler)
4990  
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
4994 +       to work.
4995  
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>
4998 +(roessler)
4999  
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.
5003  
5004         * INSTALL: Fix a typo.
5005  
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)
5008  
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          =======================
5013 -       
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
5016 -        manually.
5017 -       
5018 -        Notes:
5019 -        - it's a lot cleaner than the old noiconv patch because no m4 files are
5020 -          modified
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
5030 +
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.
5034 +
5035 +        Notes: - it's a lot cleaner than the old noiconv patch because
5036 +        no m4 files are
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
5048 +        old patch
5049  
5050         * intl/localename.c: This one seems to have been missing, too.
5051  
5052 -2002/04/20 07:25:40  Thomas Roessler <roessler@does-not-exist.org>
5053 +2002-04-20 07:25:40  roessler  (roessler)
5054  
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.
5059  
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)
5062  
5063         * config.rpath: Another file from the gettext patch.
5064  
5065 -2002/04/20 07:25:15  Thomas Roessler <roessler@does-not-exist.org>
5066 +2002-04-20 07:25:15  roessler  (roessler)
5067  
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.
5072  
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)
5075  
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.
5079  
5080 -2002/04/20 07:24:54  Thomas Roessler <roessler@does-not-exist.org>
5081 +2002-04-20 07:24:54  roessler  (roessler)
5082  
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.
5087  
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.
5092  
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.
5097  
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)
5100  
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 -        ==============================
5103 -       
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).
5108 -       
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 :)
5112 -       
5113 -        Notes:
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
5123 -          updating
5124 -       
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.
5127 -
5128 -2002/04/20 07:23:49  Thomas Roessler <roessler@does-not-exist.org>
5129 -
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.
5132 -
5133 -       * intl/gmo.h: branches:  1.1.2;  1.1.4;
5134 -       file gmo.h was initially added on branch mutt-1-4-stable.
5135 -
5136 -       * intl/os2compat.c: branches:  1.1.2;  1.1.4;
5137 -       file os2compat.c was initially added on branch mutt-1-4-stable.
5138 -
5139 -       * intl/os2compat.h: branches:  1.1.2;  1.1.4;
5140 -       file os2compat.h was initially added on branch mutt-1-4-stable.
5141 -
5142 -       * intl/osdep.c: branches:  1.1.2;  1.1.4;
5143 -       file osdep.c was initially added on branch mutt-1-4-stable.
5144 -
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 ==============================
5157 +
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).
5163 +
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 :)
5168 +
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
5175 +          as they are.
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
5180 +
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.
5183 +
5184 +2002-04-20 07:23:49  roessler  (roessler)
5185 +
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.
5188  
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.
5193  
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.
5197  
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.
5201 +
5202 +       * intl/osdep.c: branches:  1.1.2;  1.1.4; file osdep.c was
5203 +       initially added on branch mutt-1-4-stable.
5204 +
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.
5207 +
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.
5210 +
5211 +2002-04-20 07:23:39  Lars Hecking  <lhecking@nmrc.ie>  (roessler)
5212 +
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          ==============================
5216 -       
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).
5221 -       
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 :)
5225 -       
5226 -        Notes:
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
5236 -          updating
5237 -       
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.
5240  
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).
5247 +
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 :)
5252 +
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
5259 +          as they are.
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
5264 +
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.
5267 +
5268 +2002-04-17 17:05:54  Vincent Lefevre  <vincent@vinc17.org>  (roessler)
5269  
5270         * po/fr.po: Update.
5271  
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)
5274  
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
5279 -       point.
5280 -
5281 -2002/04/07 21:19:57  Brendan Cully <brendan@kublai.com>
5282 -
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
5288 -         each message
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.
5295 +
5296 +2002-04-07 21:19:57  Brendan Cully  <brendan@kublai.com>  (roessler)
5297 +
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
5307 -       
5308 +
5309         939 is most likely unaffected. I discovered these problems while
5310         investigating 939.
5311  
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>
5314 +(roessler)
5315  
5316         * po/ja.po: update.
5317  
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)
5320  
5321         * po/ko.po: Update.
5322  
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>
5325 +(roessler)
5326  
5327         * po/ja.po: Update.
5328  
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>
5331 +(roessler)
5332  
5333         * pgp.c: Fix a typo noted by Tamotsu Takahashi.
5334  
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>
5337 +(roessler)
5338  
5339         * handler.c: Fix printing of format=flowed text parts.
5340  
5341         * commands.c: Fix #1144 in stable.
5342  
5343 -       * commands.c: Fix a file descriptor leak in the display filter code.  Noted by
5344 -       Chr. v. Stuckrad.
5345 -       
5346 +       * commands.c: Fix a file descriptor leak in the display filter
5347 +       code.  Noted by Chr. v. Stuckrad.
5348 +
5349         fixes: #1144
5350  
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)
5353  
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.
5357  
5358         * charset.c, charset.h: The noiconv patch.
5359  
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.
5363  
5364         * gnupgparse.c, init.h, rfc2047.c, sendlib.c: The noiconv patch.
5365  
5366 -2002/03/30 08:26:31  Thomas Roessler <roessler@does-not-exist.org>
5367 +2002-03-30 08:26:31  roessler  (roessler)
5368  
5369         * po/pl.po: update.  From Pawel Dzienkonski.
5370  
5371         * po/fr.po: Update; From Vincent Lefevre.
5372  
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
5379 +       message.
5380  
5381 -2002/03/28 13:25:23  Thomas Roessler <roessler@does-not-exist.org>
5382 +2002-03-28 13:25:23  roessler  (roessler)
5383  
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
5387  
5388 -2002/03/27 08:50:42  Thomas Roessler <roessler@does-not-exist.org>
5389 +2002-03-27 08:50:42  roessler  (roessler)
5390  
5391         * pgp.c: There was some output missing.
5392  
5393         * po/POTFILES.in: update.
5394  
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.
5399  
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.
5403  
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.
5408  
5409         * pgp.c, sendlib.c: Fix encoder mode for text/plain; action=pgp-*.
5410  
5411 -       * pgp.c: Fix "noconv" handling for the message body when we generate inline
5412 -       PGP.
5413 +       * pgp.c: Fix "noconv" handling for the message body when we
5414 +       generate inline PGP.
5415  
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.
5419  
5420 -2002/03/26 22:25:48  Thomas Roessler <roessler@does-not-exist.org>
5421 +2002-03-26 22:25:48  roessler  (roessler)
5422  
5423         * pgp.c: Change x-action values to "pgp-encrypted", "pgp-signed".
5424  
5425 @@ -4371,8 +4873,8 @@
5426         PGP changes.
5427  
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
5430 -       developers.
5431 +       end, just in case we can settle on a joint standard with other
5432 +       MUA developers.
5433  
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 @@
5437  
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.
5444  
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.
5448  
5449 -2002/03/25 11:34:40  Thomas Roessler <roessler@does-not-exist.org>
5450 +2002-03-25 11:34:40  roessler  (roessler)
5451  
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>.
5455  
5456         * buffy.c, buffy.c: close 1103; from Brendan Cully
5457  
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
5460 +       Brendan Cully
5461  
5462         * hdrline.c, muttlib.c: Fix #87s; from Brendan Cully.
5463  
5464         * hdrline.c, muttlib.c: Fix #872, from Brendan Cully.
5465  
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.
5471  
5472 -2002/03/20 09:53:42  Thomas Roessler <roessler@does-not-exist.org>
5473 +2002-03-20 09:53:42  roessler  (roessler)
5474  
5475         * editmsg.c, mailbox.h, mx.c: Rename M_NEW to M_NEWFOLDER.
5476  
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.
5482  
5483 -2002/03/19 09:54:05  Thomas Roessler <roessler@does-not-exist.org>
5484 +2002-03-19 09:54:05  roessler  (roessler)
5485  
5486         * browser.c: Fix #1115.
5487  
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.
5492  
5493         * po/pl.po, po/pl.po: update
5494  
5495 -2002/03/18 18:54:56  Thomas Roessler <roessler@does-not-exist.org>
5496 +2002-03-18 18:54:56  roessler  (roessler)
5497  
5498 -       * browser.c: Should fix #1115.  BACKPORT!
5499 +       * browser.c: Should fix #1115.  BACKPORT!
5500  
5501 -2002/03/15 09:11:05  Thomas Roessler <roessler@does-not-exist.org>
5502 +2002-03-15 09:11:05  roessler  (roessler)
5503  
5504         * po/ja.po: update from oota toshiya.
5505  
5506         * po/ja.po: update, from oota toshiya.
5507  
5508 -2002/03/13 23:43:41  Thomas Roessler <roessler@does-not-exist.org>
5509 +2002-03-13 23:43:41  roessler  (roessler)
5510 +
5511 +       * attach.c: Undoing the previous patch.  It was junk, and may
5512 +       ruin files.
5513  
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>.
5518  
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>.
5522 -       
5523         NEEDS BACKPORTING.
5524  
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
5531  
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.
5536  
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
5540  
5541 -       * doc/smime-notes.txt, smime.c: Assorted patches from Mike Schiraldi.
5542 +       * doc/smime-notes.txt, smime.c: Assorted patches from Mike
5543 +       Schiraldi.
5544  
5545 -2002/03/02 12:11:35  Thomas Roessler <roessler@does-not-exist.org>
5546 +2002-03-02 12:11:35  roessler  (roessler)
5547  
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.
5551  
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
5556 -          ie select these.
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
5560 +        the last char
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
5568 -          don't match.
5569 -       
5570 -       smime_keys:
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:
5573 +          they don't match.
5574 +
5575 +       smime_keys: - i modified the add_chain to continue even if
5576 +        no roo-cert
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) :)
5586 -       
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)
5599 -       
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....
5607 -       
5608 +
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)
5622 +
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....
5631 +
5632         (From Oliver Ehli.)
5633  
5634 -2002/02/28 23:28:51  Thomas Roessler <roessler@does-not-exist.org>
5635 +2002-02-28 23:28:51  roessler  (roessler)
5636  
5637         * sort.c: Turn on incremental threading again.
5638  
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.
5645 -       
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
5652 +       adjust our code.
5653 +
5654         (From Mike Schiraldi.)
5655  
5656 -       * init.h, mutt.h, thread.c: Threading enhancements from Daniel Eisenbud.
5657 +       * init.h, mutt.h, thread.c: Threading enhancements from Daniel
5658 +       Eisenbud.
5659  
5660 -       * curs_main.c, init.c, init.h, mutt.h, thread.c: $narrow_tree; fater redrawing when changing tree options.  From
5661 -       Daniel Eisenbud.
5662 +       * curs_main.c, init.c, init.h, mutt.h, thread.c: $narrow_tree;
5663 +       fater redrawing when changing tree options.  From Daniel Eisenbud.
5664  
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.
5668  
5669 -       * init.h, mutt.h, thread.c: Threading enhancements from Daniel Eisenbud.
5670 +       * init.h, mutt.h, thread.c: Threading enhancements from Daniel
5671 +       Eisenbud.
5672  
5673 -2002/02/26 10:58:56  Thomas Roessler <roessler@does-not-exist.org>
5674 +2002-02-26 10:58:56  roessler  (roessler)
5675  
5676         * po/ru.po: update
5677  
5678 @@ -4527,62 +5048,69 @@
5679  
5680         * init.h: Fix a typo.  #1069.
5681  
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.
5686  
5687         * install-sh, install-sh: Fix a typo.  From Edmund Grimley Evans.
5688  
5689         * po/ru.po: ru.po update.
5690  
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.
5695  
5696 -2002/02/18 14:55:31  Thomas Roessler <roessler@does-not-exist.org>
5697 +2002-02-18 14:55:31  roessler  (roessler)
5698  
5699         * alias.c, send.c: Fix for #1047.  From Michael Elkins.
5700  
5701 -2002/02/14 11:22:51  Thomas Roessler <roessler@does-not-exist.org>
5702 +2002-02-14 11:22:51  roessler  (roessler)
5703  
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.
5707  
5708 -2002/02/13 12:04:52  Thomas Roessler <roessler@does-not-exist.org>
5709 +2002-02-13 12:04:52  roessler  (roessler)
5710  
5711         * smime.c: mutt_any_key() shouldn't be used in curses mode.
5712  
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
5716 -       headers.
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.
5721  
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
5724 +       things.
5725  
5726 -       * menu.c: Fix mutt_pad_string; from Edmund Grimley Evans.  (MAY NEED TO BE
5727 -       BACKPORTED.)
5728 +       * menu.c: Fix mutt_pad_string; from Edmund Grimley Evans.
5729 +       (MAY NEED TO BE BACKPORTED.)
5730  
5731         * main.c: Report libiconv version.
5732  
5733 -2002/02/12 21:54:41  Thomas Roessler <roessler@does-not-exist.org>
5734 +2002-02-12 21:54:41  roessler  (roessler)
5735  
5736         * hdrline.c, muttlib.c, protos.h: Improve %l's behaviour.
5737  
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.
5741  
5742 -2002/02/11 17:31:53  Thomas Roessler <roessler@does-not-exist.org>
5743 +2002-02-11 17:31:53  roessler  (roessler)
5744  
5745 -       * smime.c: This patch gets rid of an ugly static variable in smime.c. (From
5746 -       Mike Schiraldi.)
5747 +       * smime.c: This patch gets rid of an ugly static variable in
5748 +       smime.c. (From Mike Schiraldi.)
5749  
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.)
5759  
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.
5763  
5764         * configure.in: Honor $LIBS and $CPPFLAGS.  From Thomas Dickey.
5765  
5766         * init.c, init.c: patch-1.3.27.me.initsort.1
5767  
5768 -2002/02/07 21:48:42  Thomas Roessler <roessler@does-not-exist.org>
5769 +2002-02-07 21:48:42  roessler  (roessler)
5770  
5771         * smime_keys.pl: Another S/MIME patch from Mike Schiraldi.
5772  
5773 @@ -4590,21 +5118,28 @@
5774  
5775         * smime.c: S/MIME fixes from Mike Schiraldi.
5776  
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.
5784  
5785 -2002/02/06 19:14:47  Thomas Roessler <roessler@does-not-exist.org>
5786 +2002-02-06 19:14:47  roessler  (roessler)
5787  
5788         * lib.h: Avoid a warning on some machines.
5789  
5790         * lib.h, smime.c: Make some scanf formats safe.
5791  
5792 -2002/02/05 22:01:06  Thomas Roessler <roessler@does-not-exist.org>
5793 +2002-02-05 22:01:06  roessler  (roessler)
5794  
5795 -       * ascii.c: The previous fix was complete nonsense.  What a day. :-(
5796 +       * ascii.c: The previous fix was complete nonsense.  What a
5797 +       day. :-(
5798  
5799         * ascii.c: The previous fix was complete nonsense.
5800  
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.
5804  
5805         * hook.c: Fix crypt-hook.  From Dale Woolridge
5806         <dale-list-mutt-dev@woolridge.org>.
5807 @@ -4617,58 +5152,66 @@
5808  
5809         * po/ru.po, po/fr.po, po/ko.po: update
5810  
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
5813 +       decrypt messages.
5814 +
5815 +       * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl:
5816 +       S/MIME fixes from Oliver Ehli:
5817  
5818 -       * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl: S/MIME fixes from Oliver Ehli:
5819 -       
5820         - smime_keys.pl:
5821 -       
5822 -         support for multiple email adrresses in cert: will add one entry
5823 -         to {keys, cetrificates}/.index now (for each mailbox)
5824 -       
5825 +
5826 +         support for multiple email adrresses in cert: will add one
5827 +         entry to {keys, cetrificates}/.index now (for each mailbox)
5828 +
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...)
5832 -       
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)
5837 -       
5838 -       - smime.c (init.h, ....)
5839 -       
5840 -         support for importing certificates issued for multiple addresses.
5841 -       
5842 -         introduced smime_fingerprint_cert_command, so finally certs can
5843 -         get compared ... (so the above works..)
5844 -       
5845 -         cleaned up some error messages, that would mess up the terminal.
5846 -       
5847 -         fixed typos (init.h)
5848 +
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
5853 +         $iter instead)
5854 +
5855 +       - smime.c (init.h, ....)
5856 +
5857 +         support for importing certificates issued for multiple
5858 +         addresses.
5859 +
5860 +         introduced smime_fingerprint_cert_command, so finally certs
5861 +         can get compared ... (so the above works..)
5862 +
5863 +         cleaned up some error messages, that would mess up the terminal.
5864 +
5865 +         fixed typos (init.h)
5866  
5867         * ascii.c: Fix.
5868  
5869 -       * ascii.c: Fix ascii_*cmp functions.  Problem noted by Brad Thompson.
5870 +       * ascii.c: Fix ascii_*cmp functions.  Problem noted by Brad
5871 +       Thompson.
5872  
5873 -2002/02/04 09:59:02  Thomas Roessler <roessler@does-not-exist.org>
5874 +2002-02-04 09:59:02  roessler  (roessler)
5875  
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
5878 +       <elmy@acm.org>.
5879  
5880 -2002/02/03 09:58:45  Thomas Roessler <roessler@does-not-exist.org>
5881 +2002-02-03 09:58:45  roessler  (roessler)
5882  
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.
5886  
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
5889 -       mutt.
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.
5893  
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>.
5898  
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>.
5904  
5905 -2002/02/02 16:52:27  Thomas Roessler <roessler@does-not-exist.org>
5906 +2002-02-02 16:52:27  roessler  (roessler)
5907  
5908         * po/ca.po: update
5909  
5910 @@ -4676,57 +5219,68 @@
5911  
5912         * mh.c: Don't forget deletions when a folder is changed.  Ups.
5913  
5914 -2002/02/01 17:23:20  Thomas Roessler <roessler@does-not-exist.org>
5915 +2002-02-01 17:23:20  roessler  (roessler)
5916  
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
5921 +       Mike Schiraldi.)
5922  
5923 -2002/01/31 22:05:58  Thomas Roessler <roessler@does-not-exist.org>
5924 +2002-01-31 22:05:58  roessler  (roessler)
5925  
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
5928 +       Schiraldi.
5929  
5930         * smime.c: Remove some unnecessary quotation marks.
5931  
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.
5935  
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
5942  
5943         * main.c: fix a string.
5944  
5945         * doc/mutt.man: Document -Q.
5946  
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.
5952  
5953 -2002/01/30 22:51:12  Thomas Roessler <roessler@does-not-exist.org>
5954 +2002-01-30 22:51:12  roessler  (roessler)
5955  
5956         * send.c, send.c: patch-1.3.27.me.postpone_date.2
5957  
5958         * smime.c: Mike Schiraldi's daily S/MIME patch, as he puts it.
5959  
5960 -2002/01/29 21:08:10  Thomas Roessler <roessler@does-not-exist.org>
5961 +2002-01-29 21:08:10  roessler  (roessler)
5962  
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.
5967  
5968 -       * smime.c: Properly handle certain signatures generated by Outlook.  From Mike
5969 -       Schiraldi.
5970 +       * smime.c: Properly handle certain signatures generated by
5971 +       Outlook.  From Mike Schiraldi.
5972  
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.
5976  
5977 -2002/01/28 23:29:05  Thomas Roessler <roessler@does-not-exist.org>
5978 +2002-01-28 23:29:05  roessler  (roessler)
5979  
5980 -       * crypt.c, init.h, mutt.h: Add a new crypt_timestamp option.  The timestamps aren't really
5981 -       needed any more.
5982 +       * crypt.c, init.h, mutt.h: Add a new crypt_timestamp option.
5983 +       The timestamps aren't really needed any more.
5984  
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.
5988  
5989         * contrib/smime.rc: Add a comment. From Mike Schiraldi.
5990  
5991 -       * init.h, init.h: Fix list-from documentation.  From Michael Elkins.
5992 +       * init.h, init.h: Fix list-from documentation.  From Michael
5993 +       Elkins.
5994  
5995 -       * doc/smime-notes.txt: Add more information on S/MIME.  Adapted from Oliver Ehli's notes by
5996 -       Mike Schiraldi.
5997 +       * doc/smime-notes.txt: Add more information on S/MIME.
5998 +       Adapted from Oliver Ehli's notes by Mike Schiraldi.
5999  
6000         * send.c: Avoid C99 comments.  Noted by Vincent Lefevre.
6001  
6002 @@ -4734,18 +5288,20 @@
6003  
6004         * menu.c, menu.c: Wide character fix from TAKIZAWA Takashi.
6005  
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
6008 +       Cully.
6009  
6010 -2002/01/25 00:08:30  Thomas Roessler <roessler@does-not-exist.org>
6011 +2002-01-25 00:08:30  roessler  (roessler)
6012  
6013         * smime.c: ups
6014  
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.
6018  
6019 -       * commands.c, smime.c: Make some prompts look nicer, and add sensible selection of the
6020 -       decryption key.
6021 +       * commands.c, smime.c: Make some prompts look nicer, and add
6022 +       sensible selection of the decryption key.
6023  
6024 -2002/01/24 23:53:19  Thomas Roessler <roessler@does-not-exist.org>
6025 +2002-01-24 23:53:19  roessler  (roessler)
6026  
6027         * commands.c, crypt.c, smime.c, smime.h: More S/MIME nit-picking.
6028  
6029 @@ -4763,19 +5319,30 @@
6030  
6031         * mh.c: indentation
6032  
6033 -       * mh.c, mx.c, mx.h: Maildir efficiency improvements, from Michael Elkins and Thomas
6034 -       Roessler.
6035 +       * mh.c, mx.c, mx.h: Maildir efficiency improvements, from Michael
6036 +       Elkins and Thomas Roessler.
6037  
6038         * crypt.c, curs_lib.c, smime.c: S/MIME nits.
6039  
6040         * reap.pl: We don't need this any more.
6041  
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>.
6054  
6055         * po/pt_BR.po, po/pt_BR.po: update
6056  
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.
6061  
6062         * po/ru.po, po/ru.po: update
6063  
6064 @@ -4783,290 +5350,11206 @@
6065  
6066         * VERSION: Pseudo-revision for mutt-1.5.
6067  
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
6069 -
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.
6071 -
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:
6076 +       version bump
6077  
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
6079 -
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.
6081 -
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.
6083 -
6084 -       * send.c: branches:  2.77.2;
6085 -       Set default Fcc when resending a message.
6086 -
6087 -       * po/ja.po: branches:  1.33.2;
6088 -       update
6089 -
6090 -2002/01/23 22:37:12  Thomas Roessler <roessler@does-not-exist.org>
6091 -
6092 -       * po/da.po: branches:  1.67.2;
6093 -       updates
6094 -
6095 -       * po/el.po: branches:  1.77.2;
6096 -       updates
6097 -
6098 -       * po/et.po: branches:  1.21.2;
6099 -       updates
6100 -
6101 -       * po/ko.po: branches:  1.72.2;
6102 -       updates
6103 -
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
6116 +       version bumps.
6117 +
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
6131 +       updates.
6132 +
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
6138         updates
6139  
6140 -       * po/uk.po, po/id.po: branches:  1.84.2;
6141 -       update
6142 -
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
6168 +       version numbers.
6169 +
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.
6201 +
6202 +       * send.c: branches:  2.77.2; Set default Fcc when resending
6203 +       a message.
6204 +
6205 +       * po/ja.po: branches:  1.33.2; update
6206 +
6207 +2002-01-23 22:37:12  roessler  (roessler)
6208 +
6209 +       * po/da.po: branches:  1.67.2; updates
6210 +
6211 +       * po/el.po: branches:  1.77.2; updates
6212 +
6213 +       * po/et.po: branches:  1.21.2; updates
6214 +
6215 +       * po/ko.po: branches:  1.72.2; updates
6216 +
6217 +       * po/pl.po: branches:  1.94.2; updates
6218 +
6219 +       * po/uk.po, po/id.po: branches:  1.84.2; update
6220 +
6221 +       * charset.c: branches:  2.50.2; Fix #999.  A single missing comma.
6222 +
6223 +2002-01-22 12:12:45  roessler  (roessler)
6224 +
6225 +       * po/pt_BR.po: branches:  1.58.2; automatic post-release commit
6226 +       for mutt-1.3.27
6227 +
6228 +       * po/ru.po: branches:  1.129.2; automatic post-release commit
6229 +       for mutt-1.3.27
6230  
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
6233 +       for mutt-1.3.27
6234  
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
6238 +       for mutt-1.3.27
6239  
6240 -       * po/ru.po: branches:  1.129.2;
6241 -       automatic post-release commit for mutt-1.3.27
6242 -
6243 -       * po/sk.po: branches:  1.66.2;
6244 -       automatic post-release commit for mutt-1.3.27
6245 -
6246 -       * po/sv.po: branches:  1.80.2;
6247 -       automatic post-release commit for mutt-1.3.27
6248 -
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
6252 +       for mutt-1.3.27
6253  
6254         * po/uk.po: automatic post-release commit for mutt-1.3.27
6255  
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
6259 +       for mutt-1.3.27
6260  
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
6264 +       for mutt-1.3.27
6265  
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
6269 +       for mutt-1.3.27
6270  
6271         * po/id.po: automatic post-release commit for mutt-1.3.27
6272  
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
6276 +       for mutt-1.3.27
6277  
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
6280 +       mutt-1.3.27
6281  
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
6285 +       for mutt-1.3.27
6286  
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
6290 +       for mutt-1.3.27
6291  
6292         * po/pl.po: automatic post-release commit for mutt-1.3.27
6293  
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
6297 +       for mutt-1.3.27
6298  
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
6302 +       for mutt-1.3.27
6303  
6304         * po/da.po: automatic post-release commit for mutt-1.3.27
6305  
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
6309 +       for mutt-1.3.27
6310  
6311         * po/el.po: automatic post-release commit for mutt-1.3.27
6312  
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
6316 +       for mutt-1.3.27
6317  
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
6321 +       for mutt-1.3.27
6322  
6323         * po/et.po: automatic post-release commit for mutt-1.3.27
6324  
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
6328 +       for mutt-1.3.27
6329  
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
6333 +       for mutt-1.3.27
6334  
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
6338 +       for mutt-1.3.27
6339  
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
6343 +       for mutt-1.3.27
6344  
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
6348 +       for mutt-1.3.27
6349  
6350 -2002/01/21 17:43:19  Thomas Roessler <roessler@does-not-exist.org>
6351 +2002-01-21 17:43:19  roessler  (roessler)
6352  
6353         * po/it.po: update
6354  
6355         * po/sv.po, po/de.po, po/eo.po: updates
6356  
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
6359 +       bug #989.
6360  
6361 -2002/01/18 11:44:54  Thomas Roessler <roessler@does-not-exist.org>
6362 +2002-01-18 11:44:54  roessler  (roessler)
6363  
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
6371  
6372 -2002/01/17 22:41:45  Thomas Roessler <roessler@does-not-exist.org>
6373 +2002-01-17 22:41:45  roessler  (roessler)
6374  
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.
6379  
6380 -2002/01/16 20:44:49  Thomas Roessler <roessler@does-not-exist.org>
6381 +2002-01-16 20:44:49  roessler  (roessler)
6382  
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.
6386  
6387         * curs_main.c: patch-1.3.25-de-new_threads.1
6388  
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
6392  
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
6396  
6397 -2002/01/15 22:08:12  Thomas Roessler <roessler@does-not-exist.org>
6398 +2002-01-15 22:08:12  roessler  (roessler)
6399  
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.
6403  
6404 -       * handler.c: branches:  2.52.2;
6405 -       Don't hallucinate a '\n' in the end of quoted-printable encoded
6406 -       attachments.
6407 +       * handler.c: branches:  2.52.2; Don't hallucinate a '\n' in the
6408 +       end of quoted-printable encoded attachments.
6409  
6410         * po/fr.po: update.
6411  
6412         * flags.c: patch-1.3.25.tlr.maildir_trash.1
6413  
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
6417  
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
6421  
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
6425  
6426         * po/ko.po: update
6427  
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.
6433  
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.
6441  
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.
6445  
6446 -2002/01/14 09:03:31  Thomas Roessler <roessler@does-not-exist.org>
6447 +2002-01-14 09:03:31  roessler  (roessler)
6448  
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
6452 +       comparison.
6453  
6454 -2002/01/13 21:19:25  Thomas Roessler <roessler@does-not-exist.org>
6455 +2002-01-13 21:19:25  roessler  (roessler)
6456  
6457         * ascii.h: Fix the ascii_strncmp() macro.
6458  
6459 -       * imap/auth_sasl.c: Parse IMAP responses locale- and case- insensitive.  From Brendan
6460 -       Cully.
6461 +       * imap/auth_sasl.c: Parse IMAP responses locale- and case-
6462 +       insensitive.  From Brendan Cully.
6463  
6464 -       * imap/browse.c: branches:  1.34.2;
6465 -       Parse IMAP responses locale- and case- insensitive.  From Brendan
6466 -       Cully.
6467 +       * imap/browse.c: branches:  1.34.2; Parse IMAP responses locale-
6468 +       and case- insensitive.  From Brendan Cully.
6469  
6470 -       * imap/command.c: branches:  1.35.2;
6471 -       Parse IMAP responses locale- and case- insensitive.  From Brendan
6472 -       Cully.
6473 +       * imap/command.c: branches:  1.35.2; Parse IMAP responses locale-
6474 +       and case- insensitive.  From Brendan Cully.
6475  
6476 -       * imap/imap.c: Parse IMAP responses locale- and case- insensitive.  From Brendan
6477 -       Cully.
6478 +       * imap/imap.c: Parse IMAP responses locale- and case- insensitive.
6479 +       From Brendan Cully.
6480  
6481 -       * imap/message.c: branches:  1.60.2;
6482 -       Parse IMAP responses locale- and case- insensitive.  From Brendan
6483 -       Cully.
6484 +       * imap/message.c: branches:  1.60.2; Parse IMAP responses locale-
6485 +       and case- insensitive.  From Brendan Cully.
6486  
6487 -       * imap/util.c: branches:  1.51.2;
6488 -       Parse IMAP responses locale- and case- insensitive.  From Brendan
6489 -       Cully.
6490 +       * imap/util.c: branches:  1.51.2; Parse IMAP responses locale-
6491 +       and case- insensitive.  From Brendan Cully.
6492  
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>.
6498  
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>.
6503  
6504 -2002/01/12 11:42:18  Thomas Roessler <roessler@does-not-exist.org>
6505 +2002-01-12 11:42:18  roessler  (roessler)
6506  
6507         * NEWS: More on ~=.
6508  
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.
6513  
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.
6518  
6519 -       * mutt.h, pattern.c: Add a ~= pattern.  From Frederic Duval.
6520 +       * mutt.h, pattern.c: Add a ~= pattern.  From Frederic Duval.
6521  
6522         * doc/manual.sgml.head: Fix a typo, #971.
6523  
6524 -2002/01/09 15:39:28  Thomas Roessler <roessler@does-not-exist.org>
6525 +2002-01-09 15:39:28  roessler  (roessler)
6526  
6527         * pgp.c: Fix #960.
6528  
6529 -2002/01/08 13:06:21  Thomas Roessler <roessler@does-not-exist.org>
6530 +2002-01-08 13:06:21  roessler  (roessler)
6531  
6532         * mx.c: Try to fix #943.
6533  
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.
6537  
6538         * NEWS: fix libiconv URL.  #959.
6539  
6540 -2002/01/07 19:10:51  Thomas Roessler <roessler@does-not-exist.org>
6541 +2002-01-07 19:10:51  roessler  (roessler)
6542  
6543         * po/ko.po: update
6544  
6545 -       * attach.c: branches:  2.29.2;
6546 -       Fix #951.
6547 +       * attach.c: branches:  2.29.2; Fix #951.
6548  
6549 -2002/01/04 14:30:29  Thomas Roessler <roessler@does-not-exist.org>
6550 +2002-01-04 14:30:29  roessler  (roessler)
6551  
6552 -       * rfc822.c: Terminate the correct buffer.  Noted by Durval Menezes
6553 -       <durval@tmp.com.br>.  (This bug shouldn't have any security
6554 -       implications. ;-)
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. ;-)
6558  
6559         * po/et.po, po/fr.po, po/pl.po, po/sv.po: updates.
6560  
6561 -2002/01/03 20:57:20  Thomas Roessler <roessler@does-not-exist.org>
6562 +2002-01-03 20:57:20  roessler  (roessler)
6563  
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.
6567  
6568 -2002/01/02 16:28:46  Thomas Roessler <roessler@does-not-exist.org>
6569 +2002-01-02 16:28:46  roessler  (roessler)
6570  
6571         * acconfig.h: Cleanup; from Lars Hecking.
6572  
6573         * mutt_ssl.c: Replace a few strncpy() calls by strfcpy().
6574  
6575 -       * recvcmd.c: Bug fix.  Problem noted by Vincent Lefevre's compiler.
6576 +       * recvcmd.c: Bug fix.  Problem noted by Vincent Lefevre's
6577 +       compiler.
6578  
6579         * muttlib.c: Fix the \012 bug.
6580  
6581 -2002/01/01 20:18:41  Thomas Roessler <roessler@does-not-exist.org>
6582 +2002-01-01 20:18:41  roessler  (roessler)
6583  
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
6591  
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.
6595  
6596         * po/ca.po: update.
6597  
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.
6604  
6605         * rfc822.c: Fix a security problem.
6606  
6607 +2001-12-28 17:19:00  roessler  (roessler)
6608 +
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.
6612 +
6613 +2001-12-26 19:24:46  roessler  (roessler)
6614 +
6615 +       * imap/imap.c: Possible fix for #905.   From Daniel Eisenbud.
6616 +
6617 +2001-12-21 00:22:12  roessler  (roessler)
6618 +
6619 +       * pager.c: Fix #929.
6620 +
6621 +2001-12-18 15:13:18  roessler  (roessler)
6622 +
6623 +       * imap/imap.c, imap/imap.h: Fix from #918.  From
6624 +       <ntyni+mutt@mappi.helsinki.fi>.
6625 +
6626 +       * browser.c: branches:  2.38.2; Fix from #918.  From
6627 +       <ntyni+mutt@mappi.helsinki.fi>.
6628 +
6629 +       * po/Makefile.in.in: Updating to gettext-0.10.40.
6630 +
6631 +       * m4/gettext.m4: branches:  1.7.2;  1.7.4; Updating to
6632 +       gettext-0.10.40.
6633 +
6634 +       * m4/iconv.m4: branches:  1.3.2; Updating to gettext-0.10.40.
6635 +
6636 +       * m4/lcmessage.m4: branches:  1.3.2;  1.3.4; Updating to
6637 +       gettext-0.10.40.
6638 +
6639 +       * m4/progtest.m4: branches:  1.4.2;  1.4.4; Updating to
6640 +       gettext-0.10.40.
6641 +
6642 +       * ABOUT-NLS: branches:  2.1.2;  2.1.4; Updating to
6643 +       gettext-0.10.40.
6644 +
6645 +       * intl/ChangeLog, intl/Makefile.in: branches:  1.3.2;  1.3.4;
6646 +       Updating to gettext-0.10.40.
6647 +
6648 +       * intl/VERSION: Updating to gettext-0.10.40.
6649 +
6650 +       * intl/bindtextdom.c: branches:  1.5.2;  1.5.4; Updating to
6651 +       gettext-0.10.40.
6652 +
6653 +       * intl/config.charset: branches:  1.2.2;  1.2.4; Updating to
6654 +       gettext-0.10.40.
6655 +
6656 +       * intl/dcgettext.c: Updating to gettext-0.10.40.
6657 +
6658 +       * intl/dcigettext.c: branches:  1.2.2;  1.2.4; Updating to
6659 +       gettext-0.10.40.
6660 +
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.
6664 +
6665 +       * intl/gettextP.h, intl/hash-string.h: branches:  1.4.2;  1.4.4;
6666 +       Updating to gettext-0.10.40.
6667 +
6668 +       * intl/intl-compat.c: Updating to gettext-0.10.40.
6669 +
6670 +       * intl/l10nflist.c: branches:  1.5.2;  1.5.4; Updating to
6671 +       gettext-0.10.40.
6672 +
6673 +       * intl/libgettext.h: Updating to gettext-0.10.40.
6674 +
6675 +       * intl/libgnuintl.h: branches:  1.2.2;  1.2.4; Updating to
6676 +       gettext-0.10.40.
6677 +
6678 +       * intl/loadinfo.h: branches:  1.4.2;  1.4.4; Updating to
6679 +       gettext-0.10.40.
6680 +
6681 +       * intl/loadmsgcat.c: branches:  1.5.2;  1.5.4; Updating to
6682 +       gettext-0.10.40.
6683 +
6684 +       * intl/localcharset.c: branches:  1.2.2;  1.2.4; Updating to
6685 +       gettext-0.10.40.
6686 +
6687 +       * intl/locale.alias: Updating to gettext-0.10.40.
6688 +
6689 +       * intl/localealias.c: branches:  1.5.2;  1.5.4; Updating to
6690 +       gettext-0.10.40.
6691 +
6692 +       * intl/ngettext.c: Updating to gettext-0.10.40.
6693 +
6694 +       * intl/plural.c, intl/plural.y: branches:  1.2.2;  1.2.4;
6695 +       Updating to gettext-0.10.40.
6696 +
6697 +       * intl/textdomain.c: Updating to gettext-0.10.40.
6698 +
6699 +2001-12-17 10:08:18  roessler  (roessler)
6700 +
6701 +       * edit.c: Fix a memory allocation bug.  #917.
6702 +
6703 +       * thread.c: Another threading update.
6704 +
6705 +       * hdrline.c: branches:  2.27.2; Another threading update.
6706 +
6707 +2001-12-13 12:10:59  roessler  (roessler)
6708 +
6709 +       * menu.c: branches:  2.27.2; Threading updates, from Daniel
6710 +       Eisenbud.
6711 +
6712 +       * mutt.h, sort.c, thread.c: Threading updates, from Daniel
6713 +       Eisenbud.
6714 +
6715 +       * pager.c: compile fix.
6716 +
6717 +2001-12-11 23:30:59  roessler  (roessler)
6718 +
6719 +       * doc/muttrc.man.head: Typo, #911.
6720 +
6721 +       * po/it.po: update
6722 +
6723 +       * contrib/gpg.rc: Remove an unnecessary \-quoting.
6724 +
6725 +       * init.c, pager.c: Add a missing else.
6726 +
6727 +       * contrib/gpg.rc: Use gettext to determine the good signature
6728 +       pattern.
6729 +
6730 +       * init.c: Make "`...`" work as expected.
6731 +
6732 +       * po/it.po: update.
6733 +
6734 +2001-12-10 13:12:41  roessler  (roessler)
6735 +
6736 +       * query.c: Fix #910.
6737 +
6738 +       * init.h: branches:  2.143.2; Change the default for
6739 +       $pgp_replyencrypt to "yes".
6740 +
6741 +       * po/ja.po, po/pl.po: updates.
6742 +
6743 +2001-12-09 09:12:08  roessler  (roessler)
6744 +
6745 +       * po/ca.po, configure.in: Add a Catalan translation.  From Ivan
6746 +       Vilata i Balaguer <ivan@selidor.net>.
6747 +
6748 +2001-12-04 10:28:22  roessler  (roessler)
6749 +
6750 +       * po/ru.po: update
6751 +
6752 +2001-12-03 18:36:09  roessler  (roessler)
6753 +
6754 +       * po/da.po, po/de.po: update.
6755 +
6756 +       * mx.c: Try to detect write() errors by calling fsync() after
6757 +       fflush().  May fix #895.
6758 +
6759 +2001-11-29 09:43:41  roessler  (roessler)
6760 +
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
6767 +
6768 +2001-11-28 10:30:36  roessler  (roessler)
6769 +
6770 +       * po/id.po: update
6771 +
6772 +2001-11-26 19:16:52  roessler  (roessler)
6773 +
6774 +       * PATCHES: PATCHES should be _empty_ in the CVS version.  Ups.
6775 +
6776 +       * PATCHES: patch-1.3.23.2.tt.wcwidth_ja.1.  Fix wcwidth_ja(),
6777 +       from Takizawa Takashi <taki@luna.email.ne.jp>.
6778 +
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>.
6781 +
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.
6785 +
6786 +       * po/et.po, po/ja.po, po/pl.po, po/ru.po, po/da.po, po/de.po:
6787 +       updates.
6788 +
6789 +2001-11-21 13:58:42  roessler  (roessler)
6790 +
6791 +       * handler.c: Use $wrapmargin in the format=flowed handler, too.
6792 +
6793 +       * pager.c, globals.h, init.h: Add a $wrapmargin configuration
6794 +       variable to fine-tune
6795 +
6796 +2001-11-19 10:41:32  roessler  (roessler)
6797 +
6798 +       * hash.c: Fix #868, #876.  Work-around from Len Lattanzi
6799 +       <len@mss.migration.com>.
6800 +
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).
6803 +
6804 +2001-11-15 18:53:23  roessler  (roessler)
6805 +
6806 +       * remailer.c: Should be slightly better than a mixmaster
6807 +       patch suggested by Stefan Karrmann <sk@mathematik.uni-ulm.de>.
6808 +       (UNTESTED!)
6809 +
6810 +2001-11-12 09:53:54  roessler  (roessler)
6811 +
6812 +       * sort.c, thread.c: patch-1.3.23.2-de-new_threads.2
6813 +
6814 +2001-11-10 08:14:52  roessler  (roessler)
6815 +
6816 +       * po/eo.po, po/fr.po: update
6817 +
6818 +2001-11-09 09:28:55  roessler  (roessler)
6819 +
6820 +       * mh.c: Add some NONULL's (#863)
6821 +
6822 +       * Makefile.am: branches:  2.101.2; Distribute patchlist.sh.  Ups.
6823 +
6824 +2001-11-08 22:42:45  roessler  (roessler)
6825 +
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
6832 +
6833 +       * pager.c, init.h, mutt.h: Add an $allow_ansi option.  Suggested
6834 +       and (mostly) implemented by Mike Schiraldi.
6835 +
6836 +       * Makefile.am: Don't depend on GNU make.  Noted by Bob Bell.
6837 +
6838 +       * pgp.c: Fix some messages, so the color marker is actually in
6839 +       the beginning of a new line.
6840 +
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.
6845 +
6846 +       * commands.c: branches:  2.50.2; patch-1.3.23.1-de-new_threads.3-4
6847 +
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
6850 +
6851 +       * handler.c: 2.47 introduced another bug.  I should go to bed now.
6852 +
6853 +       * handler.c: Replace a ridiculous for loop by a proper
6854 +       calculation.  Ahem.
6855 +
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.
6859 +
6860 +       * pager.c: Trying to fix #738.
6861 +
6862 +2001-11-07 22:25:09  roessler  (roessler)
6863 +
6864 +       * handler.c: Fix #860.  Noted: The format=flowed code is not
6865 +       yet utf-8 aware.
6866 +
6867 +       * addrbook.c: Fix #858.
6868 +
6869 +       * doc/patch-notes.txt, Makefile.am: Implement the patchlist
6870 +       scheme instead of version number munging.
6871 +
6872 +       * main.c: branches:  2.55.2; Implement the patchlist scheme
6873 +       instead of version number munging.
6874 +
6875 +       * muttlib.c, patchlist.sh, protos.h: Implement the patchlist
6876 +       scheme instead of version number munging.
6877 +
6878 +       * sendlib.c: branches:  2.94.2; Implement the patchlist scheme
6879 +       instead of version number munging.
6880 +
6881 +       * complete.c: Fix 706, 853.
6882 +
6883 +       * commands.c, init.h, mutt.h, thread.c:
6884 +       patch-1.3.23.1-de-new_threads.2-3
6885 +
6886 +2001-11-06 20:38:17  roessler  (roessler)
6887 +
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.
6891 +
6892 +       * doc/patch-notes.txt: fix a typo.
6893 +
6894 +       * PATCHES: uuups, there was a "test" left over.
6895 +
6896 +       * doc/PGP-Notes.txt: Some part of this documentation was severely
6897 +       outdated.
6898 +
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
6902 +       mutts' output.
6903 +
6904 +       * send.c: Indentation fixing while staring at the code affected
6905 +       by #857.  No fix for the crash, though.
6906 +
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>.
6910 +
6911 +2001-11-05 21:38:18  roessler  (roessler)
6912 +
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.
6915 +
6916 +       * pop.c: branches:  2.22.2; Missing gettext calls, noted by
6917 +       Byrial Jensen.
6918 +
6919 +       * thread.c: Missing gettext calls, noted by Byrial Jensen.
6920 +
6921 +       * commands.c: Make the save-copy prompt more translator-friendly.
6922 +       from Byrial Jensen.
6923 +
6924 +       * po/da.po, po/de.po, po/eo.po, po/fr.po, po/ja.po, po/pl.po:
6925 +       updates
6926 +
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>.
6930 +
6931 +       * mutt_socket.c, pop.c: Vsevolod Volkov's fix for #851, and a
6932 +       related bug.
6933 +
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
6936 +       Kasichainula.
6937 +
6938 +2001-10-31 09:38:07  roessler  (roessler)
6939 +
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
6946 +
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>.
6950 +
6951 +       * mbox.c: branches:  2.22.2; Advanced threading, v 5.1.
6952 +       From Daniel Eisenbud <eisenbud@cs.swarthmore.edu>.
6953 +
6954 +       * menu.c, mh.c, mutt.h, mx.c, mx.h: Advanced threading, v 5.1.
6955 +       From Daniel Eisenbud <eisenbud@cs.swarthmore.edu>.
6956 +
6957 +       * parse.c: branches:  2.39.2; Advanced threading, v 5.1.
6958 +       From Daniel Eisenbud <eisenbud@cs.swarthmore.edu>.
6959 +
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>.
6963 +
6964 +       * pgpewrap.c: branches:  2.3.2; Add magic comment so we can use
6965 +       traditional malloc() in this program.
6966 +
6967 +2001-10-30 22:43:23  roessler  (roessler)
6968 +
6969 +       * init.h: .mh_sequences fix, from lorenzo@cisco.com.
6970 +
6971 +       * mutt_socket.c, mutt_ssl.c: TLS connection reuse.  From Brendan
6972 +       Cully.
6973 +
6974 +2001-10-29 23:21:48  roessler  (roessler)
6975 +
6976 +       * pager.c: Fix two places which _may_ look like buffer overflows,
6977 +       but aren't.
6978 +
6979 +       * url.c: Fix #843.
6980 +
6981 +       * doc/manual.sgml.head: Make the documentation of toggle-unlink
6982 +       more precise - someone on comp.mail.mutt got confused by this.
6983 +
6984 +2001-10-28 19:46:43  roessler  (roessler)
6985 +
6986 +       * imap/browse.c, imap/imap.c: Fix 839
6987 +
6988 +       * po/fr.po: update
6989 +
6990 +       * sendlib.c: Another aesthetic message-id change.
6991 +
6992 +       * sendlib.c: GMT's too clumsy.  Just take G.
6993 +
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
6997 +       GMT are updated.
6998 +
6999 +       * po/ru.po: update.
7000 +
7001 +       * url.c: Another bug related to #837.
7002 +
7003 +       * imap/util.c: Fix a problem related to #837 (the bug isn't
7004 +       entirely close, though).
7005 +
7006 +2001-10-26 23:53:29  roessler  (roessler)
7007 +
7008 +       * doc/manual.sgml.head: Point to the openProjects.net IRC channel
7009 +       instead of dal.net.
7010 +
7011 +2001-10-25 07:54:35  roessler  (roessler)
7012 +
7013 +       * pgp.c: Handle clearsigned messages gracefully even when
7014 +       pgp_verify_sig is set and pgp_decode_command is unset.
7015 +
7016 +2001-10-24 11:08:22  roessler  (roessler)
7017 +
7018 +       * complete.c: Suspected fix for #837.
7019 +
7020 +2001-10-22 09:28:26  roessler  (roessler)
7021 +
7022 +       * imap/util.c, globals.h, init.h: Make IMAP keepalive
7023 +       configurable.  From Brendan Cully.
7024 +
7025 +2001-10-17 17:03:19  roessler  (roessler)
7026 +
7027 +       * curs_main.c: Fix #829.
7028 +
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.
7032 +
7033 +       * curs_main.c: Fix CURHDR confusion.  Mutt should compile now.
7034 +       (Sorry for not committing this earlier.)
7035 +
7036 +2001-10-16 14:29:27  roessler  (roessler)
7037 +
7038 +       * addrbook.c, keymap.c: Address book nit fix from
7039 +       geerd.debruijn@nl.thalesgroup.com.
7040 +
7041 +       * po/ja.po, po/it.po: update
7042 +
7043 +2001-10-15 20:18:32  roessler  (roessler)
7044 +
7045 +       * rfc2047.c: branches:  2.35.2; Close #821.  Fix provided
7046 +       by Edmund.
7047 +
7048 +       * curs_main.c: AIX portability patch.  Suggested by Jan Chrillesen
7049 +       <jan@chrillesen.dk>.
7050 +
7051 +       * doc/manual.sgml.tail: branches:  1.15.2; Fixing a nit, From
7052 +       David Ellement.
7053 +
7054 +2001-10-12 09:03:26  roessler  (roessler)
7055 +
7056 +       * po/fr.po: update
7057 +
7058 +2001-10-11 20:08:44  roessler  (roessler)
7059 +
7060 +       * imap/message.c: Small fix from Edmund GRIMLEY EVANS
7061 +       <edmundo@rano.org>.
7062 +
7063 +       * compose.c: branches:  2.48.2; Little fix from
7064 +       sroberts@certicom.com.
7065 +
7066 +       * po/eo.po: update
7067 +
7068 +       * pgpewrap.c: Add public domain notice.
7069 +
7070 +       * Makefile.am, configure.in, pgpewrap, pgpewrap.c: Include C
7071 +       version of pgpewrap, by Wessel Dankers <wsl@fruit.eu.org>.
7072 +
7073 +       * po/da.po: update
7074 +
7075 +       * compose.c: Unify "Can't stat" messages.  Suggested by Byrial.
7076 +
7077 +       * editmsg.c: branches:  2.12.2; Unify "Can't stat" messages.
7078 +       Suggested by Byrial.
7079 +
7080 +       * sendlib.c: Unify "Can't stat" messages.  Suggested by Byrial.
7081 +
7082 +2001-10-10 23:37:06  roessler  (roessler)
7083 +
7084 +       * mh.c: Fix #560.
7085 +
7086 +       * pager.c: Fix minor snafu in Vsevolod's patch about important
7087 +       flags for POP folders.
7088 +
7089 +       * main.c: Mess around with signal handlers.  Allegedly, this
7090 +       helps to get things working with Solaris 8.  See #455.
7091 +
7092 +       * imap/message.c: Try to fix #302.
7093 +
7094 +       * curs_main.c, pager.c: Don't allow setting the "important"
7095 +       flag when message resides on a POP server.
7096 +
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>.
7100 +
7101 +       * pager.c: Patch from #272 (from acli@mingpaoxpress.com).
7102 +
7103 +       * browser.c: Fix #813.
7104 +
7105 +       * mx.c: Another consistency fix for maildir_trash.
7106 +
7107 +       * mh.c, mx.c: Experimental patch to make maildir_trash handling
7108 +       more consistent.
7109 +
7110 +       * buffy.c: branches:  2.21.2; maildir buffy: Don't consider
7111 +       "trashed" new messages new. Fixes #412.
7112 +
7113 +       * main.c: Include platform information with mutt -v output.
7114 +
7115 +       * muttbug.sh.in: Include some information about the compiler
7116 +       and compiler flags used with bug reports.
7117 +
7118 +       * po/pl.po: update
7119 +
7120 +       * po/fr.po, po/de.po: updates.
7121 +
7122 +2001-10-09 09:29:55  roessler  (roessler)
7123 +
7124 +       * getdomain.c: A different fix for #767.
7125 +
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
7132 +
7133 +2001-10-07 06:43:52  roessler  (roessler)
7134 +
7135 +       * doc/manual.sgml.head: We do update .mh_sequences files now.
7136 +
7137 +2001-10-06 09:31:44  roessler  (roessler)
7138 +
7139 +       * doc/manual.sgml.head: Documentation for check-traditional-pgp
7140 +       and for edit-type when used in read mode.
7141 +
7142 +2001-10-02 22:20:03  roessler  (roessler)
7143 +
7144 +       * enter.c: Fix #801.
7145 +
7146 +2001-10-01 09:58:49  roessler  (roessler)
7147 +
7148 +       * mh.c: Create mh_sequences files when they don't exist.
7149 +       Suggested by TAKIZAWA Takashi <taki@luna.email.ne.jp>.
7150 +
7151 +2001-09-28 08:38:44  roessler  (roessler)
7152 +
7153 +       * charset.c: More character set aliases, from Ionel Mugurel
7154 +       Ciobica <tgakic@sg10.chem.tue.nl>.
7155 +
7156 +       * pager.c: Color fix from Brandon Long.  Welcome back!
7157 +
7158 +2001-09-26 10:56:52  roessler  (roessler)
7159 +
7160 +       * mh.c: OK, I couldn't resist. ;-)
7161 +
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.
7169 +
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. ;-)
7178 +
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.
7182 +
7183 +       * attach.c: Fix attachment printing.
7184 +
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.
7187 +
7188 +       * contrib/gpg.rc: Remove --comment '' - it breaks pgpewrap and
7189 +       isn't necessary with more recent gpg versions.
7190 +
7191 +2001-09-21 09:35:18  roessler  (roessler)
7192 +
7193 +       * po/pl.po: update
7194 +
7195 +2001-09-17 10:19:10  roessler  (roessler)
7196 +
7197 +       * send.c: fix #737.
7198 +
7199 +2001-09-14 08:19:30  roessler  (roessler)
7200 +
7201 +       * po/id.po: update
7202 +
7203 +2001-09-11 12:24:32  roessler  (roessler)
7204 +
7205 +       * addrbook.c, alias.c, init.c, menu.c, mutt.h, query.c: More
7206 +       addressbook fixes.
7207 +
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.
7215 +
7216 +       The original crash was noted by Oliver Kauss <kauss@gmx.de>.
7217 +
7218 +2001-09-08 14:23:05  roessler  (roessler)
7219 +
7220 +       * init.c: Thomas Guettler <thomas@thomas-guettler.de> reports
7221 +       a segfault when you search for "~b \\${".
7222 +
7223 +       * po/zh_TW.po: update
7224 +
7225 +2001-09-06 12:10:10  roessler  (roessler)
7226 +
7227 +       * po/pl.po: update
7228 +
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).
7235 +
7236 +2001-09-05 12:09:44  roessler  (roessler)
7237 +
7238 +       * sendlib.c: BSD/OS portability fix from Edmund Grimley Evans.
7239 +       #758.
7240 +
7241 +       * imap/imap.c, init.h: patch-1.3.22.1.remove_warnings.awn.1,
7242 +       from Andrew W. Nosenko.
7243 +
7244 +2001-09-04 19:12:23  roessler  (roessler)
7245 +
7246 +       * po/da.po: update
7247 +
7248 +       * imap/util.c, mutt_socket.c, muttlib.c, pop.c, url.c, url.h:
7249 +       patch-bac.canonifypath-4.
7250 +
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.
7256 +
7257 +       (From Brendan Cully.)
7258 +
7259 +       * po/ja.po, po/ru.po, po/uk.po: updates
7260 +
7261 +       * mutt_tunnel.c: patch-bac.tunnelreopen-1 from Brendan Cully.
7262 +
7263 +2001-09-03 13:59:37  roessler  (roessler)
7264 +
7265 +       * curs_main.c, thread.c: Don't lose track of the current message
7266 +       when collapsing and changing sort modes wildly.  Noted by
7267 +       David T-G.
7268 +
7269 +       * NEWS, globals.h, init.h, mh.c: Make MH sequences variable.
7270 +
7271 +       * po/de.po: update
7272 +
7273 +       * sendlib.c: Don't try to attach non-regular files.  #754.
7274 +
7275 +2001-08-31 09:21:55  roessler  (roessler)
7276 +
7277 +       * NEWS: Mention mailto URL support.
7278 +
7279 +       * imap/imap.c, imap/util.c, imap/command.c: Fix some memory leaks.
7280 +       From Pawel Salek, by way of Brendan Cully.
7281 +
7282 +2001-08-30 21:30:39  roessler  (roessler)
7283 +
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
7290 +
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
7297 +
7298 +       * contrib/sample.muttrc-tlr: update
7299 +
7300 +       * build-release: branches:  2.17.2; more preparations for
7301 +       stabilizing 1.3.
7302 +
7303 +       * Makefile.am, README.UPGRADE: README.UPGRADE is quite outdated.
7304 +
7305 +       * doc/muttrc.man.head, NEWS: documentation updates.
7306 +
7307 +       * doc/mutt.man: branches:  1.16.2; mention ~/.mutt/muttrc
7308 +
7309 +       * curs_main.c: Fix #750 / deb#108628.
7310 +
7311 +       * pop_auth.c: patch-20010829.vvv.pop_auth
7312 +
7313 +2001-08-28 20:39:04  roessler  (roessler)
7314 +
7315 +       * handler.c: Don't do character conversion when we call an
7316 +       external handler for a text type.  Assume that the conversion
7317 +       is done there.
7318 +
7319 +       * po/da.po: update
7320 +
7321 +2001-08-24 08:07:42  roessler  (roessler)
7322 +
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,
7326 +       but aren't.
7327 +
7328 +       * po/de.po: update
7329 +
7330 +       * sendlib.c: More liberally apply MIME encodings to non-text
7331 +       body parts when there's a ^From_ line.
7332 +
7333 +2001-08-23 19:10:04  roessler  (roessler)
7334 +
7335 +       * po/eo.po, po/sv.po: update
7336 +
7337 +2001-08-22 14:41:32  roessler  (roessler)
7338 +
7339 +       * po/et.po, po/fr.po: update
7340 +
7341 +       * pop_auth.c: This should fix the warnings which A. Nosenko found.
7342 +       (And may introduce new ones about unused variables.)
7343 +
7344 +2001-08-21 21:54:33  roessler  (roessler)
7345 +
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
7352 +
7353 +2001-08-20 12:11:28  roessler  (roessler)
7354 +
7355 +       * mx.c: Check for .mew-cache in MH folders.
7356 +
7357 +2001-08-16 12:42:30  roessler  (roessler)
7358 +
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.
7363 +
7364 +       (And, apparently, we hit some boundary somewhere in the PGP code
7365 +       with that - I had some truncated attachments today.)
7366 +
7367 +2001-08-13 16:12:08  roessler  (roessler)
7368 +
7369 +       * pop.c: fix content-length headers.
7370 +
7371 +       * mh.c: Fix treatment of maildir folders.  We partially used mh
7372 +       routines for these, introducing absurdities such as .mh_sequences
7373 +       files.
7374 +
7375 +2001-08-12 10:15:15  roessler  (roessler)
7376 +
7377 +       * init.c, init.h: Fix the "strange e-mail header" bug.  It was
7378 +       an uninitialized buffer.  Thanks to Brendan Cully for figuring
7379 +       it out.
7380 +
7381 +2001-08-11 17:39:13  roessler  (roessler)
7382 +
7383 +       * muttlib.c: Undo an earlier change to _mutt_expand_path, which
7384 +       seems to have caused problems.  From Brendan Cully.
7385 +
7386 +       * config.guess, config.sub: Update.  Thanks, Brendan!
7387 +
7388 +2001-08-09 11:28:09  roessler  (roessler)
7389 +
7390 +       * po/uk.po, po/ja.po: update
7391 +
7392 +2001-08-08 19:27:50  roessler  (roessler)
7393 +
7394 +       * doc/manual.sgml.tail: Adding someone I forgot.
7395 +
7396 +2001-08-07 12:45:51  roessler  (roessler)
7397 +
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!
7400 +
7401 +2001-08-06 17:49:06  roessler  (roessler)
7402 +
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.)
7407 +
7408 +       * buffy.c: Another little MH buffy bug.  From Len Lattanzi
7409 +       <Len.Lattanzi@Migration.com>.
7410 +
7411 +2001-08-03 16:55:41  roessler  (roessler)
7412 +
7413 +       * mh.c: fix an mh_buffy segfault.
7414 +
7415 +       * configure.in: Don't default to "no" when we can't find sendmail.
7416 +       #713; Brendan Cully.
7417 +
7418 +       * buffy.c, mh.c, mx.h: MH buffy.
7419 +
7420 +2001-08-02 22:59:16  roessler  (roessler)
7421 +
7422 +       * contrib/gpg.rc: Don't emit a comment armor header at all.
7423 +
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.
7427 +
7428 +       * mh.c: Fix #720.
7429 +
7430 +       * imap/browse.c: Namespace fix.  From Pawel Slawek (or Peter
7431 +       Bloomfield?); forwarded by Brendan Cully.
7432 +
7433 +2001-08-01 22:40:29  roessler  (roessler)
7434 +
7435 +       * po/eo.po: update
7436 +
7437 +       * po/fr.po, po/ru.po, po/de.po: updates.
7438 +
7439 +       * gnupgparse.c: branches:  2.22.2; Signed fixes.  Noted by
7440 +       Vincent Lefevre's compiler.
7441 +
7442 +       * pgpkey.c: Signed fixes.  Noted by Vincent Lefevre's compiler.
7443 +
7444 +2001-07-31 12:28:19  roessler  (roessler)
7445 +
7446 +       * mh.c: More MH fixes.
7447 +
7448 +       * mh.c: fix a small typo
7449 +
7450 +       * mailbox.h: branches:  2.10.2; Add mh_sequences support.
7451 +       I hope this works.
7452 +
7453 +       * mh.c, mx.c: Add mh_sequences support.  I hope this works.
7454 +
7455 +2001-07-29 09:48:04  roessler  (roessler)
7456 +
7457 +       * contrib/gpg.rc: Fix the comment header, and generally be
7458 +       less verbose.
7459 +
7460 +2001-07-26 17:42:48  roessler  (roessler)
7461 +
7462 +       * imap/util.c: patch-bac.imapnextword-1. From Brendan Cully.
7463 +
7464 +       * pgpkey.c: Don't confuse validity and trust when it comes to
7465 +       PGP keys.
7466 +
7467 +       * thread.c: O(n log (n)) sorting from Jan Kratochvil
7468 +       <short@ucw.cz>.
7469 +
7470 +2001-07-25 19:51:58  roessler  (roessler)
7471 +
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.
7477 +
7478 +2001-07-24 21:29:47  roessler  (roessler)
7479 +
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
7486 +
7487 +       * imap/imap.c: Avoid mail loss with IMAP.  From Brendan Cully.
7488 +
7489 +       * imap/command.c: patch-bac.capability-20010724.1.  From Brendan
7490 +       Cully.
7491 +
7492 +       * mbox.c: Add a status message, so "Writing messages" doesn't
7493 +       stay on screen forever.
7494 +
7495 +2001-07-24 06:42:06  Brendan Cully  <brendan@kublai.com>  (roessler)
7496 +
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
7501 +       empty mailboxes.
7502 +
7503 +2001-07-19 14:51:14  roessler  (roessler)
7504 +
7505 +       * curs_main.c: Redraw when an alias is created - the user may
7506 +       have assigned a different realname.
7507 +
7508 +       * COPYRIGHT: update
7509 +
7510 +2001-07-11 07:19:45  roessler  (roessler)
7511 +
7512 +       * INSTALL: Replace mutt-dev@cs.hmc.edu by mutt-dev@mutt.org.
7513 +       Noted by "Mark E.  Mallett" <mem@mv.mv.com>.
7514 +
7515 +2001-07-09 20:54:34  roessler  (roessler)
7516 +
7517 +       * Makefile.am, acconfig.h, configure.in: locale-related fix from
7518 +       Lars Hecking.
7519 +
7520 +2001-07-04 07:35:20  roessler  (roessler)
7521 +
7522 +       * imap/util.c: Fix a nit.  From "Andrew W. Nosenko"
7523 +       <awn@bcs.zp.ua>
7524 +
7525 +2001-07-03 19:32:12  roessler  (roessler)
7526 +
7527 +       * m4/iconv.m4, configure.in: Iconv-related cleanup.  From Brendan
7528 +       Cully.
7529 +
7530 +       * init.c, muttlib.c, protos.h: Unified buffer handling, from
7531 +       Brendan Cully.
7532 +
7533 +       * pgppubring.c: branches:  2.26.2; Don't sign-extend chars.
7534 +
7535 +       * pgp.c: Fixing a PGP signature reporting bug; adding debugging
7536 +       output.
7537 +
7538 +       * mutt_socket.c: Don't fcntl -1.  From Brendan.
7539 +
7540 +       * imap/imap.c, imap/imap_private.h, imap/message.c, muttlib.c,
7541 +       protos.h: Fix #677.  From Brendan Cully.
7542 +
7543 +2001-07-02 20:28:32  roessler  (roessler)
7544 +
7545 +       * query.c: Fix a minor nit with the external query interface.
7546 +
7547 +       * doc/manual.sgml.head: documentation from Brendan Cully.
7548 +
7549 +2001-06-29 10:06:16  roessler  (roessler)
7550 +
7551 +       * imap/imap.c, hook.c, init.h, mutt.h, mutt_socket.c, protos.h:
7552 +       patch-bac-vvvacounthook-20010628.1
7553 +
7554 +2001-06-28 20:34:05  roessler  (roessler)
7555 +
7556 +       * query.c: Query patch from Olivier Chapuis
7557 +       <olivier.chapuis@free.fr>.
7558 +
7559 +2001-06-27 16:08:06  roessler  (roessler)
7560 +
7561 +       * po/ru.po: update.
7562 +
7563 +       * init.h, mutt.h, mx.c: patch-1.3.19i.rs.keep_flagged
7564 +
7565 +2001-06-26 10:26:54  roessler  (roessler)
7566 +
7567 +       * pgppubring.c: fixes.
7568 +
7569 +       * pgplib.h, pgppubring.c: Fix handling of revocation certificates.
7570 +
7571 +       * pgppubring.c: Also dump revocations.
7572 +
7573 +       * pgplib.c, pgplib.h, pgppubring.c: Add a very simple
7574 +       signature-dumping mode to pgpring.  (Not needed for mutt.)
7575 +
7576 +2001-06-19 08:39:17  roessler  (roessler)
7577 +
7578 +       * po/ja.po: update
7579 +
7580 +       * imap/imap.c, imap/message.c: IMAP error checking for bug #662.
7581 +       From Brendan Cully.
7582 +
7583 +2001-06-18 17:29:55  roessler  (roessler)
7584 +
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.
7587 +
7588 +       * po/eo.po: update
7589 +
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.
7592 +
7593 +       From Vsevolod Volkov.
7594 +
7595 +2001-06-14 13:29:06  roessler  (roessler)
7596 +
7597 +       * po/pl.po: update
7598 +
7599 +2001-06-13 08:29:16  roessler  (roessler)
7600 +
7601 +       * m4/gettext.m4: Avoid more m4 macro collisions.
7602 +
7603 +       * m4/glibc21.m4: branches:  1.2.2;  1.2.4; Avoid more m4 macro
7604 +       collisions.
7605 +
7606 +       * imap/auth_sasl.c: An updated version of the previous patch.
7607 +       From Brendan.
7608 +
7609 +       * mutt_sasl.c: branches:  2.10.2; An updated version of the
7610 +       previous patch.  From Brendan.
7611 +
7612 +       * mutt_sasl.h, pop_auth.c: An updated version of the previous
7613 +       patch.  From Brendan.
7614 +
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 :)
7619 +
7620 +       closes 549
7621 +
7622 +       From Brendan Cully.
7623 +
7624 +       * po/cs.po: update
7625 +
7626 +2001-06-12 12:45:29  roessler  (roessler)
7627 +
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.
7631 +
7632 +       * m4/gettext.m4: Fix comments.
7633 +
7634 +       * po/tr.po: update
7635 +
7636 +2001-06-11 18:32:05  roessler  (roessler)
7637 +
7638 +       * imap/auth.c, imap/imap.c, doc/manual.sgml.head:
7639 +       patch-bac.flags-20010611.1
7640 +
7641 +       * po/es.po, po/da.po: update.
7642 +
7643 +       * doc/manual.sgml.head: Updates from Byrial Jensen.
7644 +
7645 +       * keymap.c: command/function cosmetics from Byrial Jensen.
7646 +
7647 +       * po/de.po, po/et.po, po/sv.po: update.
7648 +
7649 +       * doc/mutt.man, doc/muttbug.man, init.c, init.h: Use the EMAIL
7650 +       environment variable as the default for $from.
7651 +
7652 +       * po/eo.po, po/el.po: update.
7653 +
7654 +2001-06-07 23:15:53  roessler  (roessler)
7655 +
7656 +       * po/fr.po, po/id.po: updates for 1.3.19.
7657 +
7658 +       * po/zh_TW.Big5.po: A fixed version from EGE.
7659 +
7660 +       * build-release: Don't try to upload to sigtrap.guug.de any more.
7661 +
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
7668 +
7669 +       * check_sec.sh: Don't check in intl/
7670 +
7671 +       * m4/codeset.m4: branches:  1.1.2;  1.1.4; More from the gettext
7672 +       munster patch from E.G.E.
7673 +
7674 +       * m4/glibc21.m4, m4/iconv.m4: More from the gettext munster
7675 +       patch from E.G.E.
7676 +
7677 +       * po/zh_TW.Big5.po, m4/gettext.m4, m4/lcmessage.m4,
7678 +       m4/progtest.m4: Gettext update. (From E.G.E., of course.)
7679 +
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.
7693 +
7694 +       * lib.h: branches:  2.11.2; Gettext update.
7695 +
7696 +       * mbyte.c: Gettext update.
7697 +
7698 +       * po/ru.po: update.
7699 +
7700 +       * configure.in: ALL_LINGUAS.  I forgot to do this earlier today.
7701 +
7702 +       * NEWS: Documentation update from Brendan Cully.
7703 +
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.
7710 +
7711 +       * po/zh_TW.Big5.po: Changed to utf-8 in order to avoid problems
7712 +       with recent gettext versions.  Thanks to EGE!
7713 +
7714 +       (BTW, the file name is lying now.  Is this a problem?)
7715 +
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
7721 +       translation.
7722 +
7723 +       * po/it.po: Fix a small bug.
7724 +
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.
7729 +
7730 +       From Brendan Cully.
7731 +
7732 +       * INSTALL, README.SSL, rfc2047.c: Documentation updates and a
7733 +       little bug fix.  From Brendan Cully.
7734 +
7735 +       * init.c: Don't add empty strings to lists.  From Thomas Parmelan
7736 +       <tom@proxad.net>.
7737 +
7738 +2001-06-05 15:43:41  roessler  (roessler)
7739 +
7740 +       * handler.c: Leave slightly more margin with format=flowed.
7741 +
7742 +       * imap/command.c, mutt_socket.c, mutt_ssl.c, mutt_tunnel.c:
7743 +       patch-bac.sockets-20010605.1
7744 +
7745 +       * imap/auth.c, init.h: Change the delimiter for
7746 +       imap_authenticators to a colon.
7747 +
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
7756 +       auth loop.
7757 +
7758 +       (From Brendan Cully.)
7759 +
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
7766 +       auth loop.
7767 +
7768 +       * attach.c, commands.c, handler.c: Check mutt_create_filter*'s
7769 +       return value  for errors.  This should avoid a bunch of possible
7770 +       crashes.
7771 +
7772 +2001-06-04 18:29:33  roessler  (roessler)
7773 +
7774 +       * doc/manual.sgml.head: Score documentation fix.
7775 +
7776 +       * po/pl.po: Update.
7777 +
7778 +       * doc/.cvsignore, .cvsignore: Ignore some more generated files.
7779 +       From Andrew Nosenko.
7780 +
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.
7784 +
7785 +       From "Andrew W. Nosenko" <awn@bcs.zp.ua>.
7786 +
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.
7790 +
7791 +2001-06-01 08:53:23  roessler  (roessler)
7792 +
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.
7796 +
7797 +       * po/fr.po: Update.
7798 +
7799 +2001-05-31 18:04:24  roessler  (roessler)
7800 +
7801 +       * mutt_tunnel.c: Tunnel fixes.
7802 +
7803 +       * configure.in: Fix some typos.
7804 +
7805 +       * mutt_curses.h, configure.in: Utf-8 support with ncurses, by
7806 +       Sven Verdoolaege.  Thomas E. Dickey says it looks reasonable,
7807 +       so I include it.
7808 +
7809 +2001-05-30 23:00:51  roessler  (roessler)
7810 +
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.
7815 +
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).
7820 +
7821 +       * curs_main.c: Check whether any messages are visible.
7822 +
7823 +2001-05-29 20:26:23  roessler  (roessler)
7824 +
7825 +       * m4/gssapi.m4: branches:  1.1.2; GSSAPI fixes, tunnel driver.
7826 +       From Brendan Cully.
7827 +
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.
7832 +
7833 +       * configure.in, md5.h, sha1.h: More type-determination fixes
7834 +       from Lars Hecking.
7835 +
7836 +2001-05-28 19:14:47  roessler  (roessler)
7837 +
7838 +       * imap/util.c: Consult /etc/services for imaps port.  From Brendan
7839 +       Cully.
7840 +
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.
7844 +
7845 +       * muttbug.sh.in: Cosmetics.  From Brendan Cully.
7846 +
7847 +       * imap/command.c, imap/imap.c, imap/imap_private.h: Detect
7848 +       external modifications of IMAP folders.  From Brendan Cully.
7849 +
7850 +       * curs_main.c: Fix attaching messages via IMAP.  From Brendan
7851 +       Cully.
7852 +
7853 +2001-05-24 10:18:30  roessler  (roessler)
7854 +
7855 +       * po/ja.po: update.
7856 +
7857 +       * browser.c: patch-bac.chdir-20010523.2
7858 +
7859 +2001-05-23 14:19:16  roessler  (roessler)
7860 +
7861 +       * browser.c: patch-bac.chdir-20010523.1
7862 +
7863 +       * imap/browse.c: patch-bac.createnull-20010522.1
7864 +
7865 +2001-05-22 21:45:52  roessler  (roessler)
7866 +
7867 +       * doc/manual.sgml.head: Documentation nit from Björn Jacke.
7868 +
7869 +       * configure.in: Let configure --help look prettier.  From Brendan
7870 +       Cully.
7871 +
7872 +       * doc/manual.sgml.head, doc/manual.sgml.tail: Documentation
7873 +       fixes from Brendan Cully.
7874 +
7875 +       * imap/imap.c: Attachment deletion on IMAP servers, take two.
7876 +
7877 +2001-05-21 08:42:07  roessler  (roessler)
7878 +
7879 +       * imap/imap.c, imap/message.c, commands.c, mx.c, protos.h:
7880 +       Attachment deletion for IMAP folders.  By Brendan Cully.
7881 +
7882 +2001-05-20 22:35:29  roessler  (roessler)
7883 +
7884 +       * handler.c: Fix character set conversion for non-plain text
7885 +       types with 8bit content-transfer-encodings.  Noted by Björn Jacke.
7886 +
7887 +       * imap/message.c: \Seen for FCCs.  From Brendan Cully.
7888 +
7889 +2001-05-17 18:37:21  roessler  (roessler)
7890 +
7891 +       * pager.c: patch-1.3.18.bj.segfault.1.
7892 +
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>.
7896 +
7897 +2001-05-15 20:41:55  roessler  (roessler)
7898 +
7899 +       * imap/browse.c, imap/util.c, mutt_socket.c:
7900 +       patch-bac.notes-20010515.1
7901 +
7902 +       * rfc1524.c: Make tests on an attachment's file name possible.
7903 +       Patch from Bob Bell <bobbell@zk3.dec.com>.
7904 +
7905 +2001-05-13 15:43:48  roessler  (roessler)
7906 +
7907 +       * po/de.po: Update.
7908 +
7909 +2001-05-12 05:49:31  roessler  (roessler)
7910 +
7911 +       * handler.c: Undo one of yesterday's aesthetical changes.
7912 +
7913 +       * muttlib.c: IMAP path canonification hack from Brendan Cully.
7914 +
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.
7918 +
7919 +2001-05-11 22:16:17  roessler  (roessler)
7920 +
7921 +       * handler.c: Don't cut off the final part of ttachments with
7922 +       overlong lines.
7923 +
7924 +       * handler.c: Correctly handle extremely long lines.
7925 +
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.
7930 +
7931 +       (Further note that we still try to avoid wrapping at places
7932 +       where the user didn't do so.)
7933 +
7934 +       * handler.c: Some more esthetical nits.
7935 +
7936 +       * handler.c: More fixes.
7937 +
7938 +       * recvcmd.c: Fix some nits with respect to text/plain;
7939 +       format=flowed.
7940 +
7941 +       * copy.c, handler.c, init.h, mutt.h, send.c: Add experimental
7942 +       support for text/plain; format=flowed.
7943 +
7944 +       * send.c: Fix #590.
7945 +
7946 +       * headers.c: Some code simplifications.
7947 +
7948 +       * headers.c, muttlib.c: Fix a memory leak in mutt_free_envelope();
7949 +       avoid dangling pointers in header editing.
7950 +
7951 +2001-05-10 13:15:45  roessler  (roessler)
7952 +
7953 +       * po/ja.po: update.
7954 +
7955 +       * hdrline.c: Fix %D.  From Len Lattanzi
7956 +       <Len.Lattanzi@migration.com>.
7957 +
7958 +       * headers.c: Fix header editing and references headers.
7959 +
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
7966 +       sleeptime patch.
7967 +
7968 +       * pop_lib.c: branches:  2.4.2; A slightly extended version of
7969 +       Dave Ewart's sleeptime patch.
7970 +
7971 +       * protos.h: A slightly extended version of Dave Ewart's sleeptime
7972 +       patch.
7973 +
7974 +       * po/fr.po, po/id.po, po/sv.po, po/da.po: update.
7975 +
7976 +       * po/hu.po, configure.in: Adding the Hungarian translation from
7977 +       Szabolcs Horvath <horvaths@fi.inf.elte.hu>.
7978 +
7979 +2001-05-07 19:21:41  roessler  (roessler)
7980 +
7981 +       * imap/README, imap/imap.h, imap/util.c, muttlib.c: IMAP path
7982 +       canonicalization.  From Brendan Cully.
7983 +
7984 +2001-05-02 20:49:46  roessler  (roessler)
7985 +
7986 +       * doc/manual.sgml.tail: Document some missing functions.
7987 +
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.
7993 +
7994 +2001-05-01 21:32:50  roessler  (roessler)
7995 +
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
8002 +
8003 +2001-04-26 15:52:34  roessler  (roessler)
8004 +
8005 +       * configure.in: Replace tabs by spaces.
8006 +
8007 +       * BEWARE, Makefile.am: Add a word of warning concerning the
8008 +       case problems.
8009 +
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'.
8018 +
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'.
8023 +
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'.
8030 +
8031 +2001-04-25 22:08:41  roessler  (roessler)
8032 +
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.
8038 +
8039 +       * parse.c: Use RFC 2822's interpretation of two-digit years.
8040 +
8041 +       * charset.c: Kluge around some problems with iso-8859-9 locales.
8042 +
8043 +2001-04-24 11:21:22  roessler  (roessler)
8044 +
8045 +       * commands.c: When the character set is changed, ask whether or
8046 +       not mutt should convert.
8047 +
8048 +2001-04-19 09:39:49  roessler  (roessler)
8049 +
8050 +       * compose.c: Don't try to select the secret key from the public
8051 +       key ring.
8052 +
8053 +2001-04-18 15:12:50  roessler  (roessler)
8054 +
8055 +       * sendlib.c: Fix a segmentation fault.  Bug reported by Björn
8056 +       Jacke and analyzed by Lars Hecking.
8057 +
8058 +2001-04-13 23:20:15  roessler  (roessler)
8059 +
8060 +       * enter.c: Fix KEY_ENTER.  From EGE.
8061 +
8062 +       * README, build-release: Introducing trithemius.gnupg.org.
8063 +
8064 +2001-04-11 23:42:59  roessler  (roessler)
8065 +
8066 +       * hook.c: Avoid excessive unhooking from within hooks.
8067 +       Problem noted by Eugene Lee <eugene@anime.net> on mutt-users.
8068 +
8069 +       * doc/Makefile.in: Don't rely on GNU make's implicit rules for
8070 +       shell scripts.  Noted by EGE.
8071 +
8072 +2001-04-09 16:10:59  roessler  (roessler)
8073 +
8074 +       * INSTALL: Fix the documentation of --enable-locale-fix.
8075 +       From EGE.
8076 +
8077 +       * enter.c, keymap.c: Entering multibyte characters.  From Edmund
8078 +       Grimley Evans.
8079 +
8080 +       * send.c: Avoid a crash.  patch-1.3.17.tlr.pgpflags_fault.1.
8081 +
8082 +2001-04-05 23:23:37  roessler  (roessler)
8083 +
8084 +       * po/it.po: update
8085 +
8086 +       * po/tr.po: update.
8087 +
8088 +       * init.h: Fix a minor typo in the documentation.
8089 +
8090 +2001-04-04 23:29:29  roessler  (roessler)
8091 +
8092 +       * send.c: Fix pgp_replyencrypt and friends for group-replies to
8093 +       several tagged messages.  Noted by Werner Koch.
8094 +
8095 +2001-04-03 19:26:55  roessler  (roessler)
8096 +
8097 +       * pgpkey.c: More PGP key selection changes:  Clean up the key
8098 +       selection mechanism.  I'd appreciate if some of you could review
8099 +       the logic.
8100 +
8101 +       * pgpkey.c: Fixes for the previous patch.
8102 +
8103 +       * pgpkey.c: Add an error message in case keys can be found,
8104 +       but none are valid.
8105 +
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.)
8109 +
8110 +       * doc/manual.sgml.head: Fix a typo.  Debian #90400.
8111 +
8112 +       * po/sv.po: update.
8113 +
8114 +       * url.c: Permit for passwords which contain '@'.  From Felix
8115 +       von Leitner <leitner@fefe.de>.
8116 +
8117 +       * mutt_socket.c: Set the close on exec bit for IMAP sockets.
8118 +       From Jason Gunthorpe <jgg@wakko.deltatee.com>.  #536, Debian
8119 +       #92651.
8120 +
8121 +2001-04-02 13:02:56  roessler  (roessler)
8122 +
8123 +       * pop.c: Fix a buffer overrun.  Noted by Gordon Sadler
8124 +       <gbsadler1@lcisp.com>; #530.
8125 +
8126 +       * imap/Makefile.am: Fix dependencies.  From Lars Hecking.
8127 +
8128 +2001-03-30 08:53:12  roessler  (roessler)
8129 +
8130 +       * imap/Makefile.am: Add a rule for ../types.h.
8131 +
8132 +2001-03-29 11:23:05  roessler  (roessler)
8133 +
8134 +       * pgp.c: Adding a dprint statement.
8135 +
8136 +2001-03-28 14:59:52  roessler  (roessler)
8137 +
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.
8140 +
8141 +       * main.c: fix some of the copyright messages.
8142 +
8143 +       * gnupgparse.c, pgpkey.c, pgplib.c, pgplib.h, pgppacket.c: Make
8144 +       mutt compatible with GnuPG's latest features.  As requested by
8145 +       Werner Koch.
8146 +
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
8153 +
8154 +       * po/pl.po: update.
8155 +
8156 +2001-03-23 12:30:17  roessler  (roessler)
8157 +
8158 +       * send.c: handle my_hdr message-id: correctly.
8159 +
8160 +2001-03-20 17:28:55  roessler  (roessler)
8161 +
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.
8164 +
8165 +       * po/ja.po: Update from Oota Toshiya <oota@ppd.fc.nec.co.jp>.
8166 +
8167 +       * mbyte.c: Fix a bug in mbrtowc_iconv().  From TAKIZAWA Takashi
8168 +       <taki@luna.email.ne.jp>.
8169 +
8170 +2001-03-12 11:54:38  roessler  (roessler)
8171 +
8172 +       * po/ru.po: update from Vsevolod.
8173 +
8174 +2001-03-08 16:48:50  roessler  (roessler)
8175 +
8176 +       * pager.c: Cosmetic change for OP_PAGER_TOP, suggested by Mike
8177 +       Schiraldi <raldi@research.netsol.com>.
8178 +
8179 +2001-03-05 20:52:04  roessler  (roessler)
8180 +
8181 +       * init.h: Fix use_ipv6.
8182 +
8183 +       * po/ja.po: update.
8184 +
8185 +2001-03-04 14:25:07  roessler  (roessler)
8186 +
8187 +       * po/eo.po: update.
8188 +
8189 +       * pgppacket.c: Fix the interpretation of new-style packet lengths.
8190 +       This is a really bad bug.
8191 +
8192 +       * init.h, mutt.h, mutt_socket.c: Make it possible to enable ipv6
8193 +       at run time.
8194 +
8195 +2001-03-03 18:17:23  roessler  (roessler)
8196 +
8197 +       * mutt_ssl.c: Fix a typo concerning OpenSSL version numbers.
8198 +
8199 +2001-03-01 10:18:04  roessler  (roessler)
8200 +
8201 +       * po/fr.po: update.
8202 +
8203 +       * po/de.po, po/id.po: updates.
8204 +
8205 +       * imap/imap.c: Don't engage STARTTLS when already in SSL mode.
8206 +
8207 +2001-02-27 16:59:45  roessler  (roessler)
8208 +
8209 +       * Makefile.am, depcomp, missing: Adding files for users of
8210 +       automake-cvs.  From Lars Hecking.
8211 +
8212 +       * configure.in: Simplifications from Lars Hecking.
8213 +
8214 +       * doc/Makefile.in: Distribute instdoc.sh.in.
8215 +
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
8222 +
8223 +2001-02-26 16:35:39  roessler  (roessler)
8224 +
8225 +       * pgp.c: Fix behaviour with multiple signed blocks inside one
8226 +       application/pgp.
8227 +
8228 +       * pgp.c: Add out-of-band signature status signalling for
8229 +       application/pgp with clearsig.
8230 +
8231 +2001-02-23 09:13:55  roessler  (roessler)
8232 +
8233 +       * imap/imap.c, mutt_ssl.c, po/ru.po: update.
8234 +
8235 +       * url.h: Ports are unsigned short, not short.
8236 +
8237 +       * po/de.po: Update.
8238 +
8239 +2001-02-21 17:02:18  roessler  (roessler)
8240 +
8241 +       * po/fr.po: update.
8242 +
8243 +       * po/pl.po, po/sv.po: updates.
8244 +
8245 +2001-02-20 19:05:17  roessler  (roessler)
8246 +
8247 +       * imap/auth_gss.c, imap/message.c: More IMAP patches from Brendan.
8248 +
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.
8253 +
8254 +2001-02-19 18:21:53  roessler  (roessler)
8255 +
8256 +       * imap/command.c: Improved error handling.
8257 +
8258 +       * po/de.po: There is no such thing as a "Text Anhang" in German.
8259 +
8260 +       * imap/imap.c, imap/imap.h, hook.c, mailbox.h, mx.c: Brendan
8261 +       Cully's generic access() wrapper which know about IMAP.
8262 +
8263 +       * po/el.po: Update.
8264 +
8265 +2001-02-16 00:42:57  roessler  (roessler)
8266 +
8267 +       * imap/BUGS, imap/message.c: Bugfix.  From B.C.
8268 +
8269 +       * imap/message.c: Fix #378.  From Brendan Cully.
8270 +
8271 +       * imap/imap.c: Support for \HasNoChildren.  From Brendan Cully.
8272 +
8273 +2001-02-15 16:37:27  roessler  (roessler)
8274 +
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
8278 +       patch.
8279 +
8280 +       * po/ja.po, configure.in: Adding ja.po.
8281 +
8282 +       * charset.c: Fix iconv-hook.  It would segfault with x-unknown
8283 +       and other problematic cases.
8284 +
8285 +       * init.h: Fix the documentation of pgp_verify_sig.  It's ask-yes,
8286 +       not ask.
8287 +
8288 +2001-02-14 23:58:28  roessler  (roessler)
8289 +
8290 +       * INSTALL: Add a comment about the sample iconv-hook files.
8291 +
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.
8313 +
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.
8317 +
8318 +       * rfc2047.c, sendlib.c: Minor charset fixes.  Users can now give
8319 +       any character set names in
8320 +
8321 +2001-02-13 23:42:29  roessler  (roessler)
8322 +
8323 +       * charset.c: Some more strange character set aliaes.
8324 +
8325 +       * charset.c: Add more possibly-interesting character set names.
8326 +
8327 +       * charset.c: While I'm on it, fix a warning and remove some
8328 +       weired code by proper use of ctype functions.
8329 +
8330 +       * imap/utf7.c: branches:  1.5.2; Change charset-hook's behaviour.
8331 +
8332 +       * charset.c: Change charset-hook's behaviour.
8333 +
8334 +       * charset.h: branches:  2.19.2; Change charset-hook's behaviour.
8335 +
8336 +       * gettext.c, gnupgparse.c, handler.c, rfc2047.c, rfc2231.c,
8337 +       sendlib.c: Change charset-hook's behaviour.
8338 +
8339 +       * po/id.po: update.
8340 +
8341 +       * po/de.po: Fix some typos.  From Björn Jacke.
8342 +
8343 +       * recvattach.c: A little fix for those who don't have PGP
8344 +       installed. ;-)
8345 +
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
8349 +       more easily.
8350 +
8351 +       * query.c: Match all fields when searching on the query menu.
8352 +
8353 +       * attach.c: Fix #470:  multipart- and message-type attachments
8354 +       weren't handled correctly.
8355 +
8356 +2001-02-12 20:42:40  roessler  (roessler)
8357 +
8358 +       * curs_lib.c: Fix '?' in the file name dialogue.  Fixes #468,
8359 +       #465.
8360 +
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
8367 +
8368 +       * NEWS: Tell users about some of the new features.
8369 +
8370 +       * pgppacket.c: Don't free(NULL).
8371 +
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
8376 +       signatures.
8377 +
8378 +       * handler.c: Make mutt_decode_* usable without passing a BODY
8379 +       structure.
8380 +
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.
8383 +
8384 +       * lib.c: branches:  2.30.2; Fix mutt_read_line's behaviour when
8385 +       encountering an EOF.  From Aaron Lehmann <aaronl@vitelus.com>.
8386 +
8387 +       * pager.c: Avoid an infinite loop in the pager.  From Edmund
8388 +       Grimley Evans.
8389 +
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.
8394 +
8395 +2001-02-08 15:50:51  roessler  (roessler)
8396 +
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.
8401 +
8402 +       * po/da.po: update.
8403 +
8404 +       * doc/manual.sgml.head: Fix a typo.
8405 +
8406 +2001-02-06 22:14:01  roessler  (roessler)
8407 +
8408 +       * doc/manual.sgml.head, doc/muttrc.man.head: Document fuzzy dates.
8409 +
8410 +       * date.c, pattern.c: Fuzzy date matching.  From Eike Rathke
8411 +       <er@erack.de>.
8412 +
8413 +2001-02-02 12:36:19  roessler  (roessler)
8414 +
8415 +       * pgpinvoke.c: Apply more conservative quoting to some PGP
8416 +       invocation.
8417 +
8418 +       * po/sv.po: Update from Jörgen Tegnér.
8419 +
8420 +2001-02-01 17:03:44  roessler  (roessler)
8421 +
8422 +       * po/tr.po: update
8423 +
8424 +2001-01-31 18:31:27  roessler  (roessler)
8425 +
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
8428 +
8429 +               IETF-Announce:;, ietf-openpgp@somewhere.org,
8430 +
8431 +       list-reply will now yield ietf-openpgp and _not_:
8432 +
8433 +               IETF-Announce: ietf-openpgp@...
8434 +
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.
8441 +
8442 +       * configure.in: Including the turkish translation from Fatih
8443 +       Demir <kabalak@gmx.net>.
8444 +
8445 +2001-01-30 10:24:36  roessler  (roessler)
8446 +
8447 +       * doc/manual.sgml.head: Stan Ryckman <stanr@sunspot.tiac.net>
8448 +       noted that we are abusing "envelope" where it should be "header".
8449 +
8450 +       * thread.c: Fix sort_aux=received.  From <benno@sesgroup.net>.
8451 +
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
8454 +       try it.
8455 +
8456 +       * po/de.po, po/id.po: update
8457 +
8458 +       * po/fr.po: update.
8459 +
8460 +       * pop_auth.c: Fixing a stupid typo.  bug#445, from Larry Rosenman
8461 +       <ler@lerctr.org>.
8462 +
8463 +2001-01-27 13:50:26  roessler  (roessler)
8464 +
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
8470 +       mutt-1.3.14
8471 +
8472 +       * recvattach.c: More improvements to the recvattach collapsing.
8473 +
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.
8476 +
8477 +       * OPS: branches:  2.22.2; Add collapsing to the receive-attach
8478 +       menu, and improve digest handling that way.
8479 +
8480 +       * attach.c, attach.h, compose.c, functions.h, init.h: Add
8481 +       collapsing to the receive-attach menu, and improve digest handling
8482 +       that way.
8483 +
8484 +2001-01-25 12:04:46  roessler  (roessler)
8485 +
8486 +       * po/cs.po: Fixes from Björn Jacke <bjacke@suse.de>.
8487 +
8488 +       * contrib/pgp6.rc: A nit from Björn Jacke <bjacke@suse.de>.
8489 +
8490 +2001-01-22 11:04:56  roessler  (roessler)
8491 +
8492 +       * mutt_ssl.c: patch-1.3.13.tk.ssl.connect.1
8493 +
8494 +2001-01-18 11:27:56  roessler  (roessler)
8495 +
8496 +       * complete.c: Completion fix.  From Aaron Schrab
8497 +       <aaron+mutt@schrab.com>.
8498 +
8499 +2001-01-17 08:53:12  roessler  (roessler)
8500 +
8501 +       * rfc822.c: This one-line diff should fix the behaviour of the
8502 +       address parser when encountering loose dots in addresses.
8503 +
8504 +       * imap/auth_sasl.c: Try to catch mysterious failures of the SASL
8505 +       library instead of hanging.  From Brendan Cully.
8506 +
8507 +2001-01-15 10:40:50  roessler  (roessler)
8508 +
8509 +       * copy.c: Some debugging helpers.
8510 +
8511 +       * send.c: Use safe_fclose() where a NULL pointer may be passed
8512 +       to fclose().
8513 +
8514 +       * pattern.c: Make ~m usable in $simple_search.  From
8515 +       <David.Good@stratasource.com>.
8516 +
8517 +2001-01-10 19:36:43  roessler  (roessler)
8518 +
8519 +       * recvcmd.c, send.c: Make some messages about mime-forwarding
8520 +       more comprehensible to normal users.
8521 +
8522 +2001-01-08 23:09:32  roessler  (roessler)
8523 +
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.
8531 +
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.
8538 +
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.
8545 +
8546 +       * attach.c, build-release, check_sec.sh, edit.c, pgpkey.c:
8547 +       Some automated security checks concerning fopen() calls.
8548 +
8549 +2001-01-04 05:39:31  roessler  (roessler)
8550 +
8551 +       * gettext.c: Don't use debugfile unless DEBUG is #defined.
8552 +
8553 +2001-01-03 13:39:48  roessler  (roessler)
8554 +
8555 +       * enter.c, mbyte.c: More wide-char patches from EGE.
8556 +
8557 +       * enter.c: Don't accept '\0' as keyboard input.
8558 +
8559 +       * imap/auth_sasl.c: Set SASL_IP_{LOCAL,REMOTE} properties -
8560 +       needed for krb4 support; from yak@MIT.EDU.
8561 +
8562 +       * enter.c: Try to fix nonprintable character input.
8563 +
8564 +       * enter.c: Extend the editor so it supports unprintable
8565 +       characters.
8566 +
8567 +2001-01-02 16:34:26  roessler  (roessler)
8568 +
8569 +       * enter.c: Make my_wcstombs more robust.  From EGE.
8570 +
8571 +       * main.c: Only show mailboxes with -y.  From
8572 +       devenish@arcme.uwa.edu.au.
8573 +
8574 +       * account.h: Fix password input.  From Vsevolod Volkov.
8575 +
8576 +2000-12-31 15:30:52  roessler  (roessler)
8577 +
8578 +       * po/ru.po, pop_lib.c: Missing patches from VVV.
8579 +
8580 +       * imap/imap.c, OPS, curs_main.c, functions.h, globals.h:
8581 +       Experimental patch to add an imap-fetch-mail function.
8582 +
8583 +       * mutt.h, protos.h, browser.c, curs_lib.c, enter.c, main.c:
8584 +       Make browser behaviour more consistent with expectations.
8585 +
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
8591 +       mutt-1.3.13
8592 +
8593 +2000-12-30 10:28:16  roessler  (roessler)
8594 +
8595 +       * po/pl.po: update.
8596 +
8597 +2000-12-22 18:03:34  roessler  (roessler)
8598 +
8599 +       * configure.in: autoconf consmetics.  From L.H.
8600 +
8601 +       * enter.c, mutt.h: Some more changes to the enter code.
8602 +
8603 +       * enter.c: Fix some ugly bugs in the completion code.
8604 +       In particular, replace_part() could lead to heap corruption.
8605 +
8606 +       * po/lt.po, configure.in: Lithuanian translation.  From Gediminas
8607 +       Paulauskas <menesis@delfi.lt>.
8608 +
8609 +2000-12-21 09:19:41  roessler  (roessler)
8610 +
8611 +       * flags.c, init.h, mh.c, mutt.h: patch.me.maildir_trash.1
8612 +
8613 +2000-12-17 19:54:58  roessler  (roessler)
8614 +
8615 +       * po/sv.po: update.
8616 +
8617 +2000-12-14 15:40:30  roessler  (roessler)
8618 +
8619 +       * doc/manual.sgml.head: Improve hook documentation.  From Lars
8620 +       Hecking.
8621 +
8622 +       * enter.c: More file name completion fixes.
8623 +
8624 +       * enter.c: Fix "tab-tab" at the change-folder prompt.
8625 +
8626 +2000-12-10 21:01:35  roessler  (roessler)
8627 +
8628 +       * imap/message.c, init.h, mutt.h: Avoid implicit flag updates
8629 +       with IMAP.  From Brendan Cully.
8630 +
8631 +       * configure.in, enter.c, mbyte.c, mbyte.h, mutt.h: More enter.c
8632 +       updates.  From E.G.E..
8633 +
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.
8637 +
8638 +2000-12-08 10:38:30  roessler  (roessler)
8639 +
8640 +       * curs_lib.c: Remove an unnecessary ENTER_STATE allocation.
8641 +
8642 +       * curs_lib.c, enter.c, mutt.h, protos.h: Make _mutt_enter_string()
8643 +       re-entrant.
8644 +
8645 +       * curs_lib.c, edit.c, enter.c, protos.h: Make the line editor
8646 +       utf-8 friendly.  First take from Edmund Grimley Evans.
8647 +
8648 +2000-12-06 20:31:46  roessler  (roessler)
8649 +
8650 +       * gnupgparse.c: Fix pgp_ignore_subkeys.
8651 +
8652 +       * mutt_curses.h: Make the BEEP macro a bit safer.  From EGE.
8653 +
8654 +       * imap/imap.c: Fix a memory leak in imap_logout_all.
8655 +
8656 +2000-12-04 09:00:08  roessler  (roessler)
8657 +
8658 +       * mbyte.c: A little fix for the -HAVE_WC_FUNCS +LOCALES_HACK case.
8659 +       From EGE.
8660 +
8661 +2000-12-03 09:34:41  roessler  (roessler)
8662 +
8663 +       * doc/PGP-Notes.txt: Document the fact that Courier MTA corrupts
8664 +       PGP/MIME signatures.
8665 +
8666 +2000-12-02 09:16:47  roessler  (roessler)
8667 +
8668 +       * po/el.po, po/uk.po: update.
8669 +
8670 +2000-11-28 11:19:57  roessler  (roessler)
8671 +
8672 +       * po/da.po, po/de.po, po/fr.po, po/id.po: updates
8673 +
8674 +2000-11-27 13:14:28  roessler  (roessler)
8675 +
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.
8679 +
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
8685 +
8686 +2000-11-23 10:30:49  roessler  (roessler)
8687 +
8688 +       * contrib/sample.muttrc-tlr: Use display_filter to fix some
8689 +       ugliness people are sending me.
8690 +
8691 +       * commands.c: Don't endwin() before invoking the display_filter.
8692 +
8693 +2000-11-21 10:32:34  roessler  (roessler)
8694 +
8695 +       * protos.h, main.c, curs_lib.c, globals.h: [stable] Introduce
8696 +       mutt_curses_message and mutt_nocurses_message.  From Olaf Kirch.
8697 +
8698 +       * globals.h, main.c, protos.h, curs_lib.c: Introduce
8699 +       mutt_curses_message/mutt_nocurses_message.  From Olaf Kirch.
8700 +
8701 +2000-11-20 13:20:28  roessler  (roessler)
8702 +
8703 +       * contrib/gpg.rc: Add a missing --textmode switch.
8704 +
8705 +2000-11-19 20:39:49  roessler  (roessler)
8706 +
8707 +       * NEWS: Mention $print_split.
8708 +
8709 +       * contrib/sample.muttrc-tlr: update
8710 +
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.
8716 +
8717 +2000-11-18 19:50:48  roessler  (roessler)
8718 +
8719 +       * curs_lib.c: Remove an unnecessary include statement.
8720 +
8721 +2000-11-17 09:19:41  roessler  (roessler)
8722 +
8723 +       * po/sv.po: Small fix from Jörgen Tegnér <teg@post.netlink.se>.
8724 +
8725 +       * imap/auth_gss.c: [stable] GSSAPI patch from Bill Nottingham
8726 +       <notting@redhat.com>.
8727 +
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>.
8731 +
8732 +2000-11-15 20:29:58  roessler  (roessler)
8733 +
8734 +       * charset.c: Fix langinfo-based character set detection.
8735 +       From Martin Norbäck <d95mback@dtek.chalmers.se>.
8736 +
8737 +2000-11-14 16:57:19  roessler  (roessler)
8738 +
8739 +       * curs_main.c: another possibly problematic case.
8740 +
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
8743 +       it happened.
8744 +
8745 +2000-11-13 22:19:57  roessler  (roessler)
8746 +
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.)
8750 +
8751 +       * po/ru.po, po/sv.po: update
8752 +
8753 +       * remailer.c: Qualify some more header fields.
8754 +
8755 +2000-11-07 10:31:51  roessler  (roessler)
8756 +
8757 +       * init.h, mutt.h, send.c: Add a sig_on_top option.
8758 +
8759 +       * po/el.po: update
8760 +
8761 +2000-11-06 11:27:07  roessler  (roessler)
8762 +
8763 +       * po/zh_TW.Big5.po, po/da.po: update
8764 +
8765 +       * configure.in: Make building mutt without iconv support possible.
8766 +       From EGE.
8767 +
8768 +2000-11-03 10:16:32  roessler  (roessler)
8769 +
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.
8773 +
8774 +       * init.c: Make error reporting more verbose.
8775 +
8776 +       * po/de.po, po/fr.po, po/id.po: updates
8777 +
8778 +2000-11-01 13:14:18  roessler  (roessler)
8779 +
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
8785 +
8786 +2000-10-27 10:51:01  roessler  (roessler)
8787 +
8788 +       * enter.c: A nicer version of {capitalize,...}-word functions.
8789 +
8790 +       * doc/manual.sgml.head: Document the recent additions to the
8791 +       line editor.
8792 +
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).
8796 +
8797 +2000-10-25 18:56:20  roessler  (roessler)
8798 +
8799 +       * rfc822.c: Fix parsing of route-addrs.
8800 +
8801 +2000-10-24 08:59:21  roessler  (roessler)
8802 +
8803 +       * doc/manual.sgml.tail: Document edit-type.  From Mikko Hänninen.
8804 +
8805 +       * po/el.po: update
8806 +
8807 +2000-10-23 16:39:10  roessler  (roessler)
8808 +
8809 +       * doc/manual.sgml.head: Typo.  From Daniel Roesen <dr@bofh.de>.
8810 +
8811 +       * doc/manual.sgml.head: Fix documentation of uznknown MIME type
8812 +       handling.  From Brian Salter-Duke <b_duke@lacebark.ntu.edu.au>
8813 +
8814 +2000-10-18 09:01:56  roessler  (roessler)
8815 +
8816 +       * recvattach.c: Fix tree formatting in the recvattach menu.
8817 +
8818 +2000-10-17 15:10:51  roessler  (roessler)
8819 +
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.
8823 +
8824 +       * sendlib.c: Teach mutt to attach files of arbitrary type.
8825 +
8826 +2000-10-16 17:29:55  roessler  (roessler)
8827 +
8828 +       * curs_lib.c: nl_langinfo({YES,NO}EXPR) may return an _extended_
8829 +       regular expression.  Close #312.
8830 +
8831 +       * po/zh_TW.Big5.po, po/id.po, po/sv.po: update
8832 +
8833 +       * mutt_socket.c: Fix the strange "Can't connect" error messages.
8834 +       From Brendan Cully.
8835 +
8836 +2000-10-12 14:49:58  roessler  (roessler)
8837 +
8838 +       * po/da.po: update
8839 +
8840 +2000-10-11 14:17:17  roessler  (roessler)
8841 +
8842 +       * po/de.po: update.
8843 +
8844 +       * po/fr.po: update
8845 +
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
8851 +
8852 +       * buffy.c: Compilation fix from Emil Sit <sit@cisco.com>.
8853 +
8854 +2000-10-10 19:22:48  roessler  (roessler)
8855 +
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.
8861 +
8862 +       * doc/manual.sgml.head: Mixmaster documentation patch from
8863 +       Brian Salter-Duke.
8864 +
8865 +2000-10-09 08:30:35  roessler  (roessler)
8866 +
8867 +       * main.c: Add an #ifdef for HAVE_GETADDRINFO.
8868 +
8869 +       * mutt_socket.c: Use AF_INET6 only when necessary.
8870 +
8871 +2000-10-07 18:06:24  roessler  (roessler)
8872 +
8873 +       * curs_lib.c, help.c: Display fixes from EGE.
8874 +
8875 +2000-10-05 19:12:28  roessler  (roessler)
8876 +
8877 +       * query.c: Catch some possible NULL pointer deferences.
8878 +       From chris+usenet@chiappa.net (Chris Chiappa), posted to
8879 +       comp.mail.mutt.
8880 +
8881 +2000-10-04 18:50:35  roessler  (roessler)
8882 +
8883 +       * mutt_ssl_nss.c: Downgrade Michael Elkins' indentation style
8884 +       to the version used throughout mutt. ;-)
8885 +
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
8889 +       Elkins.
8890 +
8891 +       * globals.h, init.h, mutt_socket.c, protos.h:
8892 +       patch.me.connect_timeout.1
8893 +
8894 +       * signal.c: branches:  2.6.2; patch.me.connect_timeout.1
8895 +
8896 +2000-10-03 10:47:20  roessler  (roessler)
8897 +
8898 +       * NEWS: Document some of the recent user-visible changes.
8899 +
8900 +       * doc/manual.sgml.head: More documentation for the "L" to_char.
8901 +       Thanks, Byrial!
8902 +
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.
8906 +
8907 +       * po/ru.po: update
8908 +
8909 +2000-10-02 09:11:52  roessler  (roessler)
8910 +
8911 +       * configure.in, mutt_socket.c: patch-bac.ipv6-1
8912 +
8913 +       * curs_lib.c: patch-1.3.9.bj.yesno.1
8914 +
8915 +2000-09-28 06:53:36  roessler  (roessler)
8916 +
8917 +       * init.h: Fix a minor typo.  From Byrial.
8918 +
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.
8922 +
8923 +2000-09-27 14:28:35  roessler  (roessler)
8924 +
8925 +       * charset.c: Catch another error condition which may be caused
8926 +       by a broken nl_langinfo() function.
8927 +
8928 +       * COPYRIGHT: We don't need to mention EAY's copyright any more.
8929 +
8930 +       * charset.c: Fix #287.
8931 +
8932 +2000-09-26 23:05:46  roessler  (roessler)
8933 +
8934 +       * po/eo.po: update
8935 +
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.
8940 +
8941 +2000-09-25 13:03:09  roessler  (roessler)
8942 +
8943 +       * po/sv.po: update
8944 +
8945 +       * send.c: patch-1.3.9.bj.f-up-prompt.1
8946 +
8947 +2000-09-21 09:37:14  roessler  (roessler)
8948 +
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
8954 +
8955 +       * rfc2047.c: Make some of the code more readable.  From EGE.
8956 +
8957 +2000-09-15 09:19:29  roessler  (roessler)
8958 +
8959 +       * rfc2047.c, rfc2047.h, sendlib.c: Fix some RFC2047 encoding bugs.
8960 +
8961 +2000-09-13 21:01:31  roessler  (roessler)
8962 +
8963 +       * rfc2047.c: Undo part of the character set canonicalization.
8964 +       EGE pointed out it isn't needed.
8965 +
8966 +       * rfc2231.c: Replace "unknown" by "unknown-8bit".
8967 +
8968 +       * sendlib.c: s/iconv_open/mutt_iconv_open/.  Suggested by EGE.
8969 +
8970 +       * charset.c: Add "646" as an alias for us-ascii.  SunOS 5.8
8971 +       seems to need it.
8972 +
8973 +       * browser.c: Let the browser handle non-existent directories
8974 +       more gracefully.  From Byrial Jensen.
8975 +
8976 +2000-09-12 23:18:47  roessler  (roessler)
8977 +
8978 +       * configure.in: Remove some caching.  From EGE.
8979 +
8980 +2000-09-11 10:50:37  roessler  (roessler)
8981 +
8982 +       * charset.c, copy.c, mbyte.c, rfc2047.c, sendlib.c: Fix some
8983 +       more character set glitches.
8984 +
8985 +2000-09-09 07:30:29  roessler  (roessler)
8986 +
8987 +       * charset.c: sizeof (dest) == 4.  I should have written dlen
8988 +       instead.  Noted by EGE.
8989 +
8990 +2000-09-08 21:52:04  roessler  (roessler)
8991 +
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. ,-)
8994 +
8995 +       * imap/imap.c: Fix a silly little IMAP bug.  From Daniel
8996 +       Jacobowitz <dan@debian.org>.
8997 +
8998 +       * charset.c, protos.h, rfc2231.c, sendlib.c: Add a character
8999 +       set comparison function.
9000 +
9001 +2000-09-07 21:56:00  roessler  (roessler)
9002 +
9003 +       * charset.c: Add a table of official character set names.
9004 +       Data taken from www.iana.org.
9005 +
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.
9009 +
9010 +       * po/es.po, po/es.po, po/el.po: update
9011 +
9012 +       * curs_lib.c: Make the use of nl_langinfo(YESEXPR/NOEXPR)
9013 +       more robust.  Problem noted by Wolfgang Baumann <baumann@zib.de>.
9014 +
9015 +2000-09-06 08:47:13  roessler  (roessler)
9016 +
9017 +       * snprintf.c: Fix the MAX fix.  from Byrial Jensen.
9018 +
9019 +2000-09-05 22:14:36  roessler  (roessler)
9020 +
9021 +       * init.c, muttlib.c, pgppubring.c, protos.h, snprintf.c: Clean
9022 +       up some warning messages.  From Bob Bell.
9023 +
9024 +       * hook.c: Fix a segmentation fault in hook parsing.  From Bob
9025 +       Bell.
9026 +
9027 +2000-09-04 10:49:48  roessler  (roessler)
9028 +
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
9032 +
9033 +       * po/ru.po, po/da.po, po/da.po: update
9034 +
9035 +       * po/id.po: update.
9036 +
9037 +       * recvcmd.c: Fix a segmentation fault when replying to multiple
9038 +       message/rfc822-type attachments.  Noted by David Champion.
9039 +
9040 +2000-09-01 08:58:39  roessler  (roessler)
9041 +
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.
9045 +
9046 +2000-08-31 15:14:25  roessler  (roessler)
9047 +
9048 +       * muttlib.c: patch-1.3.8.bj.pretty_mailbox.1
9049 +
9050 +       * doc/manual.sgml.head: patch-1.3.8.bj.manquote.1
9051 +
9052 +       * imap/command.c, imap/imap.c: patch-bac.command-3
9053 +
9054 +2000-08-30 21:34:42  roessler  (roessler)
9055 +
9056 +       * pager.c: Fix display of backspace sequences.  From EGE.
9057 +
9058 +       * po/fr.po, po/de.po: update
9059 +
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
9065 +
9066 +       * VERSION: ups
9067 +
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.
9073 +
9074 +       * imap/command.c, imap/imap.c, imap/message.c, imap/message.h:
9075 +       patch-bac.expunge-2
9076 +
9077 +       * muttlib.c: Fix mutt_prety_mailbox.  From Vsevolod.
9078 +
9079 +2000-08-29 11:36:25  roessler  (roessler)
9080 +
9081 +       * curs_lib.c: The next version of Byrial Jensen's yesorno patch,
9082 +       this time without a memory leak.
9083 +
9084 +       * acconfig.h, configure.in, curs_lib.c, main.c: Use locale for
9085 +       yes/no expressions.
9086 +
9087 +2000-08-28 13:14:55  roessler  (roessler)
9088 +
9089 +       * rfc2231.c: Little fix from EGE.
9090 +
9091 +       * po/ru.po: Update from Vsevolod.
9092 +
9093 +2000-08-28 09:40:28  EGE  (roessler)
9094 +
9095 +       * complete.c: Fix a buffer overrun in complete.c.
9096 +
9097 +2000-08-28 09:39:36  Brendan Cully  <brendan@kublai.com>  (roessler)
9098 +
9099 +       * imap/auth_sasl.c, imap/command.c, imap/imap_private.h,
9100 +       muttlib.c: The attached small patch adjusts mutt_pretty_mailbox
9101 +       to handle URLs.
9102 +
9103 +2000-08-28 09:38:42  Edmund GRIMLEY EVANS  <edmundo@rano.org>  (roessler)
9104 +
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".
9109 +
9110 +2000-08-28 09:37:44  roessler  (roessler)
9111 +
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.
9115 +
9116 +2000-08-28 09:32:58  edmundo@rano.org (EGE)  (roessler)
9117 +
9118 +       * mbyte.c, protos.h, utf8.c, wcwidth.c: This is the patch TAKIZAWA
9119 +       Takashi and I came up with in the end.
9120 +
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 ...
9128 +
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.
9133 +
9134 +2000-08-25 06:28:24  roessler  (roessler)
9135 +
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.
9139 +
9140 +2000-08-22 22:23:10  roessler  (roessler)
9141 +
9142 +       * muttlib.c: Fix #251, from Brendan.
9143 +
9144 +       * Makefile.am, main.c, parse.c, protos.h, url.c, url.h: Add an
9145 +       URL parser, and support for mailto URLs.
9146 +
9147 +       * doc/manual.sgml.head: Minor fixes from Will Fiveash.
9148 +
9149 +       * po/ru.po: update
9150 +
9151 +       * hdrline.c: Fix %B in index_format.
9152 +
9153 +2000-08-21 19:25:26  roessler  (roessler)
9154 +
9155 +       * imap/browse.c, imap/imap.c, mutt_socket.c, muttlib.c:
9156 +       patch-bac.parsepath-2
9157 +
9158 +       * doc/manual.sgml.head, doc/manual.sgml.tail: Documentation
9159 +       patch from Lars Hecking.
9160 +
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
9165 +
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
9170 +
9171 +2000-08-17 06:06:02  roessler  (roessler)
9172 +
9173 +       * po/zh_CN.GB2312.po, configure.in: Adding zh_CN.GB2312
9174 +       translation.
9175 +
9176 +       * imap/Makefile.am, doc/Makefile.in, mutt_socket.c, mx.c: Random
9177 +       cleanup from Brendan Cully.
9178 +
9179 +       * hdrline.c: Fix justification of number formats.  (EGE)
9180 +
9181 +2000-08-15 17:21:19  roessler  (roessler)
9182 +
9183 +       * po/ru.po: update
9184 +
9185 +       * mbyte.c, pager.c, protos.h: Another charset fix from EGE.
9186 +
9187 +2000-08-10 15:48:13  roessler  (roessler)
9188 +
9189 +       * imap/Makefile.am: Fix from Brendan Cully.
9190 +
9191 +       * doc/mutt.man, doc/muttrc.man.tail: More minor fixes.
9192 +
9193 +       * doc/mutt.man: Document $MAILDIR.
9194 +
9195 +       * init.c: Tell mutt about the MAILDIR environment variable DJB
9196 +       talks about in maildir (5).
9197 +
9198 +       * doc/muttbug.man: Fix a typo.
9199 +
9200 +       * doc/mbox.man: fix some typos.
9201 +
9202 +2000-08-09 21:14:35  roessler  (roessler)
9203 +
9204 +       * doc/Makefile.in, doc/mbox.man: Install mbox (5), and fix a typo.
9205 +
9206 +       * doc/mbox.man: Document the mbox format in a manual page.
9207 +       There may be some need for this.
9208 +
9209 +       * Makefile.am, configure.in, init.c, main.c: Minor portability
9210 +       and compilation fixes.
9211 +
9212 +2000-08-08 18:17:54  roessler  (roessler)
9213 +
9214 +       * po/POTFILES.in: Some files were missing.  From Vsevolod Volkov.
9215 +
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.
9233 +
9234 +       (From Brendan Cully.)
9235 +
9236 +2000-08-07 08:31:36  roessler  (roessler)
9237 +
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>.
9241 +
9242 +2000-08-06 14:35:15  roessler  (roessler)
9243 +
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>.
9246 +
9247 +2000-08-05 17:50:03  roessler  (roessler)
9248 +
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
9253 +       command code.
9254 +
9255 +       * doc/manual.sgml.head, doc/manual.sgml.head: Fix keyboard
9256 +       binding documentation.  From Thomas Schultz <tststs@gmx.de>.
9257 +
9258 +2000-08-04 21:47:11  roessler  (roessler)
9259 +
9260 +       * sendlib.c: Fix a character set encoding bug. From EGE.
9261 +
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.
9265 +
9266 +2000-08-03 22:08:13  roessler  (roessler)
9267 +
9268 +       * charset.c: fix a segmentation fault.
9269 +
9270 +       * po/eo.po, po/sv.po: update.
9271 +
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
9277 +
9278 +       * sendlib.c: Use a correct Envelope from when bouncing with
9279 +       $envelope_from enabled.
9280 +
9281 +       * imap/BUGS, imap/auth_sasl.c, imap/imap.c, imap/imap_ssl.c,
9282 +       mutt_sasl.c: More IMAP fixes from Brendan.
9283 +
9284 +2000-08-02 18:03:21  roessler  (roessler)
9285 +
9286 +       * po/it.po: update
9287 +
9288 +2000-08-01 18:04:42  roessler  (roessler)
9289 +
9290 +       * mx.c: Fix from BC
9291 +
9292 +       * imap/auth.c, imap/auth_gss.c, imap/auth_sasl.c, imap/message.c:
9293 +       Brendan's latest patches.
9294 +
9295 +2000-07-31 10:49:00  roessler  (roessler)
9296 +
9297 +       * po/fr.po: update.
9298 +
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.
9306 +
9307 +2000-07-29 16:33:53  roessler  (roessler)
9308 +
9309 +       * po/id.po: update.
9310 +
9311 +       * imap/README: updated readme file.
9312 +
9313 +       * Makefile.am: Make sure checktypes and makedoc don't depend on
9314 +       the intl library.
9315 +
9316 +       * po/de.po: update.
9317 +
9318 +2000-07-28 19:00:31  roessler  (roessler)
9319 +
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
9325 +
9326 +       * Makefile.am: parse.h no longer exists, so don't try to
9327 +       distribute it.
9328 +
9329 +       * po/sv.po: branches:  1.27.2.6.2; automatic post-release commit
9330 +       for mutt-1.2.5
9331 +
9332 +       * po/uk.po: branches:  1.42.2.6.2; automatic post-release commit
9333 +       for mutt-1.2.5
9334 +
9335 +       * po/zh_TW.Big5.po: branches:  1.30.2.6.2; automatic post-release
9336 +       commit for mutt-1.2.5
9337 +
9338 +       * po/pt_BR.po: branches:  1.20.2.6.2; automatic post-release
9339 +       commit for mutt-1.2.5
9340 +
9341 +       * po/ru.po: branches:  1.67.2.7.2; automatic post-release commit
9342 +       for mutt-1.2.5
9343 +
9344 +       * po/sk.po: branches:  1.28.2.6.2; automatic post-release commit
9345 +       for mutt-1.2.5
9346 +
9347 +       * po/ko.po: branches:  1.31.2.6.2; automatic post-release commit
9348 +       for mutt-1.2.5
9349 +
9350 +       * po/nl.po: branches:  1.36.2.6.2; automatic post-release commit
9351 +       for mutt-1.2.5
9352 +
9353 +       * po/pl.po: branches:  1.39.2.6.2; automatic post-release commit
9354 +       for mutt-1.2.5
9355 +
9356 +       * po/gl.po: branches:  1.23.2.6.2; automatic post-release commit
9357 +       for mutt-1.2.5
9358 +
9359 +       * po/id.po: branches:  1.31.2.7.2; automatic post-release commit
9360 +       for mutt-1.2.5
9361 +
9362 +       * po/it.po: branches:  1.59.2.6.2; automatic post-release commit
9363 +       for mutt-1.2.5
9364 +
9365 +       * po/el.po: branches:  1.31.2.6.2; automatic post-release commit
9366 +       for mutt-1.2.5
9367 +
9368 +       * po/eo.po: branches:  1.30.2.6.2; automatic post-release commit
9369 +       for mutt-1.2.5
9370 +
9371 +       * po/es.po: branches:  1.49.2.6.2; automatic post-release commit
9372 +       for mutt-1.2.5
9373 +
9374 +       * po/fr.po: branches:  1.45.2.7.2; automatic post-release commit
9375 +       for mutt-1.2.5
9376 +
9377 +       * po/cs.po: branches:  1.35.2.7.2; automatic post-release commit
9378 +       for mutt-1.2.5
9379 +
9380 +       * po/da.po: branches:  1.13.2.7.2; automatic post-release commit
9381 +       for mutt-1.2.5
9382 +
9383 +       * po/de.po: branches:  1.99.2.7.2; automatic post-release commit
9384 +       for mutt-1.2.5
9385 +
9386 +       * reldate.h: automatic post-release commit for mutt-1.2.5
9387 +
9388 +       * ChangeLog: branches:  2.40.2.6.2; automatic post-release commit
9389 +       for mutt-1.2.5
9390 +
9391 +       * VERSION: branches:  2.28.2.6.2; automatic post-release commit
9392 +       for mutt-1.2.5
9393 +
9394 +       * imap/imap.c, imap/imap_private.h, imap/message.c: Use UIDs
9395 +       instead of sequence numbers in IMAP.  (Brendan)
9396 +
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.
9400 +
9401 +2000-07-26 09:30:01  roessler  (roessler)
9402 +
9403 +       * doc/manual.sgml.head: Nits from Michael Sobolev.
9404 +
9405 +2000-07-25 16:35:48  roessler  (roessler)
9406 +
9407 +       * Makefile.am: Include the muttbug wrapper with the distribution.
9408 +
9409 +       * doc/Makefile.in: Install muttbug.man als flea.1.
9410 +
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.
9414 +
9415 +       * doc/muttbug.man: More tiny fixes.
9416 +
9417 +       * doc/muttbug.man: Fix some typos.  In particular, it's bug
9418 +       tracking system, not buck tracking system.  Oh well.
9419 +
9420 +       * doc/Makefile.in, doc/mutt.man, doc/muttbug.man: muttbug(1)
9421 +       has a manual page of it's own now.
9422 +
9423 +       * muttbug.sh.in: Fix a little bug concerning version numbers.
9424 +
9425 +       * Makefile.am: The warning about README.UPGRADE can go.
9426 +
9427 +       * doc/mutt.man: Mention the bug tracking system.
9428 +
9429 +       * INSTALL: Mention that mutt needs an iconv implementation,
9430 +       and point users to libiconv.
9431 +
9432 +       * INSTALL: Mention OpenBSD
9433 +
9434 +       * Makefile.am: Remove types.h at "make clean" time.
9435 +
9436 +       * curs_main.c: Fix a segmentation fault in the index.
9437 +
9438 +       * curs_main.c: Try to fix a segmentation fault in the index.
9439 +
9440 +2000-07-24 07:48:53  roessler  (roessler)
9441 +
9442 +       * browser.h: make bit types unsigned.  From albert chin
9443 +       <china@thewrittenword.com>.
9444 +
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
9448 +       Grimley Evans.
9449 +
9450 +2000-07-23 21:47:01  roessler  (roessler)
9451 +
9452 +       * menu.c: Fix #108, from Gero Treuner.
9453 +
9454 +       * configure.in, resize.c: sys/ioctl.h vs. ioctl.h.  From Sam
9455 +       Roberts.
9456 +
9457 +       * rfc2231.c: Fix an obvious bug which prevented rfc2231 _encoding_
9458 +       support from working.
9459 +
9460 +2000-07-22 09:01:43  roessler  (roessler)
9461 +
9462 +       * configure.in, mutt.h: Some more QNX compiling aides.
9463 +
9464 +2000-07-21 07:32:12  roessler  (roessler)
9465 +
9466 +       * imap/md5.h, Makefile.am, checktypes.c: Try to be smart about
9467 +       integer types.
9468 +
9469 +       * imap/imap.c: Fix imap_passive.  From Brendan Cully.
9470 +
9471 +       * contrib/Makefile.in: Fix #150.  From Brendan Cully.
9472 +
9473 +2000-07-20 17:51:52  roessler  (roessler)
9474 +
9475 +       * doc/devel-notes.txt: Typo.
9476 +
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.
9480 +
9481 +       * imap/util.c: quick hack against mx->mbox being NULL.
9482 +
9483 +       * imap/BUGS, imap/imap.c, imap/imap.h, imap/util.c, postpone.c:
9484 +       patch-bac.postpone-2
9485 +
9486 +       * pop.c: Use shared socket code, from Vsevolod Volkov.
9487 +
9488 +2000-07-19 10:21:57  roessler  (roessler)
9489 +
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?).
9499 +
9500 +       * imap/util.c: Fix more possible IMAP memory corruption.
9501 +       From Brendan Cully.
9502 +
9503 +       * imap/util.c: Fix possible memory corruption in stable.
9504 +       From Brendan Cully.
9505 +
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.
9508 +
9509 +2000-07-18 14:38:13  roessler  (roessler)
9510 +
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.
9514 +
9515 +       * imap/imap.c, imap/imap_private.h, imap/message.c, imap/socket.c,
9516 +       imap/utf7.c: IMAP fixes from Brendan Cully.
9517 +
9518 +       * init.h, init.h: Documentation fix.
9519 +
9520 +2000-07-17 18:08:27  roessler  (roessler)
9521 +
9522 +       * imap/message.c: Fix possible heap corruption.  From Brendan
9523 +       Cully.
9524 +
9525 +       * imap/utf7.c: Name changes left out by EGE's patch.
9526 +
9527 +       * imap/util.c, imap/imap_private.h: imap/UTF7 related fixes
9528 +       from EGE.
9529 +
9530 +       * curs_main.c: Fix #192.
9531 +
9532 +2000-07-16 15:35:14  roessler  (roessler)
9533 +
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.
9538 +
9539 +       * handler.c: Another qp fix.
9540 +
9541 +       * handler.c: More qp decoder modifications: We should handle
9542 +       multibyte characters spanning soft line breaks.
9543 +
9544 +       * handler.c: Rewrite the quoted-printable decoder so it properly
9545 +       chops off trailing white space.  Problem noted by Byrial Jensen.
9546 +
9547 +2000-07-15 06:51:47  roessler  (roessler)
9548 +
9549 +       * imap/socket.c: Add a message that we are looking up a host.
9550 +
9551 +2000-07-14 15:03:43  roessler  (roessler)
9552 +
9553 +       * imap/message.c, imap/message.h: Brendan's latest IMAP changes.
9554 +
9555 +       * README.SSL: Tommi Komulainen's entropy gathering patch -
9556 +       documentation.
9557 +
9558 +2000-07-12 14:17:46  roessler  (roessler)
9559 +
9560 +       * po/cs.po: update.
9561 +
9562 +       * imap/imap_ssl.c: Entropy gathering fixes.
9563 +
9564 +       * configure.in: Re-apply the iconv patch from vvv.
9565 +
9566 +       * configure.in: undo the enable-external-dotlock patch.
9567 +
9568 +       * handler.c: Initialize a variable in order to avoid a
9569 +       segmentation fault.  From Aaron Schrab.
9570 +
9571 +2000-07-11 20:38:49  roessler  (roessler)
9572 +
9573 +       * imap/imap.c, imap/imap_private.h, imap/socket.c: Unify logout
9574 +       stuff in _one_ function.  From Vsevolod Volkov.
9575 +
9576 +       * imap/message.c: Disable a bug work-around which actually
9577 +       breaks things.
9578 +
9579 +       * configure.in: Typo, noted by Brad <brad@comstyle.com>.
9580 +
9581 +2000-07-10 19:52:12  roessler  (roessler)
9582 +
9583 +       * main.c: Typo.
9584 +
9585 +       * po/id.po: update.
9586 +
9587 +       * rfc2047.c: Fix some possible NULL pointer deferences in the
9588 +       RFC2047 code.
9589 +
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.
9594 +
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
9598 +       and mutt_message.
9599 +
9600 +       * po/ru.po, po/de.po, po/da.po: update.
9601 +
9602 +       * po/da.po: Update.
9603 +
9604 +       * INSTALL, acconfig.h, charset.c, configure.in, main.c: Some
9605 +       changes from EGE.
9606 +
9607 +2000-07-07 15:12:37  roessler  (roessler)
9608 +
9609 +       * po/fr.po: update
9610 +
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.
9615 +
9616 +2000-07-06 23:08:39  roessler  (roessler)
9617 +
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
9623 +
9624 +       * muttlib.c: ups, this should be fixed in stable.
9625 +
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
9631 +
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
9637 +
9638 +       * po/fr.po: update.
9639 +
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.
9643 +
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.
9647 +
9648 +2000-07-05 14:39:14  roessler  (roessler)
9649 +
9650 +       * imap/socket.c: Fix the Fix.  From TK.
9651 +
9652 +2000-07-05 10:32:17  Tommi Komulainen  <Tommi.Komulainen@iki.fi>
9653 +(roessler)
9654 +
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.
9660 +
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 :-]
9665 +
9666 +2000-07-05 08:05:03  roessler  (roessler)
9667 +
9668 +       * imap/BUGS, imap/TODO, imap/auth.c, imap/imap.c, imap/socket.c:
9669 +       IMAP cosmetics from Brendan Cully.
9670 +
9671 +2000-07-04 17:59:10  roessler  (roessler)
9672 +
9673 +       * doc/manual.sgml.head: slight documentation imrpovement from
9674 +       Will Fiveash.
9675 +
9676 +2000-07-03 15:26:22  roessler  (roessler)
9677 +
9678 +       * po/de.po: update
9679 +
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.
9683 +
9684 +       * po/id.po: update
9685 +
9686 +       * po/id.po: update.
9687 +
9688 +       * rfc2047.c: "Where have all the headers gone" fix from EGE.
9689 +
9690 +       * sendlib.c: utf8 -> utf8 fix (From EGE).
9691 +
9692 +       * rfc2047.c: RFC 2047 patch from EGE.
9693 +
9694 +2000-06-30 08:28:56  roessler  (roessler)
9695 +
9696 +       * po/pl.po: fix a format.
9697 +
9698 +       * sendlib.c: Character set fix from EGE.
9699 +
9700 +2000-06-27 22:28:01  roessler  (roessler)
9701 +
9702 +       * sendlib.c: minor change from EGE.
9703 +
9704 +       * main.c, rfc2047.c: Cosmetics.  No, I didn't touch the word-wrap
9705 +       code. ;-)
9706 +
9707 +2000-06-26 23:10:26  roessler  (roessler)
9708 +
9709 +       * muttlib.c: Fix a possible segfault in mutt_expand_folder. Noted
9710 +       by AMK; [stable].
9711 +
9712 +       * muttlib.c: Fix a possible segmentation fault in
9713 +       mutt_expand_path.  Noted by Andreas M. Kirchwitz.
9714 +
9715 +       * doc/Makefile.in, contrib/Makefile.in: "make check" cosmetics.
9716 +
9717 +       * contrib/sample.muttrc-tlr: update.
9718 +
9719 +       * configure.in: Iconv detection patch.  From Lars Hecking.
9720 +
9721 +       * color.c, color.c: Fix #173.  From Roland Rosenfeld.
9722 +
9723 +2000-06-22 23:18:36  roessler  (roessler)
9724 +
9725 +       * muttlib.c: Avoid crashing when forwarding message/rfc822-type
9726 +       attachments.
9727 +
9728 +       * Makefile.am, prepare: Lars Hecking's build process patch
9729 +       for stable.
9730 +
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>.
9734 +
9735 +       * rfc822.c: Fix stack corruption in the RFC822 parser.
9736 +       Problem noted by Ari Gordon-Schlosberg <ari@heavyware.com>.
9737 +
9738 +       * recvattach.c: Merge two almost-identical string constants.
9739 +       From Byrial.
9740 +
9741 +2000-06-21 19:23:23  roessler  (roessler)
9742 +
9743 +       * imap/auth_gss.c: More debug code which needs #ifdefs.
9744 +
9745 +       * imap/auth_gss.c: More debugging code which needs #ifdefs.
9746 +
9747 +       * po/eo.po: update.
9748 +
9749 +       * Makefile.am, prepare: Work-around for keymap_defs and other
9750 +       dependency problems.  From Lars Hecking.
9751 +
9752 +       * muttlib.c: Fix ~logname expansion for stable.
9753 +
9754 +       * muttlib.c: Fix ~logname expansion.
9755 +
9756 +       * README: Remove explicit list of mirrors, and refer to
9757 +       download.html.
9758 +
9759 +       * mbox.c: Fix another mbox synch problem.
9760 +
9761 +       * mbox.c: Fix another bug in mbox synching.
9762 +
9763 +       * postpone.c: Some more character set cleanup,.
9764 +
9765 +       * commands.c, compose.c, muttlib.c, pgpkey.c, postpone.c,
9766 +       protos.h, recvattach.c, send.c, sendlib.c: More character set
9767 +       clean-up.
9768 +
9769 +       * postpone.c: Improve character set handling when postponing
9770 +       messages.  This patch may lead to information loss under very
9771 +       special circumstances.
9772 +
9773 +       * muttlib.c, protos.h: Remove unused mutt_dup_body () function.
9774 +
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.
9778 +
9779 +       * postpone.c, sendlib.c: Fix a file descriptor leak in sendlib.c.
9780 +
9781 +       * main.c, main.c: patch-1.3.2.tbm.lastfolder, from Martin
9782 +       Michlmayr <tbm@cyrius.com>.
9783 +
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.
9788 +
9789 +2000-06-20 22:23:37  roessler  (roessler)
9790 +
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
9796 +
9797 +       * build-release: Add a "make" call, so build-release will also
9798 +       work from a source tree which hasn't been built recently.
9799 +
9800 +       * commands.c: Do some comparisons case-insensitive.
9801 +
9802 +       * po/ru.po: update.
9803 +
9804 +       * doc/muttrc.man.head: s/display-hook/message-hook/
9805 +
9806 +       * po/de.po: Fix a misleading fuzzy translation about PGP
9807 +       signature validity.  From Roland Rosenfeld.
9808 +
9809 +       * imap/imap.c: Don't use debuglevel unless DEBUG is defined.
9810 +       Noted by china@thewrittenword.com.
9811 +
9812 +       * imap/imap.c: Only use debuglevel if DEBUG is defined.  Noted by
9813 +       Albert Chin <china@thewrittenword.com>,
9814 +
9815 +       * po/fr.po: update.
9816 +
9817 +2000-06-19 21:13:19  roessler  (roessler)
9818 +
9819 +       * doc/devel-notes.txt, doc/manual.sgml.head, init.h, makedoc.c:
9820 +       patch-1.3.3.bj.docref.1
9821 +
9822 +       * build-release: Make sure m4/Makefile is _really_ rebuilt.
9823 +
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
9829 +
9830 +       * doc/manual.sgml.head: Fix some more mentions of display-hook.
9831 +
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
9837 +
9838 +       * compose.c: No need to include iconv.h.
9839 +
9840 +       * po/da.po: update.
9841 +
9842 +       * po/ru.po: update
9843 +
9844 +2000-06-17 08:07:36  roessler  (roessler)
9845 +
9846 +       * imap/imap_ssl.c: Certificate verification fix from Tommi
9847 +       Komulainen.
9848 +
9849 +       * imap/imap_ssl.c: SSL fix.
9850 +
9851 +       * po/ru.po: upate
9852 +
9853 +2000-06-16 10:21:34  roessler  (roessler)
9854 +
9855 +       * OPS, commands.c, compose.c, functions.h, mutt.h, sendlib.c:
9856 +       patch-1.3.3.tlr.change_charset.1
9857 +
9858 +       * po/ru.po: nit.
9859 +
9860 +2000-06-15 21:37:07  roessler  (roessler)
9861 +
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
9864 +
9865 +       * mutt.h, sendlib.c: patch-1.3.3.tlr.content_info.1
9866 +
9867 +       * imap/imap.c: shut up the compiler.
9868 +
9869 +       * po/ru.po, commands.c, init.h: nits.
9870 +
9871 +       * commands.c, globals.h, init.h: patch-1.2.bbell.display_filter.2.
9872 +
9873 +       * complete.c: patch-1.3.2.bbell.complete.1 - autocomplete "!",
9874 +       which is helpful in certain IMAP contexts.
9875 +
9876 +       * copy.c, mbox.c, mh.c, mx.c: [stable] Prevent data corruption
9877 +       when the temporary space runs full.  Backport from unstable.
9878 +
9879 +       * po/el.po, po/fr.po: updates.
9880 +
9881 +       * po/ru.po: update.
9882 +
9883 +       * rfc2047.c, sendlib.c, copy.c, handler.c: Avoid dumping core
9884 +       when Charset isn't set.
9885 +
9886 +       * init.h: Little documentation fix from Aaron Schrab.
9887 +
9888 +2000-06-14 09:23:45  roessler  (roessler)
9889 +
9890 +       * OPS, charset.c, charset.h, compose.c, functions.h, handler.c:
9891 +       Remove recode-attachment, and the "decoder" API.  (EGE)
9892 +
9893 +       * gettext.c: Make sure --disable-nls works.  (EGE)
9894 +
9895 +2000-06-13 20:36:33  roessler  (roessler)
9896 +
9897 +       * init.h, mutt.h, sendlib.c: EGE's latest send-charset patch.
9898 +
9899 +       * m4/curslib.m4: New file, contains Tom Dickey's CF_CURSES_LIBS
9900 +       macro from lynx.
9901 +
9902 +       * configure.in: Use CF_CURSES_LIBS macro for better detection
9903 +       of platform-specific curses libraries.  From Lars Hecking.
9904 +
9905 +       * main.c: Inform us about ICONV_NOTRANS.  From EGE.
9906 +
9907 +       * configure.in: iconv detection.  From EGE.
9908 +
9909 +       * commands.c: Only display PGP signature verification status if
9910 +       verification was tried.
9911 +
9912 +2000-06-12 07:02:42  roessler  (roessler)
9913 +
9914 +       * configure.in: A new check for working wchar functions.
9915 +
9916 +2000-06-11 19:05:12  roessler  (roessler)
9917 +
9918 +       * mh.c, mx.c: Fix some issues with synching of maildir/mh folders.
9919 +       Problems noted by Byrial Jensen.
9920 +
9921 +2000-06-09 17:42:14  roessler  (roessler)
9922 +
9923 +       * pattern.c: Force decimal parsing on dates, so 09 is parsed as 9,
9924 +       and not as "invalid".
9925 +
9926 +       * imap/imap_ssl.c, imap/imap_ssl.c: Fix a mix-up.
9927 +
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
9936 +
9937 +       * charset.c, init.c: Fix some typos in the nl_langinfo stuff.
9938 +
9939 +       * rfc2047.c: Latest patch from EGE.
9940 +
9941 +2000-06-08 21:44:14  roessler  (roessler)
9942 +
9943 +       * copy.c, mbox.c: This patch should fix the mailbox corruption
9944 +       various people observed.
9945 +
9946 +       * charset.c, charset.h, init.c: Fix up the value returned by
9947 +       nl_langinfo(CODESET).
9948 +
9949 +       * mbox.c: Improve error reporting with mbox folders a bit.
9950 +
9951 +       * send.c: patch-1.2.bj.ed_mtime.1
9952 +
9953 +       * Makefile.am, acconfig.h, configure.in, main.c, mbyte.c:
9954 +       Removing the built-in charset support.
9955 +
9956 +       * doc/muttrc.man.head: one-character typo.
9957 +
9958 +       * imap/imap_ssl.c: Fix #157.  From Enrik Berkhan
9959 +       <Enrik.Berkhan@fun.de>.
9960 +
9961 +       * imap/imap_ssl.c: [stable] Fix #157.  From Enrik Berkhan
9962 +       <Enrik.Berkhan@fun.de>.
9963 +
9964 +       * README.SSL, init.h, mutt.h, imap/imap_ssl.c: [stable]
9965 +       patch-1.3.2.tl.sslcerts.1.
9966 +
9967 +       * charset.c: Don't return data on the stack.  Noted by "Andrew
9968 +       W. Nosenko" <awn@bcs.zp.ua>.
9969 +
9970 +       * po/sv.po: update.
9971 +
9972 +2000-06-04 18:18:56  roessler  (roessler)
9973 +
9974 +       * doc/manual.sgml.head: Nits from Mikko Hänninen.
9975 +
9976 +2000-06-02 10:05:41  roessler  (roessler)
9977 +
9978 +       * imap/imap.h, imap/imap.h, pgp.c: Fix #152.
9979 +
9980 +2000-05-30 12:52:41  roessler  (roessler)
9981 +
9982 +       * po/pl.po: update
9983 +
9984 +2000-05-29 22:34:12  roessler  (roessler)
9985 +
9986 +       * rfc2047.c, rfc2047.h, send.c, sendlib.c: Edmund's latest
9987 +       RFC2047 encoding update.
9988 +
9989 +2000-05-28 20:32:05  roessler  (roessler)
9990 +
9991 +       * commands.c: Don't bother the user with messages about PGP
9992 +       signature verification when there is no PGP stuff about the
9993 +       message.
9994 +
9995 +       * README.SSL, init.h, mutt.h: SSL certificate verification fixes
9996 +       from Tommi Komulainen.
9997 +
9998 +       * imap/imap_ssl.c: SSL certificate verification fix from Tommi
9999 +       Komulainen.
10000 +
10001 +       * imap/command.c: [stable] Handle connection take-down by servers
10002 +       more graciously.  From Patrick Caulfield.
10003 +
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.
10007 +
10008 +2000-05-25 12:21:29  roessler  (roessler)
10009 +
10010 +       * pgp.c: Use strftime for time indications with PGP verification.
10011 +
10012 +       * curs_lib.c, mbyte.c: Somewhat different sigsegv fix suggested
10013 +       by EGE.
10014 +
10015 +       * mbyte.c: wctomb(0,wc) is needed to work for bounds checking.
10016 +
10017 +       * mutt.h: Include stdlib.h from mutt.h.
10018 +
10019 +       * makedoc.c, init.h: Minor fixes from Byrial.
10020 +
10021 +       * doc/manual.sgml.head: typo.
10022 +
10023 +       * doc/devel-notes.txt, init.h, makedoc.c: Documentation
10024 +       beautification patch from Byrial Jensen.  Thanks!
10025 +
10026 +2000-05-24 19:20:07  roessler  (roessler)
10027 +
10028 +       * po/ru.po: Fixes #143.
10029 +
10030 +       * po/ru.po: Some fixes - #143.
10031 +
10032 +       * charset.c, charset.h, compose.c, gnupgparse.c: Make charset-hook
10033 +       work with an external iconv implementation.
10034 +
10035 +       * imap/command.c: Handle disconnects more gracefully.
10036 +       From Patrick Caulfield <patrick@sco.com>.
10037 +
10038 +       * config.guess, config.sub: [stable] Latest versions from
10039 +       ftp.gnu.org/pub/gnu/config
10040 +
10041 +       * config.guess, config.sub: Latest versions from
10042 +       ftp.gnu.org/pub/gnu/config.
10043 +
10044 +2000-05-23 17:16:46  roessler  (roessler)
10045 +
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
10051 +
10052 +       * contrib/gpg.rc: Make this work on QNX.
10053 +
10054 +       * contrib/gpg.rc: Change suggested by Sam Roberts
10055 +       <sroberts@uniserve.com> to make this work on QNX.
10056 +
10057 +2000-05-22 16:15:35  roessler  (roessler)
10058 +
10059 +       * po/pl.po: update
10060 +
10061 +       * rfc2047.c: Fix a stupid segmentation fault.
10062 +
10063 +       * lib.c: cosmetics.
10064 +
10065 +       * rfc2047.c: Fix a memory leak.
10066 +
10067 +       * charset.c, lib.c, lib.h, protos.h: Add mutt_str_adjust ().
10068 +
10069 +       * parse.c: Fix a possible cause for heap corruption.
10070 +
10071 +       * po/de.po: update.
10072 +
10073 +       * charset.c, gettext.c: Make mutt_gettext () a bit more compact.
10074 +
10075 +2000-05-21 18:45:15  roessler  (roessler)
10076 +
10077 +       * mbyte.h: Small fix from EGE.
10078 +
10079 +       * sendlib.c: Some fixes so ISO-2022-JP* works with mutt.
10080 +       Mostly from TAKIZAWA Takashi <taki@luna.email.ne.jp>.
10081 +
10082 +       * muttlib.c: Comment a bit of code.
10083 +
10084 +2000-05-20 18:16:18  roessler  (roessler)
10085 +
10086 +       * po/fr.po: update.
10087 +
10088 +       * charset.c, charset.h, curs_lib.c, rfc2047.c, rfc2231.c: String
10089 +       conversion patch from EGE.
10090 +
10091 +       * doc/manual.sgml.head, hook.c: Second version of Byrial's
10092 +       display-hook patch.
10093 +
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
10099 +
10100 +       * doc/muttrc.man.head: Document display-hook in the manual page.
10101 +
10102 +       * commands.c, hook.c, init.h, mutt.h, protos.h, send.c: Add a
10103 +       display-hook command.  From Byrial Jensen.
10104 +
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
10107 +       processing.
10108 +
10109 +       * imap/imap.c: Shut up some warnings.  We may have to think
10110 +       about mutt_stristr again.
10111 +
10112 +       * configure.in: Verify that regmatch_t has offsets, and not
10113 +       only pointers.  From Sam Roberts <sroberts@uniserve.com>.
10114 +
10115 +       * configure.in: Don't look for curses in /usr/5lib any more -
10116 +       this broke things for some people.
10117 +
10118 +       * configure.in: Don't look for the curses library in /usr/5lib
10119 +       any more.  This broke things for some people.
10120 +
10121 +       * sendlib.c: Real fix for the pointer problem noted by Heiko
10122 +       Schlichting.
10123 +
10124 +       * sendlib.c: Fix a "string on stack returned" bug found by
10125 +       Heiko Schlichting.
10126 +
10127 +2000-05-19 07:36:42  roessler  (roessler)
10128 +
10129 +       * hdrline.c: Fix %. formats.  From EGE.
10130 +
10131 +2000-05-18 17:06:59  roessler  (roessler)
10132 +
10133 +       * copy.c, parse.c, rfc2047.c, rfc2047.h, rfc2231.c, send.c,
10134 +       sendlib.c: rfc2047_decode change from EGE.
10135 +
10136 +       * charset.c: Catch a segmentation fault in mutt_convert_string ().
10137 +
10138 +       * acconfig.h: Don't enable debugging by default in the stable
10139 +       branch.
10140 +
10141 +       * configure.in, main.c: More debugging output, and a warning
10142 +       in configure.in.
10143 +
10144 +       * main.c: Tell us something about internal iconv and CHARMAPS_DIR
10145 +       from mutt -v.
10146 +
10147 +2000-05-17 12:39:16  roessler  (roessler)
10148 +
10149 +       * mkjtags.c: handle ^L lines correctly.
10150 +
10151 +       * mkjtags.c: Some beautifications.
10152 +
10153 +       * Makefile.am, mkjtags.c: Add a little tool to help with building
10154 +       tags files my editor groks.
10155 +
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>.
10159 +
10160 +       * imap/imap_ssl.c: SSL certificate check fix.  From Tommi
10161 +       Komulainen.
10162 +
10163 +       * imap/imap_ssl.c: Certificate check fix, from Tommi Komulainen.
10164 +
10165 +       * OPS, enter.c, functions.h: Add forward-word and backward-word
10166 +       functions to the editor.
10167 +
10168 +       * OPS, enter.c, functions.h: Add a kill-eow function to the
10169 +       line editor.
10170 +
10171 +       * init.c: Small fix to mutt_set_default().
10172 +
10173 +2000-05-16 19:01:50  roessler  (roessler)
10174 +
10175 +       * Makefile.am: We don't need to build in the charmaps/ directory
10176 +       unless we use the included iconv.
10177 +
10178 +       * compose.c, mutt.h, protos.h, sendlib.c: Some fixes to the size
10179 +       calculation code.
10180 +
10181 +       * compose.c, globals.h, init.h, sendlib.c: A modified version
10182 +       of Will Fiveash's compose format patch.
10183 +
10184 +       * acconfig.h, configure.in, init.c, init.h: Use nl_langinfo's
10185 +       return value as the default for $charset.
10186 +
10187 +       * init.c: More default setting.  This can easily be done much
10188 +       cleaner than the last version of the patch.
10189 +
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().
10194 +
10195 +       * hook.c, lib.c, lib.h, muttlib.c, protos.h: Let _mutt_expand_path
10196 +       escape regular expression special characters.  For stable.
10197 +
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
10201 +       intended.
10202 +
10203 +       * muttlib.c: Sanitize file names passed to mutt_adv_mktemp.
10204 +
10205 +       * muttlib.c: Sanitize file name suggestions passed to
10206 +       mutt_adv_mktemp.
10207 +
10208 +       * doc/manual.sgml.tail, OPS, enter.c, functions.h: Add a
10209 +       transpose-character function to the editor.  From Aaron Schrab.
10210 +
10211 +       * configure.in: Improve the wchar_t checks.  From "Andrew
10212 +       W. Nosenko" <awn@bcs.zp.ua>.
10213 +
10214 +2000-05-15 12:00:53  roessler  (roessler)
10215 +
10216 +       * configure.in, mbyte.c, pager.c: More iconv-related patches
10217 +       from EGE.
10218 +
10219 +2000-05-13 17:39:03  roessler  (roessler)
10220 +
10221 +       * configure.in: HP/UX vs. ANSI C.  From Lars Hecking and Albert
10222 +       Chin. [stable]
10223 +
10224 +       * configure.in: Configuration for ANSI C / HP/UX.  From albert
10225 +       chin and Lars Hecking.
10226 +
10227 +2000-05-12 13:41:34  roessler  (roessler)
10228 +
10229 +       * mbyte.c, wcwidth.c: Make things compile. ;-)
10230 +
10231 +       * mbyte.c, mbyte.h, wcwidth.c: Isprint-related changes.
10232 +       Suggested by Andrew Nosenko, adapted by EGE.
10233 +
10234 +       * gettext.c: Replacing some more free() calls by safe_free().
10235 +
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.
10239 +
10240 +       * configure.in: HP/UX -Ae detection.  From Albert Chin. [stable]
10241 +
10242 +       * configure.in: Improve the HP/UX check for the -Ae command
10243 +       line parameter.  From albert chin (china@thewrittenword.com).
10244 +
10245 +       * gen_defs: Make sure gen_defs returns success.  [stable]
10246 +
10247 +       * gen_defs: Sam Roberts reports that some shells do strange
10248 +       things with exit states.
10249 +
10250 +       * doc/manual.sgml.head: Fix $spool vs. $spoolfile.  From David
10251 +       Ellement.
10252 +
10253 +2000-05-11 07:10:32  roessler  (roessler)
10254 +
10255 +       * doc/mutt.man: Remove some unnecessary spaces.
10256 +
10257 +       * doc/mutt.man, main.c: Fix usage information.  Noted by Mikko
10258 +       Hänninen.
10259 +
10260 +       * acconfig.h, configure.in, globals.h: Check volatility of
10261 +       sig_atomic_t.
10262 +
10263 +2000-05-10 18:02:31  roessler  (roessler)
10264 +
10265 +       * configure.in: Support for old Kerberos versions.  From David
10266 +       Champion <dgc@uchicago.edu>.
10267 +
10268 +       * configure.in: Fix support for old Kerberos libraries.
10269 +
10270 +       * hdrline.c, thread.c: updated messages-in-thread (%e) patch
10271 +       from Markus Holmberg.
10272 +
10273 +       * po/pl.po: update.
10274 +
10275 +       * init.h, mutt.h, pop.c: Fix a segmentation fault introduced by
10276 +       the change of pop_delete to a quad option.
10277 +
10278 +       * po/fr.po: Update the French translation.
10279 +
10280 +2000-05-09 20:19:28  roessler  (roessler)
10281 +
10282 +       * parse.c: more mailtool brain-damage support.
10283 +
10284 +       * acconfig.h, configure.in, parse.c: Sun mailtool message support.
10285 +       The format is ugly, but the patch is reasonably clean.
10286 +
10287 +       * Makefile.am: include mbyte.h with the distribution.
10288 +
10289 +       * doc/devel-notes.txt: Add a word about format flags.
10290 +
10291 +       * imap/message.c: Make the X-Label patch work over IMAP.
10292 +
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
10298 +
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>.
10302 +
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>.
10306 +
10307 +       * init.h, pop.c: Make pop_delete a quad-option.  From Honza
10308 +       Pazdziora <adelton@informatics.muni.cz>.
10309 +
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.
10312 +
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.
10319 +
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
10325 +
10326 +       * build-release: unstable branch.
10327 +
10328 +       * build-release: start preparing 1.2.
10329 +
10330 +2000-05-03 07:48:46  roessler  (roessler)
10331 +
10332 +       * po/zh_TW.Big5.po: branches:  1.30.2; automatic post-release
10333 +       commit for mutt-1.1.14
10334 +
10335 +       * po/da.po: branches:  1.13.2; automatic post-release commit
10336 +       for mutt-1.1.14
10337 +
10338 +       * po/de.po: branches:  1.99.2; automatic post-release commit
10339 +       for mutt-1.1.14
10340 +
10341 +       * po/el.po: branches:  1.31.2; automatic post-release commit
10342 +       for mutt-1.1.14
10343 +
10344 +       * po/eo.po: branches:  1.30.2; automatic post-release commit
10345 +       for mutt-1.1.14
10346 +
10347 +       * po/es.po: branches:  1.49.2; automatic post-release commit
10348 +       for mutt-1.1.14
10349 +
10350 +       * po/fr.po: branches:  1.45.2; automatic post-release commit
10351 +       for mutt-1.1.14
10352 +
10353 +       * po/gl.po: branches:  1.23.2; automatic post-release commit
10354 +       for mutt-1.1.14
10355 +
10356 +       * po/id.po: branches:  1.31.2; automatic post-release commit
10357 +       for mutt-1.1.14
10358 +
10359 +       * po/it.po: branches:  1.59.2; automatic post-release commit
10360 +       for mutt-1.1.14
10361 +
10362 +       * po/ko.po: branches:  1.31.2; automatic post-release commit
10363 +       for mutt-1.1.14
10364 +
10365 +       * po/nl.po: branches:  1.36.2; automatic post-release commit
10366 +       for mutt-1.1.14
10367 +
10368 +       * po/pl.po: branches:  1.39.2; automatic post-release commit
10369 +       for mutt-1.1.14
10370 +
10371 +       * po/pt_BR.po: branches:  1.20.2; automatic post-release commit
10372 +       for mutt-1.1.14
10373 +
10374 +       * po/ru.po: branches:  1.67.2; automatic post-release commit
10375 +       for mutt-1.1.14
10376 +
10377 +       * po/sk.po: branches:  1.28.2; automatic post-release commit
10378 +       for mutt-1.1.14
10379 +
10380 +       * po/sv.po: branches:  1.27.2; automatic post-release commit
10381 +       for mutt-1.1.14
10382 +
10383 +       * po/uk.po: branches:  1.42.2; automatic post-release commit
10384 +       for mutt-1.1.14
10385 +
10386 +       * ChangeLog: branches:  2.40.2; automatic post-release commit
10387 +       for mutt-1.1.14
10388 +
10389 +       * VERSION: branches:  2.28.2; automatic post-release commit
10390 +       for mutt-1.1.14
10391 +
10392 +       * po/cs.po: branches:  1.35.2; automatic post-release commit
10393 +       for mutt-1.1.14
10394 +
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
10400 +
10401 +       * reldate.h: branches:  2.25.2; automatic post-release commit
10402 +       for mutt-1.1.13
10403 +
10404 +2000-04-30 06:58:21  roessler  (roessler)
10405 +
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.
10408 +
10409 +2000-04-29 13:38:05  roessler  (roessler)
10410 +
10411 +       * query.c: branches:  2.5.2; Fix a possible segmentation fault
10412 +       with the external query feature.
10413 +
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.
10417 +
10418 +2000-04-26 17:43:00  roessler  (roessler)
10419 +
10420 +       * imap/util.c: branches:  1.23.2; Fix the imap_force_ssl option.
10421 +
10422 +       * po/da.po: update.
10423 +
10424 +       * contrib/pgp6.rc: Fix a little typo.  Noted by Steve Brewer
10425 +       <limako@mediaone.net>.
10426 +
10427 +       * imap/imap_ssl.c: branches:  1.12.2; Add a new option named
10428 +       imap_force_ssl.
10429 +
10430 +       * imap/imap_ssl.h, imap/util.c: Add a new option named
10431 +       imap_force_ssl.
10432 +
10433 +       * init.h: branches:  2.80.2; Add a new option named
10434 +       imap_force_ssl.
10435 +
10436 +       * mutt.h: branches:  2.62.2; Add a new option named
10437 +       imap_force_ssl.
10438 +
10439 +2000-04-25 18:39:01  roessler  (roessler)
10440 +
10441 +       * acconfig.h: branches:  2.15.2; Revised version of Lars' patch.
10442 +
10443 +       * configure.in: branches:  2.61.2; Revised version of Lars' patch.
10444 +
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
10448 +       Lars Hecking.)
10449 +
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.)
10454 +
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
10458 +       Hecking.)
10459 +
10460 +       * po/it.po: update.
10461 +
10462 +2000-04-24 13:10:11  roessler  (roessler)
10463 +
10464 +       * imap/util.c: Fix a segmentation fault with folder completion.
10465 +       From Brendan.
10466 +
10467 +       * imap/message.c: Fall back to INTERNALDATE when Date header
10468 +       isn't present.  From Brendan.
10469 +
10470 +2000-04-22 18:34:29  roessler  (roessler)
10471 +
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
10477 +
10478 +       * doc/manual.sgml.head: branches:  1.31.2; Add a link to
10479 +       http://www.mutt.org/download.html.
10480 +
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>.
10485 +
10486 +       * lib.c: branches:  2.23.2; Coda compatibility.  From Jan Harkes
10487 +       <jaharkes@cs.cmu.edu>.
10488 +
10489 +       * parse.c: Fix message parsing.  This fixes the "Reply-To in
10490 +       body" bug.  From Edmund GRIMLEY EVANS.
10491 +
10492 +       * doc/manual.sgml.tail: Fix the sgmltools URL.  From Martin
10493 +       Michlmayr.
10494 +
10495 +       * charset.c: branches:  2.19.2; Comment cosmetics.  From Martin
10496 +       Michlmayer.
10497 +
10498 +       * editmsg.c, extlib.c, gnupgparse.c, lib.c: Comment cosmetics.
10499 +       From Martin Michlmayer.
10500 +
10501 +       * lib.h: branches:  2.7.2; Comment cosmetics.  From Martin
10502 +       Michlmayer.
10503 +
10504 +       * pgpinvoke.c: Comment cosmetics.  From Martin Michlmayer.
10505 +
10506 +       * pgpkey.c: branches:  2.24.2; Comment cosmetics.  From Martin
10507 +       Michlmayer.
10508 +
10509 +       * pgplib.c, pgppubring.c, recvcmd.c: Comment cosmetics.
10510 +       From Martin Michlmayer.
10511 +
10512 +       * remailer.c: branches:  2.11.2; Comment cosmetics.  From Martin
10513 +       Michlmayer.
10514 +
10515 +       * rfc2231.c, rfc2231.h: Comment cosmetics.  From Martin
10516 +       Michlmayer.
10517 +
10518 +       * doc/manual.sgml.head: Document the elmish "!!" shortcut for
10519 +       the last folder.  From Martin Michlmayr <tbm@cyrius.com>.
10520 +
10521 +       * curs_main.c: branches:  2.44.2; Fix various inconsistencies
10522 +       with respect to thread deletion.
10523 +
10524 +       * pager.c: Fix various inconsistencies with respect to thread
10525 +       deletion.
10526 +
10527 +2000-04-12 16:32:26  roessler  (roessler)
10528 +
10529 +       * browser.c: branches:  2.21.2; Initialize some more memory.
10530 +       Noted by Vsevolod Volkov <vvv@lucky.net>.
10531 +
10532 +       * headers.c: Catch some error conditions.
10533 +
10534 +       * main.c: branches:  2.29.2; Tell us whether debugging is enabled
10535 +       or not.
10536 +
10537 +2000-04-09 13:32:36  roessler  (roessler)
10538 +
10539 +       * po/sv.po: Update.
10540 +
10541 +       * imap/imap_ssl.c: Another file mode change.
10542 +
10543 +       * po/fr.po, po/es.po, po/el.po: update.
10544 +
10545 +       * imap/imap_ssl.c: Save more than one SSL certificate to the
10546 +       certificate file.
10547 +
10548 +       * po/da.po, po/cs.po: update.
10549 +
10550 +       * imap/socket.c: branches:  1.9.2; Make host name comparison
10551 +       case-insensitive.
10552 +
10553 +       * doc/manual.sgml.head: Minor typo in the documentation.
10554 +       Noted by Vsevolod Volkov <vvv@lucky.net>.
10555 +
10556 +       * muttlib.c: branches:  2.16.2; The "!!" shortcut had another
10557 +       flaw.  Noted by Martin Michlmayr <tbm@cyrius.com>.
10558 +
10559 +       * imap/BUGS: branches:  1.12.2; Documentation patch from Brendan
10560 +       Cully.
10561 +
10562 +       * pattern.c: Fix ^ and ! pattern modifiers.
10563 +
10564 +2000-03-31 12:37:21  roessler  (roessler)
10565 +
10566 +       * po/pl.po, po/id.po: update.
10567 +
10568 +2000-03-30 15:33:14  roessler  (roessler)
10569 +
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
10575 +
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.
10582 +
10583 +       * imap/imap_ssl.c: Typo, noticed by Vsevolod Volkov
10584 +       <vvv@lucky.net>.
10585 +
10586 +       * po/de.po: update.
10587 +
10588 +       * po/eo.po: fix.
10589 +
10590 +       * contrib/Makefile.in: Distribute pgp6.rc. Ups.
10591 +
10592 +       * po/uk.po: Updated Ukrainian translation.
10593 +
10594 +       * curs_main.c: Cursor cosmetics.  From Byrial.
10595 +
10596 +       * contrib/Makefile.in: Installation process patch from Bill
10597 +       Nottingham <notting@redhat.com>.
10598 +
10599 +       * build-release: Explicitly use scp1.
10600 +
10601 +2000-03-29 20:16:36  roessler  (roessler)
10602 +
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
10608 +
10609 +       * imap/message.c: Fix access to read-only folders via IMAP.
10610 +
10611 +       * po/de.po, doc/Makefile.in, doc/manual.sgml.head, init.c,
10612 +       thread.c: Various little patches from Gero Treuner.
10613 +
10614 +       * imap/Makefile.am: Build diff from Brendan Cully.
10615 +
10616 +       * Makefile.am: branches:  2.61.2; Build diff from Brendan Cully.
10617 +
10618 +2000-03-28 10:09:19  roessler  (roessler)
10619 +
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.
10623 +
10624 +2000-03-27 23:56:35  roessler  (roessler)
10625 +
10626 +       * imap/auth_gss.c: branches:  1.3.2; NetBSD portability patches
10627 +       from Brendan Cully.
10628 +
10629 +       * imap/imap_ssl.c, acconfig.h, configure.in: NetBSD portability
10630 +       patches from Brendan Cully.
10631 +
10632 +2000-03-25 18:22:09  roessler  (roessler)
10633 +
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]
10637 +
10638 +2000-03-23 12:21:10  roessler  (roessler)
10639 +
10640 +       * remailer.c: Little fix for the remailer menu.
10641 +
10642 +       * configure.in: Fix Kerberos configuration.  From David Champion
10643 +       <dgc@uchicago.edu>.
10644 +
10645 +2000-03-22 08:24:45  roessler  (roessler)
10646 +
10647 +       * mutt.h, sort.c, init.h: Sorting fix from Gero Treuner.
10648 +
10649 +2000-03-21 22:01:42  roessler  (roessler)
10650 +
10651 +       * configure.in: Fix charmap configuration.  This was broken in
10652 +       configure.in,v 2.54.
10653 +
10654 +2000-03-20 10:32:18  roessler  (roessler)
10655 +
10656 +       * muttlib.c: Fix the "!!" shortcut for the last folder.  Noted by
10657 +       Byrial Jensen.
10658 +
10659 +       * po/da.po, po/eo.po: update
10660 +
10661 +       * configure.in, Muttrc.head, Muttrc.head.in: Put Muttrc.head under
10662 +       autoconf control - we need to substitute @docdir@ for the <f1>
10663 +       macro to work.
10664 +
10665 +2000-03-19 09:19:30  roessler  (roessler)
10666 +
10667 +       * po/nl.po: Fix some sloppiness errors.  From Brendan Cully.
10668 +
10669 +2000-03-17 08:26:22  roessler  (roessler)
10670 +
10671 +       * po/nl.po: update
10672 +
10673 +       * rfc2047.c: Don't override iso-2022-jp with us-ascii.
10674 +
10675 +       * sendlib.c: branches:  2.46.2; Don't override iso-2022-jp
10676 +       with us-ascii.
10677 +
10678 +2000-03-16 10:01:43  roessler  (roessler)
10679 +
10680 +       * commands.c, init.h, mutt.h: Add the $print_decode option.
10681 +
10682 +       * po/ru.po, po/sv.po: updates
10683 +
10684 +       * po/it.po: update.
10685 +
10686 +       * editmsg.c: Use Editor with a fall-back to visual when editing
10687 +       messages.
10688 +
10689 +       * muttlib.c: Localization nit from Byrial Jensen.
10690 +
10691 +       * doc/manual.sgml.head, init.h: Documentation fixes from Mikko
10692 +       Hänninen.
10693 +
10694 +2000-03-15 23:25:47  roessler  (roessler)
10695 +
10696 +       * imap/imap_ssl.c, imap/imap_ssl.h, imap/socket.c: Fix entropy
10697 +       gathering in the IMAP SSL support.  From Tommi Komulainen.
10698 +
10699 +       * README.SSL: branches:  2.4.2; Fix entropy gathering in the
10700 +       IMAP SSL support.  From Tommi Komulainen.
10701 +
10702 +       * configure.in, init.h: Fix entropy gathering in the IMAP SSL
10703 +       support.  From Tommi Komulainen.
10704 +
10705 +       * Makefile.am: Add a dependency for keymap_defs.h.  Hope it
10706 +       works now.
10707 +
10708 +       * po/da.po: update
10709 +
10710 +2000-03-14 21:05:00  roessler  (roessler)
10711 +
10712 +       * po/pl.po, po/cs.po: updates.
10713 +
10714 +       * configure.in: Fix a charmap configuration flaw.  From Gero
10715 +       Treuner.
10716 +
10717 +       * doc/Makefile.in: Install all the documentation.  Problem noted
10718 +       and fix supplied by Gero Treuner.
10719 +
10720 +       * po/es.po: Update from Boris Wesslowski.
10721 +
10722 +       * base64.c: Add the original fetchmail copyright notice.
10723 +
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.
10727 +
10728 +2000-03-13 22:36:56  roessler  (roessler)
10729 +
10730 +       * makedoc.c, send.c, charset.h, init.h: Various nits, noted by
10731 +       Gero Treuner.
10732 +
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
10738 +
10739 +       * build-release: change code for going on-line.
10740 +
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.
10745 +
10746 +       * po/sv.po, po/fr.po: updates.
10747 +
10748 +2000-03-10 11:38:32  roessler  (roessler)
10749 +
10750 +       * handler.c: Fix the handling of raw carriage return characters
10751 +       in the base64 handler.
10752 +
10753 +2000-03-09 11:58:11  roessler  (roessler)
10754 +
10755 +       * pgpinvoke.c: Bail on empty PGP formats.
10756 +
10757 +       * po/ko.po: update.
10758 +
10759 +2000-03-08 18:08:03  roessler  (roessler)
10760 +
10761 +       * imap/message.c: Another fix from Brendan Cully.
10762 +
10763 +       * po/pl.po: update.
10764 +
10765 +       * sendlib.c, parse.c: Fix more RFC2047 encoding bugs.  Once again
10766 +       from Gero Treuner <gero@faveve.uni-stuttgart.de>.
10767 +
10768 +2000-03-07 19:53:19  roessler  (roessler)
10769 +
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/.
10774 +
10775 +       * color.c: branches:  2.8.2; The uncolor/unmono commands weren't
10776 +       parsed correctly when not applicable.  This fixes bug#65.
10777 +
10778 +       * makedoc.c: Make gcc happy.
10779 +
10780 +       * TODO: Remove an old item from this list.  From Brendan Cully.
10781 +
10782 +       * sendlib.c, TODO: Correct header encodings when postponing
10783 +       messages.
10784 +
10785 +       * protos.h: branches:  2.40.2; Correct header encodings when
10786 +       postponing messages.
10787 +
10788 +       * send.c: Correct header encodings when postponing messages.
10789 +
10790 +       * po/de.po: update
10791 +
10792 +       * po/pt_BR.po, po/el.po: updates.
10793 +
10794 +       * curs_main.c: Fix NULL pointer deferences.
10795 +
10796 +2000-03-04 12:57:53  roessler  (roessler)
10797 +
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
10803 +
10804 +       * protos.h, send.c, alias.c, headers.c: Unify alias expansion.
10805 +
10806 +2000-03-03 16:52:41  roessler  (roessler)
10807 +
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
10810 +       comments.
10811 +
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.
10818 +
10819 +       * imap/command.c: branches:  1.8.2; The FSF apparently has moved.
10820 +
10821 +       * imap/imap.c: The FSF apparently has moved.
10822 +
10823 +       * imap/imap.h: branches:  1.16.2; The FSF apparently has moved.
10824 +
10825 +       * imap/imap_private.h: branches:  1.17.2; The FSF apparently
10826 +       has moved.
10827 +
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
10833 +       has moved.
10834 +
10835 +       * rfc822.c: branches:  2.9.2; The FSF apparently has moved.
10836 +
10837 +       * pgpinvoke.c, pgpkey.c, pgplib.c, pgplib.h, pgppubring.c:
10838 +       The FSF apparently has moved.
10839 +
10840 +       * pop.c: branches:  2.7.2; The FSF apparently has moved.
10841 +
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.
10845 +
10846 +       * mh.c: branches:  2.22.2; The FSF apparently has moved.
10847 +
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.
10850 +
10851 +       * mx.c: branches:  2.41.2; The FSF apparently has moved.
10852 +
10853 +       * history.c: branches:  2.5.6; The FSF apparently has moved.
10854 +
10855 +       * history.h: The FSF apparently has moved.
10856 +
10857 +       * hook.c: branches:  2.9.2; The FSF apparently has moved.
10858 +
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.
10861 +
10862 +       * mbox.c: branches:  2.15.2; The FSF apparently has moved.
10863 +
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.
10866 +
10867 +       * globals.h: branches:  2.23.2; The FSF apparently has moved.
10868 +
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.
10872 +
10873 +       * copy.c: branches:  2.13.2; The FSF apparently has moved.
10874 +
10875 +       * copy.h: The FSF apparently has moved.
10876 +
10877 +       * curs_lib.c: branches:  2.18.2; The FSF apparently has moved.
10878 +
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.
10882 +
10883 +       * po/sv.po: Swedish translation.
10884 +
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
10889 +       in that code.
10890 +
10891 +       * imap/message.c: More missing fclose (3) calls.
10892 +
10893 +2000-03-02 21:01:27  roessler  (roessler)
10894 +
10895 +       * imap/imap_ssl.c, imap/message.c: Fix a bunch of file descriptor
10896 +       leaks.
10897 +
10898 +       * po/de.po: A one-character patch from Gero Treuner.
10899 +
10900 +       * INSTALL, README.SSL: Add some SSL documentation.  From Tommi
10901 +       Komulainen.
10902 +
10903 +       * mh.c, mx.c: Fix incompatible return value checking.  This should
10904 +       fix #29.
10905 +
10906 +       * mutt.h, send.c, init.h: Add $reverse_realname option.
10907 +       Essentially suggested by ws@rhein.de.
10908 +
10909 +2000-03-01 21:27:36  roessler  (roessler)
10910 +
10911 +       * Muttrc.head: Fix #26: A little typo.
10912 +
10913 +       * contrib/Makefile.in, contrib/sample.muttrc-tlr: Add a commented
10914 +       version of my .muttrc as an example.
10915 +
10916 +       * contrib/sample.muttrc: Fix some mail addresses.
10917 +
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.
10921 +
10922 +       * configure.in: Another fix from Tommi Komulainen.
10923 +
10924 +       * po/eo.po, po/id.po, po/de.po: update.
10925 +
10926 +       * imap/util.c: Don't crash with NULL Context pointers.
10927 +
10928 +       * po/fr.po: Update.
10929 +
10930 +       * doc/dotlock.man, doc/mutt.man: dotlock is called mutt_dotlock
10931 +       for quite some time now.
10932 +
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
10938 +
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.
10942 +
10943 +       * imap/Makefile.am: Include auth_gss.c with the distribution.
10944 +
10945 +2000-02-29 22:40:46  roessler  (roessler)
10946 +
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
10952 +
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.
10957 +
10958 +       * charset.c: Add error checking to the recode-attachment code.
10959 +       From "Andrew W.  Nosenko" <awn@bcs.zp.ua>.
10960 +
10961 +       * configure.in: Replace --enable-ssl by --with-ssl.  From Tommi
10962 +       Komulainen.
10963 +
10964 +       * imap/imap.c, mx.c, curs_main.c: More IMAP folder update hacks.
10965 +       Brendan says it works.
10966 +
10967 +2000-02-28 18:06:35  roessler  (roessler)
10968 +
10969 +       * doc/manual.sgml.head: Martin Michlmayr told me about a typo.
10970 +
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.
10974 +
10975 +       * menu.c, pager.c: Do IMAP keep-alive polls from all menus.
10976 +
10977 +       * curs_main.c, pager.c: Don't do Context updates from the
10978 +       background, part 2.
10979 +
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.
10982 +
10983 +2000-02-27 08:49:34  roessler  (roessler)
10984 +
10985 +       * po/POTFILES.in: imap/auth_gss.c was missing.  Noted by "Andrew
10986 +       W. Nosenko" <awn@bcs.zp.ua>.
10987 +
10988 +2000-02-26 18:14:24  roessler  (roessler)
10989 +
10990 +       * Makefile.am: muttbug is a script, not a program.  Tell automake
10991 +       about this.
10992 +
10993 +       * mx.c: Don't use an uninitialized string for error reporting.
10994 +
10995 +       * imap/browse.c: Fix a segmentation fault.  Patch from Brendan
10996 +       Cully.
10997 +
10998 +2000-02-25 08:57:05  roessler  (roessler)
10999 +
11000 +       * .cvsignore: ignore muttbug{,.sh}
11001 +
11002 +       * Makefile.am: Tell users about README.UPGRADE.
11003 +
11004 +2000-02-24 21:34:10  roessler  (roessler)
11005 +
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
11011 +
11012 +       * main.c: Fix #52, from Mikko.Hanninen@iki.fi.
11013 +
11014 +2000-02-23 13:26:03  roessler  (roessler)
11015 +
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.
11020 +
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
11026 +       translation.
11027 +
11028 +       * mx.c: safe_fclose() doesn't like FILE pointers.
11029 +
11030 +       * mx.h, mx.c: Don't core dump when locking a folder fails.
11031 +
11032 +2000-02-22 19:22:29  roessler  (roessler)
11033 +
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.
11038 +
11039 +       * po/ko.po: New Korean translation from
11040 +       <redhands@linux.sarang.net>.
11041 +
11042 +       * muttbug.sh.in: Fix bug#42: A missing "'".
11043 +
11044 +       * main.c: Cosmetic fix from Marco d'Itri.
11045 +
11046 +       * imap/browse.c, browser.c, doc/manual.sgml.head: Brendan Cully's
11047 +       latest IMAP browser fixes.
11048 +
11049 +2000-02-18 10:56:24  roessler  (roessler)
11050 +
11051 +       * muttlib.c: In mutt_copy_body(), we also need to strdup()
11052 +       the content-description.
11053 +
11054 +       * imap/command.c: Reasonably handle suerfluous EXIST messages
11055 +       from IMAP servers.  From Brendan Cully.
11056 +
11057 +2000-02-17 18:22:27  roessler  (roessler)
11058 +
11059 +       * send.c: Fix content-description encoding - it was done after
11060 +       signing, not before signing.
11061 +
11062 +       * sendlib.c, attach.c, mx.c, pop.c: Do more error checking when
11063 +       writing messages to folders.
11064 +
11065 +2000-02-16 17:29:33  roessler  (roessler)
11066 +
11067 +       * send.c: Fix mail-followup-to generation.
11068 +
11069 +       * sendlib.c: Don't output empty header fields.  This is made
11070 +       necessary by the addition of possibly empty my_hdr commands.
11071 +
11072 +       * init.c: Permit empty my_hdrs.  Suggested by Edmund Grimley
11073 +       Evans.
11074 +
11075 +       * po/cs.po: update.
11076 +
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.
11080 +
11081 +       * po/de.po: update.
11082 +
11083 +2000-02-15 22:26:39  roessler  (roessler)
11084 +
11085 +       * po/fr.po: update.
11086 +
11087 +       * po/eo.po: New translation from Edmund Grimley.
11088 +
11089 +       * OPS: Fix a typo.
11090 +
11091 +       * globals.h: Increase the size of ErrorBuf.
11092 +
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
11097 +       for mutt-1.1.4
11098 +
11099 +       * doc/manual.sgml.head: Add improved documentation for the "push"
11100 +       command, and macros.  From Byrial Jensen, based on a patch by
11101 +       Mikko Hanninen.
11102 +
11103 +       * functions.h: Fix the <exit> function on the pager.
11104 +
11105 +       * doc/manual.sgml.head, doc/muttrc.man.head, hook.c, init.c,
11106 +       init.h, protos.h: Byrial Jensen's unhook command patch.
11107 +
11108 +       * doc/Makefile.in: Remove superfluous empty lines from the text
11109 +       version of the manual.
11110 +
11111 +       * OPS: Change the documentation string for OP_MAIN_PREV_UNDELETED
11112 +       - it may be confusing.
11113 +
11114 +       * functions.h, keymap.c: More OP_EXIT fixes.
11115 +
11116 +       * OPS, functions.h, keymap.c, pager.c: Remove the OP_PAGER_EXIT
11117 +       opcode, and change it to OP_EXIT.
11118 +
11119 +       * doc/manual.sgml.head: Add more documentation for subscribe
11120 +       and lists.
11121 +
11122 +2000-02-14 20:51:37  roessler  (roessler)
11123 +
11124 +       * init.h: Fix documentation for $followup_to.
11125 +
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.
11128 +
11129 +       * po/it.po: New Italian translation from Marco d'Itri.
11130 +
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>.
11135 +
11136 +       * po/de.po: Fixes from Roland Rosenfeld.
11137 +
11138 +       * attach.c, compose.c: Fix a couple of random perror() calls
11139 +       and related problems.
11140 +
11141 +       * sendlib.c: Fix encoding for text/* attachments with long lines.
11142 +
11143 +2000-02-11 09:04:22  roessler  (roessler)
11144 +
11145 +       * contrib/Pine.rc: Fix bug #23.
11146 +
11147 +       * init.h, makedoc.c: Fix minor documentation problems noted by
11148 +       Marius Gedminas <mgedmin@takas.lt>.
11149 +
11150 +2000-02-10 19:46:13  roessler  (roessler)
11151 +
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!
11159 +
11160 +       * muttbug.sh.in: ${prefix} should be defined, as it may be used
11161 +       by autoconf.
11162 +
11163 +2000-02-09 18:28:45  roessler  (roessler)
11164 +
11165 +       * doc/manual.sgml.head: Fix a minor typo.  From Mikko Hänninen.
11166 +
11167 +       * muttbug.sh.in: Mostly Debian-related fixes from Roland
11168 +       Rosenfeld.
11169 +
11170 +       * main.c: Small translation-related fix from Roland.
11171 +
11172 +       * po/fr.po: Update from Vincent Lefevre.
11173 +
11174 +       * pgpewrap: Portability patch to make pgpewrap work under HP/UX.
11175 +       From David Ellement <ellement@sdd.hp.com>.
11176 +
11177 +       * doc/Makefile.in, doc/manual.sgml.head, doc/manual.sgml.tail,
11178 +       init.h: Documentation changes from Roland Rosenfeld.
11179 +
11180 +2000-02-08 20:55:33  roessler  (roessler)
11181 +
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
11187 +
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.
11191 +
11192 +       * contrib/pgp2.rc: add a comment concerning +encrypttoself.
11193 +
11194 +       * pager.c, keymap.c: Avoid IMAP timeouts when viewing messages.
11195 +       From Tommi.Komulainen@iki.fi.
11196 +
11197 +       * po/eo.po: Small fix from Edmund.
11198 +
11199 +2000-02-07 19:16:41  roessler  (roessler)
11200 +
11201 +       * doc/manual.sgml.head: Add a note on my_hdr when used from
11202 +       send-hook.
11203 +
11204 +       * muttbug.sh.in: Remove another Debian reference from the severity
11205 +       level descriptions.
11206 +
11207 +       * muttbug.sh.in: More fixes.
11208 +
11209 +       * muttlib.c, protos.h, rfc2047.c, rfc2231.c: Fix bug#22.
11210 +
11211 +       * muttbug.sh.in: Various fixes from Roland Rosenfeld.
11212 +
11213 +       * buffy.c: Fix a NULL pointer deference.
11214 +
11215 +2000-02-03 13:41:38  roessler  (roessler)
11216 +
11217 +       * acconfig.h, configure.in, muttbug.sh.in: Add debugger support
11218 +       to muttbug.
11219 +
11220 +       * init.c: Add a comment concerning muttbug.sh.
11221 +
11222 +       * muttbug.sh.in: More changes to the bug report script.  Most of
11223 +       them were suggest by Roland Rosenfeld.
11224 +
11225 +       * po/de.po: Minor fixes from Roland Rosenfeld.
11226 +
11227 +       * muttbug.sh.in: Add some Debian specifics.
11228 +
11229 +       * muttbug.sh.in: Strip comments from included configuration files.
11230 +
11231 +       * muttbug.sh.in: another minor fix.
11232 +
11233 +       * muttbug.sh.in: Minor fixes.
11234 +
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/.)
11238 +
11239 +       * doc/manual.sgml.head: Documentation fix.
11240 +
11241 +2000-02-02 10:53:28  roessler  (roessler)
11242 +
11243 +       * init.c: Make the parsing of integers more
11244 +
11245 +       * lib.c: Use O_NOFOLLOW when it's there, and needed.
11246 +
11247 +2000-02-01 18:47:49  roessler  (roessler)
11248 +
11249 +       * main.c: Cosmetics.
11250 +
11251 +       * doc/mutt.man, doc/muttrc.man.head: Cosmetics.  Additionally,
11252 +       remove the y2k compliance notice from the manual page.
11253 +
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.
11257 +
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.
11262 +
11263 +       * po/Makefile.in.in, po/POTFILES.in, Makefile.am: Build fix for
11264 +       the po/ subdirectory, from Edmund G. Evans.
11265 +
11266 +       * po/eo.po: New Esperanto translation.
11267 +
11268 +       * init.h: Add a bit more documentation on $recall.
11269 +
11270 +2000-01-30 13:35:22  roessler  (roessler)
11271 +
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.
11277 +
11278 +       * configure.in: Add some languages to ALL_LINGUAS.
11279 +
11280 +       * po/gl.po, po/sv.po: Adding translations from stable to unstable.
11281 +
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.
11285 +
11286 +2000-01-29 08:03:48  roessler  (roessler)
11287 +
11288 +       * init.h: Another change to attach_format.
11289 +
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.
11293 +
11294 +2000-01-28 21:32:47  roessler  (roessler)
11295 +
11296 +       * init.h: Make the documentation for rfc2047_parameters
11297 +       comprehensible to the end user.
11298 +
11299 +       * init.h: Documentation fix.
11300 +
11301 +       * rfc2231.c: RFC2231 support should understand utf-8.
11302 +
11303 +2000-01-27 09:57:09  roessler  (roessler)
11304 +
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>.
11308 +
11309 +2000-01-25 21:21:10  roessler  (roessler)
11310 +
11311 +       * imap/BUGS: Brendan Cully's latest changes:
11312 +
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.
11319 +
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...
11330 +
11331 +       * imap/README: branches:  1.4.2; Brendan Cully's latest changes:
11332 +
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.
11339 +
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...
11350 +
11351 +       * imap/TODO, imap/command.c, imap/imap.c, imap/message.c:
11352 +       Brendan Cully's latest changes:
11353 +
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.
11360 +
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...
11371 +
11372 +       * doc/Makefile.in: Make the build process work when sgmltools
11373 +       aren't present.  From Lawrence Greenfield <leg+@andrew.cmu.edu>.
11374 +
11375 +       * imap/auth.c: Fix GSSAPI support.  From Lawrence Greenfield
11376 +       <leg+@andrew.cmu.edu>.
11377 +
11378 +2000-01-24 13:17:17  roessler  (roessler)
11379 +
11380 +       * dotlock.h, mx.c, dotlock.c: Locking fix.
11381 +
11382 +       * enter.c: patch-1.1.2.mg.autocomplete.1 - from Marius Gedminas
11383 +       <mgedmin@pub.osf.lt>.
11384 +
11385 +       * Makefile.am: small build process fix.
11386 +
11387 +       * m4/Makefile.am.in: Patch from Lars Hecking in order to build
11388 +       mutt cleanly under Solaris 2.6.
11389 +
11390 +       * doc/manual.sgml.head: More list-reply documentation from
11391 +       Mikko.Hanninen@iki.fi.
11392 +
11393 +       * init.h, mutt.h, rfc822.c: Removing rewrite_uucp.  There were
11394 +       too many objections against it.
11395 +
11396 +       * init.h, mutt.h, rfc822.c: Adding the $rewrite_uucp option.
11397 +
11398 +       * po/ru.po: update.
11399 +
11400 +       * po/eo.po, configure.in: Adding the Esperanto translation
11401 +       to unstable.  From Edmund GRIMLEY EVANS <edmundo@rano.org>.
11402 +
11403 +2000-01-21 09:28:56  roessler  (roessler)
11404 +
11405 +       * po/el.po: New greek translation.
11406 +
11407 +       * po/id.po: updated translation.
11408 +
11409 +2000-01-20 17:35:41  roessler  (roessler)
11410 +
11411 +       * po/pl.po: Updated polish translation.
11412 +
11413 +       * contrib/Makefile.in, Makefile.am: "make distclean" fixes from
11414 +       Marco d'Itri.
11415 +
11416 +       * compose.c: Typo noted by edmundo@rano.org.
11417 +
11418 +       * po/ko.po: Update.
11419 +
11420 +       * send.c: Honor mail-followup-to when doing a list-reply.
11421 +       From Mikko.Hanninen@iki.fi.
11422 +
11423 +2000-01-19 14:59:01  roessler  (roessler)
11424 +
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>.
11427 +
11428 +       * po/de.po: New German translation for unstable, from Roland
11429 +       Rosenfeld.
11430 +
11431 +       * pgp.c: Fiksing a speling mysdeik nodet by Michael Sobolev. ;-)
11432 +
11433 +       * NEWS: Add a notice on display-toggle-weed.
11434 +
11435 +       * doc/manual.sgml.head, doc/manual.sgml.tail, OPS, functions.h:
11436 +       Rename display-headers to display-toggle-weed.
11437 +
11438 +2000-01-18 22:46:18  roessler  (roessler)
11439 +
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
11442 +       or MBOX folder.
11443 +
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
11449 +
11450 +       * contrib/Makefile.in: Respect $DESTDIR in contrib/Makefile.
11451 +       From Hao Li <hli@rainfinity.com>.
11452 +
11453 +       * imap/imap.c, imap/message.c: Fix use of confirmcreate with IMAP.
11454 +       A patch for this was suggested by Brian R. Gaeke.
11455 +
11456 +       * init.h, alias.c: Documentation fix about gecos_mask.  From Will
11457 +       Fiveash.
11458 +
11459 +2000-01-16 14:44:12  roessler  (roessler)
11460 +
11461 +       * po/eo.po: new esperanto translation from edmundo@rano.org.
11462 +
11463 +       * editmsg.c: Use Visual, not Editor, for editing messages.
11464 +       Noted by Marius Gedminas <mgedmin@pub.osf.lt>.
11465 +
11466 +       * rfc822.c: quote-related fix to the RFC822 parser.  From Edmund
11467 +       Grimley Evans.
11468 +
11469 +2000-01-12 09:20:34  roessler  (roessler)
11470 +
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.
11474 +
11475 +2000-01-10 21:34:06  roessler  (roessler)
11476 +
11477 +       * reap.pl: Handle #ifndef in reap.pl.
11478 +
11479 +       * configure.in: Recognize differently-named gccs as such, and
11480 +       enable warnings.  From "Andrew W. Nosenko" <awn@bcs.zp.ua>.
11481 +
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.)
11484 +
11485 +       From Mark Seiden <mis@seiden.com>.
11486 +
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>.
11493 +
11494 +       * lib.c: Use safe_free() instead of free() with mutt_str_replace -
11495 +       equivalent, but nicer.
11496 +
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:
11502 +
11503 +               safe_free (&s); s = safe_strdup (t);
11504 +
11505 +       * build-release, gnupgparse.c: Fix PGP uid parsing.  Noted by
11506 +       Edmund GRIMLEY EVANS <edmundo@rano.demon.co.uk>.
11507 +
11508 +2000-01-08 10:31:28  roessler  (roessler)
11509 +
11510 +       * VERSION, reldate.h, ChangeLog: automatic post-release commit
11511 +       for mutt-1.1.2
11512 +
11513 +       * keymap.c: Fix a macro-related segmentation fault in stable.
11514 +       From Byrial Jensen.
11515 +
11516 +       * keymap.c: Fix a macro-related segmentation fault.  From Byrial
11517 +       Jensen.
11518 +
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.
11522 +
11523 +       * curs_lib.c: patch-1.1.1.me.endwin.1, from Michael Elkins.
11524 +
11525 +       * mutt.h, parse.c, init.h: Undo Michaels "pgpsearchext" patch.
11526 +
11527 +2000-01-06 12:00:50  roessler  (roessler)
11528 +
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
11545 +       for unstable.
11546 +
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.
11562 +
11563 +2000-01-05 09:40:52  roessler  (roessler)
11564 +
11565 +       * init.h, mutt.h, parse.c: patch-1.1.1.me.pgpsearchtext.1.
11566 +       From Michael Elkins.
11567 +
11568 +2000-01-03 10:15:54  roessler  (roessler)
11569 +
11570 +       * strcasecmp.c: New str*casecmp replacements for stable.
11571 +
11572 +       * strcasecmp.c: Fix strncasecmp and strcasecmp replacement
11573 +       functions.  Problem noted by Stu Heiss <stu@jpusa1.chi.il.us>.
11574 +
11575 +2000-01-01 17:59:51  roessler  (roessler)
11576 +
11577 +       * parse.c: y2k fix for 1.0.
11578 +
11579 +       * parse.c: A y2k fix for those who still use two-digit year
11580 +       numbers as originally specified in RFC 822.
11581 +
11582 +1999-12-29 18:38:07  roessler  (roessler)
11583 +
11584 +       * po/zh_TW.Big5.po: New Chinese translation; from Anthnoy Wong
11585 +       <ypwong@debian.org>; Dec 21 1999.
11586 +
11587 +       * sort.c: Fix a minor threading bug.  From Edmund GRIMLEY EVANS
11588 +       <edmundo@rano.demon.co.uk>, Dec 14 1999.
11589 +
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.)
11594 +
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
11597 +       included later.
11598 +
11599 +1999-12-14 10:29:25  roessler  (roessler)
11600 +
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.)
11605 +
11606 +1999-12-13 11:36:01  roessler  (roessler)
11607 +
11608 +       * init.h, mutt.h, protos.h, send.c, sendlib.c: Adding the
11609 +       envelope_from option.
11610 +
11611 +1999-12-09 11:17:35  roessler  (roessler)
11612 +
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.
11618 +
11619 +1999-12-06 09:59:28  roessler  (roessler)
11620 +
11621 +       * mbox.c: Cosmetic improvement for reading mmdf folders.
11622 +       From John Hawkinson <jhawk@bbnplanet.com>.
11623 +
11624 +1999-12-04 15:42:07  roessler  (roessler)
11625 +
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. ;-)
11629 +
11630 +       * alias.c, init.h, mutt_regex.h: William Feavish's GECOS regexp
11631 +       patch.
11632 +
11633 +1999-12-03 16:54:03  roessler  (roessler)
11634 +
11635 +       * doc/manual.sgml.head: Fix the documentation on how to join
11636 +       the mutt lists.  Noted by Marius Gedminas <mgedmin@takas.lt>.
11637 +
11638 +       * init.h: Fix a small bug in the documentation for $hidden_host.
11639 +
11640 +       * configure.in: Fix the handling of --disable configure switches.
11641 +
11642 +       * configure.in: patch-1.0.rr.autoconf-disable.1: --disable-pop
11643 +       shouldn't enable pop.
11644 +
11645 +       * rfc2047.c: Properly tag quoted-printable encoded RFC 2047
11646 +       strings with $send_charset, not with $charset.
11647 +
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.
11651 +
11652 +1999-12-02 16:29:26  roessler  (roessler)
11653 +
11654 +       * pgpkey.c: Fix the PGP key selection menu's title.
11655 +
11656 +       * imap/imap_ssl.c: SSL fixes from Tommi Kommulainen.
11657 +
11658 +       * NEWS: Announce edit-message and resend-message, and the changes
11659 +       in recvcmd.c.
11660 +
11661 +       * doc/manual.sgml.head: Clarify the documentation of
11662 +       lists/unlists/subscribe/unsubscribe a bit.
11663 +
11664 +1999-12-01 12:06:31  roessler  (roessler)
11665 +
11666 +       * imap/util.c: Now, I should have got the signal handling right.
11667 +
11668 +       * imap/util.c: another alarm (0) was missing.  (However, this
11669 +       one didn't crash mutt.)
11670 +
11671 +       * imap/util.c: imap_keepalive: cancel pending alarms.  Otherwise,
11672 +       mutt will die frequently.
11673 +
11674 +       * imap/util.c: Re-set the list of blocked signals after the
11675 +       imap_keepalive stuff.
11676 +
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.
11679 +
11680 +1999-11-26 09:19:03  roessler  (roessler)
11681 +
11682 +       * imap/message.c: Fix the lines header.
11683 +
11684 +1999-11-25 15:18:02  roessler  (roessler)
11685 +
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
11689 +       work to be done.
11690 +
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.
11693 +
11694 +1999-11-24 16:29:58  roessler  (roessler)
11695 +
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.
11700 +
11701 +       * imap/message.c: IMAP line count fix from
11702 +       Tommi.Komulainen@iki.fi.
11703 +
11704 +1999-11-23 23:43:51  roessler  (roessler)
11705 +
11706 +       * postpone.c: mutt_prepare_template() didn't work with
11707 +       PGP-encrypted messages due to an - errm - interesting typo.
11708 +
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.
11712 +
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>.
11716 +
11717 +       * doc/PGP-Notes.txt: Include the maildrop recipe Mark Weinem
11718 +       <mark.weinem@unidui.uni-duisburg.de> sent me some weeks ago.
11719 +
11720 +       * muttlib.c: Permit !! for the last folder.  Elm compatibility.
11721 +
11722 +       * NEWS: Tell our users that fcc_clear exists.
11723 +
11724 +       * init.h, mutt.h, send.c: Adding an fcc_clear option for
11725 +       unencrypted and unsigned FCCs.
11726 +
11727 +       * imap/Makefile.am: Include the SSL-related code with "make dist".
11728 +
11729 +1999-11-22 16:01:42  roessler  (roessler)
11730 +
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.
11735 +
11736 +       * po/de.po: Der Versuch, "Diskussionsfaden" durch etwas
11737 +       Verständlicheres zu ersetzen. ;-)
11738 +
11739 +1999-11-18 16:19:35  roessler  (roessler)
11740 +
11741 +       * init.h: Include SSL documentation in the manual.
11742 +
11743 +       * dotlock.c: indentation noise.
11744 +
11745 +       * imap/socket.c: Small code clean-up.
11746 +
11747 +       * mx.c: Detect .mew_cache files in MH folders.  Suggested by
11748 +       Kawaguti Ginga <ginga@amalthea.phys.s.u-tokyo.ac.jp>.
11749 +
11750 +       * doc/manual.sgml.head: Documentation nit from Byrial Jensen.
11751 +
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.
11755 +
11756 +       * parse.c, rfc2231.c: Some rather cosmetic changes.
11757 +
11758 +1999-11-17 22:47:59  roessler  (roessler)
11759 +
11760 +       * menu.c: some reorganizations of the dialog menu code.
11761 +
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>.
11765 +
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.
11772 +
11773 +       * menu.c, mutt_menu.h: Tommi Komulainen's menu/dialog patch.
11774 +
11775 +1999-11-15 17:44:15  roessler  (roessler)
11776 +
11777 +       * pgp.c: Fix the pgp-hook logic.
11778 +
11779 +       * color.c: Small color fix from T. E. Dickey.
11780 +
11781 +       * color.c: A small patch from TE Dickey.
11782 +
11783 +1999-11-11 18:30:25  roessler  (roessler)
11784 +
11785 +       * rfc822.c: ups, the previous patch included a small buffer
11786 +       overflow.
11787 +
11788 +       * po/gl.po: Roberto Suarez Soto <robe@ceu.fi.udc.es> sent us a
11789 +       new translation.
11790 +
11791 +       * rfc822.c: Fix a header quoting bug.
11792 +
11793 +       * doc/Makefile.in: Another build process patch from Brendan Cully.
11794 +
11795 +1999-11-10 21:35:33  roessler  (roessler)
11796 +
11797 +       * rfc2231.c: Ignore empty MIME parameters.
11798 +
11799 +1999-11-09 12:40:14  roessler  (roessler)
11800 +
11801 +       * mbox.c, parse.c: Add some more sanity checks about
11802 +       content-length.
11803 +
11804 +       * curs_lib.c: Fix an SLang-related compilation problem.
11805 +       Originally from Jon Kåre Hellan.
11806 +
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.
11810 +
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().
11816 +
11817 +       * imap/Makefile.am, doc/Makefile.in, contrib/Makefile.in,
11818 +       configure.in, Makefile.am: Build process fixes from Brendan Cully.
11819 +
11820 +       * pager.c: Add a missing redraw after resend-message.
11821 +
11822 +1999-11-08 22:10:49  roessler  (roessler)
11823 +
11824 +       * VERSION: Undo changes which are due to release-building tests.
11825 +       After all, we want the _right_ diff next time.
11826 +
11827 +       * build-release: Finalize the new build-release script.
11828 +
11829 +       * ChangeLog, VERSION, build-release: automatic post-release
11830 +       commit for mutt-1.1.1.2
11831 +
11832 +       * LAST_TAG, Makefile.am, OVERSION, VERSION, build-release,
11833 +       ChangeLog: automatic post-release commit for mutt-1.1.1.1
11834 +
11835 +       * LAST_TAG, Makefile.am, OVERSION: Preparing some improvements
11836 +       to the build process.
11837 +
11838 +       * po/de.po, reldate.h, VERSION, ChangeLog: automatic post-release
11839 +       commit for mutt-1.1.1
11840 +
11841 +1999-11-07 22:52:40  roessler  (roessler)
11842 +
11843 +       * sendlib.c: short-cut utf-7 as a 7bit character set.  Currently,
11844 +       utf-7 may be overridden by us-ascii.
11845 +
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.
11851 +
11852 +       * po/eo.po: branches:  1.1.2; file eo.po was initially added on
11853 +       branch mutt-1-0-stable.
11854 +
11855 +       * po/eo.po, configure.in: Esperanto translation from Edmund
11856 +       GRIMLEY EVANS <edmundo@rano.demon.co.uk>.
11857 +
11858 +1999-11-05 07:28:11  roessler  (roessler)
11859 +
11860 +       * pgppubring.c: preprocess out some unused strings.
11861 +
11862 +1999-11-04 21:35:32  roessler  (roessler)
11863 +
11864 +       * rfc2231.c: Catch a segmenatation fault.  Note that this is
11865 +       not the real fix for the problem...
11866 +
11867 +       * menu.c: Change a short to an int where it should have been one.
11868 +
11869 +       * po/gl.po: New version.
11870 +
11871 +       * protos.h, send.c, status.c, buffy.c, globals.h, postpone.c:
11872 +       IMAP postpone changes from Byrial Jensen.
11873 +
11874 +1999-11-03 20:30:19  roessler  (roessler)
11875 +
11876 +       * recvattach.c: Adding a comment which describes some ideas on
11877 +       how the attachment menu should work.
11878 +
11879 +1999-11-02 15:51:07  roessler  (roessler)
11880 +
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.
11884 +
11885 +1999-10-31 17:12:55  roessler  (roessler)
11886 +
11887 +       * po/it.po: [stable] Small fix from Marco d'Itri.
11888 +
11889 +       * m4/.cvsignore, intl/.cvsignore, imap/BUGS, imap/message.c,
11890 +       contrib/.cvsignore: From Brendan Cully: IMAP updates should work
11891 +       properly again.
11892 +
11893 +1999-10-29 05:43:40  roessler  (roessler)
11894 +
11895 +       * po/.cvsignore: Cosmetics.
11896 +
11897 +       * imap/BUGS: Update the documentation.
11898 +
11899 +       * doc/.cvsignore: Cosmetics.
11900 +
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
11904 +       connections.
11905 +
11906 +1999-10-28 17:42:07  roessler  (roessler)
11907 +
11908 +       * README: Fix the version number in the README file.
11909 +
11910 +       * pop.c: Cosmetic POP fixes from Evan DiBiase
11911 +       <evand@telerama.com>.
11912 +
11913 +       * pop.c: Cosmetic fixes from Evan DiBiase <evand@telerama.com>.
11914 +
11915 +1999-10-28 08:15:38    <Jon.K.Hellan@item.ntnu.no>  (roessler)
11916 +
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.
11920 +
11921 +1999-10-27 12:17:34  roessler  (roessler)
11922 +
11923 +       * po/gl.po: branches:  1.1.2; file gl.po was initially added on
11924 +       branch mutt-1-0-stable.
11925 +
11926 +       * po/gl.po, configure.in: Adding a Galician translation.
11927 +
11928 +1999-10-26 15:14:01  roessler  (roessler)
11929 +
11930 +       * curs_lib.c, main.c: Some display-related fixes from Andrej
11931 +       Gritsenko.
11932 +
11933 +       * editmsg.c: Fix a small bug in the new edit-message feature.
11934 +       From Andrej Gritsenko.
11935 +
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
11940 +       in the wrong
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...
11946 +
11947 +       (From: Brendan Cully <brendan@kublai.com>)
11948 +
11949 +1999-10-25 20:05:14  roessler  (roessler)
11950 +
11951 +       * po/sv.po: branches:  1.1.2; file sv.po was initially added on
11952 +       branch mutt-1-0-stable.
11953 +
11954 +       * po/sv.po, configure.in: Adding the Swedish translation to
11955 +       stable.
11956 +
11957 +       * po/de.po: Updated German translation from Roland Rosenfeld.
11958 +
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
11962 +       movements patch.
11963 +
11964 +1999-10-22 08:49:30  roessler  (roessler)
11965 +
11966 +       * Makefile.am, VERSION, reldate.h, ChangeLog: automatic
11967 +       post-release commit for mutt-1.1
11968 +
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.)
11973 +
11974 +1999-10-21 08:07:22  roessler  (roessler)
11975 +
11976 +       * compose.c: Another sprintf-vs-null issue.
11977 +
11978 +1999-10-20 14:51:57  roessler  (roessler)
11979 +
11980 +       * po/id.po: new indonesian translation.
11981 +
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
11986 +       folder was read.
11987 +
11988 +       * imap/auth.c: Let the user skip CRAM-MD5 by entering an empty
11989 +       secret.
11990 +
11991 +       * po/id.po, po/el.po: translation updates.
11992 +
11993 +       * configure.in: Don't use GNU grep specific options.
11994 +
11995 +1999-10-19 15:34:04  roessler  (roessler)
11996 +
11997 +       * imap/auth.c: Fix some sloppiness-induced, but harmless,
11998 +       nonsense.
11999 +
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.
12004 +
12005 +       * po/el.po: New greek translation.
12006 +
12007 +1999-10-18 09:13:42  roessler  (roessler)
12008 +
12009 +       * pgp.c: Handle Ctrl-G on the pgp-hook prompt correctly.
12010 +
12011 +1999-10-16 15:19:29  roessler  (roessler)
12012 +
12013 +       * Makefile.am: doc/PGP-Notes.txt vs. doc/PGP-Notes.
12014 +
12015 +       * Makefile.am: [stable] doc/PGP-Notes.txt has an extension. ups.
12016 +
12017 +       * send.c: [stable] Fix Debian bug #47408.
12018 +
12019 +       * send.c: Fix Debian bug #47408: When the postponed folder
12020 +       is a maildir, messages should only be written to the _new_
12021 +       subdirectory.
12022 +
12023 +       * po/nl.po: New nl translation from Johan van Selst
12024 +       <johans@stack.nl>.
12025 +
12026 +       * po/cs.po: New cs translation from Jiri Pavlovsky
12027 +       <pavlovsk@ff.cuni.cz>.
12028 +
12029 +       * po/zh_TW.Big5.po: [stable] chinese translation fixes from
12030 +       Anthony Wong <ypwong@debian.org>.
12031 +
12032 +       * init.h: scoring documentation fix.
12033 +
12034 +       * globals.h, init.h, mutt.h, mx.c, protos.h, score.c, sort.c:
12035 +       Scoring improvements.
12036 +
12037 +1999-10-14 16:09:10  roessler  (roessler)
12038 +
12039 +       * po/ru.po: New Russian tranlation for stable.
12040 +
12041 +       * contrib/gpg.rc: New gpg.rc from Roland Rosenfeld.
12042 +
12043 +       * po/fr.po: [stable] New french translation.
12044 +
12045 +       * po/de.po: [stable] Fixes to the German translation.
12046 +
12047 +       * pattern.c: [stable] Fix a segmentation fault when attempting
12048 +       to search pgp-encrypted messages.
12049 +
12050 +       * pattern.c: Fix a segmentation fault when search PGP-encrypted
12051 +       messages.
12052 +
12053 +1999-10-11 20:26:41  roessler  (roessler)
12054 +
12055 +       * VERSION, po/es.po, reldate.h, ChangeLog: automatic post-release
12056 +       commit for mutt-0.96.8
12057 +
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.
12062 +
12063 +       * po/zh_TW.Big5.po: New Chinese Translation.
12064 +
12065 +       * dotlock.c: [stable] Use dotlock.c from unstable.
12066 +
12067 +1999-10-06 20:20:54  roessler  (roessler)
12068 +
12069 +       * Makefile.am: Makefile.am fix for unstable.
12070 +
12071 +       * Makefile.am: [stable] Check for mutt_dotlock in
12072 +       $(DESTDIR)$(bindir), not in $(bindir). This should fix some
12073 +       Debian build problems.
12074 +
12075 +       * init.h: fix the $from documentation.  Noted by David DeSimone.
12076 +
12077 +1999-10-05 06:50:34  roessler  (roessler)
12078 +
12079 +       * compose.c, mutt.h, recvattach.c: small fixes from Gero Treuner.
12080 +
12081 +       * mutt.h, recvattach.c, compose.c: [stable] small fixes from
12082 +       Gero Treuner.
12083 +
12084 +1999-10-04 10:05:26  roessler  (roessler)
12085 +
12086 +       * configure.in: [stable] add pt_BR to ALL_LINGUAS.
12087 +
12088 +       * configure.in: add pt_BR to ALL_LINGUAS.
12089 +
12090 +       * po/pt_BR.po: Brasilian translation.
12091 +
12092 +       * po/pt_BR.po: branches:  1.1.2; file pt_BR.po was initially
12093 +       added on branch mutt-1-0-stable.
12094 +
12095 +       * po/pt_BR.po: Brasilian translation.
12096 +
12097 +       * imap/BUGS, imap/Makefile.am, imap/README, imap/auth.c,
12098 +       imap/imap.c, imap/util.c, .cvsignore, mx.c: Some fixes from
12099 +       Brendan Cully.
12100 +
12101 +       * pgpewrap: pgpewrap spits out ugly error messages when used
12102 +       with ash.
12103 +
12104 +       * configure.in: AM_C_PROTOTYPES seems to be too recent for the
12105 +       installed automake/autoconf base.
12106 +
12107 +       * postpone.c: Remove some nonsense from the resend-message
12108 +       patches.
12109 +
12110 +       * postpone.c: Fix a memory leak.
12111 +
12112 +1999-09-30 22:05:28  roessler  (roessler)
12113 +
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).
12119 +
12120 +       * main.c: unstable cosmetics.
12121 +
12122 +       * main.c: [stable] cosmetic change suggested by marco d'itri.
12123 +
12124 +       * po/es.po, po/es.po: New spanish translation from Boris
12125 +       Wesslowsky.
12126 +
12127 +       * imap/Makefile.am, makedoc.c: Build fixes from Lars Hecking.
12128 +
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
12131 +       value.
12132 +
12133 +       * sendlib.c: [unstable] fix the duplicate x-mailer/uesr-agent
12134 +       problem.
12135 +
12136 +       * send.c, globals.h, init.h: [unstable] Re-add in-reply-to.
12137 +       This time with a suitable default. #-\
12138 +
12139 +1999-09-29 17:47:33  roessler  (roessler)
12140 +
12141 +       * configure.in: More fixes from Lars Hecking.
12142 +
12143 +       * configure.in: Adding AC_PREREQ to configure.in.
12144 +
12145 +       * configure.in: make sure the right software is used for building
12146 +       mutt. Patch suggested by Lars Hecking and Will Fiveash.
12147 +
12148 +       * pgpinvoke.c: don't leak /dev/null file descriptors.  From Roland
12149 +       Rosenfeld.
12150 +
12151 +       * curs_main.c: fix^2 for stable.
12152 +
12153 +       * curs_main.c: Fixing the fix - missing brackets.
12154 +
12155 +       * curs_main.c, parse.c: [stable] Fix some memory leaks noted by
12156 +       purify running on behalf of Daniel Eisenbud.
12157 +
12158 +       * curs_main.c, parse.c: Fix some memory leaks noted by purify
12159 +       running on behalf of Daniel Eisenbud.
12160 +
12161 +1999-09-28 18:55:31  roessler  (roessler)
12162 +
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?)
12167 +
12168 +       (From: Michael Sobolev.)
12169 +
12170 +       * sendlib.c: [stable] Include SPACE and HT with MIME specials.
12171 +
12172 +       * sendlib.c: [unstable] Include SPACE and HT with MimeSpecials.
12173 +
12174 +       * Makefile.am: Better solution for the makedoc build using
12175 +       automake.
12176 +
12177 +       * Makefile.am: Some makes apparently have to be told about how
12178 +       to build makedoc.
12179 +
12180 +1999-09-27 17:55:14  roessler  (roessler)
12181 +
12182 +       * copy.c: A back-port from unstable had missed some parts which
12183 +       could lead to message corruption with mh mail folders.
12184 +
12185 +       * po/it.po: new Italian translation from Marco d'Itri.
12186 +
12187 +       * po/pl.po: New polish translation.
12188 +
12189 +       * po/de.po, po/de.po: Translation fix from Roland Rosenfeld.
12190 +
12191 +       * doc/manual.sgml.in: Documentation fix from Roland Rosenfeld.
12192 +
12193 +1999-09-25 07:37:51  roessler  (roessler)
12194 +
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.
12198 +
12199 +       * VERSION, reldate.h, ChangeLog: pre-release commit for 1.0pre3.
12200 +
12201 +1999-09-24 17:51:55  roessler  (roessler)
12202 +
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
12207 +
12208 +1999-09-23 21:13:55  roessler  (roessler)
12209 +
12210 +       * po/el.po: New Greek tranlsation from Fanis <madf@geocities.com>.
12211 +
12212 +       * browser.c: [stable] Solaris snprintf vs. NULL pointers.
12213 +
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.)
12217 +
12218 +       * imap/imap_private.h, imap/socket.c, imap/util.c, imap/BUGS,
12219 +       imap/imap.c, buffy.c: Brendan Cully's latest changes:
12220 +
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.
12228 +
12229 +       * doc/Makefile.in, Makefile.am: Use $(MAKE) instead of make.
12230 +       Noted by Ryan Murray <rmurray@cyberhqz.com>.
12231 +
12232 +       * doc/Makefile.in, Makefile.am, configure.in, init.h: A small
12233 +       portability fix related to makedoc.
12234 +
12235 +       * po/es.po: [stable] new spanish translation from Boris Wesslowski
12236 +       <Boris.Wesslowski@StudBox.Uni-Stuttgart.DE>.
12237 +
12238 +       * alias.c: increase this limit for stable as well.
12239 +
12240 +       * handler.c: [stable] Fix a buffer overflow and a bug helping
12241 +       with exploiting this overflow in the text/enriched handler.
12242 +
12243 +       * handler.c: Fix a buffer overflow and a bug helping with
12244 +       exploiting this overflow in the text/enriched handler.
12245 +
12246 +       * imap/browse.c, doc/manual.sgml.head, curs_main.c: This small
12247 +       patch:
12248 +
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.
12254 +
12255 +       Brendan Cully <brendan@kublai.com>
12256 +
12257 +       * alias.c: Increase a buffer to make larger group aliases
12258 +       possible.  The current STRING buffer was far too small.
12259 +
12260 +1999-09-12 19:39:10  roessler  (roessler)
12261 +
12262 +       * po/es.po: [stable] Updated spanish translation from Boris
12263 +       Wesslowski.
12264 +
12265 +       * po/es.po: [stable] Fixes for the Spanish translation.
12266 +       From Nicolás Lichtmaier <nick@debian.org>.
12267 +
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):
12272 +
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
12276 +         IMAP mailboxes.
12277 +
12278 +       * sets the default checkinterval to 60 seconds from 0. Things
12279 +         are much much slower with 0.
12280 +
12281 +       * makes some cosmetic renames
12282 +
12283 +       * moves lots of generic imap stuff into a separate file,
12284 +       imap/util.c
12285 +
12286 +       * abstracts the process of sending a command to an IMAP server
12287 +         a bit better (lots more to do here, though).
12288 +
12289 +       * moves the message-set creation code used by the new fastdelete
12290 +         code into its own function, since it is generally useful.
12291 +
12292 +       * implements server-side copy of messages. Tagged messages
12293 +         are copied in one command, thanks to the message-set
12294 +         function. Speedy!
12295 +
12296 +       (From: Brendan Cully; modifications by tlr.)
12297 +
12298 +1999-09-11 17:04:12  roessler  (roessler)
12299 +
12300 +       * po/pl.po: [stable] new polish translation from Pawel Dienkonski.
12301 +
12302 +       * po/es.po: [stable] New Spanish translation from Boris
12303 +       Wesslowski.
12304 +
12305 +       * configure.in: [stable] Hurd portability patch from Marcus
12306 +       Brinkmann.
12307 +
12308 +       * configure.in: Hurd portability patch from Marcus Brinkmann.
12309 +
12310 +       * imap/browse.c, imap/imap.c: Fix IMAP fast deletion.
12311 +       From Brendan.
12312 +
12313 +       * Muttrc.in: typos fixed by Telsa.
12314 +
12315 +       * doc/manual.sgml.in: Small manual fix for stable.  Noted by
12316 +       Telsa <hobbit@aloss.ukuu.org.uk>.
12317 +
12318 +1999-09-08 06:05:54  roessler  (roessler)
12319 +
12320 +       * imap/imap.c, imap/imap.h, imap/imap_private.h, mx.c,
12321 +       curs_main.c: The attached patch:
12322 +
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).
12332 +
12333 +       (From Brendan Cully <brendan@kublai.com>)
12334 +
12335 +1999-09-07 17:01:28  roessler  (roessler)
12336 +
12337 +       * Makefile.am: Bail out if the chmod of mutt_dotlock fails.
12338 +
12339 +       * pgpkey.c: Fix a strtok NULL pointer problem.
12340 +
12341 +       * doc/manual.sgml.in: notes on how to produce secure mailcaps.
12342 +
12343 +       * gnupgparse.c, pgpinvoke.c: GPG-related fix from Gero Treuner.
12344 +
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
12350 +         leaks now.
12351 +
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.
12355 +
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
12359 +         on exit.
12360 +
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.
12363 +
12364 +       (From: Brendan Cully <brendan@kublai.com>)
12365 +
12366 +       * doc/manual.sgml.head: Adding notes from README.SECURITY.
12367 +
12368 +1999-09-06 09:16:53  roessler  (roessler)
12369 +
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
12373 +
12374 +       * Hold on to mailbox flags, message flags, do update in one pass
12375 +         instead of two, halving traffic on mailbox sync.
12376 +
12377 +       * Update message flags at fetch as well as header download,
12378 +         if the server thinks they've changed. Saves some unneeded
12379 +         updates on sync.
12380 +
12381 +       * Move some structures out of imap_private.h into message.h,
12382 +         since they are local now.
12383 +
12384 +       (From: Brendan Cully <brendan@kublai.com>)
12385 +
12386 +1999-09-05 08:42:23  roessler  (roessler)
12387 +
12388 +       * contrib/Tin.rc: add a sample of tin/lynx-like key bindings.
12389 +
12390 +       * imap/Makefile.am: include message.c with the IMAP library.
12391 +
12392 +       * init.c: [stable] Fixing "unignore *".
12393 +
12394 +       * init.c: Fix "unignore *": We must not add "*" to the unignore
12395 +       list.
12396 +
12397 +       * init.h: Documentation nit, from Liviu.
12398 +
12399 +1999-09-04 04:55:58  roessler  (roessler)
12400 +
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.
12403 +
12404 +1999-09-03 21:42:16  roessler  (roessler)
12405 +
12406 +       * contrib/sample.muttrc: fix mailing list addresses.  Noted by
12407 +       David Benfell <benfell@greybeard95a.com>.
12408 +
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>)
12416 +
12417 +       * strdup.c, configure.in: strdup for unstable.
12418 +
12419 +       * configure.in: [stable] Some systems may not have strdup.
12420 +       Substitute it.
12421 +
12422 +       * strdup.c: branches:  1.1.2; file strdup.c was initially added
12423 +       on branch mutt-1-0-stable.
12424 +
12425 +       * strdup.c: [stable] Some systems may not have strdup.
12426 +       Substitute it.
12427 +
12428 +       * browser.c: [stable] cosmetic fix from Brendan Cully.
12429 +
12430 +1999-09-02 18:50:46  roessler  (roessler)
12431 +
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.
12434 +
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>.
12438 +
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.
12442 +
12443 +       * imap/auth.c: Fix a tiny signedness warning.
12444 +
12445 +       * dotlock.c: Remove a superfluous label.
12446 +
12447 +       * dotlock.c: [stable] remove a superfluous label.
12448 +
12449 +       * po/cs.po: New czech translation.  From Jiri Pavlovsky
12450 +       <pavlovsk@ff.cuni.cz>.
12451 +
12452 +       * doc/manual.sgml.in: [stable] It's www.sgmltools.org, not
12453 +       www.sgml-tools.org.  Noted by Heiko Schlichting.
12454 +
12455 +1999-09-01 21:41:19  roessler  (roessler)
12456 +
12457 +       * doc/Makefile.in, Makefile.am: A couple of build process
12458 +       and portability fixes concerning the automatically generated
12459 +       documentation.
12460 +
12461 +       * mutt.h, init.c: [stable] Fix ignore/unignore.  This is a
12462 +       back-port from the unstable branch.
12463 +
12464 +       * po/ko.po: New Korean translation.  From Byeong-Chan Kim
12465 +       <redhands@linux.sarang.net>.
12466 +
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>.)
12470 +
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>.
12473 +
12474 +       * ChangeLog: check-point commit.
12475 +
12476 +       * mx.c: Don't clear the error line whenever dotlocking a file.
12477 +
12478 +       * mx.h: adding a prototype.
12479 +
12480 +       * curs_main.c, mailbox.h, mx.c: When the user synchronizes a
12481 +       mail folder, do a thorough check.
12482 +
12483 +1999-08-31 20:26:33  roessler  (roessler)
12484 +
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
12489 +
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.
12494 +
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>.
12498 +
12499 +       * curs_lib.c: Fix possible signedness problem with localized
12500 +       y/n responses.
12501 +
12502 +       * po/ru.po: New russian translation.  From Michael Sobolev
12503 +       <mss@transas.com>.
12504 +
12505 +       * imap.c: [stable] fix IMAP caching.
12506 +
12507 +1999-08-30 16:10:45  roessler  (roessler)
12508 +
12509 +       * configure.in, imap/imap.c, main.c: Properly handle IMAP
12510 +       cache files.
12511 +
12512 +       * mh.c: cosmetics.
12513 +
12514 +       * mh.c: [stable] Back-port various fixes from stable.
12515 +
12516 +       * mh.c: Avoid a memory and temporary file leak.
12517 +
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>.
12521 +
12522 +1999-08-27 07:41:44  roessler  (roessler)
12523 +
12524 +       * TODO: some notes on generic limiting.
12525 +
12526 +1999-08-26 20:26:56  roessler  (roessler)
12527 +
12528 +       * keymap.c: Change alias menu key bindings to something more
12529 +       reasonable.
12530 +
12531 +       * imap/TODO: Adding a TODO list.
12532 +
12533 +       * mh.c: hrmpf.
12534 +
12535 +       * doc/manual.sgml.tail: Fix the sgml-tools url.  Noted by Heiko
12536 +       Schlichting.
12537 +
12538 +       * doc/manual.sgml.in: Fix the URL to the sgml-tools package.
12539 +       Noted by Heiko Schlichting.
12540 +
12541 +       * mh.c: Fixing a somewhat hypothetical error condition.
12542 +
12543 +       * curs_main.c, keymap.c, pager.c, recvattach.c: IRIX fixes.
12544 +
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>.
12550 +
12551 +1999-08-25 06:33:37  roessler  (roessler)
12552 +
12553 +       * configure.in: We need ranlib even when we don't use IMAP.
12554 +
12555 +       * compose.c: Trivial patch to make attach-message work for
12556 +       IMAP folders.
12557 +
12558 +1999-08-24 21:27:20  roessler  (roessler)
12559 +
12560 +       * po/de.po: Updates from Roland Rosenfeld.
12561 +
12562 +       * Makefile.am: Automake clean-up.  From Lars Hecking.
12563 +
12564 +       * po/id.po: Updates.
12565 +
12566 +       * doc/Makefile.in: build muttrc.man before installing it.
12567 +
12568 +       * reldate.h, Makefile.am, VERSION, ChangeLog: automatic
12569 +       post-release commit for mutt-0.96.5
12570 +
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.
12575 +
12576 +       * Makefile.am: Still more bugs in the release-building process.
12577 +
12578 +       * Makefile.am: *grrrr*  typos.
12579 +
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.
12583 +
12584 +       * Makefile.am: Some of the targets were broken.
12585 +
12586 +       * Makefile.am: Another tidbit.
12587 +
12588 +       * Makefile.am: Still more build-process stuff. Let's see whether
12589 +       this automatically builds 0.96.5.
12590 +
12591 +       * doc/manual.sgml, doc/muttrc.man, Muttrc: Remove some auto-built
12592 +       files from the repository.
12593 +
12594 +       * Makefile.am: Further distribution process fixes.
12595 +
12596 +       * po/POTFILES.in: Make translations fit together with actual
12597 +       source tree.
12598 +
12599 +       * doc/Makefile.in, Muttrc, ChangeLog, Makefile.am: More fixes
12600 +       to the distribution-building process; check-point commit for
12601 +       documentation and ChangeLog.
12602 +
12603 +       * doc/Makefile.in, doc/manual.sgml, doc/muttrc.man: Various
12604 +       experimental changes to automate the distribution-building
12605 +       process; documentation update.
12606 +
12607 +       * Makefile.am: Various experimental changes to automate the
12608 +       distribution-building process.
12609 +
12610 +1999-08-23 22:12:05  roessler  (roessler)
12611 +
12612 +       * configure.in: Fix charmaps part of the build process.
12613 +
12614 +       * copy.c: Fix an off-by-one error which lead to a segmentation
12615 +       fault.
12616 +
12617 +       * charset.c: Don't delete symbol -> character code mappings.
12618 +       Character sets may define multiple symbols. :-(
12619 +
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.
12623 +
12624 +       * dotlock.c, mx.c: Remove a couple of NFS-related hacks which
12625 +       seem to be unnecessary.
12626 +
12627 +       * main.c: Fix a small typo affecting mutt -v's output.
12628 +
12629 +1999-08-20 08:24:13  roessler  (roessler)
12630 +
12631 +       * po/fr.po: Fixed french translation.
12632 +
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
12637 +       IMAP clean-up.
12638 +
12639 +       * prepare: branches:  2.8.2; Brendan Cully's latest IMAP clean-up.
12640 +
12641 +       * protos.h, rfc2047.c, sendlib.c, Makefile.am, base64.c,
12642 +       configure.in, copy.c: Brendan Cully's latest IMAP clean-up.
12643 +
12644 +       * doc/manual.sgml.in, NEWS, copy.c, init.h, mutt.h, sendlib.c:
12645 +       Back-port $bounce_delivered from unstable.
12646 +
12647 +       * po/fr.po: [stable] Small fixes.
12648 +
12649 +1999-08-19 10:04:28  roessler  (roessler)
12650 +
12651 +       * sendlib.c: [stable] Fix a back-porting bug.
12652 +
12653 +       * configure.in: [stable] Albert Chin-A-Young
12654 +       <china@thewrittenword.com> suggests a different check for -lnsl
12655 +       and -lsocket.
12656 +
12657 +       * configure.in: Albert Chin-A-Young suggests a slightly different
12658 +       check for libsocket and libnsl.
12659 +
12660 +       * doc/manual.sgml.in: [stable] fix the urlview url.
12661 +
12662 +       * doc/manual.sgml.head: fix the urlview url.
12663 +
12664 +       * main.c: copyright message cosmetics.
12665 +
12666 +       * Makefile.am, configure.in, prepare: Remove the $output.in hack,
12667 +       and create a fake charmaps directory instead.
12668 +
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.
12672 +
12673 +       * sendlib.c: [stable] Force quotes around the boundary parameter's
12674 +       value.
12675 +
12676 +       * sendlib.c: Force quotes around the boundary parameter.
12677 +       Another courtesy towards Outlook.
12678 +
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.
12682 +
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.
12687 +
12688 +1999-08-18 06:54:13  roessler  (roessler)
12689 +
12690 +       * doc/muttrc.man, doc/muttrc.man.head, doc/manual.sgml, NEWS:
12691 +       documentation fixes.
12692 +
12693 +       * commands.c: Fetch senders' keys also when decrypting a message.
12694 +       There may be a signature.
12695 +
12696 +       * main.c: Don't try to create $maildir if it's an IMAP folder.
12697 +
12698 +1999-08-17 20:04:07  roessler  (roessler)
12699 +
12700 +       * reldate.h: :-(
12701 +
12702 +       * reldate.h: *grmbls*
12703 +
12704 +       * po/de.po, ChangeLog, VERSION: post-release commit for 0.96.4.
12705 +
12706 +       * po/de.po, VERSION, ChangeLog: post-release commit for 0.95.7.
12707 +
12708 +       * doc/manual.sgml, doc/muttrc.man, Muttrc: ispell's default path.
12709 +
12710 +       * postpone.c: Fixing a mutt -p segfault.
12711 +
12712 +       * doc/mutt.man, main.c: cosmetics; mention warranties in the
12713 +       manual page.
12714 +
12715 +1999-08-15 19:59:09  roessler  (roessler)
12716 +
12717 +       * compose.c: Make attach-message work with IMAP folders.
12718 +
12719 +       * po/cs.po: New CS translation.
12720 +
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:
12726 +
12727 +       - $delete_untag - creation of "application/pgp" messages -
12728 +       an attempt to fix prepare.  - Browser format changes
12729 +
12730 +       * dotlock.h: cosmetics.
12731 +
12732 +       * dotlock.c: [stable] take dotlock.c from unstable.
12733 +
12734 +       * dotlock.c: Commit remaining changes.
12735 +
12736 +       * copy.c, mh.c, mutt.h: Remove ugly mh-synching kludge.
12737 +
12738 +       * dotlock.c, dotlock.h: Really fix $save_empty, even when the
12739 +       dotlocking code is compiled into mutt.
12740 +
12741 +       * dotlock.c, dotlock.h: [stable] Fix $save_empty even when the
12742 +       dotlocking code is linked into mutt.
12743 +
12744 +1999-08-09 19:03:12  roessler  (roessler)
12745 +
12746 +       * ChangeLog, ChangeLog: check-point commit.
12747 +
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.
12751 +
12752 +       * po/zh_TW.Big5.po: [stable] Fixing a small typo in the Chinese
12753 +       translation.
12754 +
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".
12759 +
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.
12764 +
12765 +1999-08-08 14:57:13  roessler  (roessler)
12766 +
12767 +       * po/zh_TW.Big5.po: new chinese translation.
12768 +
12769 +       * po/zh_TW.Big5.po: New chinese translation.
12770 +
12771 +       * Makefile.am: Fix order of some dependencies.
12772 +
12773 +       * Makefile.am: Fix keymap_defs.h dependency.
12774 +
12775 +       * po/it.po: Fix a translation string in it.po.
12776 +
12777 +       * po/it.po: Fixing a message.  From Marco.
12778 +
12779 +       * doc/muttrc.man, init.h: Include complete documentation
12780 +       regardless of actual features.
12781 +
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
12789 +       from init.h.
12790 +
12791 +1999-08-04 19:58:13  roessler  (roessler)
12792 +
12793 +       * NEWS: documentation to prepare the next release.
12794 +
12795 +       * doc/dotlock.man.in, dotlock.c, dotlock.h, mbox.c, mx.c, mx.h:
12796 +       [stable] Fix $save_empty.
12797 +
12798 +       * ChangeLog: ChangeLog.
12799 +
12800 +       * NEWS, protos.h, send.c: Various fixes; documentation.
12801 +
12802 +       * doc/dotlock.man.in: Document the -d option.
12803 +
12804 +       * dotlock.h, mbox.c, mx.c, mx.h, dotlock.c: Fix $save_empty.
12805 +
12806 +1999-07-29 09:17:29  roessler  (roessler)
12807 +
12808 +       * doc/manual.sgml.in: Remove references to the old PGP
12809 +       configuration interface.  Noted by Hanno Wagner <wagner@fitug.de>.
12810 +
12811 +       * browser.c, complete.c, enter.c, imap.c, imap.h, main.c,
12812 +       protos.h: Brendan Cully's latest IMAP patches.
12813 +
12814 +1999-07-28 20:40:49  roessler  (roessler)
12815 +
12816 +       * doc/manual.sgml.in: Fix "lists" documentation.  From Jeremy
12817 +       Blosser <jblosser@firinn.org>.
12818 +
12819 +       * doc/manual.sgml.in: Fix the description of the lists command.
12820 +       Patch provided by Jeremy Blosser <jblosser@firinn.org>.
12821 +
12822 +       * doc/PGP-Notes.txt, pgp.h, pgpinvoke.c, init.c, init.h, pgp.c:
12823 +       PGP 6 support.
12824 +
12825 +       * doc/manual.sgml.in, doc/mutt.man.in, doc/manual.sgml.in,
12826 +       doc/mutt.man.in: Documentation fixes from Jeremy Blosser.
12827 +
12828 +       * mh.c: Replarse mh message' headers when updating them.
12829 +
12830 +       * mh.c: Re-parse mh messages when committing them to disk.
12831 +       The structure may have changed.
12832 +
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. :-)
12836 +
12837 +       * hdrline.c: Enable the use of %F in conditionals.  From Aaron
12838 +       Schrab <aaron+mutt@schrab.com>.
12839 +
12840 +1999-07-26 21:04:53  roessler  (roessler)
12841 +
12842 +       * dotlock.c: impose a hard limit on the number of locking
12843 +       attempts.
12844 +
12845 +       * dotlock.c: Impose a hard limit on dotlock attempts.
12846 +
12847 +       * recvattach.c, gnupgparse.c, pgpinvoke.c: Fix an error message.
12848 +       Also, close Debian bug #37394 for stable.
12849 +
12850 +       * acconfig.h, configure.in: Check for gpgm.
12851 +
12852 +       * recvattach.c: Make an error message ready for translation.
12853 +       From Gero Treuner.
12854 +
12855 +       * Makefile.am: Add missing dependencies for pgpring.  Fix from
12856 +       David Ellement <ellement@sdd.hp.com>
12857 +
12858 +       * Makefile.am: Create keymap_defs.h when it isn't present.
12859 +       Fix from Lars Hecking <lhecking@nmrc.ucc.ie>.
12860 +
12861 +       * Makefile.am: Generate keymap_defs.h when it isn't present.
12862 +       Fix proposed by Lars Hecking <lhecking@nmrc.ucc.ie>.
12863 +
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.
12867 +
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.
12871 +
12872 +       * ChangeLog: checkpointing.
12873 +
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>.
12877 +
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>.
12881 +
12882 +       * curs_lib.c: Dynamically allocate the unget buffer.  Fixes Debian
12883 +       bug #41042.  From Gero Treuner.
12884 +
12885 +       * curs_lib.c: Dynamically allocate the unget buffer.  Fixes Debian
12886 +       bug #41042.  From Gero Treuner <gero@faveve.uni-stuttgart.de>.
12887 +
12888 +       * curs_main.c: Fix read_only in folder-hooks.
12889 +
12890 +       * curs_main.c, ChangeLog: The following:
12891 +
12892 +               folder-hook !asdf unset read_only folder-hook asdf
12893 +               set read_only
12894 +
12895 +       wouldn't work.  Fix from Gero Treuner
12896 +       <gero@faveve.uni-stuttgart.de>.
12897 +
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>.
12901 +
12902 +       * parse.c, rfc2047.c, rfc2231.c, rfc2231.h, sendlib.c,
12903 +       Makefile.am, TODO, copy.c, init.h, mutt.h: Implement RFC 2231.
12904 +
12905 +       * ChangeLog: *** empty log message ***
12906 +
12907 +       * commands.c: Fix a missing #ifdef. From Matt Armstrong
12908 +       <matt@lickey.com>.
12909 +
12910 +       * doc/devel-notes.txt: Add some notes.  From Matt Armstrong
12911 +       <matt@lickey.com>.
12912 +
12913 +1999-07-24 14:55:45  roessler  (roessler)
12914 +
12915 +       * rfc2047.c: Add some sanity checks to the RFC 2047 decoder.
12916 +       From "Alexander V.  Lukyanov" <lav@yars.free.net>.
12917 +
12918 +1999-07-23 06:31:09  roessler  (roessler)
12919 +
12920 +       * parse.c: There was some code missing about TYPEMODEL.  Noted by
12921 +       Brian Salter-Duke <b_duke@lacebark.ntu.edu.au>.
12922 +
12923 +1999-07-22 14:56:44  roessler  (roessler)
12924 +
12925 +       * mutt.h: Fix content-type's widths.
12926 +
12927 +1999-07-21 13:02:12  roessler  (roessler)
12928 +
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.
12932 +
12933 +       * buffy.c: Fix compilation problem for non-imap systems.
12934 +
12935 +       * compose.c: *grr* avoid a warning about /* in a comment.
12936 +
12937 +       * compose.c: call mutt_update_encoding() after changing an
12938 +       attachment's content type.
12939 +
12940 +1999-07-20 20:09:13  roessler  (roessler)
12941 +
12942 +       * send.c, sendlib.c, protos.h: Use $from for resent-from headers
12943 +       when bouncing messages.
12944 +
12945 +       * imap.c: Fix from Gero Treuner.
12946 +
12947 +       * init.c: Fix value completion for DT_ADDR variables.  While we
12948 +       are on it, proper quoting is added.
12949 +
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.
12955 +
12956 +       We now have the following algorithm for determining the from
12957 +       address:
12958 +
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.
12969 +
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
12973 +       that the
12974 +         current folder has new mail.  * Mutt constantly polls the
12975 +       server for new messages,
12976 +         disregarding the imap_checkinterval option.
12977 +
12978 +       New features * tab-completion of IMAP folders. Not yet namespace
12979 +       aware, though it
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.
12984 +
12985 +       (From: From: Brendan Cully <brendan@kublai.com>)
12986 +
12987 +       * doc/manual.sgml.in, globals.h, init.h, send.c, Muttrc.in:
12988 +       Remove the $in_reply_to configuration variable.
12989 +
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.
12993 +
12994 +       * pgp.c: patch-0.95.6.pgperror.1
12995 +
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.
12998 +
12999 +       * pager.c, pager.c: patch-0.95.6.search_in_help.1, from Gero
13000 +       Treuner.
13001 +
13002 +       * po/sk.po: New sk translation.
13003 +
13004 +       * alias.c, enter.c: patch-0.95.6.alias_compl.1.gz, from Gero
13005 +       Treuner
13006 +
13007 +1999-07-19 19:18:05  roessler  (roessler)
13008 +
13009 +       * configure.in, pgppubring.c: Fix compilation problems with
13010 +       SunOS 4.  From Lars Hecking.
13011 +
13012 +       * po/sk.po: new sk translation.
13013 +
13014 +       * buffy.c: Consider empty folders to be non-existent for buffy's
13015 +       purposes.
13016 +
13017 +1999-07-06 22:57:08  roessler  (roessler)
13018 +
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.
13024 +
13025 +       * po/zh_TW.Big5.po, po/el.po, configure.in: Greek and Chinese
13026 +       translations for unstable.
13027 +
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.
13030 +
13031 +       * po/zh_TW.Big5.po: Chinese translation for stable.
13032 +
13033 +       * configure.in: Adding chinese (big5) translation.
13034 +
13035 +       * po/el.po: branches:  1.1.2; file el.po was initially added on
13036 +       branch mutt-1-0-stable.
13037 +
13038 +       * po/el.po, configure.in: Adding greek translation from Fanis
13039 +       <madf@geocities.com>.
13040 +
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.
13044 +
13045 +       * color.c: Fix color problem noted by Todd Larson.  From unstable.
13046 +
13047 +       * color.c: Fixing a string buffer problem noted by Todd Larason
13048 +       <jtl@molehill.org>.
13049 +
13050 +       * imap.c: Try creating an IMAP folder before writing to it.
13051 +       Hack from "Neulinger, Nathan R." <nneul@umr.edu>.
13052 +
13053 +       * contrib/pgp5.rc, contrib/pgp2.rc: Fix various bugs.
13054 +
13055 +1999-07-01 11:22:22  roessler  (roessler)
13056 +
13057 +       * contrib/gpg.rc: Fix gpg invocation.  Noted by Werner Koch.
13058 +
13059 +       * mx.c: Fix a small imap-related bug.
13060 +
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:
13066 +
13067 +       - new mh/maildir access code.  - subscribe/unsubscribe -
13068 +       various fixes.
13069 +
13070 +1999-06-14 21:20:42  roessler  (roessler)
13071 +
13072 +       * mutt.h, parse.c, sendlib.c: - Handle CRLF properly in non-text
13073 +       MIME parts.  - Correctly parse attachments with CRLF line endings,
13074 +       but without a
13075 +         trailing CRLF.
13076 +
13077 +       * alias.c, enter.c: Completion fixes from Gero Treuner
13078 +       <gero@faveve.uni-stuttgart.de>.
13079 +
13080 +1999-06-10 09:30:39  roessler  (roessler)
13081 +
13082 +       * alias.c, commands.c, curs_main.c, pager.c, protos.h: Use the
13083 +       same address with take-alias and display-address.
13084 +
13085 +1999-06-09 17:17:53  roessler  (roessler)
13086 +
13087 +       * recvattach.c: Fix the fix.  Most of it was wrong.
13088 +
13089 +       * recvattach.c: There was bogus bug-fixing in the last fix.
13090 +
13091 +       * recvattach.c: Fix attachment forwading.  Same problem as
13092 +       in unstable.
13093 +
13094 +       * recvattach.c: Fix attachment forwarding.  The leading newline
13095 +       for certain MIME boundaries was missing.  *grrrr*
13096 +
13097 +       * send.c: Give reverse_name precedence over my_hdr From:
13098 +
13099 +1999-06-08 18:30:42  roessler  (roessler)
13100 +
13101 +       * acconfig.h, configure.in, pgppubring.c, protos.h: Portability
13102 +       patches for SunOS 4.1.  From Lars Hecking.
13103 +
13104 +       * curs_main.c, curs_main.c: Fix "Tab" behaviour when returning
13105 +       from the pager.
13106 +
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.
13110 +
13111 +       Back-port from unstable.
13112 +
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.
13117 +
13118 +1999-06-03 21:48:24  roessler  (roessler)
13119 +
13120 +       * curs_main.c: Another header weeding change.  Experimental.
13121 +
13122 +       * commands.c, init.h, mutt.h, send.c: Experimental: Use OPTWEED
13123 +       for _all_ header weeding throughout mutt.
13124 +
13125 +       * contrib/Makefile.in, Makefile.am, NEWS, VERSION, reldate.h,
13126 +       ChangeLog: post-release commit 0.96.3.
13127 +
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
13131 +       commit 0.95.6.
13132 +
13133 +       * po/pl.po, po/ko.po, po/fr.po, po/de.po, po/cs.po: Latest
13134 +       chagnes.
13135 +
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.
13141 +
13142 +       * contrib/pgp2.rc: Another little fix.
13143 +
13144 +       * contrib/pgp2.rc: ups, wrong order of arguments when verifying
13145 +       signatures.
13146 +
13147 +       * doc/PGP-Notes.txt: Document the new PGP configuration interface.
13148 +
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.
13155 +
13156 +1999-06-02 18:52:19  roessler  (roessler)
13157 +
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
13161 +       much effort.
13162 +
13163 +       * po/ko.po, po/pl.po, po/es.po, po/it.po, po/de.po: various
13164 +       updates.
13165 +
13166 +1999-06-01 14:52:09  roessler  (roessler)
13167 +
13168 +       * flags.c, mh.c, curs_main.c: Back-porting the maildir fixes
13169 +       from 0.96.2.
13170 +
13171 +1999-05-31 16:11:32  roessler  (roessler)
13172 +
13173 +       * VERSION: Preparing pre-release for 0.95.6.
13174 +
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
13178 +
13179 +       * hook.c, pattern.c, pgp.c, send.c: Backporting fixes from
13180 +       unstable.
13181 +
13182 +       * pattern.c, pgp.c, send.c, hook.c: Minor bug-fixes.
13183 +
13184 +1999-05-21 15:55:27  roessler  (roessler)
13185 +
13186 +       * po/ko.po: Adding the Korean translation.
13187 +
13188 +       * configure.in: Korean translation.
13189 +
13190 +       * po/ko.po: branches:  1.1.2; Korean translation.
13191 +
13192 +       * configure.in: Korean translation.
13193 +
13194 +1999-05-18 19:22:55  roessler  (roessler)
13195 +
13196 +       * imap.c, imap.c: Latest IMAP fixes from Brandon.
13197 +
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.
13200 +
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.
13203 +
13204 +1999-05-16 06:26:11  roessler  (roessler)
13205 +
13206 +       * po/it.po: New IT translation.
13207 +
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>.
13211 +
13212 +       * handler.c: Fix base64 decoding.
13213 +
13214 +1999-05-06 08:29:17  roessler  (roessler)
13215 +
13216 +       * curs_main.c, flags.c, mh.c: Fixing more maildir cursor problems.
13217 +
13218 +1999-05-05 20:33:57  roessler  (roessler)
13219 +
13220 +       * imap.c: The latest IMAP fixes.
13221 +
13222 +       * imap.c: Fixing imap_check_mailbox().  From Brandon Long.
13223 +
13224 +       * imap.c: Mutt would lose user-set "N" flags.
13225 +
13226 +1999-05-03 16:17:29  roessler  (roessler)
13227 +
13228 +       * gnupgparse.c: gnupg gives reasonable trust values now.
13229 +
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.
13233 +
13234 +       * keymap.c, menu.c, pgpkey.c, send.c: Various fixes.
13235 +
13236 +1999-04-23 09:01:42  roessler  (roessler)
13237 +
13238 +       * reldate.h: ups, this should also be updated for 0.95.5 final.
13239 +
13240 +       * ChangeLog: preparing the final 0.95.5.
13241 +
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
13244 +       and typo fixes.
13245 +
13246 +       * OPS: Fix a documentation typo.
13247 +
13248 +       * po/de.po: translation fixes from Roland and Gero.
13249 +
13250 +1999-04-22 10:21:41  roessler  (roessler)
13251 +
13252 +       * doc/manual.sgml.in: Document %_.
13253 +
13254 +       * menu.c: Fix redraws.  Back-port from unstable.
13255 +
13256 +       * lib.c: Add "_" as an expando option.
13257 +
13258 +       * imap.h, init.h, mutt.h, mutt_socket.h, socket.c, imap.c:
13259 +       IMAP update from Brandon Long.
13260 +
13261 +       * send.c: Fix FCC-related SNAFU in the ci_send_message()
13262 +       spaghetti.
13263 +
13264 +1999-04-20 19:26:28  roessler  (roessler)
13265 +
13266 +       * sendlib.c: [stable] fix timezone snafu.
13267 +
13268 +       * sendlib.c: Fix a time zone snafu.
13269 +
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.
13273 +
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
13277 +
13278 +1999-04-12 21:02:35  roessler  (roessler)
13279 +
13280 +       * recvattach.c: more multipart/alternative handling.
13281 +
13282 +       * recvattach.c: Change multipart handling when receiving messages.
13283 +
13284 +       * compose.c: Clean-up, from Vikas.
13285 +
13286 +       * parse.c: typo.
13287 +
13288 +       * parse.c: us-ascii is the default character set for text
13289 +       attachments we receive.
13290 +
13291 +       * compose.c, sendlib.c: Fix default character set setting when
13292 +       attaching text files.
13293 +
13294 +       * imap.c: Fix an IMAP quoting problem.  Essentially from Randall
13295 +       Nortman <rnortman@computer.org>.
13296 +
13297 +       * po/sk.po, po/id.po, configure.in: new languages: id, sk.
13298 +
13299 +       * po/id.po, po/sk.po: branches:  1.1.2; New translations: id, sk.
13300 +
13301 +       * configure.in: New translations: id, sk.
13302 +
13303 +1999-03-31 06:35:03  roessler  (roessler)
13304 +
13305 +       * charset.c: Stupid error.
13306 +
13307 +       * charset.c, charset.h: Another small charset optimization.
13308 +
13309 +       * charset.h, handler.c, charset.c: A couple of optimizations,
13310 +       most notably for the special case of a non-prefix state.
13311 +
13312 +1999-03-30 23:50:33  roessler  (roessler)
13313 +
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
13319 +       currently doing.
13320 +
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.
13324 +
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.
13331 +
13332 +       * send.c: resort headers when forward-decoding them with weed
13333 +       switched on.
13334 +
13335 +       * pager.c: Fix a pager failure for long messages. From Liviu.
13336 +
13337 +       * pager.c: Fix pager failure for long messages, changing two
13338 +       shorts to ints.  From Liviu Daia.
13339 +
13340 +       * recvattach.c: Add some user feedback to attachment forwarding.
13341 +       From Vikas.
13342 +
13343 +1999-03-25 19:46:52  roessler  (roessler)
13344 +
13345 +       * doc/manual.sgml.in, init.h, pgpkey.c, sort.h, Muttrc.in,
13346 +       init.c: Roland's sort_keys patch.
13347 +
13348 +1999-03-24 20:35:38  roessler  (roessler)
13349 +
13350 +       * doc/manual.sgml.in, Muttrc.in, recvattach.c: Vikas' latest
13351 +       version of attachment forwarding.
13352 +
13353 +       * recvattach.c: patch-0.96.1.vikas.forward_attachment.2
13354 +
13355 +       * main.c: Only exit with "no recipients specified", when
13356 +       $auto_edit is set.
13357 +
13358 +1999-03-23 20:21:50  roessler  (roessler)
13359 +
13360 +       * postpone.c, recvattach.c, init.h, mutt.h: Vikas'
13361 +       forward_attachment patch.
13362 +
13363 +1999-03-22 16:00:39  roessler  (roessler)
13364 +
13365 +       * doc/manual.sgml.in, pgppubring.c, gnupgparse.c, pgp.h, pgpkey.c:
13366 +       PGP key creation time fix by Roland Rosenfeld.
13367 +
13368 +1999-03-17 14:45:10  roessler  (roessler)
13369 +
13370 +       * recvattach.c, recvattach.c: Vikas' attach_tag patch.
13371 +
13372 +1999-03-16 21:42:06  roessler  (roessler)
13373 +
13374 +       * thread.c, configure.in: bug fixes.
13375 +
13376 +       * thread.c: Detect thread loops.
13377 +
13378 +1999-03-15 15:32:19  roessler  (roessler)
13379 +
13380 +       * doc/manual.sgml.in, copy.c, init.h, mutt.h, sendlib.c: Add
13381 +       $bounce_delivered.
13382 +
13383 +       * edit.c: another digital unix compile problem.
13384 +
13385 +       * main.c: _Fix_ the compile problems, don't install new ones.
13386 +
13387 +       * send.c: Cleanly handle fcc when the user unsets it and the
13388 +       message is postponed.
13389 +
13390 +       * main.c: Fix compilation problems under digital unix.
13391 +
13392 +       * configure.in: Fix sendmail autodetection.
13393 +
13394 +       * color.c: Fix colorN, N > 7 for Slang's curses emulation. From
13395 +       Vikas.
13396 +
13397 +1999-03-09 13:34:52  roessler  (roessler)
13398 +
13399 +       * menu.c: another menu.c fix from Kim DeVaughn.
13400 +
13401 +       * send.c, menu.c, handler.c: Fixes.
13402 +
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 +       ----------------------------------------------------------------------
13407 +
13408 +1999-03-04 08:00:38  roessler  (roessler)
13409 +
13410 +       * Makefile.am: post-postrelease commit.
13411 +
13412 +1999-03-03 20:06:33  roessler  (roessler)
13413 +
13414 +       * rfc2047.c: ups.
13415 +
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.
13418 +
13419 +       * sendlib.c, rfc2047.c, reldate.h, curs_main.c, VERSION,
13420 +       ChangeLog: releasing 0.96.1.
13421 +
13422 +       * reldate.h, regex.c, VERSION, Makefile.am, ChangeLog: release
13423 +       preparations; back-port a couple of things from unstable.
13424 +
13425 +       * curs_main.c: Vikas' resort_index.3.
13426 +
13427 +       * sendlib.c, imap.c, from.c, curs_main.c: from.c: Backport
13428 +       from unstable.  others: latest imap related patches.
13429 +
13430 +1999-03-02 22:13:30  roessler  (roessler)
13431 +
13432 +       * curs_main.c, charset.c: Some small fixes from Vikas.
13433 +
13434 +       * parse.c, init.h, imap.c, globals.h: Brandon Long's latest
13435 +       IMAP fixes.
13436 +
13437 +       * parse.c: Latest IMAP-related fix from Brandon Long.
13438 +
13439 +       * thread.c: Correctly handle messages which have themselves in
13440 +       their references header.
13441 +
13442 +       * thread.c: Properly handle messages which have themselves in
13443 +       "References".
13444 +
13445 +1999-02-28 08:30:19  roessler  (roessler)
13446 +
13447 +       * rfc822.c: Fix a memory leak.  From Liviu.
13448 +
13449 +       * rfc822.c: Fix a memory leak. From Liviu.
13450 +
13451 +       * rfc1524.c, mutt.h, lib.c, attach.c: Fix the $TMPDIR raace
13452 +       noted by Hamish Moffat.
13453 +
13454 +       * rfc1524.c, mutt.h, lib.c, attach.c: Fix a $TMPDIR race
13455 +       condition.
13456 +
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.
13459 +
13460 +1999-02-26 15:42:07  roessler  (roessler)
13461 +
13462 +       * doc/manual.sgml.in, send.c, regex.c, mutt.h, init.h: Adding
13463 +       pgp_replyencrypt.
13464 +
13465 +1999-02-25 06:58:01  roessler  (roessler)
13466 +
13467 +       * from.c: parse some more from_ lines.  Before, there were
13468 +       problems with cases like this:
13469 +
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
13473 +       23 09:44:52 1999
13474 +
13475 +       Problem noted by johnm@sirius3.demon.co.uk
13476 +
13477 +1999-02-23 20:38:49  roessler  (roessler)
13478 +
13479 +       * imap.c: fix a segfault. From Brandon.
13480 +
13481 +1999-02-22 12:37:43  roessler  (roessler)
13482 +
13483 +       * curs_main.c: Vikas' latest collapse fix.
13484 +
13485 +       * curs_main.c: collapse fix from Vikas.
13486 +
13487 +       * mbox.c, imap.c: Avoid reading past actual headers when reopening
13488 +       mailboxes.  From Daniel Eisenbud.
13489 +
13490 +       * mbox.c, imap.c: Avoid reading past the end of actual headers
13491 +       when reopening folders.  From Daniel Eisenbud.
13492 +
13493 +       * pgp.c: Don't override base64 by quoted-printable.
13494 +
13495 +       * menu.c: replace clear() by clrtobot().
13496 +
13497 +       * pgp.c: Currently, PGP signing messages will force
13498 +       quoted-printable encoding even if we should use base64.
13499 +
13500 +1999-02-19 07:38:17  roessler  (roessler)
13501 +
13502 +       * sendlib.c: Don't qp-encode multiparts. ugh.
13503 +
13504 +       * sendlib.c: ... message and multipart, not just message.
13505 +
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!).
13513 +
13514 +1999-02-18 23:14:36  roessler  (roessler)
13515 +
13516 +       * pgp.c, mutt.h, init.h: Add retainable signatures.  This should
13517 +       work nicely with encrypted mailing lists.
13518 +
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.
13522 +
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
13525 +       or not.
13526 +
13527 +       * curs_main.c: properly handle OP_FLAG_MESSAGE when applied to
13528 +       tagged messages.
13529 +
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.
13532 +
13533 +       * contrib/sample.mailcap: Fix the text/html entry.
13534 +
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.
13539 +
13540 +       * headers.c: Expand aliases on the From header.
13541 +
13542 +1999-02-17 15:48:05  roessler  (roessler)
13543 +
13544 +       * doc/mutt.man.in: Fix the URL.
13545 +
13546 +       * sendlib.c, init.h: User-Agent, not X-Mailer.
13547 +
13548 +       * po/fr.po: update.
13549 +
13550 +       * copy.h: Some of the M_CM flags erroneously had been defined
13551 +       to have the same value.  _Very_ bad.
13552 +
13553 +       * contrib/sample.mailcap: Correct the netscape text/html entry.
13554 +
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
13567 +         Hecking.
13568 +
13569 +1999-02-12 11:23:17  roessler  (roessler)
13570 +
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.
13574 +
13575 +       * po/nl.po, reldate.h, ChangeLog: post-release commit for 0.96.
13576 +
13577 +1999-02-11 22:52:03  roessler  (roessler)
13578 +
13579 +       * imap.c, VERSION: another imap-related fix.
13580 +
13581 +       * pattern.c: another signal fix from liviu.
13582 +
13583 +       * imap.c: Remove a superfluous if statement.
13584 +
13585 +       * imap.c: ups, that one was bad.
13586 +
13587 +       * imap.c: The HEADER structure doesn't have a mailcap component
13588 +       any more.
13589 +
13590 +       * imap.c: The HEADER structure doesn't have a mailcap component
13591 +       any more.  Noted by Johan van Selst <johans@stack.nl>.
13592 +
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
13596 +
13597 +       * po/nl.po: new nl translation.
13598 +
13599 +       * pattern.c, curs_main.c: pattern.c: Collapse patch from Vikas.
13600 +
13601 +       * po/nl.po: New nl translation.
13602 +
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.
13606 +
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.
13609 +
13610 +       * doc/manual.sgml.in, doc/Makefile.in: Install README.SECURITY
13611 +       in the doc directory, document mailcap_sanitize.
13612 +
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*
13616 +
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.
13621 +
13622 +       * README.SECURITY: Add a note on how to write mailcap files.
13623 +
13624 +       * README.SECURITY: branches:  2.1.2; Add a note on how to write
13625 +       mailcaps.
13626 +
13627 +1999-02-10 23:12:27  roessler  (roessler)
13628 +
13629 +       * browser.c: Ups, this one needed a #ifdef USE_IMAP.
13630 +
13631 +       * imap.c, browser.c: Some patches Brandon Long posted to
13632 +       comp.mail.mutt.
13633 +
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.
13636 +
13637 +       * rfc1524.c, mutt.h, lib.c, init.h: [stable] $mailcap_sanitize
13638 +
13639 +       * rfc1524.c, mutt.h, lib.c, init.h: [unstable] $mailcap_sanitize.
13640 +
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.
13645 +
13646 +1999-02-09 23:54:03  roessler  (roessler)
13647 +
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
13650 +       collapse fix.
13651 +
13652 +       * prepare: Small prepare bug noted by vikas.
13653 +
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.
13657 +
13658 +       * pgppubring.c: [stable] Alg. 16 is encrypt-only, el-gamal.
13659 +
13660 +       * commands.c: honor hdr_order when decode-piping a message.
13661 +       From Vikas.
13662 +
13663 +       * po/cs.po: New czech translation.
13664 +
13665 +       * commands.c: Reorder headers when decode-piping.
13666 +
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
13670 +       translation.
13671 +
13672 +1999-02-04 12:00:10  roessler  (roessler)
13673 +
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. :-)
13678 +
13679 +       * mx.c: [unstable] Check for write errors when moving messages
13680 +       to $mbox.
13681 +
13682 +       * mx.c: Check for write errors when moving messages to $mbox.
13683 +
13684 +1999-02-03 22:14:18  roessler  (roessler)
13685 +
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
13689 +       messages.
13690 +
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.
13695 +
13696 +1999-02-02 21:57:44  roessler  (roessler)
13697 +
13698 +       * pattern.c: merge ~v patch into unstable.
13699 +
13700 +       * pattern.c: small nit-fix from vikas to the ~v pattern.
13701 +
13702 +       * pgp.c: Thou shall not use dangling pointers.
13703 +
13704 +       * attach.c: [unstable] Fix mutt_decode_save_attachment's handling
13705 +       of character set conversions.
13706 +
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.)
13717 +
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
13720 +       in charset.c.
13721 +
13722 +       * imap.c, imap.c: Brandon's imap_create patch.
13723 +
13724 +       * pgpkey.c: [unstable] clear the message line before letting
13725 +       people select public keys.
13726 +
13727 +       * imap.c, copy.c: [unstable] merging Brandon's imap fixes.
13728 +
13729 +       * copy.c, imap.c: A couple of IMAP fixes from Brandon Long.
13730 +
13731 +1999-01-30 17:07:30  roessler  (roessler)
13732 +
13733 +       * pgpkey.c: really fix the weak associations problem.  it was
13734 +       worse than i thought.
13735 +
13736 +       * pgpkey.c: Handle expired keys correclty, even when they are
13737 +       the only and exact match when searching for keys by address.
13738 +
13739 +1999-01-29 11:15:15  roessler  (roessler)
13740 +
13741 +       * init.h: [unstable] Change some default formats.
13742 +
13743 +       * remailer.c, pgpkey.c, menu.c, addrbook.c: Add generic menu
13744 +       searching.
13745 +
13746 +       * remailer.h, remailer.c, init.h, globals.h: Use a user-definable
13747 +       format for the mixmaster menu.
13748 +
13749 +       * pgpkey.c, pgp.h, init.h: [unstable] add $pgp_entry_format.
13750 +
13751 +1999-01-28 09:08:47  roessler  (roessler)
13752 +
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.
13756 +
13757 +1999-01-27 19:53:46  roessler  (roessler)
13758 +
13759 +       * doc/manual.sgml.in, pgpkey.c, mutt.h, init.h, gnupgparse.c:
13760 +       Add $pgp_show_unusable.
13761 +
13762 +1999-01-26 21:24:56  roessler  (roessler)
13763 +
13764 +       * doc/manual.sgml.in: [unstable] document ~v.
13765 +
13766 +       * doc/manual.sgml.in: [stable] document ~v.
13767 +
13768 +       * thread.c, pattern.c, mutt.h: [unstable] Add the ~v pattern.
13769 +       From Vikas.
13770 +
13771 +       * thread.c, pattern.c, mutt.h: [stable] Add the ~v pattern.
13772 +
13773 +       * doc/manual.sgml.in, ChangeLog: ChangeLog, documentation for
13774 +       implicit_autoview.
13775 +
13776 +       * doc/manual.sgml.in: Document $implicit_autoview.
13777 +
13778 +       * compose.c: Fix a segfault when users change attachment content
13779 +       types, and let toggle-unlink honor the $resolv variable.
13780 +
13781 +       * compose.c: $resolve should be honored when doing toggle-unlink
13782 +       on the compose menu.
13783 +
13784 +1999-01-25 22:16:46  roessler  (roessler)
13785 +
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.
13788 +
13789 +       * pgpkey.c: Fix a redraw problem when the key menu is invoked.
13790 +
13791 +       * po/ru.po, po/cs.po, configure.in: Russian and czech
13792 +       translations.
13793 +
13794 +       * po/cs.po: branches:  1.1.2; file cs.po was initially added on
13795 +       branch mutt-1-0-stable.
13796 +
13797 +       * po/cs.po, configure.in: Adding a czech translation, and fixing
13798 +       the russian.
13799 +
13800 +       * po/ru.po: ru.po was badly distorted.
13801 +
13802 +1999-01-23 17:00:43  roessler  (roessler)
13803 +
13804 +       * prepare: when f is .../Makefile.am, `basename $f .am`
13805 +       is Makefile.  So I should just write that. :-)
13806 +
13807 +       * prepare: Add the default predicate.
13808 +
13809 +       * from.c: A slightly optimized version of DE's y2k patch.
13810 +
13811 +       * prepare: Apparently, automake doesn't like our
13812 +       AC_OUTPUT($output) construction...
13813 +
13814 +       * gnupgparse.c, from.c: DE's patch to work around other software's
13815 +       possible y2k bugs.
13816 +
13817 +       * from.c: Try to avoid other programs' possible y2k bugs.
13818 +
13819 +       * enter.c: Fix the attach-multi patch.
13820 +
13821 +1999-01-22 22:12:10  roessler  (roessler)
13822 +
13823 +       * lib.c: Fix a memory leak, noted by Roland Rosenfeld.
13824 +
13825 +       * lib.c: Fix a memory leak.  Noted by Roland Rosenfeld.
13826 +
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
13829 +       browser.
13830 +
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
13836 +       back-end.
13837 +
13838 +1999-01-21 05:19:42  roessler  (roessler)
13839 +
13840 +       * hook.c: Fix _mutt_string_hook.
13841 +
13842 +1999-01-20 13:52:59  roessler  (roessler)
13843 +
13844 +       * po/pl.po, po/pl.po: New polish translation.
13845 +
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*
13849 +
13850 +       * rfc1524.c: Don't segfault when MailcapPath is unset.
13851 +
13852 +       * rfc1524.c: Fix a segmentation fault when no MailcapPath has
13853 +       been defined.
13854 +
13855 +1999-01-19 23:38:26  roessler  (roessler)
13856 +
13857 +       * protos.h, mutt.h, init.h, hook.c, charset.c, Makefile.am:
13858 +       Add the charset-hook command.
13859 +
13860 +       * configure.in, charset.c, acconfig.h, Makefile.am, $output.in,
13861 +       INSTALL: Properly handle character set definition file
13862 +       installation.
13863 +
13864 +       * mx.c: Remove a confusing error message.
13865 +
13866 +       * mx.c: Remove confusing error message.
13867 +
13868 +       * keymap.c, keymap.c, curs_lib.c:
13869 +       patch-0.95.1.vikas.macro_function.1
13870 +
13871 +       * m4/Makefile.am.in, m4/Makefile.am.in: HP/UX portability patch
13872 +       from Lars Hecking.
13873 +
13874 +1999-01-18 09:45:29  roessler  (roessler)
13875 +
13876 +       * po/ru.po: New Russian translation from Michael Sobolev
13877 +       <mss@transas.com>.
13878 +
13879 +       * po/ru.po: New russian translation from Michael Sobolev
13880 +       <mss@transas.com>.
13881 +
13882 +1999-01-14 13:08:46  roessler  (roessler)
13883 +
13884 +       * compose.c: Mixmaster user interface beautification.
13885 +
13886 +       * mx.c, curs_lib.c: Fix a couple of segfaults related to using
13887 +       curses when it isn't there.
13888 +
13889 +       * mx.c: dotlocking plus curses...
13890 +
13891 +1999-01-13 23:56:39  roessler  (roessler)
13892 +
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.
13896 +
13897 +       * mx.c: Don't use curses when we don't have it.
13898 +
13899 +       * mx.c: Don't try to do mutt_yesorno if we don't have curses.
13900 +
13901 +       * remailer.h: Mixmaster has 20 address slots, that makes _19_
13902 +       remailers.
13903 +
13904 +       * remailer.c: Fix the "append" function.
13905 +
13906 +       * sendlib.c: Don't leak message dates when sending via mixmaster.
13907 +
13908 +       * remailer.c: Add search code to the remailer chain selecting
13909 +       menu.  [This is pretty generic - should we add that code to
13910 +       menu.c?]
13911 +
13912 +       * postpone.c: Fix postponing of PGP messages.
13913 +
13914 +       * send.c, remailer.c, compose.c: Qualify addresses before passing
13915 +       them to mixmaster.
13916 +
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.
13920 +
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. ;-)
13926 +
13927 +1999-01-12 22:01:11  roessler  (roessler)
13928 +
13929 +       * mbox.c: Open folders in read-only mode if mutt can't lock them.
13930 +
13931 +1999-01-11 18:12:49  roessler  (roessler)
13932 +
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.
13937 +
13938 +1999-01-10 09:11:36  roessler  (roessler)
13939 +
13940 +       * doc/manual.sgml.in, hdrline.c, doc/manual.sgml.in, hdrline.c:
13941 +       Byrial's %D time format patch.
13942 +
13943 +1999-01-09 17:53:02  roessler  (roessler)
13944 +
13945 +       * doc/manual.sgml.in, recvattach.c, protos.h, lib.c: Byrial's
13946 +       latest changes to stable.
13947 +
13948 +       * recvattach.c, protos.h, lib.c: Ask the user whether to overwrite
13949 +       a file or append to it.  From Byrial Jensen.
13950 +
13951 +       * doc/manual.sgml.in: Fix a documentation problem.
13952 +
13953 +1999-01-08 23:29:05  roessler  (roessler)
13954 +
13955 +       * charset.c: When doing a binary search, we may as well use
13956 +       bsearch (3).
13957 +
13958 +       * parse.c: Optimized time-zone parsing.
13959 +
13960 +       * parse.c: Optimize time zone parsing.  By Byrial Jensen.
13961 +
13962 +       * history.c: Don't clear the history when the user issues a
13963 +       "set history=..."  command which doesn't change anything.
13964 +
13965 +       * history.c: Don't clear the history when "set
13966 +       history=..." doesn't change the buffer size.
13967 +
13968 +       * thread.c, curs_main.c, thread.c, curs_main.c: Threading fix
13969 +       from Daniel Eisenbud.
13970 +
13971 +1999-01-07 19:01:30  roessler  (roessler)
13972 +
13973 +       * init.c, init.c: Vikas' set_boolean patch.
13974 +
13975 +       * protos.h, handler.c, attach.c: Updated implicit autoview
13976 +       handling from stable.
13977 +
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.
13982 +
13983 +       * mx.c, mutt.h, init.h, hdrline.c, commands.c, attach.c: Merge
13984 +       in the mailcap patch from stable.
13985 +
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.
14003 +
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.
14007 +
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
14025 +       into unstable.
14026 +
14027 +       * po/nl.po, init.h, configure.in: Merging changes from stable.
14028 +
14029 +       * configure.in: Don't add regex.c, but regex.o to the LIBOBJS
14030 +       variable when needed.
14031 +
14032 +       * init.h: Fix default settings for use_mailcap and mime_forward.
14033 +
14034 +1999-01-06 10:13:32  roessler  (roessler)
14035 +
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.
14041 +
14042 +       * sendlib.c, protos.h, parse.c, mbox.c, from.c, date.c: Byrial's
14043 +       timezone patch, without the absurd optimizations.
14044 +
14045 +       * regex.c: branches:  1.1.2; file regex.c was initially added
14046 +       on branch mutt-1-0-stable.
14047 +
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.
14053 +
14054 +       * _regex.h: branches:  1.1.2; file _regex.h was initially added
14055 +       on branch mutt-1-0-stable.
14056 +
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.
14062 +
14063 +       * po/nl.po, po/fr.po: Various fixes to the NL translation;
14064 +       new French messages.
14065 +
14066 +1999-01-05 14:35:18  roessler  (roessler)
14067 +
14068 +       * sendlib.c, mutt.h, main.c, configure.in, charset.h, charset.c,
14069 +       Makefile.am: [unstable] Adding experimental new character set
14070 +       conversion code.
14071 +
14072 +       * po/de.po: Merging from stable.
14073 +
14074 +       * po/de.po: Fix a typo in de.po.
14075 +
14076 +       * po/de.po: [unstable] Merging changes from stable.
14077 +
14078 +       * po/nl.po, hdrline.c, curs_main.c, configure.in: [unstable]
14079 +       merging changes from stable.
14080 +
14081 +       * hdrline.c: Conditionally display score and number of lines.
14082 +
14083 +       * po/nl.po: branches:  1.1.2; file nl.po was initially added on
14084 +       branch mutt-1-0-stable.
14085 +
14086 +       * po/nl.po, po/de.po, configure.in: [stable] Adding the NL
14087 +       translation; correcting some bugs in the DE translation.
14088 +
14089 +1999-01-04 19:15:10  roessler  (roessler)
14090 +
14091 +       * curs_main.c: [unstable] fix next-unread plus collapsing.
14092 +
14093 +       * curs_main.c: [stable] Fix next-unread when collapsing threads.
14094 +
14095 +       * curs_main.c: [unstable] merging changes from stable.
14096 +
14097 +       * curs_main.c: [stable] fix a bogus type cast.
14098 +
14099 +       * reldate.h, curs_main.c: [unstable] merging in changes from
14100 +       stable.
14101 +
14102 +       * curs_main.c: [stable] Don't use the index elements of header
14103 +       structures when new messages arrived on the index.
14104 +
14105 +       * reldate.h: 0.95.1 should have a proper release date.
14106 +
14107 +       * send.c, pgp.c, handler.c, configure.in: Make the experimental
14108 +       branch the main trunk.
14109 +
14110 +       * po/uk.po: branches:  1.12.2; 0.95.1 post-release commit.
14111 +
14112 +       * po/ru.po: branches:  1.33.2; 0.95.1 post-release commit.
14113 +
14114 +       * po/pl.po: branches:  1.3.2; 0.95.1 post-release commit.
14115 +
14116 +       * po/it.po: branches:  1.24.2; 0.95.1 post-release commit.
14117 +
14118 +       * po/fr.po: branches:  1.7.2; 0.95.1 post-release commit.
14119 +
14120 +       * po/es.po: branches:  1.15.2; 0.95.1 post-release commit.
14121 +
14122 +       * po/de.po: branches:  1.48.2; 0.95.1 post-release commit.
14123 +
14124 +       * configure.in: [unstable] Create suitable version strings.
14125 +
14126 +       * VERSION: branches:  2.1.2; [stable] Preparing 0.95.1.
14127 +
14128 +       * ChangeLog: branches:  2.5.2; [stable] Preparing 0.95.1.
14129 +
14130 +       * send.c: [unstable] commit changes from the stable tree.
14131 +
14132 +       * send.c: branches:  2.1.2; [stable] When sending a message
14133 +       in batch mode failed, mutt would dump core.  Patch from Byrial
14134 +       Jensen.
14135 +
14136 +       * pgp.c, handler.c: [unstable] Add multiple signature support.
14137 +
14138 +1999-01-02 17:23:24  roessler  (roessler)
14139 +
14140 +       * sendlib.c: branches:  2.3.4; I shouldn't accept patches on
14141 +       New Year's day.  Not even new-year related patches.
14142 +
14143 +       * ChangeLog: I shouldn't accept patches on New Year's day.
14144 +       Not even new-year related patches.
14145 +
14146 +       * po/it.po: Fixing a typo.
14147 +
14148 +       * protos.h: branches:  2.1.4; mutt_parse_date () shouldn't modify
14149 +       its argument.  Problem noted by Byrial Jensen.
14150 +
14151 +       * parse.c: branches:  2.2.4; mutt_parse_date () shouldn't modify
14152 +       its argument.  Problem noted by Byrial Jensen.
14153 +
14154 +       * handler.c: branches:  2.1.2;  2.1.4; mutt_parse_date ()
14155 +       shouldn't modify its argument.  Problem noted by Byrial Jensen.
14156 +
14157 +       * lib.c: branches:  2.2.4; Fix safe_symlink to correctly handle
14158 +       relative paths.
14159 +
14160 +1999-01-01 09:43:15  roessler  (roessler)
14161 +
14162 +       * sendlib.c: New Year's time zone handling patch from Manish
14163 +       Singh <yosh@gimp.org>.
14164 +
14165 +1998-12-31 09:45:46  roessler  (roessler)
14166 +
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.
14170 +
14171 +1998-12-30 07:58:40  roessler  (roessler)
14172 +
14173 +       * pgp.c: branches:  2.1.2;  2.1.4; Localize some more messages.
14174 +       From Michael Sobolev.
14175 +
14176 +       * main.c: branches:  2.1.4; Localize some more messages.
14177 +       From Michael Sobolev.
14178 +
14179 +1998-12-29 16:29:03  roessler  (roessler)
14180 +
14181 +       * mbox.c: branches:  2.3.4; Use sizeof instead of strlen for
14182 +       some fixed strings.
14183 +
14184 +       * ChangeLog: Use sizeof instead of strlen for some fixed strings.
14185 +
14186 +       * mh.c: branches:  2.5.4; Take setting the index_hint out of
14187 +       the main loop of mh_check_mailbox().
14188 +
14189 +1998-12-28 14:59:04  roessler  (roessler)
14190 +
14191 +       * attach.c: branches:  2.1.4; Fix a segmentation fault when
14192 +       viewing message/rfc822 attachments from the compose screen.
14193 +
14194 +1998-12-23 15:57:00  roessler  (roessler)
14195 +
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.)
14202 +
14203 +1998-12-22 18:07:19  roessler  (roessler)
14204 +
14205 +       * sendlib.c: Fix MIME forwarding.  From Vikas.
14206 +
14207 +1998-12-21 12:38:57  roessler  (roessler)
14208 +
14209 +       * mx.c: branches:  2.3.4; Adjust some hash-related parameters.
14210 +
14211 +       * mh.c, mbox.c: Adjust some hash-related parameters.
14212 +
14213 +       * imap.c: branches:  2.2.4; Adjust some hash-related parameters.
14214 +
14215 +       * charset.c: branches:  2.1.4; Adjust some hash-related
14216 +       parameters.
14217 +
14218 +       * ChangeLog: *** empty log message ***
14219 +
14220 +       * mx.c, mh.c, mbox.c: Mail folder synchronization-related fixes:
14221 +
14222 +       - Another situation under which mutt would lose track of the
14223 +         current message when maildir folders changed has been removed.
14224 +
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.
14229 +
14230 +       * po/pl.po: Small \n fixes.
14231 +
14232 +       * parse.c: mutt_strlen() optimizations from Byrial Jensen.
14233 +
14234 +       * from.c: branches:  2.1.4; mutt_strlen() optimizations from
14235 +       Byrial Jensen.
14236 +
14237 +       * lib.c: mutt_strlen() optimizations from Byrial Jensen.
14238 +
14239 +       * po/pl.po: Add the polish translation.
14240 +
14241 +       * configure.in: branches:  2.2.2;  2.2.4; Register the polish
14242 +       translation.
14243 +
14244 +       * doc/manual.sgml.in: branches:  1.18.4; Fixes to the forwarding
14245 +       chapter.  From O'Shaughnessy Evans <shaug@gstis.net>.
14246 +
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>)
14251 +
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>)
14256 +
14257 +1998-12-18 10:22:59  roessler  (roessler)
14258 +
14259 +       * mh.c: Catch an error condition when synchronizing mh messages.
14260 +
14261 +       * po/de.po: Fix a format which had %s instead of %d.
14262 +
14263 +1998-12-17 18:39:48  roessler  (roessler)
14264 +
14265 +       * ChangeLog: *** empty log message ***
14266 +
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.
14270 +
14271 +       * mh.c: Fix attachment deletion for maildir/mh folders.  This may
14272 +       fix other mh-related problems, too.
14273 +
14274 +       * curs_lib.c: branches:  2.2.4; Don't even try to clear the
14275 +       status line when not in curses mode.
14276 +
14277 +1998-12-16 13:23:06  roessler  (roessler)
14278 +
14279 +       * imap.c: Two lines were in reverse order.  Noted by Daniel
14280 +       Eisenbud.
14281 +
14282 +       * thread.c: branches:  2.1.4; Give Daniel Eisenbud a "lock"
14283 +       on this file.
14284 +
14285 +       * pager.c: branches:  2.2.4; Fix "$resolve" behaviour for OP_TAG
14286 +       and OP_TOGGLE_NEW from the pager.
14287 +
14288 +       * curs_lib.c: SLang-related fixes to mutt_endwin().
14289 +
14290 +       * compose.c: branches:  2.1.4; Permit the user to set the typical
14291 +       MIME parameters used with application/pgp messages.
14292 +
14293 +       * color.c: branches:  2.1.4; Fix a segfault noted by Stephan Hack.
14294 +       (Fix noted by Vikas.)
14295 +
14296 +       * configure.in: Make the sendmail check compatible with newer
14297 +       autoconf versions.  Noted by Lars Hecking.
14298 +
14299 +1998-12-13 08:10:13  roessler  (roessler)
14300 +
14301 +       * mx.c, curs_main.c: Don't dump core when closing a NULL context.
14302 +       Fixes the "exit from no-mailbox mode" bug.
14303 +
14304 +1998-12-12 10:14:43  roessler  (roessler)
14305 +
14306 +       * po/uk.po, po/ru.po, po/it.po, po/fr.po, po/es.po, po/de.po:
14307 +       Post-release commit.
14308 +
14309 +       * hook.c: branches:  2.1.4; More _PGPPATH and us dist related
14310 +       fixes.
14311 +
14312 +       * curs_main.c: More _PGPPATH and us dist related fixes.
14313 +
14314 +       * mutt.h: branches:  2.1.4; Don't define M_PGPHOOK unless _PGPPATH
14315 +       has been defined.
14316 +
14317 +       * pager.c: Another reap.pl-related fix.
14318 +
14319 +       * Makefile.am: branches:  2.1.4; The us-dist target was screwed.
14320 +
14321 +       * thread.c: *** empty log message ***
14322 +
14323 +       * system.c, strcasecmp.c, status.c: branches:  2.0.4; *** empty
14324 +       log message ***
14325 +
14326 +       * stamp-h.in: *** empty log message ***
14327 +
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 ***
14330 +
14331 +       * sendlib.c: *** empty log message ***
14332 +
14333 +       * send.c: branches:  2.0.2; *** empty log message ***
14334 +
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 ***
14338 +
14339 +       * reap.pl: *** empty log message ***
14340 +
14341 +       * query.c: branches:  2.0.4; *** empty log message ***
14342 +
14343 +       * protos.h, prepare: *** empty log message ***
14344 +
14345 +       * postpone.c, pop.c, pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.h:
14346 +       branches:  2.0.4; *** empty log message ***
14347 +
14348 +       * pgp.c, pattern.c: *** empty log message ***
14349 +
14350 +       * parse.h: branches:  2.0.4; *** empty log message ***
14351 +
14352 +       * parse.c: *** empty log message ***
14353 +
14354 +       * pager.h: branches:  2.0.4; *** empty log message ***
14355 +
14356 +       * pager.c: *** empty log message ***
14357 +
14358 +       * mx.h: branches:  2.0.4; *** empty log message ***
14359 +
14360 +       * mx.c: *** empty log message ***
14361 +
14362 +       * mutt_socket.h, mutt_regex.h, mutt_menu.h, mutt_curses.h:
14363 +       branches:  2.0.4; *** empty log message ***
14364 +
14365 +       * mutt.h, mkinstalldirs, missing, mime.types: *** empty log
14366 +       message ***
14367 +
14368 +       * mime.h: branches:  2.0.4; *** empty log message ***
14369 +
14370 +       * mh.c: *** empty log message ***
14371 +
14372 +       * menu.c: branches:  2.0.4; *** empty log message ***
14373 +
14374 +       * mbox.c: *** empty log message ***
14375 +
14376 +       * mapping.h: branches:  2.0.4; *** empty log message ***
14377 +
14378 +       * main.c: *** empty log message ***
14379 +
14380 +       * mailbox.h: branches:  2.0.4; *** empty log message ***
14381 +
14382 +       * lib.c: *** empty log message ***
14383 +
14384 +       * keymap.h, keymap.c: branches:  2.0.4; *** empty log message ***
14385 +
14386 +       * install-sh: branches:  2.0.10; *** empty log message ***
14387 +
14388 +       * init.h, init.c, imap.h: branches:  2.0.4; *** empty log
14389 +       message ***
14390 +
14391 +       * imap.c, hook.c: *** empty log message ***
14392 +
14393 +       * history.h, history.c, help.c, headers.c, hdrline.c, hash.h,
14394 +       hash.c: branches:  2.0.4; *** empty log message ***
14395 +
14396 +       * handler.c: *** empty log message ***
14397 +
14398 +       * gnupgparse.c, globals.h, getdomain.c: branches:  2.0.4; ***
14399 +       empty log message ***
14400 +
14401 +       * gen_defs: branches:  2.0.6; *** empty log message ***
14402 +
14403 +       * functions.h: branches:  2.0.4; *** empty log message ***
14404 +
14405 +       * from.c: *** empty log message ***
14406 +
14407 +       * flags.c, filter.c, enter.c, edit.c, dotlock.h, dotlock.c,
14408 +       date.c: branches:  2.0.4; *** empty log message ***
14409 +
14410 +       * curs_main.c, curs_lib.c: *** empty log message ***
14411 +
14412 +       * copy.h, copy.c: branches:  2.0.4; *** empty log message ***
14413 +
14414 +       * configure.in: *** empty log message ***
14415 +
14416 +       * config.sub, config.guess: branches:  2.0.6; *** empty log
14417 +       message ***
14418 +
14419 +       * compose.c: *** empty log message ***
14420 +
14421 +       * complete.c, commands.c: branches:  2.0.4; *** empty log
14422 +       message ***
14423 +
14424 +       * color.c: *** empty log message ***
14425 +
14426 +       * charset.h: branches:  2.0.4; *** empty log message ***
14427 +
14428 +       * charset.c: *** empty log message ***
14429 +
14430 +       * buffy.h, buffy.c, browser.c, attach.h: branches:  2.0.4; ***
14431 +       empty log message ***
14432 +
14433 +       * attach.c: *** empty log message ***
14434 +
14435 +       * alias.c, addrbook.c, acconfig.h: branches:  2.0.4; *** empty
14436 +       log message ***
14437 +
14438 +       * VERSION, TODO: *** empty log message ***
14439 +
14440 +       * README: branches:  2.0.4; *** empty log message ***
14441 +
14442 +       * OPS.PGP: *** empty log message ***
14443 +
14444 +       * OPS, NEWS, Muttrc.in: branches:  2.0.4; *** empty log message
14445 +       ***
14446 +
14447 +       * Makefile.am, INSTALL, GPL, ChangeLog, COPYRIGHT, ABOUT-NLS:
14448 +       *** empty log message ***
14449 +
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.
14452 +
14453 +       * hash.c: Use a better hash function.  Contributed by Stefan
14454 +       Langerman <lfalse@paul.rutgers.edu> to mutt-users.
14455 +
14456 +1998-12-11 20:48:14  roessler  (roessler)
14457 +
14458 +       * reldate.h, VERSION, ChangeLog: 0.94.999 pre-release commit.
14459 +
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.
14462 +
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.
14467 +
14468 +       * INSTALL: Warn about regexp-related problems under Solaris 2.6.
14469 +
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.
14472 +
14473 +       * main.c: Go into no-mailbox mode when the initial folder can't
14474 +       be opened.
14475 +
14476 +       * mh.c: Undoing the mh_speed patch.
14477 +
14478 +       * po/it.po, po/fr.po: l10n fixes.
14479 +
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.
14483 +
14484 +       (From Byrial Jensen.)
14485 +
14486 +       * po/fr.po: Bug-fixed french l10n.
14487 +
14488 +       * parse.c: Multipart parser fixes from Byrial.  Finally.
14489 +
14490 +       * po/it.po: Small fix.
14491 +
14492 +1998-12-10 22:48:56  roessler  (roessler)
14493 +
14494 +       * po/fr.po, configure.in: Add the french l10n.
14495 +
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.
14498 +
14499 +       * VERSION, README, ChangeLog: Pre-release commit for 0.94.99.
14500 +
14501 +       * menu.c: Fix tag-prefix.
14502 +
14503 +       * compose.c: Redraw fix after the content type was changed on
14504 +       the compose menu.
14505 +
14506 +1998-12-08 23:09:53  roessler  (roessler)
14507 +
14508 +       * help.c: Help screen resizing nit.  From Gero Treuner.
14509 +
14510 +       * doc/manual.sgml.in: Typo.
14511 +
14512 +       * sendlib.c: Work around sendmail 8.9.1a invalidating PGP/MIME
14513 +       signatures by re-ordering MIME headers in the way sendmail does.
14514 +
14515 +       * mh.c: Keep track of file name changes for files wandering
14516 +       around between the subfolders of a maildir.
14517 +
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.
14521 +
14522 +       * init.c: Make the debug file access unbuffered.  Important if
14523 +       we are debugging crashes.
14524 +
14525 +1998-12-07 21:13:44  roessler  (roessler)
14526 +
14527 +       * mx.c, mh.c: Fix a couple of flag-related bugs in the maildir
14528 +       folder update code.
14529 +
14530 +       * imap.c: Fix a completely ugly comment formatting.
14531 +
14532 +       * mutt.h: Adjust '#' to the first column.
14533 +
14534 +       * rfc2047.c: Don't tag us-ascii headers as $Charset or
14535 +       unknown-8bit.
14536 +
14537 +1998-12-03 23:29:37  roessler  (roessler)
14538 +
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.
14541 +
14542 +1998-12-02 20:12:35  roessler  (roessler)
14543 +
14544 +       * contrib/Pine.rc, contrib/Mush.rc: Bring the sample rc files
14545 +       better in synch with the actual code.
14546 +
14547 +       * recvattach.c: Remove a warning which comes from code actually
14548 +       belonging to the send_charset patch.
14549 +
14550 +       * rfc2047.c: Encode- and decode the "val" field when using mutt
14551 +       with EXACT_ADDRESS enabled.
14552 +
14553 +       * Makefile.am: Small fixes to the build process. From Lars
14554 +       Hecking.
14555 +
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
14561 +       is missing.
14562 +
14563 +       From Vikas.
14564 +
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
14568 +       has disappeared.
14569 +
14570 +       Fix from Vikas.
14571 +
14572 +       * browser.c: patch-0.94.17.vikas.browser_redraw.1
14573 +
14574 +1998-11-23 21:10:12  roessler  (roessler)
14575 +
14576 +       * protos.h, lib.c: Change safe_malloc's size parameter from
14577 +       (unsigned int) to size_t.
14578 +
14579 +       * send.c, protos.h, pattern.c, alias.c: From Byrial:
14580 +
14581 +       I don't think that the match-all pattern modifier works as can
14582 +       be expected from a logical point of view.
14583 +
14584 +       The attached patch will make it work as I expect it to work:
14585 +
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).
14589 +
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.
14593 +
14594 +       * doc/manual.sgml.in, send.c, mutt.h, mh.c, init.h, Muttrc.in:
14595 +       Introduce a new option $reply_self.  From Vikas.
14596 +
14597 +1998-11-20 00:27:03  roessler  (roessler)
14598 +
14599 +       * po/it.po: New it.po from Mario.
14600 +
14601 +       * doc/mutt.man.in: branches:  1.4.4; Fix a small typo.
14602 +
14603 +1998-11-19 23:57:03  roessler  (roessler)
14604 +
14605 +       * contrib/Pine.rc: Fix some ancient syntax.
14606 +
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.
14610 +
14611 +       * rfc2047.c: Properly encode '_' characters in words which
14612 +       are qp-encoded.
14613 +
14614 +       * sendlib.c: Use mutt_is_message_type() in the message
14615 +       transformation code.
14616 +
14617 +       * po/Makefile.in.in: Fix all Makefiles.  make
14618 +       DESTDIR=/path/to/something install should work now.
14619 +
14620 +       * doc/Makefile.in: branches:  1.15.4; Fix all Makefiles.
14621 +       make DESTDIR=/path/to/something install should work now.
14622 +
14623 +       * Makefile.am: Fix all Makefiles.  make DESTDIR=/path/to/something
14624 +       install should work now.
14625 +
14626 +1998-11-18 23:09:46  roessler  (roessler)
14627 +
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.
14630 +
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.
14636 +
14637 +       * compose.c: Remove some uuencode-related debris.
14638 +
14639 +       * recvattach.c: Remove some code which crept in from the external
14640 +       character set patch.
14641 +
14642 +       * recvattach.c: Make optional formats work while processing
14643 +       $attach_format.
14644 +
14645 +       * mh.c: Remove bogus re-sorting code from the maildir check
14646 +       routine.
14647 +
14648 +       * mutt.h: Include <unistd.h>, so SEEK_SET is defined on some
14649 +       systems which don't do so in <stdlib.h>.
14650 +
14651 +1998-11-17 13:23:26  roessler  (roessler)
14652 +
14653 +       * po/uk.po, po/ru.po, po/it.po, po/es.po: Checkpoint commit,
14654 +       containing quite a few fuzzy translations.
14655 +
14656 +       * po/de.po: Update some messages.
14657 +
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.
14663 +
14664 +       * sendlib.c: Fix the base64 encoder.  The current code would
14665 +       produce slightly unpredictible output which leads to bad
14666 +       signatures.
14667 +
14668 +       * postpone.c, pgp.c, parse.c, pager.c: Fix a search coloring
14669 +       related bug.
14670 +
14671 +1998-11-16 11:44:42  roessler  (roessler)
14672 +
14673 +       * protos.h: Drop ci_attach - it doesn't exist.  Noted by Byrial
14674 +       Jensen.
14675 +
14676 +1998-11-15 09:53:23  roessler  (roessler)
14677 +
14678 +       * parse.c: Stupid typo.
14679 +
14680 +       * protos.h, parse.c, attach.c: My version of Byrial's parse_part
14681 +       patch.
14682 +
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.
14689 +
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).
14695 +
14696 +       (From: Byrial Jensen)
14697 +
14698 +       * doc/manual.sgml.in: Correcting Vikas' E-Mail address in the
14699 +       credits section.
14700 +
14701 +1998-11-14 08:24:56  roessler  (roessler)
14702 +
14703 +       * doc/manual.sgml.in: Update Byrial's e-mail address.
14704 +
14705 +       * copy.c: Simplify the new attachment deletion code not to require
14706 +       an extra temporary file.  (From: Byrial Jensen <byrial@image.dk>)
14707 +
14708 +       * help.c, handler.c: Type cast nit from Gero Treuner.
14709 +
14710 +1998-11-13 18:31:06  roessler  (roessler)
14711 +
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.
14715 +
14716 +       The attached patch will use INBOX as the IMAP folder name if
14717 +       none is specified, eliminating the core-dump.
14718 +
14719 +       (From: Aaron Schrab <aaron+mutt@schrab.com>)
14720 +
14721 +1998-11-12 21:52:01  roessler  (roessler)
14722 +
14723 +       * mutt.h, copy.c: Byrial's latest attachment deletion patch.
14724 +
14725 +       * mutt.h, lib.c, handler.c: Introduce a state_printf() function.
14726 +
14727 +1998-11-11 21:18:08  roessler  (roessler)
14728 +
14729 +       * po/it.po: New it.po from Marco.
14730 +
14731 +       * snprintf.c: Don't use the mutt_str* functions in this module.
14732 +
14733 +       * strcasecmp.c: the s/str.*cmp/mutt_str.*cmp/ replacement should
14734 +       not have taken place here.
14735 +
14736 +1998-11-10 22:21:51  roessler  (roessler)
14737 +
14738 +       * dotlock.c: Don't use mutt_strsomething in the dotlocking code.
14739 +
14740 +       * send.c: Fix the $metoo option's behaviour.
14741 +
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.
14754 +
14755 +       * main.c: Add a "pseudo-credit" to the extended copyright notice.
14756 +
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.
14759 +
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.
14764 +
14765 +       * parse.c: Do some sanity checking when reading attachment.
14766 +       This fix should catch bad attachments.
14767 +
14768 +       * edit.c: Fix a possible buffer overflow.  (This seems to be
14769 +       the one noticed by Pavel Gulchouck <gul@lucky.net>.)
14770 +
14771 +       * compose.c: Wrong fix from Vikas.  Undo it.  (Noted by Byrial.)
14772 +
14773 +       * curs_lib.c, compose.c: Fix a multi_choice related bug.
14774 +       From Vikas.
14775 +
14776 +       * buffy.c: Skip empty mailbox parameters.  This fixes a
14777 +       segmentation fault noted by Marco d'Itri.
14778 +
14779 +1998-11-09 19:28:42  roessler  (roessler)
14780 +
14781 +       * from.c: Catch possible bad memory access.
14782 +
14783 +       * doc/manual.sgml.in, sendlib.c, protos.h, init.h, globals.h,
14784 +       copy.c, Muttrc.in: Rewrite copy_delete_attach().
14785 +
14786 +       * sort.c, score.c, protos.h, curs_main.c, color.c: Fix an
14787 +       efficiency problem with the color index features.
14788 +
14789 +       * doc/mutt.man.in: Replace @sharedir@ by @sysconfdir@.
14790 +
14791 +       * doc/manual.sgml.in: Make the default_hook documentation match
14792 +       the code.
14793 +
14794 +       * main.c, curs_main.c: Avoid duplicate mx_close_mailbox() when
14795 +       OP_QUIT is called.
14796 +
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.
14800 +
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.
14804 +
14805 +       * browser.c: patch-0.94.15.vikas.browser_sort.3
14806 +
14807 +       * doc/manual.sgml.in: Add a forwarding chapter to the manual.
14808 +       From Gero Treuner.
14809 +
14810 +       * po/de.po: Revert de.po to the traditional German spelling rules.
14811 +
14812 +       * po/de.po, pop.c: L10 fixes from Gero Treuner.
14813 +
14814 +       * parse.c, handler.c: A message/external-body handler.
14815 +       From Byrial Jensen.
14816 +
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.
14821 +
14822 +       (From Byrial Jensen <byrial@post3.tele.dk>.)
14823 +
14824 +       * Muttrc.in: Fix some spelling errors noted by Boris Wesslowski
14825 +       <Boris.Wesslowski@StudBox.Uni-Stuttgart.DE>.
14826 +
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
14830 +       is implemented.
14831 +
14832 +       * parse.c: SeokChan LEE <bofh@nuri.net> says KST has a nine hour
14833 +       offset from GMT.
14834 +
14835 +       * pager.c, help.c: Fix the display of DEL in the pager.
14836 +
14837 +       * send.c: Fix a group reply problem.
14838 +
14839 +1998-10-30 13:00:10  roessler  (roessler)
14840 +
14841 +       * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po: Some recent
14842 +       changes.
14843 +
14844 +1998-10-29 09:46:45  roessler  (roessler)
14845 +
14846 +       * mbox.c: Mbox robustness patch from Johnny Tevessen
14847 +       <j.tevessen@gmx.net>.
14848 +
14849 +       * po/de.po: Fixing a typo.
14850 +
14851 +       * imap.c: This patch should cause mutt to ask for your IMAP
14852 +       login/password again if its wrong.  From Brandon Long.
14853 +
14854 +1998-10-28 21:48:36  roessler  (roessler)
14855 +
14856 +       * doc/manual.sgml.in, reldate.h, VERSION, NEWS, ChangeLog:
14857 +       0.94.15 release commit.
14858 +
14859 +       * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po: pre-release
14860 +       commit, take 1.
14861 +
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.
14867 +
14868 +       * po/POTFILES.in: reldate contais really _no_ i18n-related data.
14869 +
14870 +       * send.c: Don't try to recall a postponed message when we are
14871 +       given a template.
14872 +
14873 +       * copy.c: Fix a possible segmentation fault when deleting nested
14874 +       attachments.
14875 +
14876 +       * doc/manual.sgml.in, send.c, mutt.h, init.h: Add a $forward_weed
14877 +       option which controls header weeding when decode-forwarding
14878 +       messages.
14879 +
14880 +       * po/ru.po, po/it.po, po/es.po, po/de.po: German translation
14881 +       fixes from Gero plus checkpoint commit.
14882 +
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
14885 +       help-wrap patch.
14886 +
14887 +       * po/ru.po, po/it.po, po/es.po, po/de.po: Adding a current
14888 +       spanish translation.
14889 +
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.
14893 +
14894 +       * configure.in: add the ukrainian l10n.
14895 +
14896 +1998-10-27 19:02:45  roessler  (roessler)
14897 +
14898 +       * configure: Configure is generated automatically and should
14899 +       thus _not_ be part of the CVS repository.
14900 +
14901 +       * configure.in, configure, README, INSTALL: Try to detect Solaris
14902 +       2.4's broken regcomp().
14903 +
14904 +       * send.c: Move some code around.
14905 +
14906 +       * doc/manual.sgml.in: Some documentation nits.
14907 +
14908 +       * dotlock.c: include config.h _before_ checking for HAVE_GETOPT.
14909 +       Noted by Scott Perlman <perlman@linguist.dartmouth.edu>.
14910 +
14911 +       * Muttrc.in: Add a macro for viewing the manual.
14912 +
14913 +       * pgp.c, configure.in, configure: i18n fixes.
14914 +
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>.
14918 +
14919 +       * configure.in, configure: Handle systems which have neither
14920 +       pgp2 nor pgp5, but gpg correctly.
14921 +
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.
14928 +
14929 +       * sendlib.c, send.c, protos.h, postpone.c, compose.c: Preserve
14930 +       FCC headers when postponing.  From Vikas.
14931 +
14932 +       * mx.c, mutt.h, imap.c: Prevent mutt from re-reading IMAP folders
14933 +       before quitting.
14934 +
14935 +1998-10-22 13:53:47  roessler  (roessler)
14936 +
14937 +       * send.c: Undo some superfluous changes.  Pointed out by V.A.
14938 +
14939 +       * send.c, protos.h, postpone.c: - Preserve certain headers'
14940 +         values when recallling a postponed message.  TBD:  Fcc.
14941 +
14942 +       - Rename mutt_edit_message() to mutt_prepare_edit_message()
14943 +         since that's what that function actually does.
14944 +
14945 +       * mx.h, mx.c, lib.c, flags.c: Make _all_ IMAP-related code
14946 +       conditionally defined.  From Byrial Jensen.
14947 +
14948 +1998-10-21 22:46:16  roessler  (roessler)
14949 +
14950 +       * protos.h, pattern.c, hdrline.c: Fix match-all for the ~p,
14951 +       ~P modifiers.
14952 +
14953 +       * compose.c: Vikas' write_fcc patch.
14954 +
14955 +       * doc/manual.sgml.in: Documentation nits from Byrial.
14956 +
14957 +       * curs_lib.c: Also accept numbers as input in mutt_multi_choice().
14958 +       From Byrial.
14959 +
14960 +       * prepare: Fix the documentation reference in prepare.
14961 +
14962 +       * doc/devel-notes.txt: Add a gettext automake macro patch which
14963 +       is needed for proper building of mutt.
14964 +
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.
14968 +
14969 +       * Makefile.am: Don't overwrite $(sysconfdir)/Muttrc if present.
14970 +
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.
14974 +
14975 +       * pgpinvoke.c, gnupgparse.c: Make gpg's output look a little
14976 +       bit cleaner.
14977 +
14978 +       * po/ru.po, po/it.po, po/de.po, reldate.h: Release commit.
14979 +
14980 +       * VERSION, ChangeLog: Preparing 0.94.14.
14981 +
14982 +1998-10-20 22:02:58  roessler  (roessler)
14983 +
14984 +       * po/ru.po, po/it.po, po/de.po: Checkpoint commit.
14985 +
14986 +       * config.h.in, Makefile.am: Include VERSION with the distribution.
14987 +
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.
14991 +
14992 +       * ChangeLog: Checkpoint commit.
14993 +
14994 +       * doc/manual.sgml.in, keymap.c, functions.h, NEWS: Another
14995 +       macro-function fix from Vikas.
14996 +
14997 +       * socket.c, mutt_socket.h: Fix the multiple connection code.
14998 +       From Brandon Long.
14999 +
15000 +1998-10-19 20:08:10  roessler  (roessler)
15001 +
15002 +       * postpone.c: fix a typo.
15003 +
15004 +       * Makefile.am: Fix dotlock's installation when DOTLOCK_GROUP
15005 +       is empty.
15006 +
15007 +       * po/it.po: Ups, this was missing from the repository.
15008 +
15009 +       * po/ru.po, po/de.po: Adding some new and improved German
15010 +       translations.
15011 +
15012 +       * init.c: handle domain == "@" properly.
15013 +
15014 +       * postpone.c: Fix the behaviour when recalling postponed messages:
15015 +       Content types would not be restored.
15016 +
15017 +1998-10-16 12:09:37  roessler  (roessler)
15018 +
15019 +       * lib.c: Harden mutt_free_header() against NULL pointers.
15020 +
15021 +       * keymap.c, handler.c: Nits from Vikas.
15022 +
15023 +       * send.c: Fix a segmentation fault when OPT_RECALL is
15024 +       ask-something.
15025 +
15026 +       * commands.c: Don't write out bad content-length and lines
15027 +       headers when decode-saving a message.
15028 +
15029 +1998-10-15 23:09:30  roessler  (roessler)
15030 +
15031 +       * po/ru.po, po/de.po: *** empty log message ***
15032 +
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.
15050 +
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.
15054 +
15055 +       * po/mutt.pot, doc/manual.sgml.in, pattern.c, mutt.h: This
15056 +       patch introduces the ~k pattern for messages containing pgp
15057 +       key material.
15058 +
15059 +       * doc/manual.sgml.in: Add some missing key definitions.
15060 +
15061 +       * mutt_curses.h: There seem to be systems which don't know
15062 +       about KEY_ENTER.
15063 +
15064 +       * po/mutt.pot, po/cat-id-tbl.c: Check-point commit, again.
15065 +
15066 +       * sendlib.c: Put #ifdefs around a variable which is only used
15067 +       for generating uuencoded messages.
15068 +
15069 +       * ChangeLog: Update.
15070 +
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
15073 +       patch.
15074 +
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.
15078 +
15079 +1998-10-14 22:58:04  roessler  (roessler)
15080 +
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.
15083 +
15084 +       * handler.c: Fix prefix and utf8 issues in the uudecoder.
15085 +
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
15088 +       support.
15089 +
15090 +       * handler.c: typo.
15091 +
15092 +       * handler.c: When Charset is utf-8 (not recommended!), don't
15093 +       active utf8 translation in the various handler routines.
15094 +
15095 +       * Makefile.in, Makefile.am: Add -I$(includedir) to the C
15096 +       preprocessor flags.  Per request of Clint Olsen.
15097 +
15098 +       * po/ru.po, po/de.po, configure.in, configure, config.h.in,
15099 +       Makefile.in, Makefile.am: More build process clean-up.
15100 +
15101 +       * po/mutt.pot, po/Makefile.in.in, config.h.in, Makefile.in:
15102 +       Removing some instances of gnu-make specific command line
15103 +       parameters.
15104 +
15105 +       * doc/manual.sgml.in: Document the match-all feature.
15106 +
15107 +       * po/mutt.pot, main.c, dotlock.c, configure.in, configure,
15108 +       config.h.in, Makefile.in, Makefile.am: Various build fixes.
15109 +
15110 +       * color.c: Adding some necessary ifdefs to color.c, From
15111 +       Irving_Wolfe@wolfe.net.
15112 +
15113 +1998-10-13 23:37:05  roessler  (roessler)
15114 +
15115 +       * po/ru.po, po/de.po: Checkpoint commit.  This gets boring.
15116 +
15117 +       * NEWS: Merging Vikas' NEWS file into the distributed one.
15118 +
15119 +       * po/mutt.pot, config.h.in, Makefile.in, ChangeLog: Preparing
15120 +       0.94.12.
15121 +
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.
15126 +
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.
15132 +
15133 +       * doc/devel-notes.txt: Add a short note on compiler warnings.
15134 +
15135 +       * po/ru.po, po/de.po, po/POTFILES.in, po/Makefile.in.in, missing,
15136 +       mime.types: More $Id$ strings.
15137 +
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.
15146 +
15147 +       * doc/PGP-Notes.txt: branches:  1.6.4; Add RCS $Id$ strings to
15148 +       (hopefully) all source files.
15149 +
15150 +       * doc/Makefile.in: Add RCS $Id$ strings to (hopefully) all
15151 +       source files.
15152 +
15153 +       * contrib/sample.muttrc, contrib/sample.mailcap: branches:
15154 +       1.2.4; Add RCS $Id$ strings to (hopefully) all source files.
15155 +
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.
15176 +
15177 +       * enter.c: Type Ctrl-V Ctrl-G in any input field.
15178 +
15179 +       * curs_main.c: Bumping some dprint statements' debug levels.
15180 +       From Vikas.
15181 +
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.
15184 +
15185 +1998-10-12 19:53:49  roessler  (roessler)
15186 +
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>)
15197 +
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.
15202 +
15203 +       * po/ru.po, po/mutt.pot, po/de.po: Checkpoint commit.
15204 +
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
15207 +       released.
15208 +
15209 +1998-10-11 22:11:00  roessler  (roessler)
15210 +
15211 +       * doc/Makefile.in, contrib/Makefile.in: Makefile clean-up as
15212 +       suggested by Marco d'Itri.
15213 +
15214 +       * doc/dotlock.man.in: branches:  1.3.4; Install dotlock's manual
15215 +       page under the correct name.
15216 +
15217 +       * doc/Makefile.in: Install dotlock's manual page under the
15218 +       correct name.
15219 +
15220 +1998-10-08 13:22:16  roessler  (roessler)
15221 +
15222 +       * README: Reference some of the new doc files.
15223 +
15224 +       * doc/Makefile.in: Some more changes to the installation process.
15225 +
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.
15228 +
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.
15232 +
15233 +       * doc/manual.sgml: The manual was wrong on the default binding
15234 +       for extract-keys.
15235 +
15236 +1998-10-07 22:19:27  roessler  (roessler)
15237 +
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
15240 +       Michael Elkins.
15241 +
15242 +       * po/mutt.pot, po/cat-id-tbl.c: Clean-up commit.
15243 +
15244 +       * gnupgparse.c: Redirect stdin and stderr to /dev/null when
15245 +       invoking gpgm for listing key IDs.
15246 +
15247 +       * socket.c, mutt_socket.h, imap.c: First fix of the IMAP expunge
15248 +       handling.  From Brandon Long.
15249 +
15250 +       * keymap.c, curs_lib.c: Fix macro functions for the pager menu.
15251 +
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>)
15257 +
15258 +       * keymap.c: Fix the error message for unbound keys.  From Vikas.
15259 +
15260 +       * browser.c: Clean up behind an aborted sort-by prompt on the
15261 +       file browser.  From Vikas.
15262 +
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)).
15270 +
15271 +       * doc/PGP-Notes.txt: pgp_language is obsolete.  Noted by Heiko
15272 +       Schlichting.
15273 +
15274 +1998-10-06 15:10:53  roessler  (roessler)
15275 +
15276 +       * keymap.c: Macro function fixes.
15277 +
15278 +       * curs_lib.c: With slang, ERR != -1.
15279 +
15280 +       * po/mutt.pot, po/de.po: Message fix.
15281 +
15282 +       * attach.c: Fix another pipe-related hang in
15283 +       mutt_view_attachment().
15284 +
15285 +1998-10-05 21:37:15  roessler  (roessler)
15286 +
15287 +       * configure, aclocal.m4: Another fix to libintl detection.
15288 +
15289 +       * keymap.c, curs_lib.c: macro_function.2-3, from Vikas.
15290 +
15291 +       * handler.c: File descriptor leak alert.
15292 +
15293 +       * handler.c: Avoid a hang due to blocking pipe writes in the
15294 +       auto view code.
15295 +
15296 +       * keymap.c, curs_main.c, curs_lib.c: Make exec grok >= 1
15297 +       parameters; fix double ops problem in index_menu().
15298 +
15299 +       * po/ru.po, po/mutt.pot, po/de.po, po/cat-id-tbl.c: L10n changes
15300 +       corresponding to the macro-function patch.
15301 +
15302 +       * flags.c, compose.c: Some fixes to the macro-function patch.
15303 +
15304 +       * po/ru.po: Adding the Russian Localization.
15305 +
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.
15311 +
15312 +1998-10-04 15:02:25  roessler  (roessler)
15313 +
15314 +       * configure.in, configure: Fixing some make-related problems
15315 +       noted by Petri Kaukasoina <kaukasoi-mutt@elektroni.ee.tut.fi>.
15316 +
15317 +       * po/mutt.pot, send.c: Fix group-reply's behaviour.
15318 +
15319 +       * doc/devel-notes.txt, doc/style-guide: Replace style-guide by
15320 +       some more general notes on mutt development.
15321 +
15322 +       * Makefile.in: Propagate fixes from Makefile.am.
15323 +
15324 +       * ChangeLog: Preparing 0.94.10.
15325 +
15326 +       * po/mutt.pot, po/de.po: Noise.
15327 +
15328 +       * configure.in, configure, Makefile.am: More fixes to the build
15329 +       process.  This version was tested to build cleanly under SuSE
15330 +       Linux and IRIX.
15331 +
15332 +1998-10-03 22:08:09  roessler  (roessler)
15333 +
15334 +       * doc/manual.txt: manual.txt can be rebuilt when making the dist -
15335 +       no need to keep this in the repository.
15336 +
15337 +       * ChangeLog: Preparing ChangeLog for 0.94.10.
15338 +
15339 +       * contrib/Makefile.in: Ups.
15340 +
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.
15351 +
15352 +       * help.c: Remove an unprotected gettext() call.
15353 +
15354 +       * missing: *** empty log message ***
15355 +
15356 +       * missing: Persuade CVS to get the file modes right.
15357 +
15358 +       * INSTALL: Adding a note on SparcLinux problems when gcc is
15359 +       called with the -pedantic flag.
15360 +
15361 +1998-10-02 17:39:47  roessler  (roessler)
15362 +
15363 +       * po/mutt.pot, po/de.po: A small fix to get autoview messages
15364 +       properly colored.
15365 +
15366 +       * pattern.c, mutt.h, Makefile.in: patch-0.92.8.sec.match_all.1
15367 +
15368 +       * po/mutt.pot, configure.in, configure, Makefile.in, Makefile.am:
15369 +       Fixing some build-related problems, and preparing 0.94.9p1.
15370 +
15371 +       * doc/manual.txt, doc/manual.sgml, hdrline.c: Roland Rosenfeld's
15372 +       first name patch.
15373 +
15374 +       * mutt.h, compose.c: More () fixes.
15375 +
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.
15379 +
15380 +1998-10-01 20:16:56  roessler  (roessler)
15381 +
15382 +       * po/mutt.pot, po/de.po, po/cat-id-tbl.c, po/POTFILES.in,
15383 +       doc/Makefile.in: Translate help strings.
15384 +
15385 +       * postpone.c, pager.c, help.c, compose.c, Makefile.in: Translate
15386 +       help strigns.
15387 +
15388 +       * intl/VERSION, intl/libintl.h, intl/libintl.glibc,
15389 +       intl/intlh.inst.in, intl/COPYING, intl/BUGS, intl/AUTHORS: ***
15390 +       empty log message ***
15391 +
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.
15395 +
15396 +       * mutt.h, lib.c, handler.c: Gero Treuner's reply_quote patch.
15397 +
15398 +       * po/mutt.pot, po/de.po, po/cat-id-tbl.c, po/POTFILES.in: Add
15399 +       l10n for handler.c.
15400 +
15401 +       * po/mutt.pot, po/de.po, po/cat-id-tbl.c, curs_lib.c: Make
15402 +       mutt_yesorno() language sensitive.
15403 +
15404 +       * po/de.po: Various German-language related fixes.
15405 +
15406 +       * reldate.h, configure.in, configure, TODO, Makefile.in,
15407 +       ChangeLog: Preparing 0.94.9i.
15408 +
15409 +       * po/de.po: German l10n, first take.
15410 +
15411 +       * intl/AUTHORS, intl/BUGS, intl/COPYING: Adding legalese.
15412 +
15413 +       * po/mutt.pot, po/de.po, po/cat-id-tbl.c, main.c: More i18n fixes.
15414 +
15415 +       * po/mutt.pot, po/de.po, po/cat-id-tbl.c: Adapting the catalog
15416 +       files to 0.94.8.
15417 +
15418 +       * configure.in, configure, Makefile.in, Makefile.am: Various
15419 +       automake and installation fixes.
15420 +
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.
15441 +
15442 +       * TODO: add a note about the currently-missing mh_sequences
15443 +       support.
15444 +
15445 +       * send.c: Fix the PgpSignMicalg vanishing when recalling
15446 +       postponed messages.  Bug squashed by Bjørn Fischer.
15447 +
15448 +1998-09-30 13:56:24  roessler  (roessler)
15449 +
15450 +       * doc/manual.txt, doc/manual.sgml: SGML fix.
15451 +
15452 +       * postpone.c, headers.c: Don't generate a NULL micalg parameter
15453 +       when getting postponed messages.
15454 +
15455 +       * functions.h: Removing some superfluous key bindings from
15456 +       functions.h.  (From: Gero Treuner <gero@faveve.uni-stuttgart.de>)
15457 +
15458 +       * doc/manual.sgml, init.c: Add some more support for
15459 +       version-dependant configuration files.
15460 +
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.
15464 +
15465 +       * compose.c: Tell the user how to attach messages when using
15466 +       the attach-message feature.
15467 +
15468 +       * doc/manual.sgml, pattern.c, mutt.h: Add ~g and ~G patterns
15469 +       for PGP signed and encrypted messages.
15470 +
15471 +       * doc/manual.sgml: Documentation for Vikas' latest features.
15472 +
15473 +1998-09-29 15:40:01  roessler  (roessler)
15474 +
15475 +       * status.c: _Really_ fix an unset or too short StChars varialbe.
15476 +       (From Vikas.)
15477 +
15478 +       * rfc822.c: Fix a segmentation fault occuring with certain
15479 +       badly-formed RFC822-like addresses.
15480 +
15481 +       * hdrline.c: Make status characters work again.
15482 +
15483 +       * doc/manual.txt, doc/manual.sgml: Documenting some more
15484 +       variables.
15485 +
15486 +       * Muttrc.in: Add newly added variables to the default system
15487 +       muttrc.
15488 +
15489 +       * status.c: Catch short StChars values.
15490 +
15491 +       * mutt.h, init.c, hdrline.c: Add caching for a message's flags.
15492 +
15493 +       * Makefile.in: patch-0.94.7i.rr.charsets_fix.1, from Roland
15494 +       Rosenfeld.
15495 +
15496 +       * doc/manual.txt, doc/manual.sgml, configure.in, configure:
15497 +       Some nits from Gero Treuner.
15498 +
15499 +1998-09-28 17:40:47  roessler  (roessler)
15500 +
15501 +       * pager.c, curs_main.c: Vikas' pipe-redraw fix.
15502 +
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.
15506 +
15507 +       * reldate.h, configure.in, configure, TODO, Makefile.in,
15508 +       ChangeLog: Preparing 0.94.8i.
15509 +
15510 +1998-09-26 10:13:39  roessler  (roessler)
15511 +
15512 +       * mh.c: Changing the index_hint handling for mh folders once
15513 +       again.
15514 +
15515 +       * mh.c: Resort the incoming folder from mh_sync_mailbox() also
15516 +       when new mail arrived.
15517 +
15518 +1998-09-25 06:56:35  roessler  (roessler)
15519 +
15520 +       * pager.c: patch.mutt-0.94.5i.ld.quote_levels.3-4
15521 +
15522 +1998-09-24 23:19:50  roessler  (roessler)
15523 +
15524 +       * pager.c: A new quote_levels patch from liviu.
15525 +
15526 +       * sendlib.c: Rewrite the base64-encoder used for messages.  This
15527 +       should be unified with the encoder in rfc2047.c at some point.
15528 +
15529 +       * pager.c: Undoing Livius quote-levels patch for now.
15530 +
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.
15538 +
15539 +       * init.c: Fix a segmentation fault with mismatched backticks.
15540 +
15541 +       * init.c: Vikas' merged completion patch, level 3.
15542 +
15543 +1998-09-23 20:01:06  roessler  (roessler)
15544 +
15545 +       * pager.c, mutt_regex.h, init.h: Liviu Daia's smiley patch.
15546 +
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
15550 +       function.
15551 +
15552 +       * mh.c: Really fix the index hints.
15553 +
15554 +       * mh.c: Correct the index_hint handling in mh_check_mailbox().
15555 +
15556 +       * sendlib.c: RFC2047-encode the mail-followup-to header.
15557 +
15558 +       * TODO: Remove the maildir/mh resynch entry.
15559 +
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
15564 +               from C
15565 +
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.
15573 +
15574 +1998-09-22 22:54:52  roessler  (roessler)
15575 +
15576 +       * mx.h, mx.c, mutt.h, mh.c, mbox.c, buffy.c: A first take at
15577 +       corrected mh/maildir support.
15578 +
15579 +       * mx.c, mh.c: Some fixes and code clean-ups.
15580 +
15581 +       * mutt.h, mh.c, init.h: Introduce the $mh_purge option.
15582 +
15583 +       * sendlib.c: Produce "undisclosed-recipients:;" instead of
15584 +       ""undisclosed-recipients:;":;" when the user gives no To-Header.
15585 +
15586 +       * mx.c: When generating new messages in MH folders, the initial
15587 +       number should be "1", not "2".  Fix from Gero Treuner.
15588 +
15589 +       * init.c: patch-0.94.7i.vikas.jmy.misc_complete.2
15590 +
15591 +1998-09-21 12:49:50  roessler  (roessler)
15592 +
15593 +       * sendlib.c: Avoid a dangling pointer in mutt_message_to_7bit().
15594 +
15595 +1998-09-20 12:05:39  roessler  (roessler)
15596 +
15597 +       * pager.c: Byrial Jensen's bold-underline patch.
15598 +
15599 +1998-09-18 05:45:56  roessler  (roessler)
15600 +
15601 +       * reldate.h, configure.in, configure, ChangeLog: Preparing
15602 +       0.94.7i.
15603 +
15604 +       * protos.h, init.c, enter.c: Applying the third generation of
15605 +       command completion patches.
15606 +
15607 +1998-09-16 20:08:25  roessler  (roessler)
15608 +
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>)
15614 +
15615 +       * copy.c: [patch-0.94.6i.oe.dprint2.1] Fix a segmentation fault
15616 +       when running in -d2 mode.
15617 +
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_.
15621 +
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.
15626 +
15627 +       * init.c: When parsing aliases, don't consider ';' a token
15628 +       delimiter.
15629 +
15630 +1998-09-15 21:41:51  roessler  (roessler)
15631 +
15632 +       * init.c: Undoing Vikas' complete patch and applying
15633 +       patch-0.94.6i.jmy.cycle_complete.1 instead.
15634 +
15635 +       * handler.c: _Really_ fix CRLF handling.
15636 +
15637 +       * charset.c: Fix the crlf handling.
15638 +
15639 +       * pgppubring.c: UTF8-decode PGP user ID packets.
15640 +
15641 +       * rfc2047.c, mutt.h, lib.c, handler.c, charset.h, charset.c:
15642 +       Adding basic UTF-8 support.
15643 +
15644 +       * copy.c: When using mutt_copy_header with CH_TXTPLAIN, generate
15645 +       a content-type _with_ a character set parameter.
15646 +
15647 +       * Makefile.in: Correcting a typo in the clean target.
15648 +
15649 +       * handler.c, charset.h, charset.c: Add charset alias support
15650 +       and fix various errors in the character set code.
15651 +
15652 +       * charset.c: Fix mutt_display_char to map '\0' to itself
15653 +       regardless of the translation table we use.
15654 +
15655 +       * gen-charset.c, configure.in, configure, charset.h, charset.c,
15656 +       Makefile.in: Generate the character set tables from i18n files.
15657 +
15658 +       * imap.c: Finally fix imap_quote_string().
15659 +
15660 +       * compose.c: [patch-0.94.6i.gt.arrow.1] Add M_ARROWCURSOR on
15661 +       the compose menu.
15662 +
15663 +1998-09-14 21:33:34  roessler  (roessler)
15664 +
15665 +       * imap.c: Fix IMAP quoting.
15666 +
15667 +       * Muttrc.in: Speling corection for Muttrc.in.
15668 +
15669 +       * init.c: [patch-0.94.6.vikas.complete.1] Fix a completion-related
15670 +       buffer overflow.
15671 +
15672 +1998-09-13 15:29:54  roessler  (roessler)
15673 +
15674 +       * reldate.h, configure.in, configure, ChangeLog: Preparing
15675 +       0.94.6i.
15676 +
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
15682 +       PGP installed.
15683 +
15684 +1998-09-12 19:58:56  roessler  (roessler)
15685 +
15686 +       * sendlib.c: Fixing a silly typo in the edit-message code.
15687 +
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:
15692 +
15693 +       iso-8859-1, ..., iso-8859-9, koi8-r, windows-1251, x-cp866.
15694 +
15695 +       (From: Ruslan Ermilov <ru@ucb.crimea.ua>)
15696 +
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'.
15702 +
15703 +       Also fixes the following buglets in command-completion:
15704 +
15705 +        1. doesnt work if you started the command-line with whitespace
15706 +
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:
15711 +
15712 +       (From: Vikas Agnihotri <VikasA@att.com>)
15713 +
15714 +       * enter.c: Use the proper history class when entering mutt
15715 +       commands.
15716 +
15717 +       * imap.c: [patch-0.94.5i.jmy.imap_quote.1]
15718 +
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.
15722 +
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.
15725 +
15726 +1998-09-08 19:32:57  roessler  (roessler)
15727 +
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.
15731 +
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>)
15737 +
15738 +       * recvattach.c, pgp.c, copy.c: Change the interface of
15739 +       pgp_decrypt_mime() to enable this function to do some sanity
15740 +       checks.
15741 +
15742 +1998-09-07 20:47:25  roessler  (roessler)
15743 +
15744 +       * recvattach.c: Don't descend into multipart/encrypted on the
15745 +       recvattach menu.
15746 +
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.
15753 +
15754 +       * curs_lib.c: Clear the "Exit Mutt" prompt.
15755 +
15756 +       * doc/manual.txt, doc/manual.sgml: SGML typo.
15757 +
15758 +       * rfc822.c: Some testing.
15759 +
15760 +       * enter.c: Yet another fix to the alias and query completion
15761 +       stuff: Skip leading white space when constructing the addresses.
15762 +
15763 +       * enter.c: Don't use <space> as an address delimiter when using
15764 +       query-complete and alias-complete.
15765 +
15766 +       * rfc1524.c: Quote MIME parameters when doing %{MIME-parameter}
15767 +       substitution.
15768 +
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
15773 +       Laurentiu.
15774 +
15775 +       * mbox.c: [patch-0.94.4i.matthewf.writingmessages-fix.1] Fix
15776 +       the display when synchronizing mbox mail folders.
15777 +
15778 +       * query.c, protos.h, pattern.c, lib.c, curs_lib.c: Fix simple
15779 +       patterns.
15780 +
15781 +       * protos.h, mx.c, browser.c: Put the S_ISLNK definition into
15782 +       protos.h.
15783 +
15784 +       * pgp.c: Fixing convert_to_7bit().  From Liviu Daia.
15785 +
15786 +1998-09-06 11:35:34  roessler  (roessler)
15787 +
15788 +       * lib.c: Fixing the quoting of shell specials in
15789 +       mutt_expand_fmt().
15790 +
15791 +       * query.c: Change snprintf to mutt_expand_fmt when expanding
15792 +       the query command.
15793 +
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.
15797 +
15798 +       * reldate.h, configure.in, configure, TODO, ChangeLog: Preparing
15799 +       0.94.5i.
15800 +
15801 +1998-09-04 15:53:27  roessler  (roessler)
15802 +
15803 +       * sendlib.c: Catch MIME parameters with p->value == NULL.
15804 +
15805 +       * sendlib.c: Fixing a memory leak in mutt_prepare_envelope().
15806 +
15807 +1998-09-01 06:54:53  roessler  (roessler)
15808 +
15809 +       * imap.c: IMAP fixes from Nathan Neulinger.
15810 +       (<19980831170941.A7327@umr.edu> on mutt-dev.)
15811 +
15812 +1998-08-31 16:46:29  roessler  (roessler)
15813 +
15814 +       * send.c: Fix a small problem with Liviu's attach_fcc patch.
15815 +
15816 +       * compose.c: Updating to patch-0.94.4.vikas.attach_message.3.
15817 +
15818 +       * thread.c, protos.h, mutt.h, init.h, hdrline.c, curs_main.c:
15819 +       Updating to patch-0.94.4.vikas.collapse.3.
15820 +
15821 +1998-08-29 08:27:02  roessler  (roessler)
15822 +
15823 +       * doc/manual.txt, doc/manual.sgml: Correct an editor key binding
15824 +       example.
15825 +
15826 +1998-08-28 19:09:24  roessler  (roessler)
15827 +
15828 +       * send.c, pgp.h, pgp.c: Cleaning up the fcc_attach hack.
15829 +       From Liviu.
15830 +
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.
15835 +
15836 +       * attach.c: [patch-0.94.4i.tlr.get_attachment.1-2] Get the
15837 +       attachment time stamping business right.
15838 +
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.
15843 +
15844 +       * compose.c: [patch-0.94.4.vikas.attach_message.1] Cleaning up
15845 +       some of the attach-message code.
15846 +
15847 +       * thread.c: removing superfluous include statements.
15848 +
15849 +1998-08-27 23:51:58  roessler  (roessler)
15850 +
15851 +       * curs_main.c: code cosmetics.
15852 +
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.
15856 +
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>)
15862 +
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.
15865 +
15866 +       * doc/mutt.sgml: Mh. This seems to have shown up again while
15867 +       cleaning up the CVS branches.
15868 +
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.
15871 +
15872 +       * doc/manual.txt, doc/manual.sgml: Document attach_format. (From:
15873 +       Gero Treuner <gero@faveve.uni-stuttgart.de>)
15874 +
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.
15878 +
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.)
15882 +
15883 +1998-08-26 21:12:23  roessler  (roessler)
15884 +
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 ';'
15888 +       this time.
15889 +
15890 +       * rfc822.c, TODO: [patch-0.94.4i.tlr.rfc822_leak.1] Fixing a
15891 +       memory leak in the rfc822_parse_adrlist().
15892 +
15893 +       Some explanations seem to be in order here.  Let's look at
15894 +       the code:
15895 +
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)
15904 +
15905 +       Line 399 contains the change; previously, it looked like this:
15906 +
15907 +          399'       if (last)
15908 +
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      }
15915 +
15916 +       OK, what happens? There are essentially two situations here:
15917 +
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
15921 +
15922 +               undisclosed-recipients:;
15923 +
15924 +          or
15925 +
15926 +               recipients: a, b, c,;
15927 +
15928 +          (Note the extra ',' before the ';'!)
15929 +
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.
15933 +
15934 +       -> The ';' finishes an address spec, like in
15935 +
15936 +               recipients: a;
15937 +
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.
15942 +
15943 +       * imap.c: Error message cosmetics.
15944 +
15945 +1998-08-25 22:34:58  roessler  (roessler)
15946 +
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.
15964 +
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.
15969 +
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.
15973 +
15974 +       * TODO: adding a few notes.
15975 +
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.)
15980 +
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.
15983 +
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.
15988 +
15989 +       * imap.c: s/free/FREE/
15990 +
15991 +1998-08-24 19:40:35  roessler  (roessler)
15992 +
15993 +       * TODO, BUGS: Compile BUGS and TODO into a comprehensive issue
15994 +       list.
15995 +
15996 +       * BUGS: Clean up the bug list.
15997 +
15998 +       * reldate.h, configure.in, configure, ChangeLog: 0.94.4i.
15999 +
16000 +       * doc/manual.txt, doc/manual.sgml: Documenting $hidden_host.
16001 +
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)
16005 +
16006 +1998-08-23 10:05:41  roessler  (roessler)
16007 +
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.
16015 +
16016 +       Needs to be documented.
16017 +
16018 +       * doc/manual.txt: Committing the latest manual changes.
16019 +
16020 +       * socket.c, imap.c: [patch-0.94.3.bl.imap_buffy.1-2] Fixing the
16021 +       buffered read stuff.
16022 +
16023 +       * mutt_socket.h: branches:  1.1.2; file mutt_socket.h was
16024 +       initially added on branch mutt-0-94.
16025 +
16026 +       * mutt_socket.h: Ups, this one was missing from Brandon's
16027 +       IMAP patch.
16028 +
16029 +1998-08-22 14:24:18  roessler  (roessler)
16030 +
16031 +       * help.c: [patch-0.94.3i.gt.beautify_help.1.gz] General help
16032 +       beautification.  From Gero Treuner.
16033 +
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
16036 +       descriptions.
16037 +
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.
16040 +
16041 +       * recvattach.c: Make Vikas' attac_split and Brandon's other_type
16042 +       patches fit together.
16043 +
16044 +       * recvattach.c, mutt.h, init.h, globals.h, compose.c:
16045 +       [patch-0.94.3.vikas.attach_split.3] Re-introduce attach_split.
16046 +
16047 +       * socket.c: branches:  1.1.2; file socket.c was initially added
16048 +       on branch mutt-0-94.
16049 +
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
16053 +       support.
16054 +
16055 +1998-08-21 08:17:09  roessler  (roessler)
16056 +
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.
16060 +
16061 +1998-08-20 22:32:46  roessler  (roessler)
16062 +
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).
16070 +
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>)
16076 +
16077 +       * handler.c: [SECURITY] mutt_sanitize_filename() should be called
16078 +       when creating temporary files for autoview.  (From: Liviu Daia.)
16079 +
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)
16084 +
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)
16093 +
16094 +1998-08-16 06:22:51  roessler  (roessler)
16095 +
16096 +       * rfc822.c: Bringing 128-byte strings to "STRING".
16097 +
16098 +       * sendlib.c: Use add_option, not add_arg, for strings such as
16099 +       "--".
16100 +
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.)
16104 +
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.)
16109 +
16110 +1998-08-15 18:27:45  roessler  (roessler)
16111 +
16112 +       * imap.c: read() can't read buffers larger than SSIZE_MAX.
16113 +
16114 +       * hook.c: [patch-0.94.3i.tlr.empty_hook.1] Ignore empty hooks
16115 +       instead of segfaulting.
16116 +
16117 +       * protos.h, init.c: [patch-0.94.3i.tlr.history.1] Adding history
16118 +       class support.
16119 +
16120 +       * history.h: branches:  1.1.2; file history.h was initially
16121 +       added on branch mutt-0-94.
16122 +
16123 +       * history.h: [patch-0.94.3i.tlr.history.1] Adding history class
16124 +       support.
16125 +
16126 +       * history.c: branches:  1.1.2; file history.c was initially
16127 +       added on branch mutt-0-94.
16128 +
16129 +       * history.c, enter.c, TODO, Makefile.in:
16130 +       [patch-0.94.3i.tlr.history.1] Adding history class support.
16131 +
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.
16136 +
16137 +       * init.h: Change attach_format's default to limit the attachment
16138 +       description's length.
16139 +
16140 +1998-08-13 22:09:16  roessler  (roessler)
16141 +
16142 +       * pgppubring.c: Fixing another memory leak in the pubring parser.
16143 +
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:
16148 +
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.
16153 +
16154 +         Now hit Enter on the message/rfc822 attachment to view it. Quit
16155 +         out of the pager.
16156 +
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.
16160 +
16161 +       (Noted by Vikas.)
16162 +
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).
16168 +
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).
16172 +
16173 +       * pgppubring.c: [patch-0.94.3i.tlr.pubring_leak.1] Fixing a
16174 +       memory leak.  Bug noted by Liviu Daia.
16175 +
16176 +       * reldate.h: 0.94.3i.
16177 +
16178 +       * configure.in, configure, ChangeLog: Preparing 0.94.3i.
16179 +
16180 +       * compose.c: indentation cosmetics.
16181 +
16182 +       * compose.c: Update menu->data when OP_COMPOSE_EDIT_HDRS is
16183 +       called.  From Vikas.
16184 +
16185 +       * compose.c: Update the encoding after using ispell from the
16186 +       compose menu.  From Vikas.
16187 +
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.
16190 +
16191 +       * rfc822.c: Fixing a buffer overflow in rfc822_cat().  tmplen
16192 +       could underflow.
16193 +
16194 +       * rfc822.c: Fixing a buffer overflow in rfc822_cat().  A size_t
16195 +       variable could underflow, thus making bounds checking value-less.
16196 +
16197 +1998-08-12 11:50:59  roessler  (roessler)
16198 +
16199 +       * init.c: Yet another memory leak fix from Liviu.
16200 +
16201 +       * rfc2047.c: Fixing a stupid buffer overflow plus some flawed
16202 +       logic.
16203 +
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.
16209 +
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.
16213 +
16214 +1998-08-11 08:14:38  roessler  (roessler)
16215 +
16216 +       * BUGS: Yet another outstanding bug.
16217 +
16218 +       * doc/manual.txt: This now contains the latest changes to
16219 +       manual.sgml.
16220 +
16221 +       * sendlib.c, rfc2047.c, rfc1524.c, pgppubring.c, pager.c,
16222 +       hdrline.c: Fixing various nits noted by Liviu and his colleagues.
16223 +
16224 +1998-08-10 15:30:02  roessler  (roessler)
16225 +
16226 +       * sendlib.c: This patches makes the message-id persistant when
16227 +       postponing messages.  (From: Janos Farkas)
16228 +
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)
16232 +
16233 +       * color.c: Drop the free_rx parameter from
16234 +       muitt_free_color_line(), as it's always 1.
16235 +
16236 +       * color.c: Adding mutt_free_color_line() and replacing varous
16237 +       "manual" free()s of color lines by calls to this function.
16238 +
16239 +       * bind.c: Removing bind.c.  Pointed out by Gero Treuner
16240 +       <gero@faveve.uni-stuttgart.de>.
16241 +
16242 +1998-08-09 18:43:45  roessler  (roessler)
16243 +
16244 +       * color.c: With SLang, init_pair is (void), so we must not check
16245 +       its return value.
16246 +
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.
16250 +
16251 +1998-08-08 21:40:12  roessler  (roessler)
16252 +
16253 +       * rfc2047.c: Fixing the "=?" detection in rfc2047_encode_string().
16254 +       Bug noted by David Jeske <jeske@home.chat.net>.
16255 +
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>.
16259 +
16260 +       * alias.c: Entering an un-parsable address when creating an alias
16261 +       would make mutt segfault.  Noted by brian moore <bem@cmc.net>.
16262 +
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>)
16267 +
16268 +       * doc/manual.txt, doc/manual.sgml: I made the manual more up
16269 +       to date:
16270 +
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
16278 +
16279 +       (From: Gero Treuner <gero@faveve.uni-stuttgart.de>)
16280 +
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>)
16285 +
16286 +       * init.c: Various improvements to the mutt_command_complete
16287 +       function.  From Stephen Hack <shack@rsn.hp.com>.
16288 +
16289 +       * browser.c: If you specify 'mailboxes ""' mutt will
16290 +       seg-fault. (From: Jimmy Mäkelä <jmy@flashback.net>)
16291 +
16292 +       * color.c: Fixing a memory leak.  Thanks, Liviu.
16293 +
16294 +       * commands.c: When printing a message, headers are now sorted
16295 +       according to hdr_order.  From Liviu.
16296 +
16297 +       * browser.c: Fixing an off-by-one buffer overflow in browser.c.
16298 +       Noted by Liviu.
16299 +
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>)
16303 +
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>.
16309 +
16310 +       * Makefile.in: There is no "compile" rule for dotlock in the
16311 +       Makefile.  (From: Dan Nelson <dnelson@emsphone.com>)
16312 +
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>)
16317 +
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>)
16321 +
16322 +1998-07-31 08:23:54  roessler  (roessler)
16323 +
16324 +       * reldate.h, configure.in, configure, ChangeLog: Preparing
16325 +       0.94.2i.
16326 +
16327 +       * rfc1524.c: Changing an sprintf to an snprintf (which it was
16328 +       meant to be.)
16329 +
16330 +       * protos.h: mutt_sanitize_filename takes char *, not const char *.
16331 +
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.
16335 +
16336 +       * rfc1524.h, rfc1524.c, postpone.c, attach.c: Avoid possible
16337 +       buffer overflows in mutt_adv_mktemp().
16338 +
16339 +       * sendlib.c: Interpret sysexits-style exit values from sendmail.
16340 +
16341 +       * configure.in, configure, config.h.in, acconfig.h: Check for
16342 +       sysexits.h.
16343 +
16344 +1998-07-30 09:30:38  roessler  (roessler)
16345 +
16346 +       * edit.c: When reading in files, be_snarf_file() wouldn't
16347 +       recognize '~' as the user's home directory.
16348 +
16349 +1998-07-29 10:54:09  roessler  (roessler)
16350 +
16351 +       * README, Changes: Finalizing 0.93.2i.
16352 +
16353 +       * configure.in, configure: Bumping to 0.93.2(i).
16354 +
16355 +       * parse.c: Fixing a buffer overflow in parse.c.  Noted by Paul
16356 +       Boehm <paul@boehm.org>.
16357 +
16358 +       * parse.c: Fixing a buffer overflow in parse.c which presented
16359 +       a serious security thread.  Noted by Paul Boehm <paul@boehm.org>.
16360 +
16361 +1998-07-28 08:21:49  roessler  (roessler)
16362 +
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
16365 +       mutt-0-94.
16366 +
16367 +       * patch.slang-1.2.2.keypad.1, INSTALL: Adding a patch for a
16368 +       SLang bug.
16369 +
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>)
16374 +
16375 +       * color.c: The index cache should be updated even without color
16376 +       support.
16377 +
16378 +1998-07-27 13:39:39  roessler  (roessler)
16379 +
16380 +       * BUGS: Adding a notice about some more nits.
16381 +
16382 +       * main.c: Change the error reporting mail address from
16383 +       <mutt-dev@cs.hmc.edu> to <mutt-dev@mutt.org>.
16384 +
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().
16393 +
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.
16398 +
16399 +1998-07-24 08:12:46  roessler  (roessler)
16400 +
16401 +       * copy.c, attach.c: Fiddling around with message/rfc822
16402 +       attachments once again.
16403 +
16404 +1998-07-23 20:57:50  roessler  (roessler)
16405 +
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
16410 +       pointers.
16411 +
16412 +       * copy.c, attach.c: Yet another patch about saving message/rfc822
16413 +       attachments.
16414 +
16415 +       * main.c, send.c: Fixing potential NULL pointer deferences.
16416 +
16417 +1998-07-22 22:47:57  roessler  (roessler)
16418 +
16419 +       * recvattach.c: Another fix from Liviu.
16420 +
16421 +       * recvattach.c, from.c, attach.c: Another patch from liviu to
16422 +       fix the message/rfc822 behaviour.
16423 +
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
16427 +       MH folders.
16428 +
16429 +       (From: Liviu Daia <daia@stoilow.imar.ro>)
16430 +
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.
16435 +
16436 +       2. check-new now will recheck mailbox folders for new mail.
16437 +
16438 +       3. added a function toggle-mailboxes which toggles in browser
16439 +          between mailboxes view and directory view.  (bound to TAB
16440 +          by default).
16441 +
16442 +       (From: "Michael S. Tsirkin" <mtsirkin@iil.intel.com>)
16443 +
16444 +       * reldate.h, configure.in, configure, ChangeLog: preparing
16445 +       0.94.1i.
16446 +
16447 +       * send.c: Correcting an error message in send.c.  (From Byrial
16448 +       Jensen.)
16449 +
16450 +       * send.c: Correct an error message in send.c.  (From Byrial
16451 +       Jensen <byrial@post3.tele.dk>)
16452 +
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.
16461 +
16462 +       (Some part of this patch comes from Vikas Agnihotri
16463 +       <VikasA@att.com>.)
16464 +
16465 +       * send.c: Avoid a potential segmentation fault when trying to
16466 +       postpone, but Postponed equals NULL.
16467 +
16468 +       * BUGS: branches:  1.1.2; file BUGS was initially added on
16469 +       branch mutt-0-94.
16470 +
16471 +       * BUGS: This file is intended to contain known bugs which still
16472 +       have to be fixed.
16473 +
16474 +       * doc/manual.txt: Committing the changes previously made to
16475 +       manual.sgml.
16476 +
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>)
16480 +
16481 +1998-07-21 07:54:03  roessler  (roessler)
16482 +
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>)
16486 +
16487 +       * protos.h, lib.c, attach.c: You should never _ever_ do something
16488 +       like this:
16489 +
16490 +              [process A]  ---[piped write until EOF]---> [process B]
16491 +              [process A]  <---[piped read until EOF]--- [process B]
16492 +
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.
16499 +
16500 +       This patch fixes such a situation in the compose menu.
16501 +
16502 +       (From: Liviu Daia <daia@stoilow.imar.ro>)
16503 +
16504 +1998-07-20 21:01:05  roessler  (roessler)
16505 +
16506 +       * reap.pl: Perl lies in /usr/bin on my machines.
16507 +
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.)
16512 +
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.)
16518 +
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>)
16525 +
16526 +1998-07-18 09:18:31  roessler  (roessler)
16527 +
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.
16533 +
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>)
16538 +
16539 +1998-07-17 08:37:02  roessler  (roessler)
16540 +
16541 +       * compose.c: Removing the old snd_entry() code.
16542 +
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>).
16551 +
16552 +       * recvattach.c: Removing the old attach_entry() code.
16553 +
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>).
16561 +
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>)
16567 +
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)
16573 +       system call.
16574 +
16575 +1998-07-16 16:39:53  roessler  (roessler)
16576 +
16577 +       * mx.c: Fixing a small typographic error.
16578 +
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>)
16583 +
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)
16588 +
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)
16595 +
16596 +       * reldate.h, configure.in, configure, Changes, ChangeLog:
16597 +       Preparing mutt 0.94.
16598 +
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>)
16603 +
16604 +       * color.c: This patch fixes two problems reported on mutt-users.
16605 +
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()
16610 +
16611 +         (2) mutt would crash when sending mail in batch mode because
16612 +         use_default_colors() could be used without doing an initscr()
16613 +
16614 +       (From Michael Elkins.)
16615 +
16616 +       * color.c: This patch fixes two problems reported on mutt-users.
16617 +
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()
16622 +
16623 +       (2) mutt would crash when sending mail in batch mode because
16624 +       use_default_colors() could be used without doing an initscr()
16625 +
16626 +       (From Michael Elkins.)
16627 +
16628 +1998-07-15 17:15:46  roessler  (roessler)
16629 +
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.
16637 +
16638 +       * doc/dotlock.man.in, dotlock.c: Fix the race condition in
16639 +       dotlock.c.
16640 +
16641 +       * doc/mutt.man.in: branches:  1.1.2; file mutt.man.in was
16642 +       initially added on branch mutt-0-94.
16643 +
16644 +       * doc/mutt.man.in, doc/mutt.man: Putting the manual page under
16645 +       autoconf control.
16646 +
16647 +       * doc/dotlock.man.in: branches:  1.1.2; file dotlock.man.in was
16648 +       initially added on branch mutt-0-94.
16649 +
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.
16653 +
16654 +       * dotlock.h: branches:  1.1.2; file dotlock.h was initially
16655 +       added on branch mutt-0-94.
16656 +
16657 +       * dotlock.h: Adding external dotlocking.  For bugs, see the
16658 +       manual page and the comments in dotlock.c.
16659 +
16660 +       * dotlock.c: branches:  1.1.2; file dotlock.c was initially
16661 +       added on branch mutt-0-94.
16662 +
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.
16666 +
16667 +       * doc/mutt.man: More roff fixes.
16668 +
16669 +       * doc/mutt.man: More groff fixes.
16670 +
16671 +1998-07-14 16:01:07  roessler  (roessler)
16672 +
16673 +       * reldate.h: branches:  1.3.2.4.2; Preparing mutt 0.93.1i.
16674 +
16675 +       * configure.in, configure: branches:  1.7.2.5.2; Preparing
16676 +       mutt 0.93.1i.
16677 +
16678 +       * Changes: branches:  1.5.2.5.2; Preparing mutt 0.93.1i.
16679 +
16680 +       * ChangeLog: branches:  1.4.2.5.2; Preparing mutt 0.93.1i.
16681 +
16682 +       * rfc2047.c: branches:  1.1.1.1.2.2.2; More unsigned fixes.
16683 +
16684 +       * mime.h: branches:  1.1.1.1.2.1.2; More unsigned fixes.
16685 +
16686 +       * handler.c: branches:  1.1.1.1.2.5.2; More unsigned fixes.
16687 +
16688 +       * pattern.c: branches:  1.3.2.3.2; Changing (int) casts in is*
16689 +       arguments to (unsigned char).
16690 +
16691 +       * parse.c: branches:  1.1.1.1.2.3.2; Changing (int) casts in is*
16692 +       arguments to (unsigned char).
16693 +
16694 +       * rfc2047.c: Removing a superfluous (unsigned char) cast in an
16695 +       IsPrint argument.
16696 +
16697 +1998-07-13 10:50:39  roessler  (roessler)
16698 +
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
16703 +       mutt.man file.
16704 +
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.
16710 +
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.
16716 +
16717 +1998-07-12 13:15:31  roessler  (roessler)
16718 +
16719 +       * protos.h: branches:  1.5.2.1.2; Replace calloc by safe_calloc
16720 +       in new_pattern.
16721 +
16722 +1998-07-11 05:10:29  roessler  (roessler)
16723 +
16724 +       * doc/manual.txt: branches:  1.2.2.4.2; Key bindings
16725 +       documentation.
16726 +
16727 +       * doc/manual.sgml: branches:  1.2.2.5.2; Key bindings
16728 +       documentation.
16729 +
16730 +1998-07-10 17:58:26  roessler  (roessler)
16731 +
16732 +       * NEWS: s/fwd_decode/forward_decode/ (Noted by Lars Hecking)
16733 +
16734 +       * pop.c: branches:  1.1.1.1.2.1.2; tmp[] wasn't initialized when
16735 +       asking for the POP password.
16736 +
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)
16739 +
16740 +       * mutt.h: branches:  1.2.2.1.2; include <posix1_lim.h> if limits.h
16741 +       doesn't defile _POSIX_PATH_MAX.
16742 +
16743 +       * Changes, ChangeLog: *** empty log message ***
16744 +
16745 +       * doc/PGP-Notes.txt: Adding a notice about core dumps.
16746 +
16747 +       * reldate.h, README: Preparing 0.93i.
16748 +
16749 +       * INSTALL: branches:  1.1.1.1.2.2.2; Preparing 0.93i.
16750 +
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.
16754 +
16755 +1998-07-09 19:51:36  roessler  (roessler)
16756 +
16757 +       * configure.in, configure: Use CC -Ae -D_HPUX_SOURCE on HP/UX.
16758 +
16759 +       * config.sub: branches:  1.1.2; file config.sub was initially
16760 +       added on branch mutt-0-93.
16761 +
16762 +       * config.sub: Use CC -Ae -D_HPUX_SOURCE on HP/UX.
16763 +
16764 +       * config.guess: branches:  1.1.2; file config.guess was initially
16765 +       added on branch mutt-0-93.
16766 +
16767 +       * config.guess, INSTALL: Use CC -Ae -D_HPUX_SOURCE on HP/UX.
16768 +
16769 +1998-07-08 21:59:43  roessler  (roessler)
16770 +
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.)
16774 +
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.)
16778 +
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.)
16782 +
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.)
16786 +
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.)
16790 +
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.)
16794 +
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.)
16798 +
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.)
16802 +
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.)
16806 +
16807 +1998-07-07 09:22:40  roessler  (roessler)
16808 +
16809 +       * rfc822.c: branches:  1.1.1.1.2.2.2; Change one int to size_t
16810 +       in rfc822.c.
16811 +
16812 +       * rfc822.c: Fix the parsing of route addresses a la RFC 822.
16813 +       Patch from Michael Elkins.
16814 +
16815 +       * snprintf.c: Cast the arguments of the is* functions to int.
16816 +       Patch from Michael Elkins.
16817 +
16818 +       * sendlib.c: branches:  1.3.2.1.2; Cast the arguments of the is*
16819 +       functions to int.  Patch from Michael Elkins.
16820 +
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.
16824 +
16825 +1998-07-02 21:15:18  roessler  (roessler)
16826 +
16827 +       * hdrline.c: branches:  1.4.2.3.2; Using the correct version of
16828 +       O'Shaughnessy Evans' %O patch.
16829 +
16830 +       * configure.in, configure, Changes, ChangeLog: Preparig 0.92.14i
16831 +
16832 +       * doc/manual.txt, doc/manual.sgml: s/&setmn;/&bsol;/
16833 +
16834 +       * hdrline.c: Adding the %O expansion.
16835 +
16836 +       * doc/manual.sgml: Applying the various manual_nits patches.
16837 +
16838 +1998-07-01 17:01:50  roessler  (roessler)
16839 +
16840 +       * curs_main.c: Fixing a reverse-threading problem.
16841 +
16842 +       * imap.c: branches:  1.3.2.1.2; Fixing an imap-related
16843 +       segmentation fault.
16844 +
16845 +1998-06-30 06:38:02  roessler  (roessler)
16846 +
16847 +       * reldate.h, Changes, ChangeLog: These are the last tiny bits
16848 +       of preparing 0.92.13i.
16849 +
16850 +       * configure.in, configure: Updating some of the documentation
16851 +       for 0.93.
16852 +
16853 +       * TODO: branches:  1.1.1.1.2.1.2; Updating some of the
16854 +       documentation for 0.93.
16855 +
16856 +       * README, NEWS: Updating some of the documentation for 0.93.
16857 +
16858 +       * doc/NEWS: *** empty log message ***
16859 +
16860 +       * doc/NEWS: branches:  1.1.2; file NEWS was initially added on
16861 +       branch mutt-0-93.
16862 +
16863 +       * doc/NEWS: *** empty log message ***
16864 +
16865 +       * doc/manual.txt: Incorporate the recent changes to manual.sgml.
16866 +
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.)
16869 +
16870 +1998-06-26 10:31:28  roessler  (roessler)
16871 +
16872 +       * doc/manual.sgml: Removing $empty_to.
16873 +
16874 +       * send.c, init.h: branches:  1.3.2.1.2; Removing $empty_to.
16875 +
16876 +       * globals.h: branches:  1.2.2.1.2; Removing $empty_to.
16877 +
16878 +       * Muttrc.in: branches:  1.1.2.1.2; Removing $empty_to.
16879 +
16880 +1998-06-25 22:31:46  roessler  (roessler)
16881 +
16882 +       * hdrline.c: Moved a break statement where it belongs.
16883 +
16884 +       * mx.c: Fix an imap-related typo.
16885 +
16886 +       * handler.c: Don't generate non-terminated last lines when
16887 +       quoting 8bit-"encoded" text-plain body parts.
16888 +
16889 +       * Makefile.in: branches:  1.4.2.1.2; Don't use GNU make specific
16890 +       features.
16891 +
16892 +1998-06-21 07:13:03  roessler  (roessler)
16893 +
16894 +       * doc/mutt.man, doc/Makefile.in, reldate.h, configure.in,
16895 +       configure, Changes, ChangeLog: Bumping the release to 0.92.12i.
16896 +
16897 +1998-06-20 06:12:38  roessler  (roessler)
16898 +
16899 +       * doc/manual.txt: *** empty log message ***
16900 +
16901 +       * handler.c: Fixing the quoted-printable decoder.
16902 +
16903 +       * handler.c: Make mutt handle messages containing null bytes.
16904 +
16905 +       * copy.c: branches:  1.2.2.1.2; Make mutt handle messages
16906 +       containing null bytes.
16907 +
16908 +       * doc/manual.sgml: documenting alias-path
16909 +
16910 +1998-06-19 12:52:16  roessler  (roessler)
16911 +
16912 +       * sendlib.c, send.c: branches:  1.3.2; Removing the Attach-Menu
16913 +       feature for the next release version.
16914 +
16915 +       * protos.h: branches:  1.5.2; Removing the Attach-Menu feature
16916 +       for the next release version.
16917 +
16918 +       * postpone.c: branches:  1.3.4; Removing the Attach-Menu feature
16919 +       for the next release version.
16920 +
16921 +       * pattern.c: branches:  1.3.2; Removing the Attach-Menu feature
16922 +       for the next release version.
16923 +
16924 +       * menu.c: branches:  1.3.4; Removing the Attach-Menu feature
16925 +       for the next release version.
16926 +
16927 +       * main.c: branches:  1.6.2; Removing the Attach-Menu feature
16928 +       for the next release version.
16929 +
16930 +       * headers.c, functions.h: branches:  1.3.4; Removing the
16931 +       Attach-Menu feature for the next release version.
16932 +
16933 +       * curs_main.c: branches:  1.4.2; Removing the Attach-Menu feature
16934 +       for the next release version.
16935 +
16936 +       * compose.c: branches:  1.5.4; Removing the Attach-Menu feature
16937 +       for the next release version.
16938 +
16939 +       * OPS: branches:  1.3.4; Removing the Attach-Menu feature for
16940 +       the next release version.
16941 +
16942 +1998-06-18 20:37:59  roessler  (roessler)
16943 +
16944 +       * protos.h: Bradon long's alias_path patch, for the sake of
16945 +       Elm compatibility.
16946 +
16947 +       * lib.c: branches:  1.2.2; Bradon long's alias_path patch,
16948 +       for the sake of Elm compatibility.
16949 +
16950 +       * alias.c: branches:  1.2.4; Bradon long's alias_path patch,
16951 +       for the sake of Elm compatibility.
16952 +
16953 +1998-06-16 20:59:20  roessler  (roessler)
16954 +
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.
16958 +
16959 +       * doc/manual.txt, doc/Makefile.in: branches:  1.2.2; Have "make
16960 +       install" install manual.txt as well.
16961 +
16962 +       * configure.in, configure: branches:  1.7.2; Have "make install"
16963 +       install manual.txt as well.
16964 +
16965 +       * Makefile.in: branches:  1.4.2; Have "make install" install
16966 +       manual.txt as well.
16967 +
16968 +       * doc/Makefile.in, doc/makefile: Putting Makefile under autoconf
16969 +       control.
16970 +
16971 +       * main.c: Switch the error reporting address from mutt-users
16972 +       to mutt-dev.
16973 +
16974 +       * reldate.h: branches:  1.3.2; Bump the version to 0.92.11i.
16975 +
16976 +       * configure.in, configure: Bump the version to 0.92.11i.
16977 +
16978 +       * Changes: branches:  1.5.2; Bump the version to 0.92.11i.
16979 +
16980 +       * ChangeLog: branches:  1.4.2; Bump the version to 0.92.11i.
16981 +
16982 +       * imap.h: branches:  1.1.4; Check in a proper version of imap.h.
16983 +
16984 +       * color.c: branches:  1.2.2;  1.2.4; Fix the "unknown color"
16985 +       bug reported by Vikas.
16986 +
16987 +       * mx.c: Remove a spurious #include "imap.h" from mx.c.
16988 +
16989 +       * doc/style-guide: Add a note about the global Muttrc to
16990 +       style-guide.
16991 +
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.
16995 +
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.
16999 +
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.
17003 +
17004 +       * pgppubring.c: branches:  1.4.4; Removing some duplicate code
17005 +       from gnupgparse.c and pgppubring.c.
17006 +
17007 +       * pgp.h, gnupgparse.c: Removing some duplicate code from
17008 +       gnupgparse.c and pgppubring.c.
17009 +
17010 +       * pgpinvoke.c, gnupgparse.c: Include part of Werner Koch's latest
17011 +       GPG patches.
17012 +
17013 +       * Changes: *** empty log message ***
17014 +
17015 +       * configure.in, configure, Changes, ChangeLog: Preparing 0.92.10i.
17016 +
17017 +       * doc/PGP-Notes.txt: branches:  1.2.2; Including Roland's new
17018 +       procmail recipe.
17019 +
17020 +       * protos.h, pattern.c, menu.c, curs_main.c, compose.c: Including
17021 +       Vikas' search code for the "attach message" menu.
17022 +
17023 +       * addrbook.c: branches:  1.3.4; Including Vikas' search code
17024 +       for the "attach message" menu.
17025 +
17026 +1998-06-15 15:19:49  roessler  (roessler)
17027 +
17028 +       * mx.c, main.c: Brandon's IMAP patch.
17029 +
17030 +       * mailbox.h: branches:  1.2.4; Brandon's IMAP patch.
17031 +
17032 +       * imap.c: branches:  1.3.2; Brandon's IMAP patch.
17033 +
17034 +       * commands.c: branches:  1.3.4; Brandon's IMAP patch.
17035 +
17036 +1998-06-08 20:05:54  roessler  (roessler)
17037 +
17038 +       * recvattach.c: branches:  1.3.4; GPG support, first take.
17039 +
17040 +       * pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.h: GPG support,
17041 +       first take.
17042 +
17043 +       * pgp.c: branches:  1.2.4; GPG support, first take.
17044 +
17045 +       * main.c: GPG support, first take.
17046 +
17047 +       * init.h: branches:  1.3.2; GPG support, first take.
17048 +
17049 +       * gnupgparse.c: GPG support, first take.
17050 +
17051 +       * init.c: branches:  1.3.2; GPG support, first take.
17052 +
17053 +       * configure.in, configure: GPG support, first take.
17054 +
17055 +       * config.h.in: branches:  1.3.4; GPG support, first take.
17056 +
17057 +       * compose.c: GPG support, first take.
17058 +
17059 +       * acconfig.h: branches:  1.3.4; GPG support, first take.
17060 +
17061 +       * Makefile.in: GPG support, first take.
17062 +
17063 +       * hdrline.c: branches:  1.4.2; Fixing the %a format.
17064 +
17065 +       * hdrline.c: Fixing a segmentation fault in the hdr_line code.
17066 +
17067 +       * doc/pgp-Notes.txt, doc/PGP-Notes.txt: Mutt 0.92.9i.
17068 +
17069 +       * doc/manual.sgml: branches:  1.2.2; Mutt 0.92.9i.
17070 +
17071 +       * sendlib.c, send.c, reldate.h, recvattach.c: Mutt 0.92.9i.
17072 +
17073 +       * query.c: branches:  1.2.4; Mutt 0.92.9i.
17074 +
17075 +       * protos.h, postpone.c, pgppubring.c, pgpkey.c: Mutt 0.92.9i.
17076 +
17077 +       * pager.c: branches:  1.2.4; Mutt 0.92.9i.
17078 +
17079 +       * mx.c: Mutt 0.92.9i.
17080 +
17081 +       * mutt.h, mh.c: branches:  1.2.2; Mutt 0.92.9i.
17082 +
17083 +       * main.c, init.h, init.c, imap.c: Mutt 0.92.9i.
17084 +
17085 +       * hook.c: branches:  1.2.4; Mutt 0.92.9i.
17086 +
17087 +       * headers.c, hdrline.c: Mutt 0.92.9i.
17088 +
17089 +       * globals.h: branches:  1.2.2; Mutt 0.92.9i.
17090 +
17091 +       * functions.h, flags.c: Mutt 0.92.9i.
17092 +
17093 +       * enter.c: branches:  1.2.4; Mutt 0.92.9i.
17094 +
17095 +       * edit.c: branches:  1.2.2; Mutt 0.92.9i.
17096 +
17097 +       * curs_main.c: Mutt 0.92.9i.
17098 +
17099 +       * copy.c: branches:  1.2.2; Mutt 0.92.9i.
17100 +
17101 +       * configure.in, configure, config.h.in, compose.c, commands.c:
17102 +       Mutt 0.92.9i.
17103 +
17104 +       * attach.c: branches:  1.2.4; Mutt 0.92.9i.
17105 +
17106 +       * addrbook.c, acconfig.h: Mutt 0.92.9i.
17107 +
17108 +       * README: branches:  1.2.2; Mutt 0.92.9i.
17109 +
17110 +       * OPS, Changes, ChangeLog: Mutt 0.92.9i.
17111 +
17112 +       * doc/language50.txt: branches:  1.1.1; Initial revision
17113 +
17114 +       * doc/language50.txt: * doc/language.txt: branches:  1.1.1;
17115 +       Initial revision
17116 +
17117 +       * doc/language.txt: * doc/makefile: branches:  1.1.1; Initial
17118 +       revision
17119 +
17120 +       * doc/makefile: * doc/manual.txt: branches:  1.1.1; Initial
17121 +       revision
17122 +
17123 +       * doc/manual.txt: * doc/mutt.man: branches:  1.1.1; Initial
17124 +       revision
17125 +
17126 +       * doc/mutt.man: branches:  1.1.1.1.2;
17127 +
17128 +       * doc/mutt.sgml: branches:  1.1.1; Initial revision
17129 +
17130 +       * doc/mutt.sgml: branches:  1.1.1.1.2;
17131 +
17132 +       * doc/pgp-Notes.txt: branches:  1.1.1; Initial revision
17133 +
17134 +       * doc/pgp-Notes.txt: * doc/style-guide: branches:  1.1.1;
17135 +       Initial revision
17136 +
17137 +       * doc/style-guide: * COPYING: branches:  1.1.1; Initial revision
17138 +
17139 +       * COPYING: * COPYRIGHT: branches:  1.1.1; Initial revision
17140 +
17141 +       * COPYRIGHT: * ChangeLog: branches:  1.1.1; Initial revision
17142 +
17143 +       * ChangeLog: * Changes: branches:  1.1.1; Initial revision
17144 +
17145 +       * Changes: * INSTALL: branches:  1.1.1; Initial revision
17146 +
17147 +       * INSTALL: branches:  1.1.1.1.2;
17148 +
17149 +       * Makefile.in: branches:  1.1.1; Initial revision
17150 +
17151 +       * Makefile.in: * Mush.rc: branches:  1.1.1; Initial revision
17152 +
17153 +       * Mush.rc: * Muttrc: branches:  1.1.1; Initial revision
17154 +
17155 +       * Muttrc: * NEWS: branches:  1.1.1; Initial revision
17156 +
17157 +       * NEWS: branches:  1.1.1.1.2;
17158 +
17159 +       * OPS: branches:  1.1.1; Initial revision
17160 +
17161 +       * OPS: * OPS.PGP: branches:  1.1.1; Initial revision
17162 +
17163 +       * OPS.PGP: * Pine.rc: branches:  1.1.1; Initial revision
17164 +
17165 +       * Pine.rc: * README: branches:  1.1.1; Initial revision
17166 +
17167 +       * README: * TODO: branches:  1.1.1; Initial revision
17168 +
17169 +       * TODO: branches:  1.1.1.1.2;
17170 +
17171 +       * acconfig.h: branches:  1.1.1; Initial revision
17172 +
17173 +       * acconfig.h: * addrbook.c: branches:  1.1.1; Initial revision
17174 +
17175 +       * addrbook.c: * alias.c: branches:  1.1.1; Initial revision
17176 +
17177 +       * alias.c: * attach.c: branches:  1.1.1; Initial revision
17178 +
17179 +       * attach.c: * attach.h: branches:  1.1.1; Initial revision
17180 +
17181 +       * attach.h: branches:  1.1.1.1.4;
17182 +
17183 +       * bind.c: branches:  1.1.1; Initial revision
17184 +
17185 +       * bind.c: branches:  1.1.1.1.4;
17186 +
17187 +       * browser.c: branches:  1.1.1; Initial revision
17188 +
17189 +       * browser.c: branches:  1.1.1.1.4;
17190 +
17191 +       * buffy.c: branches:  1.1.1; Initial revision
17192 +
17193 +       * buffy.c: branches:  1.1.1.1.2;
17194 +
17195 +       * buffy.h: branches:  1.1.1; Initial revision
17196 +
17197 +       * buffy.h: * color.c: branches:  1.1.1; Initial revision
17198 +
17199 +       * color.c: * commands.c: branches:  1.1.1; Initial revision
17200 +
17201 +       * commands.c: * complete.c: branches:  1.1.1; Initial revision
17202 +
17203 +       * complete.c: * compose.c: branches:  1.1.1; Initial revision
17204 +
17205 +       * compose.c: * config.h.in: branches:  1.1.1; Initial revision
17206 +
17207 +       * config.h.in: * configure: branches:  1.1.1; Initial revision
17208 +
17209 +       * configure: * configure.in: branches:  1.1.1; Initial revision
17210 +
17211 +       * configure.in: * copy.c: branches:  1.1.1; Initial revision
17212 +
17213 +       * copy.c: * copy.h: branches:  1.1.1; Initial revision
17214 +
17215 +       * copy.h: * curs_lib.c: branches:  1.1.1; Initial revision
17216 +
17217 +       * curs_lib.c: branches:  1.1.1.1.4;
17218 +
17219 +       * curs_main.c: branches:  1.1.1; Initial revision
17220 +
17221 +       * curs_main.c: * date.c: branches:  1.1.1; Initial revision
17222 +
17223 +       * date.c: branches:  1.1.1.1.4;
17224 +
17225 +       * depend.awk: branches:  1.1.1; Initial revision
17226 +
17227 +       * depend.awk: * doc/manual.sgml: branches:  1.1.1; Initial
17228 +       revision
17229 +
17230 +       * doc/manual.sgml: * edit.c: branches:  1.1.1; Initial revision
17231 +
17232 +       * edit.c: * enter.c: branches:  1.1.1; Initial revision
17233 +
17234 +       * enter.c: * filter.c: branches:  1.1.1; Initial revision
17235 +
17236 +       * filter.c: * flags.c: branches:  1.1.1; Initial revision
17237 +
17238 +       * flags.c: * from.c: branches:  1.1.1; Initial revision
17239 +
17240 +       * from.c: branches:  1.1.1.1.2;
17241 +
17242 +       * functions.h: branches:  1.1.1; Initial revision
17243 +
17244 +       * functions.h: * gen_defs: branches:  1.1.1; Initial revision
17245 +
17246 +       * gen_defs: * getdomain.c: branches:  1.1.1; Initial revision
17247 +
17248 +       * getdomain.c: * globals.h: branches:  1.1.1; Initial revision
17249 +
17250 +       * globals.h: * handler.c: branches:  1.1.1; Initial revision
17251 +
17252 +       * handler.c: branches:  1.1.1.1.2;
17253 +
17254 +       * hash.c: branches:  1.1.1; Initial revision
17255 +
17256 +       * hash.c: branches:  1.1.1.1.4;
17257 +
17258 +       * hash.h: branches:  1.1.1; Initial revision
17259 +
17260 +       * hash.h: * hdrline.c: branches:  1.1.1; Initial revision
17261 +
17262 +       * hdrline.c: * headers.c: branches:  1.1.1; Initial revision
17263 +
17264 +       * headers.c: * help.c: branches:  1.1.1; Initial revision
17265 +
17266 +       * help.c: branches:  1.1.1.1.4;
17267 +
17268 +       * hook.c: branches:  1.1.1; Initial revision
17269 +
17270 +       * hook.c: * imap.c: branches:  1.1.1; Initial revision
17271 +
17272 +       * imap.c: * init.c: branches:  1.1.1; Initial revision
17273 +
17274 +       * init.c: * init.h: branches:  1.1.1; Initial revision
17275 +
17276 +       * init.h: * install-sh: branches:  1.1.1; Initial revision
17277 +
17278 +       * install-sh: * keymap.c: branches:  1.1.1; Initial revision
17279 +
17280 +       * keymap.c: branches:  1.1.1.1.2;
17281 +
17282 +       * keymap.h: branches:  1.1.1; Initial revision
17283 +
17284 +       * keymap.h: branches:  1.1.1.1.4;
17285 +
17286 +       * lib.c: branches:  1.1.1; Initial revision
17287 +
17288 +       * lib.c: * mailbox.h: branches:  1.1.1; Initial revision
17289 +
17290 +       * mailbox.h: * main.c: branches:  1.1.1; Initial revision
17291 +
17292 +       * main.c: * mapping.h: branches:  1.1.1; Initial revision
17293 +
17294 +       * mapping.h: * mbox.c: branches:  1.1.1; Initial revision
17295 +
17296 +       * mbox.c: branches:  1.1.1.1.4;
17297 +
17298 +       * menu.c: branches:  1.1.1; Initial revision
17299 +
17300 +       * menu.c: * mh.c: branches:  1.1.1; Initial revision
17301 +
17302 +       * mh.c: * mime.h: branches:  1.1.1; Initial revision
17303 +
17304 +       * mime.h: branches:  1.1.1.1.2;
17305 +
17306 +       * mime.types: branches:  1.1.1; Initial revision
17307 +
17308 +       * mime.types: * mkinstalldirs: branches:  1.1.1; Initial revision
17309 +
17310 +       * mkinstalldirs: * mutt.h: branches:  1.1.1; Initial revision
17311 +
17312 +       * mutt.h: * mutt_curses.h: branches:  1.1.1; Initial revision
17313 +
17314 +       * mutt_curses.h: * mutt_menu.h: branches:  1.1.1; Initial revision
17315 +
17316 +       * mutt_menu.h: branches:  1.1.1.1.4;
17317 +
17318 +       * mutt_regex.h: branches:  1.1.1; Initial revision
17319 +
17320 +       * mutt_regex.h: * mx.c: branches:  1.1.1; Initial revision
17321 +
17322 +       * mx.c: * mx.h: branches:  1.1.1; Initial revision
17323 +
17324 +       * mx.h: branches:  1.1.1.1.4;
17325 +
17326 +       * pager.c: branches:  1.1.1; Initial revision
17327 +
17328 +       * pager.c: * pager.h: branches:  1.1.1; Initial revision
17329 +
17330 +       * pager.h: branches:  1.1.1.1.4;
17331 +
17332 +       * parse.c: branches:  1.1.1; Initial revision
17333 +
17334 +       * parse.c: branches:  1.1.1.1.2;
17335 +
17336 +       * parse.h: branches:  1.1.1; Initial revision
17337 +
17338 +       * parse.h: * pattern.c: branches:  1.1.1; Initial revision
17339 +
17340 +       * pattern.c: * pgp.c: branches:  1.1.1; Initial revision
17341 +
17342 +       * pgp.c: * pgp.h: branches:  1.1.1; Initial revision
17343 +
17344 +       * pgp.h: * pgpinvoke.c: branches:  1.1.1; Initial revision
17345 +
17346 +       * pgpinvoke.c: * pgpkey.c: branches:  1.1.1; Initial revision
17347 +
17348 +       * pgpkey.c: * pgppubring.c: branches:  1.1.1; Initial revision
17349 +
17350 +       * pgppubring.c: * pop.c: branches:  1.1.1; Initial revision
17351 +
17352 +       * pop.c: branches:  1.1.1.1.2;
17353 +
17354 +       * postpone.c: branches:  1.1.1; Initial revision
17355 +
17356 +       * postpone.c: * protos.h: branches:  1.1.1; Initial revision
17357 +
17358 +       * protos.h: * query.c: branches:  1.1.1; Initial revision
17359 +
17360 +       * query.c: * reap.pl: branches:  1.1.1; Initial revision
17361 +
17362 +       * reap.pl: branches:  1.1.1.1.4;
17363 +
17364 +       * recvattach.c: branches:  1.1.1; Initial revision
17365 +
17366 +       * recvattach.c: * reldate.h: branches:  1.1.1; Initial revision
17367 +
17368 +       * reldate.h: * resize.c: branches:  1.1.1; Initial revision
17369 +
17370 +       * resize.c: * rfc1524.c: branches:  1.1.1; Initial revision
17371 +
17372 +       * rfc1524.c: branches:  1.1.1.1.4;
17373 +
17374 +       * rfc1524.h: branches:  1.1.1; Initial revision
17375 +
17376 +       * rfc1524.h: branches:  1.1.1.1.4;
17377 +
17378 +       * rfc2047.c: branches:  1.1.1; Initial revision
17379 +
17380 +       * rfc2047.c: branches:  1.1.1.1.2;
17381 +
17382 +       * rfc2047.h: branches:  1.1.1; Initial revision
17383 +
17384 +       * rfc2047.h: * rfc822.c: branches:  1.1.1; Initial revision
17385 +
17386 +       * rfc822.c: branches:  1.1.1.1.2;
17387 +
17388 +       * rfc822.h: branches:  1.1.1; Initial revision
17389 +
17390 +       * rfc822.h: * sample.mailcap: branches:  1.1.1; Initial revision
17391 +
17392 +       * sample.mailcap: * sample.muttrc: branches:  1.1.1; Initial
17393 +       revision
17394 +
17395 +       * sample.muttrc: branches:  1.1.1.1.4;
17396 +
17397 +       * score.c: branches:  1.1.1; Initial revision
17398 +
17399 +       * score.c: * send.c: branches:  1.1.1; Initial revision
17400 +
17401 +       * send.c: * sendlib.c: branches:  1.1.1; Initial revision
17402 +
17403 +       * sendlib.c: * sha.h: branches:  1.1.1; Initial revision
17404 +
17405 +       * sha.h: * sha1dgst.c: branches:  1.1.1; Initial revision
17406 +
17407 +       * sha1dgst.c: * sha_locl.h: branches:  1.1.1; Initial revision
17408 +
17409 +       * sha_locl.h: * signal.c: branches:  1.1.1; Initial revision
17410 +
17411 +       * signal.c: * snprintf.c: branches:  1.1.1; Initial revision
17412 +
17413 +       * snprintf.c: branches:  1.1.1.1.2;
17414 +
17415 +       * sort.c: branches:  1.1.1; Initial revision
17416 +
17417 +       * sort.c: * sort.h: branches:  1.1.1; Initial revision
17418 +
17419 +       * sort.h: branches:  1.1.1.1.4;
17420 +
17421 +       * status.c: branches:  1.1.1; Initial revision
17422 +
17423 +       * status.c: branches:  1.1.1.1.4;
17424 +
17425 +       * strcasecmp.c: branches:  1.1.1; Initial revision
17426 +
17427 +       * strcasecmp.c: * system.c: branches:  1.1.1; Initial revision
17428 +
17429 +       * system.c: * testmsg: branches:  1.1.1; Initial revision
17430 +
17431 +       * testmsg: * thread.c: branches:  1.1.1; Initial revision
17432 +
17433 +       * thread.c: branches:  1.1.1.1.4;
17434 +
17435 Index: mutt/GPL
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
17443 @@ -2,7 +2,7 @@
17444                        Version 2, June 1991
17445  
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.
17451  
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.
17454  
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>
17458  
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
17462  
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
17467  
17468  
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:
17473  
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:
17493  commit-changelog:
17494         (cd $(top_srcdir) && cvs commit -m "# changelog commit" ChangeLog)
17495  
17496 -commit: pclean check-security commit-real changelog commit-changelog
17497 +commit: pclean check-security commit-real update-changelog commit-changelog
17498  
17499 -changelog:
17500 +update-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)
17505  
17506 -ChangeLog: changelog
17507 +#ChangeLog: changelog
17508  
17509  # kluge around automake problems.
17510  
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
17521  
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"
17525  
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"
17530  
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"
17536 +
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
17540  
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
17551 @@ -17,8 +17,8 @@
17552  
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.  */
17559  
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
17570 @@ -13,7 +13,7 @@
17571   * 
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.
17576   */ 
17577  
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
17587 @@ -13,7 +13,7 @@
17588   * 
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.
17593   */ 
17594  
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
17604 @@ -13,7 +13,7 @@
17605   * 
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.
17610   */ 
17611  
17612  #if HAVE_CONFIG_H
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
17621 @@ -13,7 +13,7 @@
17622   * 
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.
17627   */ 
17628  
17629  #if HAVE_CONFIG_H
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
17638 @@ -15,8 +15,8 @@
17639   * 
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.
17646   * 
17647   */
17648  
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
17657 @@ -15,8 +15,8 @@
17658   * 
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.
17665   * 
17666   */
17667  
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
17676 @@ -14,7 +14,7 @@
17677   * 
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.
17682   */ 
17683  
17684  #if HAVE_CONFIG_H
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
17693 @@ -13,7 +13,7 @@
17694   * 
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.
17699   */ 
17700  
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
17710 @@ -13,8 +13,8 @@
17711   * 
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.
17718   * 
17719   */
17720  
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
17729 @@ -13,7 +13,7 @@
17730   * 
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.
17735   */ 
17736  
17737  #if HAVE_CONFIG_H
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
17746 @@ -1,4 +1,4 @@
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 $ */
17749  /*
17750   * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
17751   * 
17752 @@ -14,7 +14,7 @@
17753   * 
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.
17758   */ 
17759  
17760  #ifndef _BROWSER_H
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
17769 @@ -13,7 +13,7 @@
17770   * 
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.
17775   */
17776  
17777  #if HAVE_CONFIG_H
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
17786 @@ -13,7 +13,7 @@
17787   * 
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.
17792   */
17793  
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
17803 @@ -15,8 +15,8 @@
17804   *
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.
17811   */
17812  
17813  #if HAVE_CONFIG_H
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
17822 @@ -13,7 +13,7 @@
17823   *
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.
17828   */
17829  
17830  #ifndef _CHARSET_H
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
17839 @@ -13,7 +13,7 @@
17840   * 
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.
17845   */ 
17846  
17847  #if HAVE_CONFIG_H
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
17856 @@ -14,7 +14,7 @@
17857   * 
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.
17862   */ 
17863  
17864  #if HAVE_CONFIG_H
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
17873 @@ -13,7 +13,7 @@
17874   * 
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.
17879   */ 
17880  
17881  #if HAVE_CONFIG_H
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
17890 @@ -14,7 +14,7 @@
17891   * 
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.
17896   */ 
17897  
17898  #if HAVE_CONFIG_H
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'
17908  #
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.
17913  #
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'
17925  #
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.
17932  
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])
17944  
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'])
17949  
17950  AC_GNU_SOURCE
17951  
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"
17954  
17955  AC_CANONICAL_HOST
17956  
17957 @@ -738,10 +738,23 @@ AC_ARG_ENABLE(hcache, AC_HELP_STRING([--
17958      OLDLIBS="$LIBS"
17959  
17960      need_md5="yes"
17961 +
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,[
17969 +            ac_cv_vlopen=no
17970 +            AC_TRY_LINK([#include <villa.h>],[vlopen(0,0,0);],[ac_cv_vlopen=yes])
17971 +        ])
17972 +    fi
17973 +
17974      ac_prefer_gdbm=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([--
17983      ac_bdb_prefix=yes
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([--
17992          fi
17993      fi
17994  
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])
18007      else
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)
18010      fi
18011  fi])
18012  dnl -- end cache --
18013 Index: mutt/copy.c
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
18021 @@ -13,7 +13,7 @@
18022   * 
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.
18027   */ 
18028  
18029  #if HAVE_CONFIG_H
18030 Index: mutt/copy.h
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
18038 @@ -13,7 +13,7 @@
18039   * 
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.
18044   */ 
18045  
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
18055 @@ -17,7 +17,7 @@
18056   * 
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.
18061   */
18062  
18063  #if HAVE_CONFIG_H
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
18072 @@ -13,7 +13,7 @@
18073   * 
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.
18078   */
18079  
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
18089 @@ -13,7 +13,7 @@
18090   * 
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.
18095   */
18096  
18097  /* 
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
18106 @@ -13,7 +13,7 @@
18107   * 
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.
18112   */
18113  
18114  /* 
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
18123 @@ -13,7 +13,7 @@
18124   * 
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.
18129   */
18130  
18131  /* 
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
18140 @@ -13,7 +13,7 @@
18141   * 
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.
18146   */
18147  
18148  /* 
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
18157 @@ -13,7 +13,7 @@
18158   * 
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.
18163   */
18164  
18165  #if HAVE_CONFIG_H
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
18174 @@ -13,7 +13,7 @@
18175   * 
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.
18180   */
18181  
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
18191 @@ -18,7 +18,7 @@
18192   * 
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.
18197   */
18198  
18199  #if HAVE_CONFIG_H
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
18208 @@ -14,7 +14,7 @@
18209   * 
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.
18214   */
18215  
18216  /*
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
18225 @@ -14,7 +14,7 @@
18226   * 
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.
18231   */ 
18232  
18233  #if HAVE_CONFIG_H
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
18242 @@ -13,7 +13,7 @@
18243   * 
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.
18248   */ 
18249  
18250  #if HAVE_CONFIG_H
18251 @@ -589,10 +589,6 @@ int mutt_index_menu (void)
18252         move (menu->current - menu->top + menu->offset, COLS - 1);
18253        mutt_refresh ();
18254  
18255 -      op = km_dokey (MENU_MAIN);
18256 -
18257 -      dprint(4, (debugfile, "mutt_index_menu[%d]: Got op %d\n", __LINE__, op));
18258 -
18259  #if defined (USE_SLANG_CURSES) || defined (HAVE_RESIZETERM)
18260        if (SigWinch)
18261        {
18262 @@ -611,6 +607,10 @@ int mutt_index_menu (void)
18263        }
18264  #endif
18265  
18266 +      op = km_dokey (MENU_MAIN);
18267 +
18268 +      dprint(4, (debugfile, "mutt_index_menu[%d]: Got op %d\n", __LINE__, op));
18269 +
18270        if (op == -1)
18271         continue; /* either user abort or timeout */
18272        
18273 @@ -1072,7 +1072,15 @@ CHECK_IMAP_ACL(IMAP_ACL_DELETE);
18274         mutt_buffy (buf, sizeof (buf));
18275  
18276         if (mutt_enter_fname (cp, buf, sizeof (buf), &menu->redraw, 1) == -1)
18277 -         break;
18278 +        {
18279 +          if (menu->menu == MENU_PAGER)
18280 +          {
18281 +            op = OP_DISPLAY_MESSAGE;
18282 +            continue;
18283 +          }
18284 +          else
18285 +            break;
18286 +        }
18287         if (!buf[0])
18288         {
18289           CLEARLINE (LINES-1);
18290 Index: mutt/date.c
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
18298 @@ -13,7 +13,7 @@
18299   * 
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.
18304   */ 
18305  
18306  #if HAVE_CONFIG_H
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
18315 @@ -15,8 +15,8 @@
18316  
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.
18323  
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
18334 @@ -14,7 +14,7 @@
18335   * 
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.
18340   */ 
18341  
18342  /*
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
18351 @@ -14,7 +14,7 @@
18352   * 
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.
18357   */ 
18358  
18359  #ifndef _DOTLOCK_H
18360 Index: mutt/edit.c
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
18368 @@ -13,7 +13,7 @@
18369   * 
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.
18374   */ 
18375  
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
18385 @@ -15,8 +15,8 @@
18386   * 
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.
18393   */ 
18394  
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
18404 @@ -14,7 +14,7 @@
18405   * 
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.
18410   */ 
18411  
18412  #if HAVE_CONFIG_H
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
18421 @@ -15,8 +15,8 @@
18422   * 
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.
18429   */ 
18430  
18431  /* 
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
18440 @@ -13,7 +13,7 @@
18441   * 
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.
18446   */ 
18447  
18448  #if HAVE_CONFIG_H
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
18457 @@ -13,7 +13,7 @@
18458   * 
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.
18463   */ 
18464  
18465  #if HAVE_CONFIG_H
18466 Index: mutt/from.c
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
18474 @@ -13,7 +13,7 @@
18475   * 
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.
18480   */ 
18481  
18482  #if HAVE_CONFIG_H
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
18491 @@ -13,7 +13,7 @@
18492   * 
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.
18497   */ 
18498  
18499  /*
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
18508 @@ -13,7 +13,7 @@
18509   * 
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.
18514   */ 
18515  
18516  WHERE void (*mutt_error) (const char *, ...);
18517 @@ -69,8 +69,10 @@ WHERE char *MailcapPath;
18518  WHERE char *Maildir;
18519  #if USE_HCACHE
18520  WHERE char *HeaderCache;
18521 +#if HAVE_GDBM || HAVE_DB4
18522  WHERE char *HeaderCachePageSize;
18523 -#endif
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
18537 @@ -16,8 +16,8 @@
18538   *
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.
18545   */
18546  
18547  /*
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
18556 @@ -13,7 +13,7 @@
18557   * 
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.
18562   */ 
18563  
18564  #if HAVE_CONFIG_H
18565 Index: mutt/hash.c
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
18573 @@ -13,7 +13,7 @@
18574   * 
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.
18579   */ 
18580  
18581  #if HAVE_CONFIG_H
18582 Index: mutt/hash.h
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
18590 @@ -13,7 +13,7 @@
18591   * 
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.
18596   */
18597  
18598  #ifndef _HASH_H
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 @@
18608   *
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.
18613   */
18614  
18615  #if HAVE_CONFIG_H
18616  #include "config.h"
18617  #endif                         /* HAVE_CONFIG_H */
18618  
18619 -#if HAVE_GDBM
18620 +#if HAVE_QDBM
18621 +#include <depot.h>
18622 +#include <cabin.h>
18623 +#include <villa.h>
18624 +#elif HAVE_GDBM
18625  #include <gdbm.h>
18626  #elif HAVE_DB4
18627  #include <db.h>
18628 @@ -42,7 +46,14 @@
18629  #include "lib.h"
18630  #include "md5.h"
18631  
18632 -#if HAVE_GDBM
18633 +#if HAVE_QDBM
18634 +static struct header_cache
18635 +{
18636 +  VILLA *db;
18637 +  char *folder;
18638 +  unsigned int crc;
18639 +} HEADER_CACHE;
18640 +#elif HAVE_GDBM
18641  static struct header_cache
18642  {
18643    GDBM_FILE db;
18644 @@ -450,7 +461,7 @@ generate_crc32()
18645    SPAM_LIST *sp = SpamList;
18646    RX_LIST *rx = NoSpamList;
18647  
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 $"));
18650  
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 
18654    return h;
18655  }
18656  
18657 -#if HAVE_GDBM
18658 +#if HAVE_QDBM
18659 +void *
18660 +mutt_hcache_open(const char *path, const char *folder)
18661 +{
18662 +  struct header_cache *h = safe_calloc(1, sizeof (HEADER_CACHE));
18663 +  int    flags = VL_OWRITER | VL_OCREAT;
18664 +  h->db = NULL;
18665 +  h->folder = safe_strdup(folder);
18666 +  h->crc = generate_crc32();
18667 +
18668 +  if (!path || path[0] == '\0')
18669 +  {
18670 +    FREE(&h->folder);
18671 +    FREE(&h);
18672 +    return NULL;
18673 +  }
18674 +
18675 +  path = mutt_hcache_per_folder(path, folder);
18676 +
18677 +  if (option(OPTHCACHECOMPRESS))
18678 +    flags |= VL_OZCOMP;
18679 +
18680 +  h->db = vlopen(path, flags, VL_CMPLEX);
18681 +  if (h->db)
18682 +    return h;
18683 +  else
18684 +  {
18685 +    FREE(&h->folder);
18686 +    FREE(&h);
18687 +
18688 +    return NULL;
18689 +  }
18690 +}
18691 +
18692 +void
18693 +mutt_hcache_close(void *db)
18694 +{
18695 +  struct header_cache *h = db;
18696 +
18697 +  if (!h)
18698 +    return;
18699 +
18700 +  vlclose(h->db);
18701 +  FREE(&h->folder);
18702 +  FREE(&h);
18703 +}
18704 +
18705 +void *
18706 +mutt_hcache_fetch(void *db, const char *filename,
18707 +                 size_t(*keylen) (const char *fn))
18708 +{
18709 +  struct header_cache *h = db;
18710 +  char path[_POSIX_PATH_MAX];
18711 +  int ksize;
18712 +  char *data = NULL;
18713 +
18714 +  if (!h)
18715 +    return NULL;
18716 +
18717 +  strncpy(path, h->folder, sizeof (path));
18718 +  safe_strcat(path, sizeof (path), filename);
18719 +
18720 +  ksize = strlen(h->folder) + keylen(path + strlen(h->folder));
18721 +
18722 +  data = vlget(h->db, path, ksize, NULL);
18723 +
18724 +  if (! crc32_matches(data, h->crc))
18725 +  {
18726 +    FREE(&data);
18727 +    return NULL;
18728 +  }
18729 +
18730 +  return data;
18731 +}
18732 +
18733 +int
18734 +mutt_hcache_store(void *db, const char *filename, HEADER * header,
18735 +                 unsigned long uid_validity,
18736 +                 size_t(*keylen) (const char *fn))
18737 +{
18738 +  struct header_cache *h = db;
18739 +  char path[_POSIX_PATH_MAX];
18740 +  int ret;
18741 +  int ksize, dsize;
18742 +  char *data = NULL;
18743 +
18744 +  if (!h)
18745 +    return -1;
18746 +
18747 +  strncpy(path, h->folder, sizeof (path));
18748 +  safe_strcat(path, sizeof (path), filename);
18749 +
18750 +  ksize = strlen(h->folder) + keylen(path + strlen(h->folder));
18751 +
18752 +  data  = mutt_hcache_dump(db, header, &dsize, uid_validity);
18753 +
18754 +  ret = vlput(h->db, path, ksize, data, dsize, VL_DOVER);
18755 +
18756 +  FREE(&data);
18757 +
18758 +  return ret;
18759 +}
18760 +
18761 +int
18762 +mutt_hcache_delete(void *db, const char *filename,
18763 +                  size_t(*keylen) (const char *fn))
18764 +{
18765 +  struct header_cache *h = db;
18766 +  char path[_POSIX_PATH_MAX];
18767 +  int ksize;
18768 +
18769 +  if (!h)
18770 +    return -1;
18771 +
18772 +  strncpy(path, h->folder, sizeof (path));
18773 +  safe_strcat(path, sizeof (path), filename);
18774 +
18775 +  ksize = strlen(h->folder) + keylen(path + strlen(h->folder));
18776 +
18777 +  return vlout(h->db, path, ksize);
18778 +}
18779 +
18780 +#elif HAVE_GDBM
18781  
18782  void *
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
18792 @@ -13,7 +13,7 @@
18793   * 
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.
18798   */ 
18799  
18800  #if HAVE_CONFIG_H
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
18809 @@ -13,7 +13,7 @@
18810   * 
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.
18815   */
18816  
18817  #if HAVE_CONFIG_H
18818 Index: mutt/help.c
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
18826 @@ -13,7 +13,7 @@
18827   * 
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.
18832   */ 
18833  
18834  #define HELP_C
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
18843 @@ -13,7 +13,7 @@
18844   * 
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.
18849   */ 
18850  
18851  #if HAVE_CONFIG_H
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
18860 @@ -13,7 +13,7 @@
18861   * 
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.
18866   */ 
18867  
18868  #ifndef _HISTORY_H
18869 Index: mutt/hook.c
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
18877 @@ -13,7 +13,7 @@
18878   *
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.
18883   */
18884  
18885  #if HAVE_CONFIG_H
18886 Index: mutt/init.c
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
18894 @@ -13,7 +13,7 @@
18895   * 
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.
18900   */ 
18901  
18902  #if HAVE_CONFIG_H
18903 @@ -49,6 +49,17 @@
18904  #include <errno.h>
18905  #include <sys/wait.h>
18906  
18907 +#define CHECK_PAGER \
18908 +       if ((CurrentMenu == MENU_PAGER) && \
18909 +           (MuttVars[idx].flags & R_RESORT)) \
18910 +       { \
18911 +         snprintf (err->data, err->dsize, \
18912 +           _("Not available in this menu.")); \
18913 +         return (-1); \
18914 +       } else
18915 +
18916 +static int var_to_string (int idx, char* val, size_t len);
18917 +
18918  void toggle_quadoption (int opt)
18919  {
18920    int n = opt/4;
18921 @@ -941,7 +952,8 @@ static int parse_alias (BUFFER *buf, BUF
18922    if (debuglevel >= 2) 
18923    {
18924      ADDRESS *a;
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)
18928      {
18929        if (!a->group)
18930         dprint (2, (debugfile, "parse_alias:   %s\n",
18931 @@ -1260,12 +1272,26 @@ static int parse_set (BUFFER *tmp, BUFFE
18932       
18933        if (!mutt_strcmp ("all", tmp->data))
18934        {
18935 +       if (CurrentMenu == MENU_PAGER)
18936 +       {
18937 +         snprintf (err->data, err->dsize, _("Not available in this menu."));
18938 +         return (-1);
18939 +       }
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);
18948         return 0;
18949        }
18950        else
18951 +      {
18952 +       CHECK_PAGER;
18953         mutt_restore_default (&MuttVars[idx]);
18954 +      }
18955      } 
18956      else if (DTYPE (MuttVars[idx].type) == DT_BOOL)
18957      { 
18958 @@ -1297,6 +1323,7 @@ static int parse_set (BUFFER *tmp, BUFFE
18959         return 0;
18960        }
18961  
18962 +      CHECK_PAGER;
18963        if (unset)
18964         unset_option (MuttVars[idx].data);
18965        else if (inv)
18966 @@ -1310,6 +1337,7 @@ static int parse_set (BUFFER *tmp, BUFFE
18967      {
18968        if (unset)
18969        {
18970 +       CHECK_PAGER;
18971         if (DTYPE (MuttVars[idx].type) == DT_ADDR)
18972           rfc822_free_address ((ADDRESS **) MuttVars[idx].data);
18973         else
18974 @@ -1336,6 +1364,7 @@ static int parse_set (BUFFER *tmp, BUFFE
18975        }
18976        else
18977        {
18978 +       CHECK_PAGER;
18979          s->dptr++;
18980  
18981          /* copy the value of the string */
18982 @@ -1384,6 +1413,7 @@ static int parse_set (BUFFER *tmp, BUFFE
18983         break;
18984        }
18985        
18986 +      CHECK_PAGER;
18987        s->dptr++;
18988  
18989        /* copy the value of the string */
18990 @@ -1477,6 +1507,7 @@ static int parse_set (BUFFER *tmp, BUFFE
18991         break;
18992        }
18993  
18994 +      CHECK_PAGER;
18995        s->dptr++;
18996  
18997        /* copy the value of the string */
18998 @@ -1501,6 +1532,7 @@ static int parse_set (BUFFER *tmp, BUFFE
18999         break;
19000        }
19001  
19002 +      CHECK_PAGER;
19003        s->dptr++;
19004  
19005        mutt_extract_token (tmp, s, 0);
19006 @@ -1539,6 +1571,7 @@ static int parse_set (BUFFER *tmp, BUFFE
19007         break;
19008        }
19009  
19010 +      CHECK_PAGER;
19011        if (*s->dptr == '=')
19012        {
19013         s->dptr++;
19014 @@ -1609,6 +1642,7 @@ static int parse_set (BUFFER *tmp, BUFFE
19015                   p);
19016         return 0;
19017        }
19018 +      CHECK_PAGER;
19019        s->dptr++;
19020        mutt_extract_token (tmp, s , 0);
19021  
19022 @@ -1991,108 +2025,112 @@ int mutt_var_value_complete (char *buffe
19023    if (mutt_strncmp (buffer, "set", 3) == 0)
19024    {
19025      int idx;
19026 +    char val[LONG_STRING];
19027 +
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. */
19033 -    else
19034 +    else if (var_to_string (idx, val, sizeof (val)))
19035      {
19036 -      char tmp [LONG_STRING], tmp2[LONG_STRING];
19037 -      char *s, *d;
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);
19041 +      return 1;
19042 +    }
19043 +  }
19044 +  return 0;
19045 +}
19046  
19047 -      tmp[0] = '\0';
19048 +static int var_to_string (int idx, char* val, size_t len)
19049 +{
19050 +  char tmp[LONG_STRING];
19051 +  char *s, *d;
19052 +  char *vals[] = { "no", "yes", "ask-no", "ask-yes" };
19053  
19054 -      if ((DTYPE(MuttVars[idx].type) == DT_STR) || 
19055 -         (DTYPE(MuttVars[idx].type) == DT_PATH) ||
19056 -         (DTYPE(MuttVars[idx].type) == DT_RX))
19057 -      {
19058 -       strfcpy (tmp, NONULL (*((char **) MuttVars[idx].data)), sizeof (tmp));
19059 -       if (DTYPE (MuttVars[idx].type) == DT_PATH)
19060 -         mutt_pretty_mailbox (tmp);
19061 -      }
19062 -      else if (DTYPE (MuttVars[idx].type) == DT_ADDR)
19063 -      {
19064 -       rfc822_write_address (tmp, sizeof (tmp), *((ADDRESS **) MuttVars[idx].data), 0);
19065 -      }
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)
19071 -      {
19072 -       const struct mapping_t *map;
19073 -       char *p;
19074 +  tmp[0] = '\0';
19075  
19076 -       switch (MuttVars[idx].type & DT_SUBTYPE_MASK)
19077 -       {
19078 -         case DT_SORT_ALIAS:
19079 -           map = SortAliasMethods;
19080 -           break;
19081 -         case DT_SORT_BROWSER:
19082 -           map = SortBrowserMethods;
19083 -           break;
19084 -         case DT_SORT_KEYS:
19085 -            if ((WithCrypto & APPLICATION_PGP))
19086 -              map = SortKeyMethods;
19087 -            else
19088 -              map = SortMethods;
19089 -           break;
19090 -         default:
19091 -           map = SortMethods;
19092 -           break;
19093 -       }
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-" : "",
19098 -                 p);
19099 -      }
19100 -      else if (DTYPE (MuttVars[idx].type) == DT_MAGIC)
19101 -      {
19102 -        char *p;
19103 +  if ((DTYPE(MuttVars[idx].type) == DT_STR) ||
19104 +      (DTYPE(MuttVars[idx].type) == DT_PATH) ||
19105 +      (DTYPE(MuttVars[idx].type) == DT_RX))
19106 +  {
19107 +    strfcpy (tmp, NONULL (*((char **) MuttVars[idx].data)), sizeof (tmp));
19108 +    if (DTYPE (MuttVars[idx].type) == DT_PATH)
19109 +      mutt_pretty_mailbox (tmp);
19110 +  }
19111 +  else if (DTYPE (MuttVars[idx].type) == DT_ADDR)
19112 +  {
19113 +    rfc822_write_address (tmp, sizeof (tmp), *((ADDRESS **) MuttVars[idx].data), 0);
19114 +  }
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)
19120 +  {
19121 +    const struct mapping_t *map;
19122 +    char *p;
19123  
19124 -        switch (DefaultMagic)
19125 -        {
19126 -          case M_MBOX:
19127 -            p = "mbox";
19128 -            break;
19129 -          case M_MMDF:
19130 -            p = "MMDF";
19131 -            break;
19132 -          case M_MH:
19133 -            p = "MH";
19134 -            break;
19135 -          case M_MAILDIR:
19136 -            p = "Maildir";
19137 -            break;
19138 -          default:
19139 -            p = "unknown";
19140 -        }
19141 -        strfcpy (tmp, p, sizeof (tmp));
19142 -      }
19143 -      else if (DTYPE (MuttVars[idx].type) == DT_BOOL)
19144 -       strfcpy (tmp, option (MuttVars[idx].data) ? "yes" : "no", sizeof (tmp));
19145 -      else
19146 -       return 0;
19147 -      
19148 -      for (s = tmp, d = tmp2; *s && (d - tmp2) < sizeof (tmp2) - 2;)
19149 -      {
19150 -       if (*s == '\\' || *s == '"')
19151 -         *d++ = '\\';
19152 -       *d++ = *s++;
19153 -      }
19154 -      *d = '\0';
19155 -      
19156 -      strfcpy (tmp, pt, sizeof (tmp));
19157 -      snprintf (pt, dlen, "%s\"%s\"", tmp, tmp2);
19158 -         
19159 -      return 1;
19160 +    switch (MuttVars[idx].type & DT_SUBTYPE_MASK)
19161 +    {
19162 +      case DT_SORT_ALIAS:
19163 +        map = SortAliasMethods;
19164 +        break;
19165 +      case DT_SORT_BROWSER:
19166 +        map = SortBrowserMethods;
19167 +        break;
19168 +      case DT_SORT_KEYS:
19169 +        if ((WithCrypto & APPLICATION_PGP))
19170 +          map = SortKeyMethods;
19171 +        else
19172 +          map = SortMethods;
19173 +        break;
19174 +      default:
19175 +        map = SortMethods;
19176 +        break;
19177      }
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-" : "",
19182 +              p);
19183    }
19184 -  return 0;
19185 +  else if (DTYPE (MuttVars[idx].type) == DT_MAGIC)
19186 +  {
19187 +    char *p;
19188 +
19189 +    switch (DefaultMagic)
19190 +    {
19191 +      case M_MBOX:
19192 +        p = "mbox";
19193 +        break;
19194 +      case M_MMDF:
19195 +        p = "MMDF";
19196 +        break;
19197 +      case M_MH:
19198 +        p = "MH";
19199 +        break;
19200 +      case M_MAILDIR:
19201 +        p = "Maildir";
19202 +        break;
19203 +      default:
19204 +        p = "unknown";
19205 +    }
19206 +    strfcpy (tmp, p, sizeof (tmp));
19207 +  }
19208 +  else if (DTYPE (MuttVars[idx].type) == DT_BOOL)
19209 +    strfcpy (tmp, option (MuttVars[idx].data) ? "yes" : "no", sizeof (tmp));
19210 +  else
19211 +    return 0;
19212 +
19213 +  for (s = tmp, d = val; *s && len - (d - val) > 2; len--)
19214 +  {
19215 +    if (*s == '\\' || *s == '"')
19216 +      *d++ = '\\';
19217 +    *d++ = *s++;
19218 +  }
19219 +  *d = '\0';
19220 +
19221 +  return 1;
19222  }
19223  
19224  /* Implement the -Q command line flag */
19225 Index: mutt/init.h
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
19233 @@ -14,7 +14,7 @@
19234   * 
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.
19239   */ 
19240  
19241  #ifdef _MAKEDOC
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.
19245    */
19246 +#if HAVE_GDBM || HAVE_DB4
19247    { "header_cache_pagesize", DT_STR, R_NONE, UL &HeaderCachePageSize, UL "16384" },
19248    /*
19249    ** .pp
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).
19253    */
19254 +#endif /* HAVE_GDBM || HAVE_DB4 */
19255 +#if HAVE_QDBM
19256 +  { "header_cache_compress", DT_BOOL, R_NONE, OPTHCACHECOMPRESS, 0 },
19257 +  /*
19258 +  ** .pp
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.
19262 +  */
19263 +#endif /* HAVE_QDBM */
19264  #endif /* USE_HCACHE */
19265    { "maildir_trash", DT_BOOL, R_NONE, OPTMAILDIRTRASH, 0 },
19266    /*
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
19275 @@ -13,7 +13,7 @@
19276   * 
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.
19281   */ 
19282  
19283  #if HAVE_CONFIG_H
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
19292 @@ -13,7 +13,7 @@
19293   * 
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.
19298   */ 
19299  
19300  #ifndef KEYMAP_H
19301 Index: mutt/lib.c
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
19309 @@ -16,8 +16,8 @@
19310   * 
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.
19317   */ 
19318  
19319  /*
19320 Index: mutt/lib.h
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
19328 @@ -16,8 +16,8 @@
19329   * 
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.
19336   */ 
19337  
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
19347 @@ -13,7 +13,7 @@
19348   * 
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.
19353   */ 
19354  
19355  #ifndef _MAILBOX_H
19356 Index: mutt/main.c
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
19364 @@ -15,7 +15,7 @@
19365   * 
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.
19370   */ 
19371  
19372  #define MAIN_C 1
19373 @@ -58,10 +58,10 @@
19374  
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");
19379  
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\
19389  \n\
19390 -Lots of others not mentioned here contributed lots of code,\n\
19391 -fixes, and suggestions.\n\
19392 -\n\
19393 +Many others not mentioned here contributed code, fixes,\n\
19394 +and suggestions.\n");
19395 +
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\
19405 -\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\
19412  ");
19413  
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\
19419 -       mutt -v[v]\n\
19420 -\n\
19421 +       mutt -v[v]\n");
19422 +
19423 +  puts _("\
19424  options:\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");
19433 +  
19434 +  puts _("\
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)
19439  #else
19440         "-USE_SASL  "
19441  #endif
19442 -       "\n"
19443 -       
19444 +
19445 +#if HAVE_GETADDRINFO
19446 +       "+HAVE_GETADDRINFO  "
19447 +#else
19448 +       "-HAVE_GETADDRINFO  "
19449 +#endif
19450 +        );
19451 +       
19452 +  puts (
19453  #ifdef HAVE_REGCOMP
19454         "+HAVE_REGCOMP  "
19455  #else
19456 @@ -354,7 +365,9 @@ static void show_version (void)
19457  #else
19458          "-CRYPT_BACKEND_GPGME  "
19459  #endif
19460 -
19461 +        );
19462 +  
19463 +  puts (
19464  #ifdef BUFFY_SIZE
19465         "+BUFFY_SIZE "
19466  #else
19467 @@ -431,12 +444,6 @@ static void show_version (void)
19468         "-HAVE_GETSID  "
19469  #endif
19470  
19471 -#if HAVE_GETADDRINFO
19472 -       "+HAVE_GETADDRINFO  "
19473 -#else
19474 -       "-HAVE_GETADDRINFO  "
19475 -#endif
19476 -
19477  #if USE_HCACHE
19478         "+USE_HCACHE  "
19479  #else
19480 @@ -671,6 +678,8 @@ int main (int argc, char **argv)
19481      default:
19482        puts (mutt_make_version ());
19483        puts (_(Copyright));
19484 +      puts (_(Licence));
19485 +      puts (_(Obtaining));
19486        puts (_(ReachingUs));
19487        exit (0);
19488    }
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
19497 @@ -13,7 +13,7 @@
19498   * 
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.
19503   */ 
19504  
19505  /**
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
19514 @@ -13,7 +13,7 @@
19515   * 
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.
19520   */ 
19521  
19522  #ifndef MAPPING_H
19523 Index: mutt/mbox.c
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
19531 @@ -13,7 +13,7 @@
19532   * 
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.
19537   */ 
19538  
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
19548 @@ -13,7 +13,7 @@
19549   *
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.
19554   */
19555  
19556  /*
19557 Index: mutt/menu.c
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
19565 @@ -13,7 +13,7 @@
19566   *
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.
19571   */
19572  
19573  #if HAVE_CONFIG_H
19574 Index: mutt/mh.c
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
19582 @@ -14,7 +14,7 @@
19583   * 
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.
19588   */
19589  
19590  /*
19591 Index: mutt/mime.h
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
19599 @@ -13,7 +13,7 @@
19600   * 
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.
19605   */ 
19606  
19607  /* Content-Type */
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
19616 @@ -15,8 +15,8 @@
19617  
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.
19624  
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
19635 @@ -2,4 +2,5 @@
19636  
19637  TZ=GMT; export TZ
19638  date="`head -1 ChangeLog | awk '{print $1, $2}'`"
19639 +test -n "$date" || exit 1
19640  cvs -z9 log -d ">$date" | perl ./cvslog2changelog.pl
19641 Index: mutt/mutt.h
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
19649 @@ -15,7 +15,7 @@
19650   * 
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.
19655   */ 
19656  
19657  #ifndef MUTT_H
19658 @@ -353,6 +353,9 @@ enum
19659    OPTFORWQUOTE,
19660  #if USE_HCACHE
19661    OPTHCACHEVERIFY,
19662 +#if HAVE_QDBM
19663 +  OPTHCACHECOMPRESS,
19664 +#endif /* HAVE_QDBM */
19665  #endif
19666    OPTHDRS,
19667    OPTHEADER,
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
19676 @@ -14,7 +14,7 @@
19677   * 
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.
19682   */ 
19683  
19684  /*
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
19693 @@ -14,7 +14,7 @@
19694   * 
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.
19699   */ 
19700  
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
19710 @@ -13,7 +13,7 @@
19711   * 
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.
19716   */ 
19717  
19718  #if HAVE_CONFIG_H
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
19727 @@ -13,7 +13,7 @@
19728   * 
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.
19733   */ 
19734  
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
19744 @@ -13,7 +13,7 @@
19745   *
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.
19750   */
19751  
19752  /*
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
19761 @@ -13,7 +13,7 @@
19762   * 
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.
19767   */ 
19768  
19769  /*
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
19778 @@ -13,7 +13,7 @@
19779   * 
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.
19784   */ 
19785  
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
19795 @@ -13,7 +13,7 @@
19796   * 
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.
19801   */ 
19802  
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
19812 @@ -15,7 +15,7 @@
19813   * 
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.
19818   */ 
19819  
19820  #if HAVE_CONFIG_H
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
19829 @@ -14,7 +14,7 @@
19830   * 
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.
19835   */ 
19836  
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
19846 @@ -13,7 +13,7 @@
19847   * 
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.
19852   */
19853  
19854  #if HAVE_CONFIG_H
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
19863 @@ -13,7 +13,7 @@
19864   * 
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.
19869   */ 
19870  
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
19880 @@ -13,7 +13,7 @@
19881   *
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.
19886   */
19887  
19888  #if HAVE_CONFIG_H
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
19897 @@ -14,7 +14,7 @@
19898   *
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.
19903   */
19904  
19905  #if HAVE_CONFIG_H
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
19914 @@ -11,7 +11,7 @@
19915   *
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.
19920   */
19921  
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
19931 @@ -5,7 +5,7 @@
19932  #
19933  
19934  # 
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 $
19937  #
19938  
19939  #
19940 @@ -24,7 +24,7 @@
19941  # 
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.
19946  #
19947  
19948  exec >&2
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
19957 @@ -14,7 +14,7 @@
19958   * 
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.
19963   */ 
19964  
19965  #if HAVE_CONFIG_H
19966 @@ -1588,7 +1588,7 @@ int mutt_match_spam_list (const char *s,
19967         if (*p == '%')
19968         {
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];
19975 Index: mutt/mx.c
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
19983 @@ -14,7 +14,7 @@
19984   * 
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.
19989   */ 
19990  
19991  #if HAVE_CONFIG_H
19992 Index: mutt/mx.h
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
20000 @@ -14,7 +14,7 @@
20001   * 
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.
20006   */ 
20007  
20008  /*
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
20017 @@ -13,7 +13,7 @@
20018   * 
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.
20023   */ 
20024  
20025  #if HAVE_CONFIG_H
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
20034 @@ -13,7 +13,7 @@
20035   * 
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.
20040   */ 
20041  
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
20051 @@ -13,7 +13,7 @@
20052   * 
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.
20057   */ 
20058  
20059  #if HAVE_CONFIG_H
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
20068 @@ -13,7 +13,7 @@
20069   * 
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.
20074   */ 
20075  
20076  #if HAVE_CONFIG_H
20077 @@ -263,6 +263,11 @@ int eat_regexp (pattern_t *pat, BUFFER *
20078      snprintf (err->data, err->dsize, _("Error in expression: %s"), s->dptr);
20079      return (-1);
20080    }
20081 +  if (!*buf.data)
20082 +  {
20083 +    snprintf (err->data, err->dsize, _("Empty expression"));
20084 +    return (-1);
20085 +  }
20086  
20087  #if 0
20088    /* If there are no RE metacharacters, use simple search anyway */
20089 @@ -1045,7 +1050,7 @@ mutt_pattern_exec (struct pattern_t *pat
20090      case M_WHOLE_MSG:
20091  #ifdef USE_IMAP
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);
20096  #endif
20097        return (pat->not ^ msg_search (ctx, pat, h->msgno));
20098 Index: mutt/pgp.c
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
20106 @@ -15,7 +15,7 @@
20107   * 
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.
20112   */ 
20113  
20114  /*
20115 @@ -106,7 +106,15 @@ void pgp_forget_passphrase (void)
20116  
20117  int pgp_use_gpg_agent (void)
20118  {
20119 -  return option (OPTUSEGPGAGENT) && getenv ("GPG_TTY") && getenv ("GPG_AGENT_INFO");
20120 +  char *tty;
20121 +
20122 +  if (!option (OPTUSEGPGAGENT) || !getenv ("GPG_AGENT_INFO"))
20123 +    return 0;
20124 +
20125 +  if ((tty = ttyname(0)))
20126 +    setenv("GPG_TTY", tty, 0);
20127 +
20128 +  return 1;
20129  }
20130  
20131  char *pgp_keyid(pgp_key_t k)
20132 Index: mutt/pgp.h
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
20140 @@ -15,7 +15,7 @@
20141   * 
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.
20146   */
20147  
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
20157 @@ -15,8 +15,8 @@
20158   * 
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.
20165   */ 
20166  
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
20176 @@ -16,8 +16,8 @@
20177   * 
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.
20184   */
20185  
20186  #if HAVE_CONFIG_H
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
20195 @@ -15,8 +15,8 @@
20196   * 
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.
20203   */
20204  
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
20214 @@ -14,7 +14,7 @@
20215   * 
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.
20220   */
20221  
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
20231 @@ -13,8 +13,8 @@
20232   * 
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,
20236 - * MA 02111, USA.
20237 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20238 + * MA  02110-1301, USA.
20239   */
20240  
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
20250 @@ -13,8 +13,8 @@
20251   * 
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,
20255 - * MA 02111, USA.
20256 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20257 + * MA  02110-1301, USA.
20258   */
20259  
20260  #if HAVE_CONFIG_H
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
20269 @@ -13,8 +13,8 @@
20270   * 
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,
20274 - * MA 02111, USA.
20275 + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20276 + * MA  02110-1301, USA.
20277   */
20278  
20279  /* 
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
20288 @@ -15,8 +15,8 @@
20289   * 
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.
20296   */
20297  
20298  /*
20299 Index: mutt/pop.c
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
20307 @@ -13,7 +13,7 @@
20308   * 
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.
20313   */ 
20314  
20315  #if HAVE_CONFIG_H
20316 Index: mutt/pop.h
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
20324 @@ -13,7 +13,7 @@
20325   * 
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.
20330   */ 
20331  
20332  #ifndef _POP_H
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
20341 @@ -13,7 +13,7 @@
20342   * 
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.
20347   */
20348  
20349  #if HAVE_CONFIG_H
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
20358 @@ -13,7 +13,7 @@
20359   * 
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.
20364   */
20365  
20366  #if HAVE_CONFIG_H
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
20375 @@ -14,7 +14,7 @@
20376   * 
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.
20381   */ 
20382  
20383  #if HAVE_CONFIG_H
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
20392 @@ -13,7 +13,7 @@
20393   * 
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.
20398   */ 
20399  
20400  
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
20409 @@ -13,7 +13,7 @@
20410   * 
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.
20415   */ 
20416  
20417  #if HAVE_CONFIG_H
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
20426 @@ -14,7 +14,7 @@
20427   * 
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.
20432   */ 
20433  
20434  #if HAVE_CONFIG_H
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
20443 @@ -15,8 +15,8 @@
20444   * 
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. 
20451   */
20452  
20453  #if HAVE_CONFIG_H
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
20462 @@ -20,8 +20,8 @@
20463   * 
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.  
20470   */
20471  
20472  /*
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
20481 @@ -15,8 +15,8 @@
20482   * 
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.
20489   */ 
20490  
20491  /*
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
20500 @@ -16,7 +16,7 @@
20501   * 
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.
20506   */ 
20507  
20508  /*
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
20517 @@ -13,7 +13,7 @@
20518   * 
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.
20523   */ 
20524  
20525  #if HAVE_CONFIG_H
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
20534 @@ -13,7 +13,7 @@
20535   * 
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.
20540   */ 
20541  
20542  /* 
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
20551 @@ -13,7 +13,7 @@
20552   * 
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.
20557   */ 
20558  
20559  #ifndef _RFC1524_H
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
20568 @@ -14,7 +14,7 @@
20569   * 
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.
20574   */ 
20575  
20576  #if HAVE_CONFIG_H
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
20585 @@ -13,7 +13,7 @@
20586   * 
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.
20591   */ 
20592  
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
20602 @@ -15,8 +15,8 @@
20603   * 
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.
20610   */
20611  
20612  /*
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
20621 @@ -15,8 +15,8 @@
20622   *
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.
20629   */
20630  
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
20640 @@ -13,7 +13,7 @@
20641   * 
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.
20646   */ 
20647  
20648  #if HAVE_CONFIG_H
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
20657 @@ -13,7 +13,7 @@
20658   * 
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.
20663   */ 
20664  
20665  #ifndef rfc822_h
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
20674 @@ -13,7 +13,7 @@
20675   * 
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.
20680   */ 
20681  
20682  #if HAVE_CONFIG_H
20683 Index: mutt/send.c
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
20691 @@ -13,7 +13,7 @@
20692   * 
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.
20697   */ 
20698  
20699  #if HAVE_CONFIG_H
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);
20704 +  
20705 +  if (env->cc && !env->to)
20706 +  {
20707 +    env->to = env->cc;
20708 +    env->cc = NULL;
20709 +  }
20710  }
20711  
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;
20717 -    
20718 -    ctype = safe_strdup (ContentType);
20719 +
20720 +    if (!(ctype = safe_strdup (ContentType)))
20721 +      ctype = safe_strdup ("text/plain");
20722      mutt_parse_content_type (ctype, msg->content);
20723      FREE (&ctype);
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
20733 @@ -13,7 +13,7 @@
20734   * 
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.
20739   */ 
20740  
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
20750 @@ -13,7 +13,7 @@
20751   * 
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.
20756   */ 
20757  
20758  #if HAVE_CONFIG_H
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
20767 @@ -15,7 +15,7 @@
20768   * 
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.
20773   */
20774  
20775  #if HAVE_CONFIG_H
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
20784 @@ -14,7 +14,7 @@
20785   * 
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.
20790   */
20791  
20792  
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
20801 @@ -16,7 +16,7 @@
20802  # 
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.
20807  
20808  use strict;
20809  use File::Copy;
20810 Index: mutt/sort.c
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
20818 @@ -13,7 +13,7 @@
20819   * 
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.
20824   */ 
20825  
20826  #if HAVE_CONFIG_H
20827 Index: mutt/sort.h
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
20835 @@ -13,7 +13,7 @@
20836   * 
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.
20841   */ 
20842  
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
20852 @@ -13,7 +13,7 @@
20853   * 
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.
20858   */ 
20859  
20860  #if HAVE_CONFIG_H
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
20869 @@ -13,7 +13,7 @@
20870   * 
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.
20875   */ 
20876  
20877  #if HAVE_CONFIG_H
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
20886 @@ -13,7 +13,7 @@
20887   * 
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.
20892   */ 
20893  
20894  #if HAVE_CONFIG_H
20895 Index: mutt/url.c
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
20903 @@ -13,7 +13,7 @@
20904   * 
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.
20909   */ 
20910  
20911  /*
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
20920 @@ -3,9 +3,9 @@
20921  # Command formats for gpg.
20922  # 
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
20926  #
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 $
20929  #
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
20940 @@ -1,4 +1,4 @@
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 $
20943  
20944  SHELL = /bin/sh
20945  
20946 @@ -58,8 +58,7 @@ HTML_DOCFILES = manual.html index.html g
20947         configuration.html mimesupport.html advancedusage.html \
20948         reference.html miscellany.html
20949  
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)
20953  
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
20957         ChangeLog.old                                   \
20958         README NEWS TODO README.SECURITY README.SSL 
20959  
20960 -all: mutt.1 muttrc.man manual.html stamp-doc-chunked manual.txt
20961 +all: ../makedoc$(EXEEXT)
20962 +       $(MAKE) makedoc-all
20963  
20964 -install: all instdoc
20965 +makedoc-all: mutt.1 muttrc.man manual.html stamp-doc-chunked manual.txt
20966 +
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 $^ > $@
20974  
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
20979  
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
20985  
20986 -manual.pdf: stamp-doc-tex
20987 +manual.pdf: manual.tex
20988         -if test -f manual.tex; then pdfjadetex manual.tex; fi
20989  
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; \
20994         fi
20995 -       touch stamp-doc-tex
20996  
20997  clean: 
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))
21002  
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
21005  
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\
21010                 > muttrc.man
21011 -       touch stamp-doc-man
21012  
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 > $@
21018  
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
21034 @@ -16,7 +16,7 @@
21035  .\" 
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.
21040  .\"
21041  .TH dotlock 1 "AUGUST 1999" Unix "User Manuals"
21042  .SH NAME
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>
21053  
21054  <para>
21055 -Mutt is Copyright (C) 1996-2000 Michael R. Elkins
21056 +Mutt is Copyright (C) 1996-2005 Michael R. Elkins
21057  &lt;me@cs.hmc.edu&gt; and others
21058  </para>
21059  
21060 @@ -170,7 +170,7 @@ GNU General Public License for more deta
21061  <para>
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.
21066  </para>
21067  
21068  </sect2>
21069 @@ -4039,11 +4039,6 @@ correspondents. This allows to clean you
21070  annoyances which make it hard to follow a discussion.
21071  </para>
21072  
21073 -<para>
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.
21076 -</para>
21077 -
21078  <sect3>
21079  <title>Linking threads</title>
21080  
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
21090  
21091  <member>Allain Thivillon <ulink url="mailto:Allain.Thivillon@alma.fr">&lt;Allain.Thivillon@alma.fr&gt;</ulink>,</member>
21092  
21093 -<member>Gero Treuner <ulink url="mailto:gero@faveve.uni-stuttgart.de">&lt;gero@faveve.uni-stuttgart.de&gt;</ulink>,</member>
21094 +<member>Gero Treuner <ulink url="mailto:gero@70t.de">&lt;gero@70t.de&gt;</ulink>,</member>
21095  
21096  <member>Vsevolod Volkov <ulink url="mailto:vvv@lucky.net">&lt;vvv@lucky.net&gt;</ulink>,</member>
21097  
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
21106 @@ -15,7 +15,7 @@
21107  .\" 
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.
21112  .\"
21113  .TH mutt 1 "January 2002" Unix "User Manuals"
21114  .SH NAME
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
21123 @@ -15,7 +15,7 @@
21124  .\" 
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.
21129  .\"
21130  .TH flea 1 "January 2005" Unix "User Manuals"
21131  .SH NAME
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
21140 @@ -16,7 +16,7 @@
21141  .\" 
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.
21146  .\"
21147  .TH muttrc 5 "September 2002" Unix "User Manuals"
21148  .SH NAME
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
21157 @@ -15,7 +15,7 @@
21158   * 
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.
21163   */ 
21164  
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
21174 @@ -13,7 +13,7 @@
21175   * 
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.
21180   */ 
21181  
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
21191 @@ -13,7 +13,7 @@
21192   * 
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.
21197   */ 
21198  
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
21208 @@ -13,7 +13,7 @@
21209   * 
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.
21214   */ 
21215  
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
21225 @@ -13,7 +13,7 @@
21226   * 
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.
21231   */ 
21232  
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
21242 @@ -13,7 +13,7 @@
21243   * 
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.
21248   */ 
21249  
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
21259 @@ -13,7 +13,7 @@
21260   * 
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.
21265   */ 
21266  
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
21276 @@ -14,7 +14,7 @@
21277   * 
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.
21282   */ 
21283  
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
21293 @@ -15,7 +15,7 @@
21294   * 
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.
21299   */ 
21300  
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
21310 @@ -15,7 +15,7 @@
21311   * 
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.
21316   */ 
21317  
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)
21322  {
21323 -  char term[STRING];
21324 -
21325    if (! do_search (pat, 0))
21326      return 0;
21327  
21328 @@ -1375,6 +1373,7 @@ static int imap_compile_search (const pa
21329    }
21330    else
21331    {
21332 +    char term[STRING];
21333      char *delim;
21334  
21335      switch (pat->op)
21336 @@ -1613,7 +1612,7 @@ imap_complete_hosts (char *dest, size_t 
21337      }
21338    }
21339    
21340 -  for (conn = mutt_socket_head (); conn->next; conn = conn->next)
21341 +  for (conn = mutt_socket_head (); conn && conn->next; conn = conn->next)
21342    {
21343      ciss_url_t url;
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
21353 @@ -14,7 +14,7 @@
21354   * 
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.
21359   */ 
21360  
21361  #ifndef _IMAP_H
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
21370 @@ -14,7 +14,7 @@
21371   * 
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.
21376   */ 
21377  
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
21387 @@ -14,9 +14,9 @@
21388   * 
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.
21393   *
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 $
21396   */ 
21397  
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
21407 @@ -14,7 +14,7 @@
21408   * 
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.
21413   */ 
21414  
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
21424 @@ -13,7 +13,7 @@
21425   * 
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.
21430   */ 
21431  
21432  #if HAVE_CONFIG_H
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
21441 @@ -15,7 +15,7 @@
21442   * 
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.
21447   */ 
21448  
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)
21453    {
21454 -    if (mutt_account_fromurl (&mx->account, &url) < 0)
21455 +    if (mutt_account_fromurl (&mx->account, &url) < 0 || !*mx->account.host)
21456      {
21457        FREE (&c);
21458        return -1;
21459 @@ -165,7 +165,7 @@ int imap_parse_path (const char* path, I
21460        }
21461      }
21462    }
21463 -  
21464 +
21465    if ((mx->account.flags & M_ACCT_SSL) && !(mx->account.flags & M_ACCT_PORT))
21466      mx->account.port = ImapsPort;
21467  
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
21476 @@ -13,7 +13,7 @@
21477  #
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,
21482  # USA.
21483  
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
21493 @@ -13,7 +13,7 @@
21494  
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,
21499     USA.  */
21500  
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
21510 @@ -15,7 +15,7 @@
21511  #
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,
21516  #   USA.
21517  #
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
21527 @@ -13,7 +13,7 @@
21528  
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,
21533     USA.  */
21534  
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
21544 @@ -13,7 +13,7 @@
21545  
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,
21550     USA.  */
21551  
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
21561 @@ -13,7 +13,7 @@
21562  
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,
21567     USA.  */
21568  
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
21578 @@ -13,7 +13,7 @@
21579  
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,
21584     USA.  */
21585  
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
21595 @@ -13,7 +13,7 @@
21596  
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,
21601     USA.  */
21602  
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
21612 @@ -13,7 +13,7 @@
21613  
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,
21618     USA.  */
21619  
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
21629 @@ -14,7 +14,7 @@
21630  
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,
21635     USA.  */
21636  
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
21646 @@ -13,7 +13,7 @@
21647  
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,
21652     USA.  */
21653  
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
21663 @@ -13,7 +13,7 @@
21664  
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,
21669     USA.  */
21670  
21671  #ifndef _GETTEXT_H
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
21680 @@ -14,7 +14,7 @@
21681  
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,
21686     USA.  */
21687  
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
21697 @@ -13,7 +13,7 @@
21698  
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,
21703     USA.  */
21704  
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
21714 @@ -14,7 +14,7 @@
21715  
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,
21720     USA.  */
21721  
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
21731 @@ -13,7 +13,7 @@
21732  
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,
21737     USA.  */
21738  
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
21748 @@ -13,7 +13,7 @@
21749  
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,
21754     USA.  */
21755  
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
21765 @@ -13,7 +13,7 @@
21766  
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,
21771     USA.  */
21772  
21773  #ifndef _LIBINTL_H
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
21782 @@ -14,7 +14,7 @@
21783  
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,
21788     USA.  */
21789  
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
21799 @@ -13,7 +13,7 @@
21800  
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,
21805     USA.  */
21806  
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
21816 @@ -14,7 +14,7 @@
21817  
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,
21822     USA.  */
21823  
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
21833 @@ -13,7 +13,7 @@
21834  #
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,
21839  # USA.
21840  
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
21850 @@ -13,7 +13,7 @@
21851  
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,
21856     USA.  */
21857  
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
21867 @@ -13,7 +13,7 @@
21868  
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,
21873     USA.  */
21874  
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
21884 @@ -35,7 +35,7 @@
21885  
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,
21890     USA.  */
21891  
21892  /* The bison generated parser uses alloca.  AIX 3 forces us to put this
21893 @@ -321,8 +321,8 @@ static const short yycheck[] = {     1,
21894  
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.  */
21901  
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
21912 @@ -15,7 +15,7 @@
21913  
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,
21918     USA.  */
21919  
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
21929 @@ -14,7 +14,7 @@
21930  #
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,
21935  #   USA.
21936  #
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
21946 @@ -14,7 +14,7 @@
21947  #
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,
21952  #   USA.
21953  #
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
21963 @@ -13,7 +13,7 @@
21964  
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,
21969     USA.  */
21970  
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
21981         rm -f $(GMOFILES)
21982  
21983  distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
21984 -dist distdir:
21985 -       $(MAKE) update-po
21986 -       @$(MAKE) dist2
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 ""
22002  "\n"
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"
22007  msgstr ""
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 "
22013  "Software\n"
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"
22016  
22017  #: main.c:107
22018  #, fuzzy
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
22029  msgid ""
22030  msgstr ""
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
22041  
22042  #: browser.c:861
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."
22046  
22047  #: browser.c:881
22048 -#, fuzzy
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."
22052  
22053  #: browser.c:902
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."
22057  
22058  #: browser.c:910
22059  #, c-format
22060 @@ -290,7 +289,7 @@ msgstr "Hi ha correu nou en "
22061  #: color.c:326
22062  #, c-format
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."
22066  
22067  #: color.c:332
22068  #, c-format
22069 @@ -347,7 +346,7 @@ msgstr "Sobren arguments."
22070  # ivb  També apareix com a error aïllat.
22071  #: color.c:725
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."
22075  
22076  #. find out whether or not the verify signature
22077  #: commands.c:92
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? "
22080  
22081  #: crypt-gpgme.c:335
22082 -#, fuzzy, c-format
22083 +#, 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"
22087  
22088  #: crypt-gpgme.c:345
22089  #, c-format
22090  msgid "error enabling CMS protocol: %s\n"
22091 -msgstr ""
22092 +msgstr "Error en habilitar el protocol CMS: %s\n"
22093  
22094  #: crypt-gpgme.c:365
22095 -#, fuzzy, c-format
22096 +#, 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"
22100  
22101  #: crypt-gpgme.c:431 crypt-gpgme.c:449 crypt-gpgme.c:1327
22102 -#, fuzzy, c-format
22103 +#, 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"
22107  
22108  #: crypt-gpgme.c:467
22109 -#, fuzzy, c-format
22110 +#, 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"
22114  
22115  #: crypt-gpgme.c:489 crypt-gpgme.c:536
22116 -#, fuzzy, c-format
22117 +#, 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"
22121  
22122  #: crypt-gpgme.c:597
22123 -#, fuzzy, c-format
22124 +#, 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"
22128  
22129  #: crypt-gpgme.c:635
22130  #, c-format
22131  msgid "secret key `%s' not found: %s\n"
22132 -msgstr ""
22133 +msgstr "No s'ha trobat la clau secreta «%s»: %s\n"
22134  
22135  #: crypt-gpgme.c:645
22136  #, c-format
22137  msgid "ambiguous specification of secret key `%s'\n"
22138 -msgstr ""
22139 +msgstr "L'especificació de la clau secreta «%s» és ambígua.\n"
22140  
22141  #: crypt-gpgme.c:657
22142  #, c-format
22143  msgid "error setting secret key `%s': %s\n"
22144 -msgstr ""
22145 +msgstr "Error en establir la clau secreta «%s»: %s\n"
22146  
22147  #: crypt-gpgme.c:701
22148 -#, fuzzy, c-format
22149 +#, 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"
22153  
22154  #: crypt-gpgme.c:798
22155 -#, fuzzy, c-format
22156 +#, 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"
22160  
22161  #: crypt-gpgme.c:993
22162 -#, fuzzy
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"
22166  
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: "
22170 -msgstr ""
22171 +msgstr "Avís: La clau usada per a crear la signatura expirà en: "
22172  
22173  #: crypt-gpgme.c:1008
22174 -#, fuzzy
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"
22178  
22179 +# I darrere va la data sense punt.  ivb
22180  #: crypt-gpgme.c:1024
22181  msgid "Warning: The signature expired at: "
22182 -msgstr ""
22183 +msgstr "Avís: La signatura expirà en: "
22184  
22185  #: crypt-gpgme.c:1030
22186  msgid "Can't verify due to a missing key or certificate\n"
22187 -msgstr ""
22188 +msgstr "No s'ha pogut verificar perquè manca una clau o certificat.\n"
22189  
22190  #: crypt-gpgme.c:1035
22191 -#, fuzzy
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"
22195  
22196  #: crypt-gpgme.c:1041
22197  msgid "Available CRL is too old\n"
22198 -msgstr ""
22199 +msgstr "La CRL (llista de certificats revocats) és massa vella.\n"
22200  
22201  #: crypt-gpgme.c:1046
22202  msgid "A policy requirement was not met\n"
22203 -msgstr ""
22204 +msgstr "No s'ha acomplert un requeriment establert per política.\n"
22205  
22206  #: crypt-gpgme.c:1055
22207  msgid "A system error occurred"
22208 -msgstr ""
22209 +msgstr "Ha ocorregut un error de sistema."
22210  
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
22213 -#, fuzzy
22214  msgid "Fingerprint: "
22215 -msgstr "Empremta digital: %s"
22216 +msgstr "Empremta digital: "
22217  
22218  #: crypt-gpgme.c:1152
22219  msgid ""
22220  "WARNING: We have NO indication whether the key belongs to the person named "
22221  "as shown above\n"
22222  msgstr ""
22223 +"Avís: RES indica que la clau pertanya a la persona esmentada a sobre.\n"
22224  
22225  #: crypt-gpgme.c:1159
22226  msgid "WARNING: The key does NOT BELONG to the person named as shown above\n"
22227 -msgstr ""
22228 +msgstr "Avís: La clau NO PERTANY a la persona esmentada a sobre.\n"
22229  
22230  #: crypt-gpgme.c:1163
22231  msgid ""
22232  "WARNING: It is NOT certain that the key belongs to the person named as shown "
22233  "above\n"
22234  msgstr ""
22235 +"Avís: NO és segur que la clau pertanya a la persona esmentada a sobre.\n"
22236  
22237  #: crypt-gpgme.c:1238
22238  msgid "Error getting key information: "
22239 -msgstr ""
22240 +msgstr "Error en obtenir la informació de la clau: "
22241  
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 ""
22245  #. ultimate).
22246  #: crypt-gpgme.c:1245 crypt-gpgme.c:1278
22247  msgid "Good signature from: "
22248 -msgstr ""
22249 +msgstr "Signatura correcta de: "
22250  
22251  #: crypt-gpgme.c:1255
22252  msgid "                aka: "
22253 -msgstr ""
22254 +msgstr "  també conegut com a: "
22255  
22256  #: crypt-gpgme.c:1259 crypt-gpgme.c:1281
22257  msgid "            created: "
22258 -msgstr ""
22259 +msgstr "            creada en: "
22260  
22261  #: crypt-gpgme.c:1268
22262  msgid "*BAD* signature claimed to be from: "
22263 -msgstr ""
22264 +msgstr "Signatura *INCORRECTA* de qui diu ser: "
22265  
22266  #: crypt-gpgme.c:1291
22267 -#, fuzzy
22268  msgid "Error checking signature"
22269 -msgstr "Error en enviar el missatge."
22270 +msgstr "Error en comprovar la signatura."
22271  
22272  #. Note: We don't need a current time output because GPGME avoids
22273  #. such an attack by separating the meta information from the
22274  #. data.
22275  #: crypt-gpgme.c:1335 crypt-gpgme.c:1539 crypt-gpgme.c:2031
22276  msgid "[-- Begin signature information --]\n"
22277 -msgstr ""
22278 +msgstr "[-- Inici de la informació de la signatura. --]\n"
22279  
22280  #: crypt-gpgme.c:1344
22281 -#, fuzzy, c-format
22282 +#, 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"
22286  
22287  #: crypt-gpgme.c:1386
22288  #, c-format
22289  msgid "*** Begin Notation (signature by: %s) ***\n"
22290 -msgstr ""
22291 +msgstr "*** Inici de la notació (signatura de: %s). ***\n"
22292  
22293  #: crypt-gpgme.c:1405
22294  msgid "*** End Notation ***\n"
22295 -msgstr ""
22296 +msgstr "*** Final de la notació. ***\n"
22297  
22298  #: crypt-gpgme.c:1413 crypt-gpgme.c:1552 crypt-gpgme.c:2046
22299 -#, fuzzy
22300  msgid ""
22301  "[-- End signature information --]\n"
22302  "\n"
22303  msgstr ""
22304 +"[-- Final de la informació de la signatura. --]\n"
22305  "\n"
22306 -"[-- Final de les dades signades. --]\n"
22307  
22308  #: crypt-gpgme.c:1507
22309 -#, fuzzy, c-format
22310 +#, c-format
22311  msgid ""
22312  "[-- Error: decryption failed: %s --]\n"
22313  "\n"
22314 -msgstr "[-- Error: No s'ha pogut crear un fitxer temporal! --]\n"
22315 +msgstr ""
22316 +"[-- Error: El desxifratge ha fallat: %s --]\n"
22317 +"\n"
22318  
22319  #: crypt-gpgme.c:2006
22320  #, c-format
22321  msgid "Error: decryption/verification failed: %s\n"
22322 -msgstr ""
22323 +msgstr "Error: El desxifratge o verificació ha fallat: %s\n"
22324  
22325  #: crypt-gpgme.c:2054
22326  msgid "Error: copy data failed\n"
22327 -msgstr ""
22328 +msgstr "Error: La còpia de les dades ha fallat.\n"
22329  
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
22333  msgid ""
22334  "[-- BEGIN PGP MESSAGE --]\n"
22335  "\n"
22336  msgstr ""
22337 -"[-- COMENÇA EL MISSATGE PGP --]\n"
22338 +"[-- Inici del missatge PGP. --]\n"
22339  "\n"
22340  
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"
22345  
22346  #: crypt-gpgme.c:2079 pgp.c:414
22347  msgid ""
22348  "[-- BEGIN PGP SIGNED MESSAGE --]\n"
22349  "\n"
22350  msgstr ""
22351 -"[-- COMENÇA EL MISSATGE PGP SIGNAT --]\n"
22352 +"[-- Inici del missatge PGP signat. --]\n"
22353  "\n"
22354  
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"
22359  
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"
22364  
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"
22369  
22370  #: crypt-gpgme.c:2131 pgp.c:476
22371  msgid ""
22372 @@ -1009,12 +1011,11 @@ msgid "[-- Error: could not create tempo
22373  msgstr "[-- Error: No s'ha pogut crear un fitxer temporal! --]\n"
22374  
22375  #: crypt-gpgme.c:2186
22376 -#, fuzzy
22377  msgid ""
22378  "[-- The following data is PGP/MIME signed and encrypted --]\n"
22379  "\n"
22380  msgstr ""
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"
22383  "\n"
22384  
22385  #: crypt-gpgme.c:2187 pgp.c:927
22386 @@ -1026,153 +1027,165 @@ msgstr ""
22387  "\n"
22388  
22389  #: crypt-gpgme.c:2209
22390 -#, fuzzy
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"
22394  
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"
22398  
22399  #: crypt-gpgme.c:2252
22400 -#, fuzzy
22401  msgid ""
22402  "[-- The following data is S/MIME signed --]\n"
22403  "\n"
22404 -msgstr "[-- Les dades següents es troben signades amb S/MIME: --]\n"
22405 +msgstr ""
22406 +"[-- Les dades següents es troben signades amb S/MIME: --]\n"
22407 +"\n"
22408  
22409  #: crypt-gpgme.c:2253
22410 -#, fuzzy
22411  msgid ""
22412  "[-- The following data is S/MIME encrypted --]\n"
22413  "\n"
22414 -msgstr "[-- Les dades següents es troben xifrades amb S/MIME: --]\n"
22415 +msgstr ""
22416 +"[-- Les dades següents es troben xifrades amb S/MIME: --]\n"
22417 +"\n"
22418  
22419  #: crypt-gpgme.c:2283
22420 -#, fuzzy
22421  msgid "[-- End of S/MIME signed data --]\n"
22422 -msgstr ""
22423 -"\n"
22424 -"[-- Final de les dades signades amb S/MIME. --]\n"
22425 +msgstr "[-- Final de les dades signades amb S/MIME. --]\n"
22426  
22427  #: crypt-gpgme.c:2284
22428 -#, fuzzy
22429  msgid "[-- End of S/MIME encrypted data --]\n"
22430 -msgstr ""
22431 -"\n"
22432 -"[-- Final de les dades xifrades amb S/MIME. --]\n"
22433 +msgstr "[-- Final de les dades xifrades amb S/MIME. --]\n"
22434  
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)]"
22438 -msgstr ""
22439 +msgstr "[No es mostra l'ID d'usuari (codificació desconeguda).]"
22440  
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)]"
22444 -msgstr ""
22445 +msgstr "[No es mostra l'ID d'usuari (codificació no vàlida).]"
22446  
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)]"
22450 -msgstr ""
22451 +msgstr "[No es mostra l'ID d'usuari (DN desconegut).]"
22452  
22453 +# Alineat amb «  també conegut com a : ».  ivb
22454  #: crypt-gpgme.c:2962
22455  msgid " aka ......: "
22456 -msgstr ""
22457 +msgstr "  també conegut com a : "
22458  
22459 +# Alineat amb «  també conegut com a : ».  ivb
22460  #: crypt-gpgme.c:2962
22461  msgid "Name ......: "
22462 -msgstr ""
22463 +msgstr "Nom ..................: "
22464  
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
22468 -#, fuzzy
22469  msgid "[Invalid]"
22470 -msgstr "No vàlid    "
22471 +msgstr "[No és vàlid]"
22472  
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
22477 +#, 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"
22481  
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
22486 +#, 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"
22490  
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
22494  #, c-format
22495  msgid "Key Type ..: %s, %lu bit %s\n"
22496 -msgstr ""
22497 +msgstr "Tipus de clau ........: %1$s, %3$s de %2$lu bits\n"
22498  
22499 +# Alineat amb «  també conegut com a : ».  ivb
22500  #: crypt-gpgme.c:3013 crypt-gpgme.c:3156
22501  #, c-format
22502  msgid "Key Usage .: "
22503 -msgstr ""
22504 +msgstr "Utilitat de la clau ..: "
22505  
22506 +# Capacitats d'una clau.  ivb
22507  #: crypt-gpgme.c:3018 crypt-gpgme.c:3161
22508 -#, fuzzy
22509  msgid "encryption"
22510 -msgstr "Xifra"
22511 +msgstr "xifratge"
22512  
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
22515  msgid ", "
22516 -msgstr ""
22517 +msgstr ", "
22518  
22519 +# Capacitats d'una clau.  ivb
22520  #: crypt-gpgme.c:3023 crypt-gpgme.c:3166
22521  msgid "signing"
22522 -msgstr ""
22523 +msgstr "signatura"
22524  
22525 +# Capacitats d'una clau.  ivb
22526  #: crypt-gpgme.c:3028 crypt-gpgme.c:3171
22527 -#, fuzzy
22528  msgid "certification"
22529 -msgstr "S'ha desat el certificat."
22530 +msgstr "certificació"
22531  
22532 +# Alineat amb «  també conegut com a : ».  ivb
22533  #: crypt-gpgme.c:3068
22534  #, c-format
22535  msgid "Serial-No .: 0x%s\n"
22536 -msgstr ""
22537 +msgstr "Número de sèrie ......: 0x%s\n"
22538  
22539 +# Alineat amb «  també conegut com a : ».  ivb
22540  #: crypt-gpgme.c:3076
22541  #, c-format
22542  msgid "Issued By .: "
22543 -msgstr ""
22544 +msgstr "Lliurada per .........: "
22545  
22546 +# Alineat amb «  també conegut com a : ».  ivb
22547  #. display only the short keyID
22548  #: crypt-gpgme.c:3095
22549 -#, fuzzy, c-format
22550 +#, c-format
22551  msgid "Subkey ....: 0x%s"
22552 -msgstr "ID de la clau: 0x%s"
22553 +msgstr "Subclau ..............: 0x%s"
22554  
22555 +# Subclau.  ivb
22556  #: crypt-gpgme.c:3099
22557 -#, fuzzy
22558  msgid "[Revoked]"
22559 -msgstr "Revocat     "
22560 +msgstr "[Revocada]"
22561  
22562 +# Subclau.  ivb
22563  #: crypt-gpgme.c:3109
22564 -#, fuzzy
22565  msgid "[Expired]"
22566 -msgstr "Expirat     "
22567 +msgstr "Expirada"
22568  
22569 +# Subclau.  ivb
22570  #: crypt-gpgme.c:3114
22571  msgid "[Disabled]"
22572 -msgstr ""
22573 +msgstr "[Inhabilitada]"
22574  
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."
22578  
22579  #: crypt-gpgme.c:3201
22580 -#, fuzzy
22581  msgid "Collecting data..."
22582 -msgstr "S'està connectant amb «%s»..."
22583 +msgstr "S'estan recollint les dades..."
22584  
22585  #: crypt-gpgme.c:3227
22586 -#, fuzzy, c-format
22587 +#, 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"
22591  
22592  #: crypt-gpgme.c:3237
22593  msgid "Error: certification chain to long - stopping here\n"
22594 -msgstr ""
22595 +msgstr "Error: La cadena de certificació és massa llarga, es para ací.\n"
22596  
22597  #: crypt-gpgme.c:3248 pgpkey.c:580
22598  #, c-format
22599 @@ -1180,25 +1193,24 @@ msgid "Key ID: 0x%s"
22600  msgstr "ID de la clau: 0x%s"
22601  
22602  #: crypt-gpgme.c:3331
22603 -#, fuzzy, c-format
22604 +#, c-format
22605  msgid "gpgme_new failed: %s"
22606 -msgstr "La negociació d'SSL ha fallat: %s."
22607 +msgstr "Ha fallat gpgme_new(): %s"
22608  
22609  #: crypt-gpgme.c:3370 crypt-gpgme.c:3433
22610  #, c-format
22611  msgid "gpgme_op_keylist_start failed: %s"
22612 -msgstr ""
22613 +msgstr "Ha fallat gpgme_op_keylist_start(): %s"
22614  
22615  #: crypt-gpgme.c:3420 crypt-gpgme.c:3461
22616  #, c-format
22617  msgid "gpgme_op_keylist_next failed: %s"
22618 -msgstr ""
22619 +msgstr "Ha fallat gpgme_op_keylist_next(): %s"
22620  
22621  #: crypt-gpgme.c:3532
22622 -#, fuzzy
22623  msgid "All matching keys are marked expired/revoked."
22624  msgstr ""
22625 -"Totes les claus concordants han expirat o estan revocades o inhabilitades."
22626 +"Totes les claus concordants estan marcades com a expirades o revocades."
22627  
22628  #: crypt-gpgme.c:3561 mutt_ssl.c:676 mutt_ssl_gnutls.c:770 pgpkey.c:514
22629  #: smime.c:431
22630 @@ -1215,35 +1227,37 @@ msgstr "Selecciona  "
22631  msgid "Check key  "
22632  msgstr "Comprova clau  "
22633  
22634 +# Darrere va el patró corresponent.  ivb
22635  #: crypt-gpgme.c:3583
22636 -#, fuzzy
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"
22640  
22641 +# Darrere va el patró corresponent.  ivb
22642  #: crypt-gpgme.c:3585
22643 -#, fuzzy
22644  msgid "PGP keys matching"
22645 -msgstr "Claus PGP que concordem amb «%s»."
22646 +msgstr "Claus PGP que concordem amb"
22647  
22648 +# Darrere va el patró corresponent.  ivb
22649  #: crypt-gpgme.c:3587
22650 -#, fuzzy
22651  msgid "S/MIME keys matching"
22652 -msgstr "Certificats S/MIME que concorden amb «%s»."
22653 +msgstr "Claus S/MIME que concorden amb"
22654  
22655 +# Darrere va el patró corresponent.  ivb
22656  #: crypt-gpgme.c:3589
22657 -#, fuzzy
22658  msgid "keys matching"
22659 -msgstr "Claus PGP que concordem amb «%s»."
22660 +msgstr "Claus que concordem amb"
22661  
22662 +# Nom i adreça?  ivb
22663  #: crypt-gpgme.c:3592
22664  #, c-format
22665  msgid "%s <%s>."
22666 -msgstr ""
22667 +msgstr "%s <%s>."
22668  
22669 +# Nom i àlies?  ivb
22670  #: crypt-gpgme.c:3594
22671  #, c-format
22672  msgid "%s \"%s\"."
22673 -msgstr ""
22674 +msgstr "%s «%s»."
22675  
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: "
22681  
22682 +# És un missatge d'error.  ivb
22683  #: crypt-gpgme.c:4103
22684  msgid ""
22685  "\n"
22686  "Using GPGME backend, although no gpg-agent is running"
22687  msgstr ""
22688 +"\n"
22689 +"S'està usant el motor GPGME, però «gpg-agent» no està corrent."
22690  
22691  #: crypt-gpgme.c:4131
22692 -#, fuzzy
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? "
22695 +msgstr ""
22696 +"S/MIME: (x)ifra, (s)igna, si(g)na com a, (a)mbdós, (p)gp, o en (c)lar? "
22697  
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
22703 -#, fuzzy
22704  msgid "esabpfc"
22705 -msgstr "xsfgac"
22706 +msgstr "xsgapc"
22707  
22708  #: crypt-gpgme.c:4135
22709 -#, fuzzy
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? "
22712 +msgstr ""
22713 +"PGP: (x)ifra, (s)igna, si(g)na com a, (a)mbdós, s/(m)ime, o en (c)lar? "
22714  
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
22720 -#, fuzzy
22721  msgid "esabmfc"
22722 -msgstr "xsfgac"
22723 +msgstr "xsgamc"
22724  
22725  #. sign (a)s
22726  #. unset_option(OPTCRYPTCHECKTRUST);
22727 @@ -1341,23 +1352,22 @@ msgstr "Signa com a: "
22728  
22729  #: crypt-gpgme.c:4249
22730  msgid "Failed to verify sender"
22731 -msgstr ""
22732 +msgstr "No s'ha pogut verificar el remitent."
22733  
22734  #: crypt-gpgme.c:4252
22735 -#, fuzzy
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."
22739  
22740  #: crypt.c:69
22741  #, c-format
22742  msgid " (current time: %c)"
22743  msgstr " (data actual: %c)"
22744  
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
22747  #: crypt.c:75
22748  #, c-format
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"
22752  
22753  #: crypt.c:90
22754  msgid "Passphrase(s) forgotten."
22755 @@ -1384,7 +1394,7 @@ msgstr "No s'ha enviat el missatge."
22756  
22757  #: crypt.c:397
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."
22761  
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"
22766  "\n"
22767  msgstr ""
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"
22771  "\n"
22772  
22773  #: crypt.c:862
22774 @@ -1449,9 +1458,9 @@ msgstr ""
22775  #: cryptglue.c:89
22776  msgid "\"crypt_use_gpgme\" set but not build with GPGME support."
22777  msgstr ""
22778 +"S'ha activat «crypt_use_gpgme», però Mutt no s'ha compiŀlat per a usar GPGME."
22779  
22780  #: cryptglue.c:112
22781 -#, fuzzy
22782  msgid "Invoking S/MIME..."
22783  msgstr "S'està invocant S/MIME..."
22784  
22785 @@ -1634,24 +1643,23 @@ msgstr "No s'ha habilitat l'ús de fils.
22786  
22787  #: curs_main.c:1210
22788  msgid "Thread broken"
22789 -msgstr ""
22790 +msgstr "S'ha trencat el fil."
22791  
22792  #: curs_main.c:1232
22793  msgid "No Message-ID: header available to link thread"
22794 -msgstr ""
22795 +msgstr "No hi ha capçalera «Message-ID:» amb què enllaçar el fil."
22796  
22797  #: curs_main.c:1234
22798 -#, fuzzy
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í."
22802  
22803  #: curs_main.c:1246
22804  msgid "Threads linked"
22805 -msgstr ""
22806 +msgstr "S'han enllaçat els fils."
22807  
22808  #: curs_main.c:1249
22809  msgid "No thread linked"
22810 -msgstr ""
22811 +msgstr "No s'ha enllaçat cap fil."
22812  
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
22816  #: editmsg.c:78
22817  #, c-format
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"
22821  
22822  #: editmsg.c:90
22823  #, c-format
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"
22827  
22828  #: editmsg.c:107
22829  #, c-format
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"
22833  
22834  #: editmsg.c:122
22835  msgid "Message file is empty!"
22836 @@ -1819,12 +1827,12 @@ msgstr "El missatge no ha estat modifica
22837  #: editmsg.c:137
22838  #, c-format
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"
22842  
22843  #: editmsg.c:144 editmsg.c:172
22844  #, c-format
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"
22848  
22849  #: editmsg.c:203
22850  #, c-format
22851 @@ -1863,7 +1871,7 @@ msgstr "[-- Tipus: %s/%s, Codificació: 
22852  msgid "[-- Autoview using %s --]\n"
22853  msgstr ""
22854  "[-- Eixida de l'ordre de visualització automàtica --]\n"
22855 -"[-- «%s» --]\n"
22856 +"[-- «%s». --]\n"
22857  
22858  # ivb (2001/12/08)
22859  # ivb  ABREUJAT!
22860 @@ -1883,13 +1891,13 @@ msgstr "[-- No s'ha pogut executar Â«%sÂ
22861  msgid "[-- Autoview stderr of %s --]\n"
22862  msgstr ""
22863  "[-- Errors de l'ordre de visualització automàtica --]\n"
22864 -"[-- «%s» --]\n"
22865 +"[-- «%s». --]\n"
22866  
22867  #: handler.c:1659
22868  msgid "[-- Error: message/external-body has no access-type parameter --]\n"
22869  msgstr ""
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». "
22873 +"--]\n"
22874  
22875  #: handler.c:1678
22876  #, c-format
22877 @@ -1903,6 +1911,7 @@ msgstr ""
22878  msgid "(size %s bytes) "
22879  msgstr "(amb mida %s octets) "
22880  
22881 +# No es pot posar sempre el punt en la frase!  ivb
22882  #: handler.c:1687
22883  msgid "has been deleted --]\n"
22884  msgstr "ha estat esborrat --]\n"
22885 @@ -1910,12 +1919,12 @@ msgstr "ha estat esborrat --]\n"
22886  #: handler.c:1692
22887  #, c-format
22888  msgid "[-- on %s --]\n"
22889 -msgstr "[-- amb data %s --]\n"
22890 +msgstr "[-- amb data %s. --]\n"
22891  
22892  #: handler.c:1697
22893  #, c-format
22894  msgid "[-- name: %s --]\n"
22895 -msgstr "[-- nom: %s --]\n"
22896 +msgstr "[-- Nom: %s --]\n"
22897  
22898  #: handler.c:1710 handler.c:1726
22899  #, c-format
22900 @@ -1931,9 +1940,7 @@ msgstr "[-- i la font externa indicada h
22901  #: handler.c:1730
22902  #, c-format
22903  msgid "[-- and the indicated access-type %s is unsupported --]\n"
22904 -msgstr ""
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"
22908  
22909  #: handler.c:1841
22910  msgid "Error: multipart/signed has no protocol."
22911 @@ -1950,12 +1957,12 @@ msgstr "No s'ha pogut obrir el fitxer te
22912  #: handler.c:1952
22913  #, c-format
22914  msgid "[-- %s/%s is unsupported "
22915 -msgstr "[-- No es suporta «%s/%s». "
22916 +msgstr "[-- No es pot mostrar «%s/%s» "
22917  
22918  #: handler.c:1957
22919  #, c-format
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)"
22923  
22924  #: handler.c:1959
22925  msgid "(need 'view-attachments' bound to key!)"
22926 @@ -2098,19 +2105,18 @@ msgid "Mailbox created."
22927  msgstr "S'ha creat la bústia."
22928  
22929  #: imap/browse.c:332
22930 -#, fuzzy, c-format
22931 +#, c-format
22932  msgid "Rename mailbox %s to: "
22933 -msgstr "Crea la bústia: "
22934 +msgstr "Reanomena la bústia «%s» a: "
22935  
22936  #: imap/browse.c:345
22937 -#, fuzzy, c-format
22938 +#, c-format
22939  msgid "Rename failed: %s"
22940 -msgstr "La negociació d'SSL ha fallat: %s."
22941 +msgstr "El reanomenament ha fallat: %s"
22942  
22943  #: imap/browse.c:350
22944 -#, fuzzy
22945  msgid "Mailbox renamed."
22946 -msgstr "S'ha creat la bústia."
22947 +msgstr "S'ha reanomenat la bústia."
22948  
22949  #: imap/command.c:298
22950  msgid "Mailbox closed"
22951 @@ -2134,7 +2140,7 @@ msgstr "Aquest servidor IMAP és antic. 
22952  
22953  #: imap/imap.c:422
22954  msgid "Checking mailbox subscriptions"
22955 -msgstr ""
22956 +msgstr "S'estan comprovant les subscripcions a bústies..."
22957  
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
22961  
22962  #: imap/imap.c:489 pop_lib.c:331
22963  msgid "Encrypted connection unavailable"
22964 -msgstr ""
22965 +msgstr "No s'ha pogut establir una connexió xifrada."
22966  
22967  #: imap/imap.c:618
22968  #, c-format
22969 @@ -2188,10 +2194,11 @@ msgstr "imap_sync_mailbox: Ha fallat «E
22970  msgid "CLOSE failed"
22971  msgstr "Ha fallat «CLOSE»."
22972  
22973 +# És un missatge d'error.  ivb
22974  #: imap/imap.c:1388
22975  #, c-format
22976  msgid "Header search without header name: %s"
22977 -msgstr ""
22978 +msgstr "Cercar les capçaleres requereix un nom de capçalera: %s"
22979  
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."
22984  
22985  #: imap/message.c:548
22986 -#, fuzzy
22987  msgid "Uploading message..."
22988  msgstr "S'està penjant el missatge..."
22989  
22990 @@ -2848,7 +2854,7 @@ msgstr "redacta un nou missatge de corre
22991  
22992  #: keymap_alldefs.h:103
22993  msgid "break the thread in two"
22994 -msgstr ""
22995 +msgstr "parteix el fil en dos"
22996  
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ó"
23001  
23002  #: keymap_alldefs.h:113
23003 -#, fuzzy
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"
23007  
23008  #: keymap_alldefs.h:114
23009  msgid "jump to the next new message"
23010 @@ -3050,9 +3055,8 @@ msgid "{internal}"
23011  msgstr "{interna}"
23012  
23013  #: keymap_alldefs.h:153
23014 -#, fuzzy
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)"
23018  
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 
23022  
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"
23027  
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"
23032  
23033  #: main.c:69
23034 -#, fuzzy
23035  msgid ""
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 ""
23039  "\n"
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"
23044  msgstr ""
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"
23056  "\n"
23057 @@ -3336,11 +3339,10 @@ msgstr ""
23058  "\n"
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"
23065  
23066  #: main.c:107
23067 -#, fuzzy
23068  msgid ""
23069  "usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
23070  "<file> ]\n"
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] "
23078 -"ADREÇA...\n"
23079 +"                 [-i FITXER] [-s ASSUMPTE] [-b ADREÇA] [-c ADREÇA] ADREÇA...\n"
23080  "            mutt [-n] [-e ORDRE] [-F FITXER] -p\n"
23081  "            mutt -v[v]\n"
23082  "\n"
23083  "Opcions:\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 "
23093 -"el\n"
23094 -"                       cos.\n"
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 "
23105 -"«mailboxes».\n"
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"
23113 +"                       estàndard."
23114  
23115  #: main.c:122
23116  msgid "  -d <level>\tlog debugging output to ~/.muttdebug0"
23117  msgstr ""
23118 +"  -d NIVELL            Escriu els missatges de depuració en «~/.muttdebug0»."
23119  
23120  #: main.c:125
23121 -#, fuzzy
23122  msgid ""
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"
23128  msgstr ""
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] "
23134 -"ADREÇA...\n"
23135 -"            mutt [-n] [-e ORDRE] [-F FITXER] -p\n"
23136 -"            mutt -v[v]\n"
23137 -"\n"
23138 -"Opcions:\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-
23147  #: main.c:753
23148  #, c-format
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"
23152  
23153  #: main.c:798
23154  msgid "No recipients specified.\n"
23155 @@ -3721,7 +3689,7 @@ msgstr "Error d'E/S"
23156  #: mutt_ssl.c:331
23157  #, c-format
23158  msgid "SSL failed: %s"
23159 -msgstr "La negociació d'SSL ha fallat: %s."
23160 +msgstr "La negociació d'SSL ha fallat: %s"
23161  
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."
23165  
23166  #: mutt_ssl_gnutls.c:95 mutt_ssl_gnutls.c:117
23167  msgid "Error: no TLS socket open"
23168 -msgstr ""
23169 +msgstr "Error: No hi ha un connector TLS obert."
23170  
23171  #: mutt_ssl_gnutls.c:204
23172  msgid "All available protocols for TLS/SSL connection disabled"
23173 -msgstr ""
23174 +msgstr "Tots els protocols de connexió TLS/SSL disponibles estan inhabilitats."
23175  
23176  #: mutt_ssl_gnutls.c:265
23177 -#, fuzzy, c-format
23178 +#, 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)."
23182  
23183  #: mutt_ssl_gnutls.c:508
23184  #, c-format
23185  msgid "Certificate verification error (%s)"
23186 -msgstr ""
23187 +msgstr "Error en la verificació del certificat: %s"
23188  
23189  #: mutt_ssl_gnutls.c:516
23190 -#, fuzzy
23191  msgid "Certificate is not X.509"
23192 -msgstr "S'ha desat el certificat."
23193 +msgstr "El certificat no és de tipus X.509."
23194  
23195  #: mutt_ssl_gnutls.c:523
23196 -#, fuzzy
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."
23200  
23201  #: mutt_ssl_gnutls.c:539
23202  msgid "Error processing certificate data"
23203 -msgstr ""
23204 +msgstr "Error en processar les dades del certificat."
23205  
23206  #: mutt_ssl_gnutls.c:724
23207 -#, fuzzy, c-format
23208 +#, c-format
23209  msgid "SHA1 Fingerprint: %s"
23210 -msgstr "Empremta digital: %s"
23211 +msgstr "Empremta digital SHA1: %s"
23212  
23213  #: mutt_ssl_gnutls.c:727
23214 -#, fuzzy, c-format
23215 +#, c-format
23216  msgid "MD5 Fingerprint: %s"
23217 -msgstr "Empremta digital: %s"
23218 +msgstr "Empremta digital MD5: %s"
23219  
23220  #: mutt_ssl_gnutls.c:732
23221 -#, fuzzy
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."
23225  
23226  #: mutt_ssl_gnutls.c:737
23227 -#, fuzzy
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."
23231  
23232  #: mutt_ssl_gnutls.c:742
23233 -#, fuzzy
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."
23237  
23238  #: mutt_ssl_gnutls.c:747
23239  msgid "WARNING: Server hostname does not match certificate"
23240 -msgstr ""
23241 +msgstr "Avís: El nom d'estació del servidor no concorda amb el del certificat."
23242  
23243  #: mutt_ssl_gnutls.c:752
23244 -#, fuzzy
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."
23248  
23249  #: mutt_ssl_gnutls.c:755
23250 -#, fuzzy
23251  msgid "TLS/SSL Certificate check"
23252 -msgstr "Comprovació del certificat SSL"
23253 +msgstr "Comprovació del certificat TLS/SSL"
23254  
23255  #: mutt_tunnel.c:70
23256 -#, fuzzy, c-format
23257 +#, c-format
23258  msgid "Connecting with \"%s\"..."
23259  msgstr "S'està connectant amb «%s»..."
23260  
23261  #: mutt_tunnel.c:137
23262  #, c-format
23263  msgid "Tunnel to %s returned error %d (%s)"
23264 -msgstr ""
23265 +msgstr "El túnel a «%s» ha tornat l'error %d: %s"
23266  
23267  #: mutt_tunnel.c:155 mutt_tunnel.c:171
23268 -#, fuzzy, c-format
23269 +#, 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"
23273  
23274  #: muttlib.c:910
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."
23277  #: pattern.c:840
23278  #, c-format
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."
23282  
23283  #: pattern.c:853
23284  #, c-format
23285 @@ -4232,15 +4193,13 @@ msgstr ""
23286  "\n"
23287  
23288  #: pgp.c:392 pgp.c:956
23289 -#, fuzzy
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."
23293  
23294  #. clear 'Invoking...' message, since there's no error
23295  #: pgp.c:441 pgp.c:952
23296 -#, fuzzy
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."
23300  
23301  #: pgp.c:728
23302  msgid "Internal error. Inform <roessler@does-not-exist.org>."
23303 @@ -4255,7 +4214,6 @@ msgstr ""
23304  "\n"
23305  
23306  #: pgp.c:833
23307 -#, fuzzy
23308  msgid "Decryption failed"
23309  msgstr "El desxifratge ha fallat."
23310  
23311 @@ -4328,7 +4286,7 @@ msgstr "Clau PGP %s."
23312  #: pop.c:91 pop_lib.c:201
23313  #, c-format
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»."
23317  
23318  #: pop.c:118
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
23322  #, c-format
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»."
23326  
23327  #: pop.c:248 pop.c:565
23328  #, c-format
23329 @@ -4404,7 +4362,7 @@ msgstr "L'autenticació APOP ha fallat."
23330  #: pop_auth.c:243
23331  #, c-format
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»."
23335  
23336  #: pop_lib.c:199
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."
23341  
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."
23346  
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."
23351  
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"
23356  
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 ""
23370  "\n"
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"
23375  msgstr ""
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 ""
23379  "\n"
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"
23384  "\n"
23385  
23386  #
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 ""
23396  "\n"
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"
23401  msgstr ""
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 ""
23405  "\n"
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"
23410  
23411  #: main.c:107
23412  #, fuzzy
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 ""
23422  "\n"
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"
23427  msgstr ""
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 ""
23431  "\n"
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  "
23435 -"02111, USA.\n"
23436 +"    Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  "
23437 +"02110-1301, USA.\n"
23438  
23439  #: main.c:107
23440  #, fuzzy
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 ""
23450  "\n"
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"
23455  msgstr ""
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 ""
23459  "\n"
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"
23464  "\n"
23465  
23466  #
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 ""
23476  "\n"
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"
23481  msgstr ""
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 ""
23485  "\n"
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"
23490  
23491  #: main.c:107
23492  #, fuzzy
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 ""
23502  "\n"
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"
23507  msgstr ""
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 ""
23511  "\n"
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"
23516  
23517  #: main.c:107
23518  #, fuzzy
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 ""
23528  "\n"
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"
23533  msgstr ""
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 ""
23537  "\n"
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"
23542  
23543  #: main.c:107
23544  #, fuzzy
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
23553 @@ -8,10 +8,10 @@
23554  # , fuzzy
23555  msgid ""
23556  msgstr ""
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
23569  #, c-format
23570  msgid "Header search without header name: %s"
23571 -msgstr ""
23572 +msgstr "Recherche d'en-tête sans nom d'en-tête : %s"
23573  
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."
23578  
23579  #: imap/message.c:548
23580 -#, fuzzy
23581  msgid "Uploading message..."
23582 -msgstr "Chargement du message ..."
23583 +msgstr "Chargement du message..."
23584  
23585  # , c-format
23586  #: imap/message.c:708
23587 @@ -3276,7 +3275,7 @@ msgid ""
23588  "\n"
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"
23593  msgstr ""
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 ""
23597  "\n"
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"
23602  
23603  #: main.c:107
23604 -#, fuzzy
23605  msgid ""
23606  "usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
23607  "<file> ]\n"
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"
23614  
23615  #: main.c:122
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
23623 @@ -0,0 +1,4775 @@
23624 +# Irish translations for mutt.
23625 +# Copyright (C) 2003 Free Software Foundation, Inc.
23626 +# Kevin Patrick Scannell <scannell@SLU.EDU>, 2005.
23627 +#
23628 +msgid ""
23629 +msgstr ""
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"
23639 +
23640 +#: account.c:154
23641 +#, c-format
23642 +msgid "Username at %s: "
23643 +msgstr "Ainm úsáideora ag %s: "
23644 +
23645 +#: account.c:209
23646 +#, c-format
23647 +msgid "Password for %s@%s: "
23648 +msgstr "Focal faire do %s@%s: "
23649 +
23650 +#: addrbook.c:37 browser.c:45 pager.c:1483 postpone.c:43 query.c:48
23651 +#: recvattach.c:54
23652 +msgid "Exit"
23653 +msgstr "Scoir"
23654 +
23655 +#: addrbook.c:38 curs_main.c:407 pager.c:1490 postpone.c:44
23656 +msgid "Del"
23657 +msgstr "Scr"
23658 +
23659 +#: addrbook.c:39 curs_main.c:408 postpone.c:45
23660 +msgid "Undel"
23661 +msgstr "DíScr"
23662 +
23663 +#: addrbook.c:40
23664 +msgid "Select"
23665 +msgstr "Roghnaigh"
23666 +
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
23671 +msgid "Help"
23672 +msgstr "Cabhair"
23673 +
23674 +#: addrbook.c:145
23675 +msgid "You have no aliases!"
23676 +msgstr "Níl aon ailias agat!"
23677 +
23678 +#: addrbook.c:156
23679 +msgid "Aliases"
23680 +msgstr "Ailiasanna"
23681 +
23682 +#. add a new alias
23683 +#: alias.c:246
23684 +msgid "Alias as: "
23685 +msgstr "Ailias: "
23686 +
23687 +#: alias.c:252
23688 +msgid "You already have an alias defined with that name!"
23689 +msgstr "Tá an t-ailias seo agat cheana féin!"
23690 +
23691 +#: alias.c:258
23692 +msgid "Warning: This alias name may not work.  Fix it?"
23693 +msgstr ""
23694 +"Rabhadh: Is féidir nach n-oibreoidh an t-ailias seo i gceart.  Ceartaigh?"
23695 +
23696 +#: alias.c:283
23697 +msgid "Address: "
23698 +msgstr "Seoladh: "
23699 +
23700 +#: alias.c:293 send.c:206
23701 +#, c-format
23702 +msgid "Error: '%s' is a bad IDN."
23703 +msgstr "Earráid: Is drochIDN é '%s'"
23704 +
23705 +#: alias.c:305
23706 +msgid "Personal name: "
23707 +msgstr "Ainm pearsanta: "
23708 +
23709 +#: alias.c:314
23710 +#, c-format
23711 +msgid "[%s = %s] Accept?"
23712 +msgstr "[%s = %s] Glac Leis?"
23713 +
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: "
23718 +
23719 +#: alias.c:346
23720 +msgid "Alias added."
23721 +msgstr "Cuireadh an t-ailias leis."
23722 +
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?"
23726 +
23727 +#. For now, editing requires a file, no piping
23728 +#: attach.c:126
23729 +#, c-format
23730 +msgid "Mailcap compose entry requires %%s"
23731 +msgstr "Tá gá le %%s in iontráil chumtha Mailcap"
23732 +
23733 +#: attach.c:134 attach.c:266 commands.c:221 compose.c:1183 curs_lib.c:179
23734 +#: curs_lib.c:458
23735 +#, c-format
23736 +msgid "Error running \"%s\"!"
23737 +msgstr "Earráid agus \"%s\" á rith!"
23738 +
23739 +#: attach.c:144
23740 +msgid "Failure to open file to parse headers."
23741 +msgstr "Níorbh fhéidir comhad a oscailt chun ceanntásca a pharsáil."
23742 +
23743 +#: attach.c:175
23744 +msgid "Failure to open file to strip headers."
23745 +msgstr "Níorbh fhéidir comhad a oscailt chun ceanntásca a struipeáil."
23746 +
23747 +#: attach.c:184
23748 +msgid "Failure to rename file."
23749 +msgstr "Theip ar athainmniú comhaid."
23750 +
23751 +#: attach.c:197
23752 +#, c-format
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ú."
23755 +
23756 +#. For now, editing requires a file, no piping
23757 +#: attach.c:258
23758 +#, c-format
23759 +msgid "Mailcap Edit entry requires %%s"
23760 +msgstr "Tá gá le %%s in iontráil Eagair Mailcap"
23761 +
23762 +#: attach.c:280
23763 +#, c-format
23764 +msgid "No mailcap edit entry for %s"
23765 +msgstr "Níl aon iontráil eagair mailcap do %s"
23766 +
23767 +#: attach.c:443
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."
23770 +
23771 +#: attach.c:456
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."
23774 +
23775 +#: attach.c:546
23776 +msgid "Cannot create filter"
23777 +msgstr "Ní féidir an scagaire a chruthú"
23778 +
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ú"
23783 +
23784 +#: attach.c:840
23785 +msgid "Write fault!"
23786 +msgstr "Fadhb i rith scríofa!"
23787 +
23788 +#: attach.c:1082
23789 +msgid "I don't know how to print that!"
23790 +msgstr "Ní fhéadaim priontáil!"
23791 +
23792 +#: browser.c:46
23793 +msgid "Chdir"
23794 +msgstr "Chdir"
23795 +
23796 +#: browser.c:47
23797 +msgid "Mask"
23798 +msgstr "Masc"
23799 +
23800 +#: browser.c:382 browser.c:990
23801 +#, c-format
23802 +msgid "%s is not a directory."
23803 +msgstr "Ní comhadlann í %s."
23804 +
23805 +#: browser.c:502
23806 +#, c-format
23807 +msgid "Mailboxes [%d]"
23808 +msgstr "Boscaí Poist [%d]"
23809 +
23810 +#: browser.c:509
23811 +#, c-format
23812 +msgid "Subscribed [%s], File mask: %s"
23813 +msgstr "Liostáilte [%s], Masc comhaid: %s"
23814 +
23815 +#: browser.c:513
23816 +#, c-format
23817 +msgid "Directory [%s], File mask: %s"
23818 +msgstr "Comhadlann [%s], Masc comhaid: %s"
23819 +
23820 +#: browser.c:525
23821 +msgid "Can't attach a directory!"
23822 +msgstr "Ní féidir comhadlann a cheangal!"
23823 +
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"
23827 +
23828 +#: browser.c:861
23829 +msgid "Create is only supported for IMAP mailboxes"
23830 +msgstr "Ní féidir cruthú ach le boscaí poist IMAP"
23831 +
23832 +#: browser.c:881
23833 +msgid "Rename is only supported for IMAP mailboxes"
23834 +msgstr "Ní féidir athainmniú ach le boscaí poist IMAP"
23835 +
23836 +#: browser.c:902
23837 +msgid "Delete is only supported for IMAP mailboxes"
23838 +msgstr "Ní féidir scriosadh ach le boscaí poist IMAP"
23839 +
23840 +#: browser.c:910
23841 +#, c-format
23842 +msgid "Really delete mailbox \"%s\"?"
23843 +msgstr "Scrios bosca poist \"%s\" i ndáiríre?"
23844 +
23845 +#: browser.c:924
23846 +msgid "Mailbox deleted."
23847 +msgstr "Scriosadh an bosca."
23848 +
23849 +#: browser.c:930
23850 +msgid "Mailbox not deleted."
23851 +msgstr "Níor scriosadh an bosca."
23852 +
23853 +#: browser.c:949
23854 +msgid "Chdir to: "
23855 +msgstr "Chdir go: "
23856 +
23857 +#: browser.c:978 browser.c:1050
23858 +msgid "Error scanning directory."
23859 +msgstr "Earráid agus comhadlann á scanadh."
23860 +
23861 +#: browser.c:1001
23862 +msgid "File Mask: "
23863 +msgstr "Masc Comhaid: "
23864 +
23865 +#: browser.c:1073
23866 +msgid "Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? "
23867 +msgstr ""
23868 +"Sórtáil droim ar ais de réir (d)áta, (a)ibítíre, (m)éid, nó (n)á sórtáil? "
23869 +
23870 +#: browser.c:1074
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? "
23873 +
23874 +#: browser.c:1075
23875 +msgid "dazn"
23876 +msgstr "damn"
23877 +
23878 +#: browser.c:1141
23879 +msgid "New file name: "
23880 +msgstr "Ainm comhaid nua: "
23881 +
23882 +#: browser.c:1172
23883 +msgid "Can't view a directory"
23884 +msgstr "Ní féidir comhadlann a scrúdú"
23885 +
23886 +#: browser.c:1189
23887 +msgid "Error trying to view file"
23888 +msgstr "Earráid ag iarraidh comhad a scrúdú"
23889 +
23890 +#: buffy.c:446
23891 +msgid "New mail in "
23892 +msgstr "Post nua i "
23893 +
23894 +#: color.c:326
23895 +#, c-format
23896 +msgid "%s: color not supported by term"
23897 +msgstr "%s: níl dathanna ar fáil leis an teirminéal seo"
23898 +
23899 +#: color.c:332
23900 +#, c-format
23901 +msgid "%s: no such color"
23902 +msgstr "%s: níl a leithéid de dhath ann"
23903 +
23904 +#: color.c:378 color.c:579 color.c:590
23905 +#, c-format
23906 +msgid "%s: no such object"
23907 +msgstr "%s: níl a leithéid de rud ann"
23908 +
23909 +#: color.c:385
23910 +#, c-format
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"
23913 +
23914 +#: color.c:393
23915 +#, c-format
23916 +msgid "%s: too few arguments"
23917 +msgstr "%s: níl go leor argóintí ann"
23918 +
23919 +#: color.c:567
23920 +msgid "Missing arguments."
23921 +msgstr "Argóintí ar iarraidh."
23922 +
23923 +#: color.c:606 color.c:617
23924 +msgid "color: too few arguments"
23925 +msgstr "color: níl go leor argóintí ann"
23926 +
23927 +#: color.c:640
23928 +msgid "mono: too few arguments"
23929 +msgstr "mono: níl go leor argóintí ann"
23930 +
23931 +#: color.c:660
23932 +#, c-format
23933 +msgid "%s: no such attribute"
23934 +msgstr "%s: níl a leithéid d'aitreabúid ann"
23935 +
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"
23939 +
23940 +#: color.c:709 hook.c:83
23941 +msgid "too many arguments"
23942 +msgstr "an iomarca argóintí"
23943 +
23944 +#: color.c:725
23945 +msgid "default colors not supported"
23946 +msgstr "níl na dathanna réamhshocraithe ar fáil"
23947 +
23948 +#. find out whether or not the verify signature
23949 +#: commands.c:92
23950 +msgid "Verify PGP signature?"
23951 +msgstr "Fíoraigh síniú PGP?"
23952 +
23953 +#: commands.c:117 mbox.c:736
23954 +msgid "Could not create temporary file!"
23955 +msgstr "Níorbh fhéidir comhad sealadach a chruthú!"
23956 +
23957 +#: commands.c:130
23958 +msgid "Cannot create display filter"
23959 +msgstr "Ní féidir scagaire taispeána a chruthú"
23960 +
23961 +#: commands.c:150
23962 +msgid "Could not copy message"
23963 +msgstr "Níorbh fhéidir teachtaireacht a chóipeáil"
23964 +
23965 +#: commands.c:187
23966 +msgid "S/MIME signature successfully verified."
23967 +msgstr "Bhí an síniú S/MIME fíoraithe."
23968 +
23969 +#: commands.c:189
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."
23972 +
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."
23976 +
23977 +#: commands.c:194
23978 +msgid "S/MIME signature could NOT be verified."
23979 +msgstr "Níorbh fhéidir an síniú S/MIME a fhíorú."
23980 +
23981 +#: commands.c:201
23982 +msgid "PGP signature successfully verified."
23983 +msgstr "Bhí an síniú PGP fíoraithe."
23984 +
23985 +#: commands.c:205
23986 +msgid "PGP signature could NOT be verified."
23987 +msgstr "Níorbh fhéidir an síniú PGP a fhíorú."
23988 +
23989 +#: commands.c:228
23990 +msgid "Command: "
23991 +msgstr "Ordú: "
23992 +
23993 +#: commands.c:247 recvcmd.c:147
23994 +msgid "Bounce message to: "
23995 +msgstr "Scinn teachtaireacht go: "
23996 +
23997 +#: commands.c:249 recvcmd.c:149
23998 +msgid "Bounce tagged messages to: "
23999 +msgstr "Scinn teachtaireachtaí clibeáilte go: "
24000 +
24001 +#: commands.c:264 recvcmd.c:158
24002 +msgid "Error parsing address!"
24003 +msgstr "Earráid agus seoladh á pharsáil!"
24004 +
24005 +#: commands.c:272 recvcmd.c:166
24006 +#, c-format
24007 +msgid "Bad IDN: '%s'"
24008 +msgstr "DrochIDN: '%s'"
24009 +
24010 +#: commands.c:283 recvcmd.c:180
24011 +#, c-format
24012 +msgid "Bounce message to %s"
24013 +msgstr "Scinn teachtaireacht go %s"
24014 +
24015 +#: commands.c:283 recvcmd.c:180
24016 +#, c-format
24017 +msgid "Bounce messages to %s"
24018 +msgstr "Scinn teachtaireachtaí go %s"
24019 +
24020 +#: commands.c:299 recvcmd.c:196
24021 +msgid "Message not bounced."
24022 +msgstr "Níor scinneadh an teachtaireacht."
24023 +
24024 +#: commands.c:299 recvcmd.c:196
24025 +msgid "Messages not bounced."
24026 +msgstr "Níor scinneadh na teachtaireachtaí."
24027 +
24028 +#: commands.c:309 recvcmd.c:215
24029 +msgid "Message bounced."
24030 +msgstr "Scinneadh an teachtaireacht."
24031 +
24032 +#: commands.c:309 recvcmd.c:215
24033 +msgid "Messages bounced."
24034 +msgstr "Scinneadh na teachtaireachtaí"
24035 +
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"
24039 +
24040 +#: commands.c:466
24041 +msgid "Pipe to command: "
24042 +msgstr "Píopa go dtí an t-ordú: "
24043 +
24044 +#: commands.c:483
24045 +msgid "No printing command has been defined."
24046 +msgstr "Níl aon ordú priontála sainmhínithe."
24047 +
24048 +#: commands.c:488
24049 +msgid "Print message?"
24050 +msgstr "Priontáil teachtaireacht?"
24051 +
24052 +#: commands.c:488
24053 +msgid "Print tagged messages?"
24054 +msgstr "Priontáil teachtaireachtaí clibeáilte?"
24055 +
24056 +#: commands.c:497
24057 +msgid "Message printed"
24058 +msgstr "Priontáilte"
24059 +
24060 +#: commands.c:497
24061 +msgid "Messages printed"
24062 +msgstr "Priontáilte"
24063 +
24064 +#: commands.c:499
24065 +msgid "Message could not be printed"
24066 +msgstr "Níorbh fhéidir an teachtaireacht a phriontáil"
24067 +
24068 +#: commands.c:500
24069 +msgid "Messages could not be printed"
24070 +msgstr "Níorbh fhéidir na teachtaireachtaí a phriontáil"
24071 +
24072 +#: commands.c:509
24073 +msgid ""
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)"
24075 +"am?: "
24076 +msgstr ""
24077 +"DroimArAis (d)áta/(ó)/(f)ág/á(b)har/(g)o/s(n)áith/dí(s)hórt/(m)éid/s(c)ór/s(p)"
24078 +"am?: "
24079 +
24080 +#: commands.c:510
24081 +msgid ""
24082 +"Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore/s(p)"
24083 +"am?: "
24084 +msgstr ""
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)"
24086 +"am?: "
24087 +
24088 +#: commands.c:511
24089 +msgid "dfrsotuzcp"
24090 +msgstr "dófbgnsmcp"
24091 +
24092 +#: commands.c:568
24093 +msgid "Shell command: "
24094 +msgstr "Ordú blaoisce: "
24095 +
24096 +#: commands.c:716
24097 +#, c-format
24098 +msgid "Decode-save%s to mailbox"
24099 +msgstr "Díchódaigh-sábháil%s go bosca poist"
24100 +
24101 +#: commands.c:717
24102 +#, c-format
24103 +msgid "Decode-copy%s to mailbox"
24104 +msgstr "Díchódaigh-cóipeáil%s go bosca poist"
24105 +
24106 +#: commands.c:718
24107 +#, c-format
24108 +msgid "Decrypt-save%s to mailbox"
24109 +msgstr "Díchriptigh-sábháil%s go bosca poist"
24110 +
24111 +#: commands.c:719
24112 +#, c-format
24113 +msgid "Decrypt-copy%s to mailbox"
24114 +msgstr "Díchriptigh-cóipeáil%s go bosca poist"
24115 +
24116 +#: commands.c:720
24117 +#, c-format
24118 +msgid "Save%s to mailbox"
24119 +msgstr "Sábháil%s go dtí an bosca poist"
24120 +
24121 +#: commands.c:720
24122 +#, c-format
24123 +msgid "Copy%s to mailbox"
24124 +msgstr "Cóipeáil%s go dtí an bosca poist"
24125 +
24126 +#: commands.c:721
24127 +msgid " tagged"
24128 +msgstr " clibeáilte"
24129 +
24130 +#: commands.c:794
24131 +#, c-format
24132 +msgid "Copying to %s..."
24133 +msgstr "Á chóipeáil go %s..."
24134 +
24135 +#: commands.c:926
24136 +#, c-format
24137 +msgid "Convert to %s upon sending?"
24138 +msgstr "Tiontaigh go %s agus á sheoladh?"
24139 +
24140 +#: commands.c:936
24141 +#, c-format
24142 +msgid "Content-Type changed to %s."
24143 +msgstr "Athraíodh Content-Type go %s."
24144 +
24145 +#: commands.c:941
24146 +#, c-format
24147 +msgid "Character set changed to %s; %s."
24148 +msgstr "Athraíodh an tacar carachtar go %s; %s."
24149 +
24150 +#: commands.c:943
24151 +msgid "not converting"
24152 +msgstr "gan tiontú"
24153 +
24154 +#: commands.c:943
24155 +msgid "converting"
24156 +msgstr "á tiontú"
24157 +
24158 +#: compose.c:47
24159 +msgid "There are no attachments."
24160 +msgstr "Níl aon iatán ann."
24161 +
24162 +#: compose.c:89
24163 +msgid "Send"
24164 +msgstr "Seol"
24165 +
24166 +#: compose.c:90 remailer.c:487
24167 +msgid "Abort"
24168 +msgstr "Tobscoir"
24169 +
24170 +#: compose.c:94 compose.c:668
24171 +msgid "Attach file"
24172 +msgstr "Iatán"
24173 +
24174 +#: compose.c:95
24175 +msgid "Descrip"
24176 +msgstr "Cur Síos"
24177 +
24178 +#: compose.c:132
24179 +msgid "Sign, Encrypt"
24180 +msgstr "Sínigh, Criptigh"
24181 +
24182 +#: compose.c:134
24183 +msgid "Encrypt"
24184 +msgstr "Criptigh"
24185 +
24186 +#: compose.c:136
24187 +msgid "Sign"
24188 +msgstr "Sínigh"
24189 +
24190 +#: compose.c:138
24191 +msgid "Clear"
24192 +msgstr "Glan"
24193 +
24194 +#: compose.c:145
24195 +msgid " (inline)"
24196 +msgstr " (inlíne)"
24197 +
24198 +#: compose.c:147
24199 +msgid " (PGP/MIME)"
24200 +msgstr " (PGP/MIME)"
24201 +
24202 +#: compose.c:155 compose.c:159
24203 +msgid " sign as: "
24204 +msgstr " sínigh mar: "
24205 +
24206 +#: compose.c:155 compose.c:159
24207 +msgid "<default>"
24208 +msgstr "<réamhshocraithe>"
24209 +
24210 +#: compose.c:167
24211 +msgid "Encrypt with: "
24212 +msgstr "Criptigh le: "
24213 +
24214 +#: compose.c:221
24215 +#, c-format
24216 +msgid "%s [#%d] no longer exists!"
24217 +msgstr "níl %s [#%d] ann níos mó!"
24218 +
24219 +#: compose.c:229
24220 +#, c-format
24221 +msgid "%s [#%d] modified. Update encoding?"
24222 +msgstr "Mionathraíodh %s [#%d]. Nuashonraigh a ionchódú?"
24223 +
24224 +#: compose.c:272
24225 +msgid "-- Attachments"
24226 +msgstr "-- Iatáin"
24227 +
24228 +#: compose.c:302
24229 +#, c-format
24230 +msgid "Warning: '%s' is a bad IDN."
24231 +msgstr "Rabhadh: is drochIDN '%s'."
24232 +
24233 +#: compose.c:325
24234 +msgid "You may not delete the only attachment."
24235 +msgstr "Ní féidir leat an t-iatán amháin a scriosadh."
24236 +
24237 +#: compose.c:601 send.c:1492
24238 +#, c-format
24239 +msgid "Bad IDN in \"%s\": '%s'"
24240 +msgstr "DrochIDN i \"%s\": '%s'"
24241 +
24242 +#: compose.c:684
24243 +msgid "Attaching selected files..."
24244 +msgstr "Comhaid roghnaithe á gceangal..."
24245 +
24246 +#: compose.c:696
24247 +#, c-format
24248 +msgid "Unable to attach %s!"
24249 +msgstr "Ní féidir %s a cheangal!"
24250 +
24251 +#: compose.c:715
24252 +msgid "Open mailbox to attach message from"
24253 +msgstr "Oscail an bosca poist as a gceanglóidh tú teachtaireacht"
24254 +
24255 +#: compose.c:753
24256 +msgid "No messages in that folder."
24257 +msgstr "Níl aon teachtaireacht san fhillteán sin."
24258 +
24259 +#: compose.c:762
24260 +msgid "Tag the messages you want to attach!"
24261 +msgstr "Clibeáil na teachtaireachtaí le ceangal!"
24262 +
24263 +#: compose.c:794
24264 +msgid "Unable to attach!"
24265 +msgstr "Ní féidir a cheangal!"
24266 +
24267 +#: compose.c:845
24268 +msgid "Recoding only affects text attachments."
24269 +msgstr "Téann ath-ionchódú i bhfeidhm ar iatáin téacs amháin."
24270 +
24271 +#: compose.c:850
24272 +msgid "The current attachment won't be converted."
24273 +msgstr "Ní thiontófar an t-iatán reatha."
24274 +
24275 +#: compose.c:852
24276 +msgid "The current attachment will be converted."
24277 +msgstr "Tiontófar an t-iatán reatha."
24278 +
24279 +#: compose.c:927
24280 +msgid "Invalid encoding."
24281 +msgstr "Ionchódú neamhbhailí."
24282 +
24283 +#: compose.c:953
24284 +msgid "Save a copy of this message?"
24285 +msgstr "Sábháil cóip den teachtaireacht seo?"
24286 +
24287 +#: compose.c:1009
24288 +msgid "Rename to: "
24289 +msgstr "Athainmnigh go: "
24290 +
24291 +#: compose.c:1014 editmsg.c:116 sendlib.c:856
24292 +#, c-format
24293 +msgid "Can't stat %s: %s"
24294 +msgstr "ní féidir %s a `stat': %s"
24295 +
24296 +#: compose.c:1041
24297 +msgid "New file: "
24298 +msgstr "Comhad nua: "
24299 +
24300 +#: compose.c:1054
24301 +msgid "Content-Type is of the form base/sub"
24302 +msgstr "Is san fhoirm base/sub é Content-Type"
24303 +
24304 +#: compose.c:1060
24305 +#, c-format
24306 +msgid "Unknown Content-Type %s"
24307 +msgstr "Content-Type anaithnid %s"
24308 +
24309 +#: compose.c:1073
24310 +#, c-format
24311 +msgid "Can't create file %s"
24312 +msgstr "Ní féidir an comhad %s a chruthú"
24313 +
24314 +#: compose.c:1081
24315 +msgid "What we have here is a failure to make an attachment"
24316 +msgstr "Ní féidir iatán a chruthú"
24317 +
24318 +#: compose.c:1142
24319 +msgid "Postpone this message?"
24320 +msgstr "Cuir an teachtaireacht ar athlá?"
24321 +
24322 +#: compose.c:1201
24323 +msgid "Write message to mailbox"
24324 +msgstr "Scríobh teachtaireacht sa bhosca poist"
24325 +
24326 +#: compose.c:1204
24327 +#, c-format
24328 +msgid "Writing message to %s ..."
24329 +msgstr "Teachtaireacht á scríobh i %s ..."
24330 +
24331 +#: compose.c:1213
24332 +msgid "Message written."
24333 +msgstr "Teachtaireacht scríofa."
24334 +
24335 +#: compose.c:1225
24336 +msgid "S/MIME already selected. Clear & continue ? "
24337 +msgstr "S/MIME roghnaithe cheana.  Glan agus lean ar aghaidh? "
24338 +
24339 +#: compose.c:1251
24340 +msgid "PGP already selected. Clear & continue ? "
24341 +msgstr "PGP roghnaithe cheana.  Glan agus lean ar aghaidh? "
24342 +
24343 +#: crypt-gpgme.c:335
24344 +#, c-format
24345 +msgid "error creating gpgme context: %s\n"
24346 +msgstr "earráid agus comhthéacs gpgme á chruthú: %s\n"
24347 +
24348 +#: crypt-gpgme.c:345
24349 +#, c-format
24350 +msgid "error enabling CMS protocol: %s\n"
24351 +msgstr "earráid agus prótacal CMS á chumasú: %s\n"
24352 +
24353 +#: crypt-gpgme.c:365
24354 +#, c-format
24355 +msgid "error creating gpgme data object: %s\n"
24356 +msgstr "earráid agus réad gpgme á chruthú: %s\n"
24357 +
24358 +#: crypt-gpgme.c:431 crypt-gpgme.c:449 crypt-gpgme.c:1327
24359 +#, c-format
24360 +msgid "error allocating data object: %s\n"
24361 +msgstr "earráid agus réad á dháileadh: %s\n"
24362 +
24363 +#: crypt-gpgme.c:467
24364 +#, c-format
24365 +msgid "error rewinding data object: %s\n"
24366 +msgstr "earráid agus réad á atochras: %s\n"
24367 +
24368 +#: crypt-gpgme.c:489 crypt-gpgme.c:536
24369 +#, c-format
24370 +msgid "error reading data object: %s\n"
24371 +msgstr "earráid agus réad á léamh: %s\n"
24372 +
24373 +#: crypt-gpgme.c:597
24374 +#, c-format
24375 +msgid "error adding recipient `%s': %s\n"
24376 +msgstr "earráid agus faighteoir `%s' á chur leis: %s\n"
24377 +
24378 +#: crypt-gpgme.c:635
24379 +#, c-format
24380 +msgid "secret key `%s' not found: %s\n"
24381 +msgstr "eochair rúnda `%s' gan aimsiú: %s\n"
24382 +
24383 +#: crypt-gpgme.c:645
24384 +#, c-format
24385 +msgid "ambiguous specification of secret key `%s'\n"
24386 +msgstr "sonrú débhríoch d'eochair rúnda `%s'\n"
24387 +
24388 +#: crypt-gpgme.c:657
24389 +#, c-format
24390 +msgid "error setting secret key `%s': %s\n"
24391 +msgstr "earráid agus eochair rúnda á shocrú `%s': %s\n"
24392 +
24393 +#: crypt-gpgme.c:701
24394 +#, c-format
24395 +msgid "error encrypting data: %s\n"
24396 +msgstr "earráid agus sonraí á gcriptiú: %s\n"
24397 +
24398 +#: crypt-gpgme.c:798
24399 +#, c-format
24400 +msgid "error signing data: %s\n"
24401 +msgstr "earráid agus sonraí á síniú: %s\n"
24402 +
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"
24406 +
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: "
24410 +
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"
24414 +
24415 +#: crypt-gpgme.c:1024
24416 +msgid "Warning: The signature expired at: "
24417 +msgstr "Rabhadh: D'imigh an síniú as feidhm ar: "
24418 +
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"
24422 +
24423 +#: crypt-gpgme.c:1035
24424 +msgid "The CRL is not available\n"
24425 +msgstr "Níl an CRL ar fáil\n"
24426 +
24427 +#: crypt-gpgme.c:1041
24428 +msgid "Available CRL is too old\n"
24429 +msgstr "Is róshean an CRL le fáil\n"
24430 +
24431 +#: crypt-gpgme.c:1046
24432 +msgid "A policy requirement was not met\n"
24433 +msgstr "Níor freastalaíodh ar riachtanas polasaí\n"
24434 +
24435 +#: crypt-gpgme.c:1055
24436 +msgid "A system error occurred"
24437 +msgstr "Tharla earráid chórais"
24438 +
24439 +#: crypt-gpgme.c:1092 crypt-gpgme.c:3036
24440 +msgid "Fingerprint: "
24441 +msgstr "Méarlorg: "
24442 +
24443 +#: crypt-gpgme.c:1152
24444 +msgid ""
24445 +"WARNING: We have NO indication whether the key belongs to the person named as "
24446 +"shown above\n"
24447 +msgstr ""
24448 +"RABHADH: Níl fianaise AR BITH againn go bhfuil an eochair ag an duine "
24449 +"ainmnithe thuas\n"
24450 +
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"
24454 +
24455 +#: crypt-gpgme.c:1163
24456 +msgid ""
24457 +"WARNING: It is NOT certain that the key belongs to the person named as shown "
24458 +"above\n"
24459 +msgstr ""
24460 +"RABHADH: NÍL mé cinnte go bhfuil an eochair ag an duine ainmnithe thuas\n"
24461 +
24462 +#: crypt-gpgme.c:1238
24463 +msgid "Error getting key information: "
24464 +msgstr "Earráid agus eolas faoin eochair á fháil: "
24465 +
24466 +#. ultimate).
24467 +#: crypt-gpgme.c:1245 crypt-gpgme.c:1278
24468 +msgid "Good signature from: "
24469 +msgstr "Síniú maith ó: "
24470 +
24471 +#: crypt-gpgme.c:1255
24472 +msgid "                aka: "
24473 +msgstr "ar a dtugtar freisin: "
24474 +
24475 +#: crypt-gpgme.c:1259 crypt-gpgme.c:1281
24476 +msgid "            created: "
24477 +msgstr "          cruthaithe: "
24478 +
24479 +#: crypt-gpgme.c:1268
24480 +msgid "*BAD* signature claimed to be from: "
24481 +msgstr "*DROCH*shíniú a dhearbhaítear a bheith ó: "
24482 +
24483 +#: crypt-gpgme.c:1291
24484 +msgid "Error checking signature"
24485 +msgstr "Earráid agus an síniú á sheiceáil"
24486 +
24487 +#. data.
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"
24491 +
24492 +#: crypt-gpgme.c:1344
24493 +msgid "Error: verification failed: %s\n"
24494 +msgstr "Earráid: theip ar fhíorú: %s\n"
24495 +
24496 +#: crypt-gpgme.c:1386
24497 +#, c-format
24498 +msgid "*** Begin Notation (signature by: %s) ***\n"
24499 +msgstr "*** Tosú na Nodaireachta (sínithe ag: %s) ***\n"
24500 +
24501 +#: crypt-gpgme.c:1405
24502 +msgid "*** End Notation ***\n"
24503 +msgstr "*** Deireadh na Nodaireachta ***\n"
24504 +
24505 +#: crypt-gpgme.c:1413 crypt-gpgme.c:1552 crypt-gpgme.c:2046
24506 +msgid ""
24507 +"[-- End signature information --]\n"
24508 +"\n"
24509 +msgstr ""
24510 +"[-- Deireadh an eolais faoin síniú --\n"
24511 +"\n"
24512 +
24513 +#: crypt-gpgme.c:1507
24514 +#, c-format
24515 +msgid ""
24516 +"[-- Error: decryption failed: %s --]\n"
24517 +"\n"
24518 +msgstr ""
24519 +"[-- Earráid: theip ar dhíchriptiú: %s --]\n"
24520 +"\n"
24521 +
24522 +#: crypt-gpgme.c:2006
24523 +#, c-format
24524 +msgid "Error: decryption/verification failed: %s\n"
24525 +msgstr "Earráid: theip ar dhíchriptiú/fhíorú: %s\n"
24526 +
24527 +#: crypt-gpgme.c:2054
24528 +msgid "Error: copy data failed\n"
24529 +msgstr "Earráid: theip ar chóipeáil na sonraí\n"
24530 +
24531 +#: crypt-gpgme.c:2074 pgp.c:410
24532 +msgid ""
24533 +"[-- BEGIN PGP MESSAGE --]\n"
24534 +"\n"
24535 +msgstr ""
24536 +"[-- TOSACH TEACHTAIREACHTA PGP --]\n"
24537 +"\n"
24538 +
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"
24542 +
24543 +#: crypt-gpgme.c:2079 pgp.c:414
24544 +msgid ""
24545 +"[-- BEGIN PGP SIGNED MESSAGE --]\n"
24546 +"\n"
24547 +msgstr ""
24548 +"[-- TOSACH TEACHTAIREACHTA PGP SÍNITHE --]\n"
24549 +"\n"
24550 +
24551 +#: crypt-gpgme.c:2106 pgp.c:440
24552 +msgid "[-- END PGP MESSAGE --]\n"
24553 +msgstr "[-- DEIREADH TEACHTAIREACHTA PGP --]\n"
24554 +
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"
24558 +
24559 +#: crypt-gpgme.c:2110 pgp.c:446
24560 +msgid "[-- END PGP SIGNED MESSAGE --]\n"
24561 +msgstr "[-- DEIREADH NA TEACHTAIREACHTA SÍNITHE PGP --]\n"
24562 +
24563 +#: crypt-gpgme.c:2131 pgp.c:476
24564 +msgid ""
24565 +"[-- Error: could not find beginning of PGP message! --]\n"
24566 +"\n"
24567 +msgstr ""
24568 +"[-- Earráid: níorbh fhéidir tosach na teachtaireachta PGP a aimsiú! --]\n"
24569 +"\n"
24570 +
24571 +#: crypt-gpgme.c:2162 pgp.c:905
24572 +msgid ""
24573 +"[-- Error: malformed PGP/MIME message! --]\n"
24574 +"\n"
24575 +msgstr ""
24576 +"[-- Earráid: teachtaireacht mhíchumtha PGP/MIME! --]\n"
24577 +"\n"
24578 +
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"
24582 +
24583 +#: crypt-gpgme.c:2186
24584 +msgid ""
24585 +"[-- The following data is PGP/MIME signed and encrypted --]\n"
24586 +"\n"
24587 +msgstr ""
24588 +"[-- Is sínithe agus criptithe le PGP/MIME iad na sonraí a leanas --]\n"
24589 +"\n"
24590 +
24591 +#: crypt-gpgme.c:2187 pgp.c:927
24592 +msgid ""
24593 +"[-- The following data is PGP/MIME encrypted --]\n"
24594 +"\n"
24595 +msgstr ""
24596 +"[-- Is criptithe le PGP/MIME iad na sonraí a leanas --]\n"
24597 +"\n"
24598 +
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"
24602 +
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"
24606 +
24607 +#: crypt-gpgme.c:2252
24608 +msgid ""
24609 +"[-- The following data is S/MIME signed --]\n"
24610 +"\n"
24611 +msgstr ""
24612 +"[-- Is sínithe le S/MIME iad na sonraí a leanas --]\n"
24613 +"\n"
24614 +
24615 +#: crypt-gpgme.c:2253
24616 +msgid ""
24617 +"[-- The following data is S/MIME encrypted --]\n"
24618 +"\n"
24619 +msgstr ""
24620 +"[-- Is criptithe le S/MIME iad na sonraí a leanas --]\n"
24621 +"\n"
24622 +
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"
24626 +
24627 +#: crypt-gpgme.c:2284
24628 +msgid "[-- End of S/MIME encrypted data --]\n"
24629 +msgstr "[-- Deireadh na sonraí criptithe le S/MIME --]\n"
24630 +
24631 +#: crypt-gpgme.c:2876
24632 +msgid "[Can't display this user ID (unknown encoding)]"
24633 +msgstr ""
24634 +"[Ní féidir an t-aitheantas úsáideora a thaispeáint (ionchódú anaithnid)]"
24635 +
24636 +#: crypt-gpgme.c:2878
24637 +msgid "[Can't display this user ID (invalid encoding)]"
24638 +msgstr ""
24639 +"[Ní féidir an t-aitheantas úsáideora a thaispeáint (ionchódú neamhbhailí)]"
24640 +
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í)]"
24644 +
24645 +#: crypt-gpgme.c:2962
24646 +msgid " aka ......: "
24647 +msgstr " ar a dtugtar freisin ...:"
24648 +
24649 +#: crypt-gpgme.c:2962
24650 +msgid "Name ......: "
24651 +msgstr "Ainm ......: "
24652 +
24653 +#: crypt-gpgme.c:2965 crypt-gpgme.c:3104
24654 +msgid "[Invalid]"
24655 +msgstr "[Neamhbhailí]"
24656 +
24657 +#: crypt-gpgme.c:2985 crypt-gpgme.c:3128
24658 +#, c-format
24659 +msgid "Valid From : %s\n"
24660 +msgstr "Bailí Ó : %s\n"
24661 +
24662 +#: crypt-gpgme.c:2998 crypt-gpgme.c:3141
24663 +#, c-format
24664 +msgid "Valid To ..: %s\n"
24665 +msgstr "Bailí Go ..: %s\n"
24666 +
24667 +#: crypt-gpgme.c:3011 crypt-gpgme.c:3154
24668 +#, c-format
24669 +msgid "Key Type ..: %s, %lu bit %s\n"
24670 +msgstr "Cineál na hEochrach ..: %s, %lu giotán %s\n"
24671 +
24672 +#: crypt-gpgme.c:3013 crypt-gpgme.c:3156
24673 +#, c-format
24674 +msgid "Key Usage .: "
24675 +msgstr "Úsáid Eochrach .: "
24676 +
24677 +#: crypt-gpgme.c:3018 crypt-gpgme.c:3161
24678 +msgid "encryption"
24679 +msgstr "criptiúchán"
24680 +
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
24683 +msgid ", "
24684 +msgstr ", "
24685 +
24686 +#: crypt-gpgme.c:3023 crypt-gpgme.c:3166
24687 +msgid "signing"
24688 +msgstr "síniú"
24689 +
24690 +#: crypt-gpgme.c:3028 crypt-gpgme.c:3171
24691 +msgid "certification"
24692 +msgstr "deimhniú"
24693 +
24694 +#: crypt-gpgme.c:3068
24695 +#, c-format
24696 +msgid "Serial-No .: 0x%s\n"
24697 +msgstr "Sraithuimhir .: 0x%s\n"
24698 +
24699 +#: crypt-gpgme.c:3076
24700 +#, c-format
24701 +msgid "Issued By .: "
24702 +msgstr "Eisithe Ag .: "
24703 +
24704 +#. display only the short keyID
24705 +#: crypt-gpgme.c:3095
24706 +#, c-format
24707 +msgid "Subkey ....: 0x%s"
24708 +msgstr "Fo-eochair ....: 0x%s"
24709 +
24710 +#: crypt-gpgme.c:3099
24711 +msgid "[Revoked]"
24712 +msgstr "[Aisghairthe]"
24713 +
24714 +#: crypt-gpgme.c:3109
24715 +msgid "[Expired]"
24716 +msgstr "[As Feidhm]"
24717 +
24718 +#: crypt-gpgme.c:3114
24719 +msgid "[Disabled]"
24720 +msgstr "[Díchumasaithe]"
24721 +
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ú"
24725 +
24726 +#: crypt-gpgme.c:3201
24727 +msgid "Collecting data..."
24728 +msgstr "Sonraí á mbailiú..."
24729 +
24730 +#: crypt-gpgme.c:3227
24731 +#, c-format
24732 +msgid "Error finding issuer key: %s\n"
24733 +msgstr "Earráid agus eochair an eisitheora á aimsiú: %s\n"
24734 +
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"
24738 +
24739 +#: crypt-gpgme.c:3248 pgpkey.c:580
24740 +#, c-format
24741 +msgid "Key ID: 0x%s"
24742 +msgstr "Aitheantas na heochrach: 0x%s"
24743 +
24744 +#: crypt-gpgme.c:3331
24745 +#, c-format
24746 +msgid "gpgme_new failed: %s"
24747 +msgstr "Theip ar gpgme_new: %s"
24748 +
24749 +#: crypt-gpgme.c:3370 crypt-gpgme.c:3433
24750 +#, c-format
24751 +msgid "gpgme_op_keylist_start failed: %s"
24752 +msgstr "theip ar gpgme_op_keylist_start: %s"
24753 +
24754 +#: crypt-gpgme.c:3420 crypt-gpgme.c:3461
24755 +#, c-format
24756 +msgid "gpgme_op_keylist_next failed: %s"
24757 +msgstr "theip ar gpgme_op_keylist_next: %s"
24758 +
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."
24762 +
24763 +#: crypt-gpgme.c:3561 mutt_ssl.c:676 mutt_ssl_gnutls.c:770 pgpkey.c:514
24764 +#: smime.c:431
24765 +msgid "Exit  "
24766 +msgstr "Scoir   "
24767 +
24768 +#. __STRCAT_CHECKED__
24769 +#: crypt-gpgme.c:3563 pgpkey.c:516 smime.c:433
24770 +msgid "Select  "
24771 +msgstr "Roghnaigh  "
24772 +
24773 +#. __STRCAT_CHECKED__
24774 +#: crypt-gpgme.c:3566 pgpkey.c:519
24775 +msgid "Check key  "
24776 +msgstr "Seiceáil eochair  "
24777 +
24778 +#: crypt-gpgme.c:3583
24779 +msgid "PGP and S/MIME keys matching"
24780 +msgstr "Eochracha PGP agus S/MIME atá comhoiriúnach le"
24781 +
24782 +#: crypt-gpgme.c:3585
24783 +msgid "PGP keys matching"
24784 +msgstr "Eochracha PGP atá comhoiriúnach le"
24785 +
24786 +#: crypt-gpgme.c:3587
24787 +msgid "S/MIME keys matching"
24788 +msgstr "Eochracha S/MIME atá comhoiriúnach le"
24789 +
24790 +#: crypt-gpgme.c:3589
24791 +msgid "keys matching"
24792 +msgstr "eochracha atá comhoiriúnach le"
24793 +
24794 +#: crypt-gpgme.c:3592
24795 +#, c-format
24796 +msgid "%s <%s>."
24797 +msgstr "%s <%s>."
24798 +
24799 +#: crypt-gpgme.c:3594
24800 +#, c-format
24801 +msgid "%s \"%s\"."
24802 +msgstr "%s \"%s\"."
24803 +
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."
24807 +
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."
24811 +
24812 +#: crypt-gpgme.c:3655 pgpkey.c:616
24813 +msgid "ID has undefined validity."
24814 +msgstr "ID gan bailíocht chinnte."
24815 +
24816 +#: crypt-gpgme.c:3658 pgpkey.c:619
24817 +msgid "ID is not valid."
24818 +msgstr "Níl an ID bailí."
24819 +
24820 +#: crypt-gpgme.c:3661 pgpkey.c:622
24821 +msgid "ID is only marginally valid."
24822 +msgstr "Is ar éigean atá an ID bailí"
24823 +
24824 +#: crypt-gpgme.c:3669 pgpkey.c:626
24825 +#, c-format
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?"
24828 +
24829 +#: crypt-gpgme.c:3726 crypt-gpgme.c:3839 pgpkey.c:839 pgpkey.c:955
24830 +#, c-format
24831 +msgid "Looking for keys matching \"%s\"..."
24832 +msgstr "Ag cuardach ar eochracha atá comhoiriúnach le \"%s\"..."
24833 +
24834 +#: crypt-gpgme.c:4002 pgp.c:1154
24835 +#, c-format
24836 +msgid "Use keyID = \"%s\" for %s?"
24837 +msgstr "Úsáid keyID = \"%s\" le haghaidh %s?"
24838 +
24839 +#: crypt-gpgme.c:4038 pgp.c:1188 smime.c:665 smime.c:790
24840 +#, c-format
24841 +msgid "Enter keyID for %s: "
24842 +msgstr "Iontráil keyID le haghaidh %s: "
24843 +
24844 +#: crypt-gpgme.c:4103
24845 +msgid ""
24846 +"\n"
24847 +"Using GPGME backend, although no gpg-agent is running"
24848 +msgstr ""
24849 +"\n"
24850 +"Inneall GPGME in úsáid, cé nach bhfuil gpg-agent ag rith"
24851 +
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?"
24855 +
24856 +#: crypt-gpgme.c:4132
24857 +msgid "esabpfc"
24858 +msgstr "csmapg"
24859 +
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?"
24863 +
24864 +#: crypt-gpgme.c:4136
24865 +msgid "esabmfc"
24866 +msgstr "csmaig"
24867 +
24868 +#. sign (a)s
24869 +#: crypt-gpgme.c:4152 pgp.c:1563 smime.c:1990
24870 +msgid "Sign as: "
24871 +msgstr "Sínigh mar: "
24872 +
24873 +#: crypt-gpgme.c:4249
24874 +msgid "Failed to verify sender"
24875 +msgstr "Theip ar fhíorú an tseoltóra"
24876 +
24877 +#: crypt-gpgme.c:4252
24878 +msgid "Failed to figure out sender"
24879 +msgstr "Theip ar dhéanamh amach an tseoltóra"
24880 +
24881 +#: crypt.c:69
24882 +#, c-format
24883 +msgid " (current time: %c)"
24884 +msgstr " (an t-am anois: %c)"
24885 +
24886 +#: crypt.c:75
24887 +#, c-format
24888 +msgid "[-- %s output follows%s --]\n"
24889 +msgstr "[-- an t-aschur %s:%s --]\n"
24890 +
24891 +#: crypt.c:90
24892 +msgid "Passphrase(s) forgotten."
24893 +msgstr "Rinneadh dearmad ar an bhfrása faire."
24894 +
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ú..."
24899 +
24900 +#. otherwise inline won't work...ask for revert
24901 +#: crypt.c:156
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?"
24904 +
24905 +#. abort
24906 +#: crypt.c:158 send.c:1444
24907 +msgid "Mail not sent."
24908 +msgstr "Níor seoladh an post."
24909 +
24910 +#: crypt.c:397
24911 +msgid "S/MIME messages with no hints on content are unsupported."
24912 +msgstr ""
24913 +"Ní ghlacann le teachtaireachtaí S/MIME gan leideanna maidir lena n-inneachar."
24914 +
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"
24918 +
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"
24922 +
24923 +#: crypt.c:802
24924 +msgid ""
24925 +"[-- Error: Inconsistent multipart/signed structure! --]\n"
24926 +"\n"
24927 +msgstr ""
24928 +"[-- Earráid: Struchtúr neamhréireach multipart/signed! --]\n"
24929 +"\n"
24930 +
24931 +#: crypt.c:823
24932 +#, c-format
24933 +msgid ""
24934 +"[-- Error: Unknown multipart/signed protocol %s! --]\n"
24935 +"\n"
24936 +msgstr ""
24937 +"[-- Earráid: Prótacal anaithnid multipart/signed %s! --]\n"
24938 +"\n"
24939 +
24940 +#: crypt.c:862
24941 +#, c-format
24942 +msgid ""
24943 +"[-- Warning: We can't verify %s/%s signatures. --]\n"
24944 +"\n"
24945 +msgstr ""
24946 +"[-- Rabhadh: Ní féidir %s/%s síniú a fhíorú. --]\n"
24947 +"\n"
24948 +
24949 +#. Now display the signed body
24950 +#: crypt.c:874
24951 +msgid ""
24952 +"[-- The following data is signed --]\n"
24953 +"\n"
24954 +msgstr ""
24955 +"[-- Is sínithe iad na sonraí a leanas --]\n"
24956 +"\n"
24957 +
24958 +#: crypt.c:880
24959 +msgid ""
24960 +"[-- Warning: Can't find any signatures. --]\n"
24961 +"\n"
24962 +msgstr ""
24963 +"[-- Rabhadh: Ní féidir aon síniú a aimsiú. --]\n"
24964 +"\n"
24965 +
24966 +#: crypt.c:886
24967 +msgid ""
24968 +"\n"
24969 +"[-- End of signed data --]\n"
24970 +msgstr ""
24971 +"\n"
24972 +"[-- Deireadh na sonraí sínithe --]\n"
24973 +
24974 +#: cryptglue.c:89
24975 +msgid "\"crypt_use_gpgme\" set but not build with GPGME support."
24976 +msgstr ""
24977 +"is socraithe \"crypt_use_gpgme\" ach níor tiomsaíodh le tacaíocht GPGME."
24978 +
24979 +#: cryptglue.c:112
24980 +msgid "Invoking S/MIME..."
24981 +msgstr "S/MIME á thosú..."
24982 +
24983 +#: curs_lib.c:188
24984 +msgid "yes"
24985 +msgstr "is sea"
24986 +
24987 +#: curs_lib.c:189
24988 +msgid "no"
24989 +msgstr "ní hea"
24990 +
24991 +#. restore blocking operation
24992 +#: curs_lib.c:285
24993 +msgid "Exit Mutt?"
24994 +msgstr "Scoir Mutt?"
24995 +
24996 +#: curs_lib.c:410 mutt_socket.c:530 mutt_ssl.c:328
24997 +msgid "unknown error"
24998 +msgstr "earráid anaithnid"
24999 +
25000 +#: curs_lib.c:430
25001 +msgid "Press any key to continue..."
25002 +msgstr "Brúigh eochair ar bith chun leanúint..."
25003 +
25004 +#: curs_lib.c:474
25005 +msgid " ('?' for list): "
25006 +msgstr " ('?' le haghaidh liosta): "
25007 +
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."
25011 +
25012 +#: curs_main.c:53
25013 +msgid "There are no messages."
25014 +msgstr "Níl aon teachtaireacht ann."
25015 +
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."
25019 +
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."
25023 +
25024 +#: curs_main.c:56
25025 +msgid "No visible messages."
25026 +msgstr "Níl aon teachtaireacht le feiceáil."
25027 +
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!"
25031 +
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."
25035 +
25036 +#: curs_main.c:268
25037 +msgid "Changes to folder will not be written."
25038 +msgstr "Ní scríobhfar na hathruithe."
25039 +
25040 +#: curs_main.c:406
25041 +msgid "Quit"
25042 +msgstr "Scoir"
25043 +
25044 +#: curs_main.c:409 recvattach.c:55
25045 +msgid "Save"
25046 +msgstr "Sábháil"
25047 +
25048 +#: curs_main.c:410 query.c:49
25049 +msgid "Mail"
25050 +msgstr "Post"
25051 +
25052 +#: curs_main.c:411 pager.c:1491
25053 +msgid "Reply"
25054 +msgstr "Freagair"
25055 +
25056 +#: curs_main.c:412
25057 +msgid "Group"
25058 +msgstr "Grúpa"
25059 +
25060 +#: curs_main.c:501
25061 +msgid "Mailbox was externally modified.  Flags may be wrong."
25062 +msgstr ""
25063 +"Mionathraíodh an bosca poist go seachtrach.  Is féidir go bhfuil bratacha "
25064 +"míchearta ann."
25065 +
25066 +#: curs_main.c:504
25067 +msgid "New mail in this mailbox."
25068 +msgstr "Post nua sa bhosca seo."
25069 +
25070 +#: curs_main.c:508
25071 +msgid "Mailbox was externally modified."
25072 +msgstr "Mionathraíodh an bosca poist go seachtrach."
25073 +
25074 +#: curs_main.c:630
25075 +msgid "No tagged messages."
25076 +msgstr "Níl aon teachtaireacht chlibeáilte."
25077 +
25078 +#: curs_main.c:666 menu.c:900
25079 +msgid "Nothing to do."
25080 +msgstr "Níl faic le déanamh."
25081 +
25082 +#: curs_main.c:752
25083 +msgid "Jump to message: "
25084 +msgstr "Léim go teachtaireacht: "
25085 +
25086 +#: curs_main.c:758
25087 +msgid "Argument must be a message number."
25088 +msgstr "Caithfidh an argóint a bheith ina huimhir theachtaireachta."
25089 +
25090 +#: curs_main.c:791
25091 +msgid "That message is not visible."
25092 +msgstr "Níl an teachtaireacht sin infheicthe."
25093 +
25094 +#: curs_main.c:794
25095 +msgid "Invalid message number."
25096 +msgstr "Uimhir theachtaireachta neamhbhailí."
25097 +
25098 +#: curs_main.c:813
25099 +msgid "Delete messages matching: "
25100 +msgstr "Scrios teachtaireachtaí atá comhoiriúnach le: "
25101 +
25102 +#: curs_main.c:835
25103 +msgid "No limit pattern is in effect."
25104 +msgstr "Níl aon phatrún teorannaithe i bhfeidhm."
25105 +
25106 +#. i18n: ask for a limit to apply
25107 +#: curs_main.c:840
25108 +#, c-format
25109 +msgid "Limit: %s"
25110 +msgstr "Teorainn: %s"
25111 +
25112 +#: curs_main.c:850
25113 +msgid "Limit to messages matching: "
25114 +msgstr "Teorannaigh go teachtaireachtaí atá comhoiriúnach le: "
25115 +
25116 +#: curs_main.c:882
25117 +msgid "Quit Mutt?"
25118 +msgstr "Scoir Mutt?"
25119 +
25120 +#: curs_main.c:966
25121 +msgid "Tag messages matching: "
25122 +msgstr "Clibeáil teachtaireachtaí atá comhoiriúnach le: "
25123 +
25124 +#: curs_main.c:980
25125 +msgid "Undelete messages matching: "
25126 +msgstr "Díscrios teachtaireachtaí atá comhoiriúnach le: "
25127 +
25128 +#: curs_main.c:988
25129 +msgid "Untag messages matching: "
25130 +msgstr "Díchlibeáil teachtaireachtaí atá comhoiriúnach le: "
25131 +
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"
25135 +
25136 +#: curs_main.c:1069
25137 +msgid "Open mailbox"
25138 +msgstr "Oscail bosca poist"
25139 +
25140 +#: curs_main.c:1085 mx.c:512 mx.c:658
25141 +#, c-format
25142 +msgid "%s is not a mailbox."
25143 +msgstr "Ní bosca poist é %s."
25144 +
25145 +#: curs_main.c:1180
25146 +msgid "Exit Mutt without saving?"
25147 +msgstr "Éirigh as Mutt gan sábháil?"
25148 +
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ú."
25153 +
25154 +#: curs_main.c:1210
25155 +msgid "Thread broken"
25156 +msgstr "Snáithe briste"
25157 +
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"
25161 +
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"
25165 +
25166 +#: curs_main.c:1246
25167 +msgid "Threads linked"
25168 +msgstr "Snáitheanna nasctha"
25169 +
25170 +#: curs_main.c:1249
25171 +msgid "No thread linked"
25172 +msgstr "Níor nascadh snáithe"
25173 +
25174 +#: curs_main.c:1285 curs_main.c:1310
25175 +msgid "You are on the last message."
25176 +msgstr "An teachtaireacht deiridh."
25177 +
25178 +#: curs_main.c:1292 curs_main.c:1336
25179 +msgid "No undeleted messages."
25180 +msgstr "Níl aon teachtaireacht nach scriosta."
25181 +
25182 +#: curs_main.c:1329 curs_main.c:1353
25183 +msgid "You are on the first message."
25184 +msgstr "An chéad teachtaireacht."
25185 +
25186 +#: curs_main.c:1428 pattern.c:1361
25187 +msgid "Search wrapped to top."
25188 +msgstr "Thimfhill an cuardach go dtí an barr."
25189 +
25190 +#: curs_main.c:1437 pattern.c:1372
25191 +msgid "Search wrapped to bottom."
25192 +msgstr "Thimfhill an cuardach go dtí an bun."
25193 +
25194 +#: curs_main.c:1478
25195 +msgid "No new messages"
25196 +msgstr "Níl aon teachtaireacht nua"
25197 +
25198 +#: curs_main.c:1478
25199 +msgid "No unread messages"
25200 +msgstr "Níl aon teachtaireacht gan léamh"
25201 +
25202 +#: curs_main.c:1479
25203 +msgid " in this limited view"
25204 +msgstr " san amharc teoranta seo"
25205 +
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."
25209 +
25210 +#: curs_main.c:1624
25211 +msgid "No more threads."
25212 +msgstr "Níl aon snáithe eile."
25213 +
25214 +#: curs_main.c:1626
25215 +msgid "You are on the first thread."
25216 +msgstr "Is an chéad snáithe é seo."
25217 +
25218 +#: curs_main.c:1710
25219 +msgid "Thread contains unread messages."
25220 +msgstr "Tá teachtaireachtaí gan léamh sa snáithe seo."
25221 +
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."
25225 +
25226 +#. * declared "static" (sigh)
25227 +#: edit.c:41
25228 +msgid ""
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"
25247 +msgstr ""
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"
25266 +
25267 +#: edit.c:186
25268 +#, c-format
25269 +msgid "%d: invalid message number.\n"
25270 +msgstr "%d: uimhir theachtaireachtaí neamhbhailí.\n"
25271 +
25272 +#: edit.c:328
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"
25275 +
25276 +#: edit.c:386
25277 +msgid "No mailbox.\n"
25278 +msgstr "Níl aon bhosca poist.\n"
25279 +
25280 +#: edit.c:390
25281 +msgid "Message contains:\n"
25282 +msgstr "Sa teachtaireacht:\n"
25283 +
25284 +#: edit.c:394 edit.c:451
25285 +msgid "(continue)\n"
25286 +msgstr "(lean ar aghaidh)\n"
25287 +
25288 +#: edit.c:407
25289 +msgid "missing filename.\n"
25290 +msgstr "ainm comhaid ar iarraidh.\n"
25291 +
25292 +#: edit.c:427
25293 +msgid "No lines in message.\n"
25294 +msgstr "Níl aon líne sa teachtaireacht.\n"
25295 +
25296 +#: edit.c:444
25297 +#, c-format
25298 +msgid "Bad IDN in %s: '%s'\n"
25299 +msgstr "DrochIDN i %s: '%s'\n"
25300 +
25301 +#: edit.c:462
25302 +#, c-format
25303 +msgid "%s: unknown editor command (~? for help)\n"
25304 +msgstr "%s: ordú anaithnid eagarthóra (~? = cabhair)\n"
25305 +
25306 +#: editmsg.c:78
25307 +#, c-format
25308 +msgid "could not create temporary folder: %s"
25309 +msgstr "ní féidir fillteán sealadach %s a chruthú"
25310 +
25311 +#: editmsg.c:90
25312 +#, c-format
25313 +msgid "could not write temporary mail folder: %s"
25314 +msgstr "níorbh fhéidir fillteán poist shealadach a chruthú: %s"
25315 +
25316 +#: editmsg.c:107
25317 +#, c-format
25318 +msgid "could not truncate temporary mail folder: %s"
25319 +msgstr "níorbh fhéidir fillteán poist shealadach a theascadh: %s"
25320 +
25321 +#: editmsg.c:122
25322 +msgid "Message file is empty!"
25323 +msgstr "Is folamh an teachtaireacht!"
25324 +
25325 +#: editmsg.c:129
25326 +msgid "Message not modified!"
25327 +msgstr "Teachtaireacht gan athrú!"
25328 +
25329 +#: editmsg.c:137
25330 +#, c-format
25331 +msgid "Can't open message file: %s"
25332 +msgstr "Níorbh fhéidir an comhad theachtaireachta %s a oscailt"
25333 +
25334 +#: editmsg.c:144 editmsg.c:172
25335 +#, c-format
25336 +msgid "Can't append to folder: %s"
25337 +msgstr "Ní féidir aon rud a iarcheangal leis an fhillteán: %s"
25338 +
25339 +#: editmsg.c:203
25340 +#, c-format
25341 +msgid "Error. Preserving temporary file: %s"
25342 +msgstr "Earráid.  Ag caomhnú an chomhaid shealadaigh: %s"
25343 +
25344 +#: flags.c:336
25345 +msgid "Set flag"
25346 +msgstr "Socraigh bratach"
25347 +
25348 +#: flags.c:336
25349 +msgid "Clear flag"
25350 +msgstr "Glan bratach"
25351 +
25352 +#: handler.c:1352
25353 +msgid "[-- Error:  Could not display any parts of Multipart/Alternative! --]\n"
25354 +msgstr ""
25355 +"[-- Earráid:  Níorbh fhéidir aon chuid de Multipart/Alternative a "
25356 +"thaispeáint! --]\n"
25357 +
25358 +#: handler.c:1469
25359 +#, c-format
25360 +msgid "[-- Attachment #%d"
25361 +msgstr "[-- Iatán #%d"
25362 +
25363 +#: handler.c:1481
25364 +#, c-format
25365 +msgid "[-- Type: %s/%s, Encoding: %s, Size: %s --]\n"
25366 +msgstr "[-- Cineál: %s/%s, Ionchódú: %s, Méid: %s --]\n"
25367 +
25368 +#: handler.c:1547
25369 +#, c-format
25370 +msgid "[-- Autoview using %s --]\n"
25371 +msgstr "[-- Uathamharc le %s --]\n"
25372 +
25373 +#: handler.c:1548
25374 +#, c-format
25375 +msgid "Invoking autoview command: %s"
25376 +msgstr "Ordú uathamhairc á rith: %s"
25377 +
25378 +#: handler.c:1580
25379 +#, c-format
25380 +msgid "[-- Can't run %s. --]\n"
25381 +msgstr "[-- Ní féidir %s a rith. --]\n"
25382 +
25383 +#: handler.c:1599 handler.c:1620
25384 +#, c-format
25385 +msgid "[-- Autoview stderr of %s --]\n"
25386 +msgstr "[-- Uathamharc ar stderr de %s --]\n"
25387 +
25388 +#: handler.c:1659
25389 +msgid "[-- Error: message/external-body has no access-type parameter --]\n"
25390 +msgstr ""
25391 +"[-- Earráid: níl aon pharaiméadar den chineál rochtana ag message/external-"
25392 +"body --]\n"
25393 +
25394 +#: handler.c:1678
25395 +#, c-format
25396 +msgid "[-- This %s/%s attachment "
25397 +msgstr "[-- Bhí an t-iatán seo %s/%s "
25398 +
25399 +#: handler.c:1685
25400 +#, c-format
25401 +msgid "(size %s bytes) "
25402 +msgstr "(méid %s beart) "
25403 +
25404 +#: handler.c:1687
25405 +msgid "has been deleted --]\n"
25406 +msgstr "scriosta --]\n"
25407 +
25408 +#: handler.c:1692
25409 +#, c-format
25410 +msgid "[-- on %s --]\n"
25411 +msgstr "[-- ar %s --]\n"
25412 +
25413 +#: handler.c:1697
25414 +#, c-format
25415 +msgid "[-- name: %s --]\n"
25416 +msgstr "[-- ainm: %s --]\n"
25417 +
25418 +#: handler.c:1710 handler.c:1726
25419 +#, c-format
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"
25422 +
25423 +#: handler.c:1712
25424 +msgid ""
25425 +"[-- and the indicated external source has --]\n"
25426 +"[-- expired. --]\n"
25427 +msgstr ""
25428 +"[-- agus tá an fhoinse sheachtrach sainithe --]\n"
25429 +"[-- i ndiaidh dul as feidhm. --]\n"
25430 +
25431 +#: handler.c:1730
25432 +#, c-format
25433 +msgid "[-- and the indicated access-type %s is unsupported --]\n"
25434 +msgstr "[-- agus ní ghlacann leis an chineál shainithe rochtana %s --]\n"
25435 +
25436 +#: handler.c:1841
25437 +msgid "Error: multipart/signed has no protocol."
25438 +msgstr "Earráid: Níl aon phrótacal le haghaidh multipart/signed."
25439 +
25440 +#: handler.c:1851
25441 +msgid "Error: multipart/encrypted has no protocol parameter!"
25442 +msgstr ""
25443 +"Earráid: Níl aon pharaiméadar prótacail le haghaidh multipart/encrypted!"
25444 +
25445 +#: handler.c:1891
25446 +msgid "Unable to open temporary file!"
25447 +msgstr "Níorbh fhéidir an comhad sealadach a oscailt!"
25448 +
25449 +#: handler.c:1952
25450 +#, c-format
25451 +msgid "[-- %s/%s is unsupported "
25452 +msgstr "[-- %s/%s gan tacaíocht "
25453 +
25454 +#: handler.c:1957
25455 +#, c-format
25456 +msgid "(use '%s' to view this part)"
25457 +msgstr "(bain úsáid as '%s' chun na páirte seo a fheiceáil)"
25458 +
25459 +#: handler.c:1959
25460 +msgid "(need 'view-attachments' bound to key!)"
25461 +msgstr "(ní foláir 'view-attachments' a cheangal le heochair!)"
25462 +
25463 +#: headers.c:177
25464 +#, c-format
25465 +msgid "%s: unable to attach file"
25466 +msgstr "%s: ní féidir comhad a cheangal"
25467 +
25468 +#: help.c:282
25469 +msgid "ERROR: please report this bug"
25470 +msgstr "Earráid: seol tuairisc fhabht, le do thoil"
25471 +
25472 +#: help.c:324
25473 +msgid "<UNKNOWN>"
25474 +msgstr "<ANAITHNID>"
25475 +
25476 +#: help.c:336
25477 +msgid ""
25478 +"\n"
25479 +"Generic bindings:\n"
25480 +"\n"
25481 +msgstr ""
25482 +"\n"
25483 +"Ceangail ghinearálta:\n"
25484 +"\n"
25485 +
25486 +#: help.c:340
25487 +msgid ""
25488 +"\n"
25489 +"Unbound functions:\n"
25490 +"\n"
25491 +msgstr ""
25492 +"\n"
25493 +"Feidhmeanna gan cheangal:\n"
25494 +"\n"
25495 +
25496 +#: help.c:348
25497 +#, c-format
25498 +msgid "Help for %s"
25499 +msgstr "Cabhair le %s"
25500 +
25501 +#: hook.c:246
25502 +#, c-format
25503 +msgid "unhook: Can't do unhook * from within a hook."
25504 +msgstr "unhook: Ní cheadaítear unhook * isteach i hook."
25505 +
25506 +#: hook.c:258
25507 +#, c-format
25508 +msgid "unhook: unknown hook type: %s"
25509 +msgstr "unhook: cineál anaithnid crúca: %s"
25510 +
25511 +#: hook.c:264
25512 +#, c-format
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."
25515 +
25516 +#: imap/auth.c:108 pop_auth.c:390
25517 +msgid "No authenticators available"
25518 +msgstr "Níl aon fhíordheimhneoirí ar fáil"
25519 +
25520 +#: imap/auth_anon.c:43
25521 +msgid "Authenticating (anonymous)..."
25522 +msgstr "Á fhíordheimhniú (gan ainm)..."
25523 +
25524 +#: imap/auth_anon.c:73
25525 +msgid "Anonymous authentication failed."
25526 +msgstr "Theip ar fhíordheimhniú gan ainm."
25527 +
25528 +#: imap/auth_cram.c:48
25529 +msgid "Authenticating (CRAM-MD5)..."
25530 +msgstr "Á fhíordheimhniú (CRAM-MD5)..."
25531 +
25532 +#: imap/auth_cram.c:128
25533 +msgid "CRAM-MD5 authentication failed."
25534 +msgstr "Theip ar fhíordheimhniú CRAM-MD5."
25535 +
25536 +#. now begin login
25537 +#: imap/auth_gss.c:105
25538 +msgid "Authenticating (GSSAPI)..."
25539 +msgstr "Á fhíordheimhniú (GSSAPI)..."
25540 +
25541 +#: imap/auth_gss.c:268
25542 +msgid "GSSAPI authentication failed."
25543 +msgstr "Theip ar fhíordheimhniú GSSAPI."
25544 +
25545 +#: imap/auth_login.c:38
25546 +msgid "LOGIN disabled on this server."
25547 +msgstr "Díchumasaíodh LOGIN ar an fhreastalaí seo."
25548 +
25549 +#: imap/auth_login.c:47 pop_auth.c:223
25550 +msgid "Logging in..."
25551 +msgstr "Logáil isteach..."
25552 +
25553 +#: imap/auth_login.c:67 pop_auth.c:266
25554 +msgid "Login failed."
25555 +msgstr "Theip ar logáil isteach."
25556 +
25557 +# %s is the method, not what's being authenticated I think
25558 +#: imap/auth_sasl.c:97
25559 +#, c-format
25560 +msgid "Authenticating (%s)..."
25561 +msgstr "Á fhíordheimhniú (%s)..."
25562 +
25563 +#: imap/auth_sasl.c:185 pop_auth.c:151
25564 +msgid "SASL authentication failed."
25565 +msgstr "Theip ar fhíordheimhniú SASL."
25566 +
25567 +#: imap/browse.c:69 imap/imap.c:587
25568 +#, c-format
25569 +msgid "%s is an invalid IMAP path"
25570 +msgstr "Tá %s neamhbhailí mar chonair IMAP"
25571 +
25572 +#: imap/browse.c:87
25573 +msgid "Getting namespaces..."
25574 +msgstr "Ainmspásanna á bhfáil..."
25575 +
25576 +#: imap/browse.c:96
25577 +msgid "Getting folder list..."
25578 +msgstr "Liosta fillteán á fháil..."
25579 +
25580 +#: imap/browse.c:225
25581 +msgid "No such folder"
25582 +msgstr "Níl a leithéid d'fhillteán ann"
25583 +
25584 +#: imap/browse.c:288
25585 +msgid "Create mailbox: "
25586 +msgstr "Cruthaigh bosca poist: "
25587 +
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."
25591 +
25592 +#: imap/browse.c:301
25593 +msgid "Mailbox created."
25594 +msgstr "Cruthaíodh bosca poist."
25595 +
25596 +#: imap/browse.c:332
25597 +#, c-format
25598 +msgid "Rename mailbox %s to: "
25599 +msgstr "Athainmnigh bosca poist %s go: "
25600 +
25601 +#: imap/browse.c:345
25602 +#, c-format
25603 +msgid "Rename failed: %s"
25604 +msgstr "Theip ar athainmniú: %s"
25605 +
25606 +#: imap/browse.c:350
25607 +msgid "Mailbox renamed."
25608 +msgstr "Athainmníodh an bosca poist."
25609 +
25610 +#: imap/command.c:298
25611 +msgid "Mailbox closed"
25612 +msgstr "Dúnadh bosca poist"
25613 +
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í!"
25618 +
25619 +#: imap/imap.c:177
25620 +#, c-format
25621 +msgid "Closing connection to %s..."
25622 +msgstr "Nasc le %s a' dhúnadh..."
25623 +
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."
25627 +
25628 +#: imap/imap.c:422
25629 +msgid "Checking mailbox subscriptions"
25630 +msgstr "Síntiúis bhosca poist á seiceáil"
25631 +
25632 +#: imap/imap.c:460 pop_lib.c:286
25633 +msgid "Secure connection with TLS?"
25634 +msgstr "Nasc daingean le TLS?"
25635 +
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ú"
25639 +
25640 +#: imap/imap.c:489 pop_lib.c:331
25641 +msgid "Encrypted connection unavailable"
25642 +msgstr "Níl nasc criptithe ar fáil"
25643 +
25644 +#: imap/imap.c:618
25645 +#, c-format
25646 +msgid "Selecting %s..."
25647 +msgstr "%s á roghnú..."
25648 +
25649 +#: imap/imap.c:754
25650 +msgid "Error opening mailbox"
25651 +msgstr "Earráid ag oscailt an bhosca poist"
25652 +
25653 +#: imap/imap.c:803 imap/message.c:742 muttlib.c:1300
25654 +#, c-format
25655 +msgid "Create %s?"
25656 +msgstr "Cruthaigh %s?"
25657 +
25658 +#: imap/imap.c:1041 pop.c:468
25659 +#, c-format
25660 +msgid "Marking %d messages deleted..."
25661 +msgstr "Ag marcáil %d teachtaireacht mar scriosta..."
25662 +
25663 +#: imap/imap.c:1050
25664 +msgid "Expunge failed"
25665 +msgstr "Theip ar scriosadh"
25666 +
25667 +#: imap/imap.c:1063
25668 +#, c-format
25669 +msgid "Saving message status flags... [%d/%d]"
25670 +msgstr "Bratacha stádais á sábháil... [%d/%d]"
25671 +
25672 +#: imap/imap.c:1096
25673 +msgid "Expunging messages from server..."
25674 +msgstr "Teachtaireachtaí á scriosadh ón fhreastalaí..."
25675 +
25676 +#: imap/imap.c:1101
25677 +msgid "imap_sync_mailbox: EXPUNGE failed"
25678 +msgstr "imap_sync_mailbox: Theip ar scriosadh"
25679 +
25680 +#: imap/imap.c:1110 imap/imap.c:1145
25681 +msgid "CLOSE failed"
25682 +msgstr "Theip ar dhúnadh"
25683 +
25684 +#: imap/imap.c:1388
25685 +#, c-format
25686 +msgid "Header search without header name: %s"
25687 +msgstr "Cuardach ceanntáisc gan ainm an cheanntáisc: %s"
25688 +
25689 +#: imap/imap.c:1536
25690 +msgid "Bad mailbox name"
25691 +msgstr "Drochainm ar bhosca poist"
25692 +
25693 +#: imap/imap.c:1559
25694 +#, c-format
25695 +msgid "Subscribing to %s..."
25696 +msgstr "Ag liostáil le %s..."
25697 +
25698 +#: imap/imap.c:1561
25699 +#, c-format
25700 +msgid "Unsubscribing to %s..."
25701 +msgstr "Ag díliostáil le %s..."
25702 +
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."
25707 +
25708 +#: imap/message.c:101
25709 +#, c-format
25710 +msgid "Could not create temporary file %s"
25711 +msgstr "Níorbh fhéidir comhad sealadach %s a chruthú"
25712 +
25713 +#: imap/message.c:127
25714 +#, c-format
25715 +msgid "Evaluating cache... [%d/%d]"
25716 +msgstr "Taisce á scrúdú... [%d/%d]"
25717 +
25718 +#: imap/message.c:195 pop.c:211
25719 +#, c-format
25720 +msgid "Fetching message headers... [%d/%d]"
25721 +msgstr "Ceanntásca na dteachtaireachtaí á bhfáil... [%d/%d]"
25722 +
25723 +#: imap/message.c:358 imap/message.c:413 pop.c:388
25724 +msgid "Fetching message..."
25725 +msgstr "Teachtaireacht á fáil..."
25726 +
25727 +#: imap/message.c:401 pop.c:382
25728 +msgid "The message index is incorrect. Try reopening the mailbox."
25729 +msgstr ""
25730 +"Is mícheart é innéacs na dteachtaireachtaí. Bain triail as an mbosca poist a "
25731 +"athoscailt."
25732 +
25733 +#: imap/message.c:548
25734 +msgid "Uploading message..."
25735 +msgstr "Teachtaireacht á huasluchtú..."
25736 +
25737 +#: imap/message.c:708
25738 +#, c-format
25739 +msgid "Copying %d messages to %s..."
25740 +msgstr "%d teachtaireacht á gcóipeáil go %s..."
25741 +
25742 +#: imap/message.c:712
25743 +#, c-format
25744 +msgid "Copying message %d to %s..."
25745 +msgstr "Teachtaireacht %d á cóipeáil go %s..."
25746 +
25747 +#: imap/util.c:236
25748 +msgid "Continue?"
25749 +msgstr "Lean ar aghaidh?"
25750 +
25751 +#: init.c:427
25752 +#, c-format
25753 +msgid "Bad regexp: %s"
25754 +msgstr "Slonn ionadaíochta neamhbhailí: %s"
25755 +
25756 +#: init.c:686
25757 +msgid "spam: no matching pattern"
25758 +msgstr "spam: níl aon phatrún comhoiriúnach ann"
25759 +
25760 +#: init.c:688
25761 +msgid "nospam: no matching pattern"
25762 +msgstr "nospam: níl aon phatrún comhoiriúnach ann"
25763 +
25764 +#: init.c:891
25765 +msgid "alias: no address"
25766 +msgstr "ailias: gan seoladh"
25767 +
25768 +#: init.c:936
25769 +#, c-format
25770 +msgid "Warning: Bad IDN '%s' in alias '%s'.\n"
25771 +msgstr "Rabhadh: DrochIDN '%s' san ailias '%s'.\n"
25772 +
25773 +#: init.c:1014
25774 +msgid "invalid header field"
25775 +msgstr "réimse cheanntáisc neamhbhailí"
25776 +
25777 +#: init.c:1067
25778 +#, c-format
25779 +msgid "%s: unknown sorting method"
25780 +msgstr "%s: modh shórtála anaithnid"
25781 +
25782 +#: init.c:1177
25783 +#, c-format
25784 +msgid "mutt_restore_default(%s): error in regexp: %s\n"
25785 +msgstr "mutt_restore_default(%s): earráid i regexp: %s\n"
25786 +
25787 +#: init.c:1242
25788 +#, c-format
25789 +msgid "%s: unknown variable"
25790 +msgstr "%s: athróg anaithnid"
25791 +
25792 +#: init.c:1251
25793 +#, c-format
25794 +msgid "prefix is illegal with reset"
25795 +msgstr "ní cheadaítear an réimír le hathshocrú"
25796 +
25797 +#: init.c:1257
25798 +#, c-format
25799 +msgid "value is illegal with reset"
25800 +msgstr "ní cheadaítear an luach le hathshocrú"
25801 +
25802 +#: init.c:1296
25803 +#, c-format
25804 +msgid "%s is set"
25805 +msgstr "%s socraithe"
25806 +
25807 +#: init.c:1296
25808 +#, c-format
25809 +msgid "%s is unset"
25810 +msgstr "%s gan socrú"
25811 +
25812 +#: init.c:1486
25813 +#, c-format
25814 +msgid "%s: invalid mailbox type"
25815 +msgstr "%s: cineál bosca poist neamhbhailí"
25816 +
25817 +#: init.c:1511 init.c:1556
25818 +#, c-format
25819 +msgid "%s: invalid value"
25820 +msgstr "%s: luach neamhbhailí"
25821 +
25822 +#: init.c:1597
25823 +#, c-format
25824 +msgid "%s: Unknown type."
25825 +msgstr "%s: Cineál anaithnid."
25826 +
25827 +#: init.c:1623
25828 +#, c-format
25829 +msgid "%s: unknown type"
25830 +msgstr "%s: cineál anaithnid"
25831 +
25832 +#: init.c:1682
25833 +#, c-format
25834 +msgid "Error in %s, line %d: %s"
25835 +msgstr "Earráid i %s, líne %s: %s"
25836 +
25837 +#. the muttrc source keyword
25838 +#: init.c:1705
25839 +#, c-format
25840 +msgid "source: errors in %s"
25841 +msgstr "source: earráidí i %s"
25842 +
25843 +#: init.c:1706
25844 +#, c-format
25845 +msgid "source: reading aborted due too many errors in %s"
25846 +msgstr "source: an iomarca earráidí i %s, ag tobscor"
25847 +
25848 +#: init.c:1720
25849 +#, c-format
25850 +msgid "source: error at %s"
25851 +msgstr "source: earráid ag %s"
25852 +
25853 +#: init.c:1725
25854 +msgid "source: too many arguments"
25855 +msgstr "source: an iomarca argóintí"
25856 +
25857 +#: init.c:1776
25858 +#, c-format
25859 +msgid "%s: unknown command"
25860 +msgstr "%s: ordú anaithnid"
25861 +
25862 +#: init.c:2220
25863 +#, c-format
25864 +msgid "Error in command line: %s\n"
25865 +msgstr "Earráid ar líne ordaithe: %s\n"
25866 +
25867 +#: init.c:2270
25868 +msgid "unable to determine home directory"
25869 +msgstr "ní féidir an chomhadlann bhaile a aimsiú"
25870 +
25871 +#: init.c:2278
25872 +msgid "unable to determine username"
25873 +msgstr "ní féidir an t-ainm úsáideora a aimsiú"
25874 +
25875 +#: keymap.c:466
25876 +msgid "Macro loop detected."
25877 +msgstr "Braitheadh lúb i macraí."
25878 +
25879 +#: keymap.c:676 keymap.c:684
25880 +msgid "Key is not bound."
25881 +msgstr "Eochair gan cheangal."
25882 +
25883 +#: keymap.c:688
25884 +#, c-format
25885 +msgid "Key is not bound.  Press '%s' for help."
25886 +msgstr "Eochair gan cheangal.  Brúigh '%s' chun cabhrú a fháil."
25887 +
25888 +#: keymap.c:699
25889 +msgid "push: too many arguments"
25890 +msgstr "push: an iomarca argóintí"
25891 +
25892 +#: keymap.c:729
25893 +#, c-format
25894 +msgid "%s: no such menu"
25895 +msgstr "%s: níl a leithéid de roghchlár ann"
25896 +
25897 +#: keymap.c:744
25898 +msgid "null key sequence"
25899 +msgstr "seicheamh neamhbhailí"
25900 +
25901 +#: keymap.c:831
25902 +msgid "bind: too many arguments"
25903 +msgstr "bind: an iomarca argóintí"
25904 +
25905 +#: keymap.c:854
25906 +#, c-format
25907 +msgid "%s: no such function in map"
25908 +msgstr "%s: níl a leithéid d'fheidhm sa mhapa"
25909 +
25910 +#: keymap.c:878
25911 +msgid "macro: empty key sequence"
25912 +msgstr "macra: seicheamh folamh eochrach"
25913 +
25914 +#: keymap.c:889
25915 +msgid "macro: too many arguments"
25916 +msgstr "macro: an iomarca argóintí"
25917 +
25918 +#: keymap.c:925
25919 +msgid "exec: no arguments"
25920 +msgstr "exec: níl aon argóint"
25921 +
25922 +#: keymap.c:945
25923 +#, c-format
25924 +msgid "%s: no such function"
25925 +msgstr "%s: níl a leithéid d'fheidhm ann"
25926 +
25927 +#: keymap.c:966
25928 +msgid "Enter keys (^G to abort): "
25929 +msgstr "Iontráil eochracha (^G chun scor):"
25930 +
25931 +#: keymap.c:971
25932 +#, c-format
25933 +msgid "Char = %s, Octal = %o, Decimal = %d"
25934 +msgstr "Car = %s, Ochtnártha = %o, Deachúlach = %d"
25935 +
25936 +#: keymap_alldefs.h:5
25937 +msgid "null operation"
25938 +msgstr "oibríocht nialasach"
25939 +
25940 +#: keymap_alldefs.h:6
25941 +msgid "end of conditional execution (noop)"
25942 +msgstr "deireadh an reatha coinníollaigh (no-op)"
25943 +
25944 +#: keymap_alldefs.h:7
25945 +msgid "force viewing of attachment using mailcap"
25946 +msgstr "amharc ar iatán trí úsáid mailcap"
25947 +
25948 +#: keymap_alldefs.h:8
25949 +msgid "view attachment as text"
25950 +msgstr "féach ar an iatán mar théacs"
25951 +
25952 +#: keymap_alldefs.h:9
25953 +msgid "Toggle display of subparts"
25954 +msgstr "Scoránaigh taispeáint na bhfopháirteanna"
25955 +
25956 +#: keymap_alldefs.h:10
25957 +msgid "move to the bottom of the page"
25958 +msgstr "téigh go bun an leathanaigh"
25959 +
25960 +#: keymap_alldefs.h:11
25961 +msgid "remail a message to another user"
25962 +msgstr "athsheol teachtaireacht go húsáideoir eile"
25963 +
25964 +#: keymap_alldefs.h:12
25965 +msgid "select a new file in this directory"
25966 +msgstr "roghnaigh comhad nua sa chomhadlann seo"
25967 +
25968 +#: keymap_alldefs.h:13
25969 +msgid "view file"
25970 +msgstr "féach ar chomhad"
25971 +
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"
25975 +
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)"
25979 +
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)"
25983 +
25984 +#: keymap_alldefs.h:17
25985 +msgid "toggle view all/subscribed mailboxes (IMAP only)"
25986 +msgstr ""
25987 +"scoránaigh cé acu gach bosca nó boscaí liostáilte amháin a thaispeántar (IMAP "
25988 +"amháin)"
25989 +
25990 +#: keymap_alldefs.h:18
25991 +msgid "list mailboxes with new mail"
25992 +msgstr "taispeáin na boscaí le post nua"
25993 +
25994 +#: keymap_alldefs.h:19
25995 +msgid "change directories"
25996 +msgstr "athraigh an chomhadlann"
25997 +
25998 +#: keymap_alldefs.h:20
25999 +msgid "check mailboxes for new mail"
26000 +msgstr "seiceáil boscaí do phost nua"
26001 +
26002 +#: keymap_alldefs.h:21
26003 +msgid "attach a file(s) to this message"
26004 +msgstr "ceangail comha(i)d leis an teachtaireacht seo"
26005 +
26006 +#: keymap_alldefs.h:22
26007 +msgid "attach message(s) to this message"
26008 +msgstr "ceangail teachtaireacht(aí) leis an teachtaireacht seo"
26009 +
26010 +#: keymap_alldefs.h:23
26011 +msgid "edit the BCC list"
26012 +msgstr "cuir an liosta BCC in eagar"
26013 +
26014 +#: keymap_alldefs.h:24
26015 +msgid "edit the CC list"
26016 +msgstr "cuir an liosta CC in eagar"
26017 +
26018 +#: keymap_alldefs.h:25
26019 +msgid "edit attachment description"
26020 +msgstr "cuir cur síos an iatáin in eagar"
26021 +
26022 +#: keymap_alldefs.h:26
26023 +msgid "edit attachment transfer-encoding"
26024 +msgstr "cuir transfer-encoding an iatáin in eagar"
26025 +
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"
26029 +
26030 +#: keymap_alldefs.h:28
26031 +msgid "edit the file to be attached"
26032 +msgstr "cuir an comhad le ceangal in eagar"
26033 +
26034 +#: keymap_alldefs.h:29
26035 +msgid "edit the from field"
26036 +msgstr "cuir an réimse \"Ó\" in eagar\""
26037 +
26038 +#: keymap_alldefs.h:30
26039 +msgid "edit the message with headers"
26040 +msgstr "cuir an teachtaireacht in eagar le ceanntásca"
26041 +
26042 +#: keymap_alldefs.h:31
26043 +msgid "edit the message"
26044 +msgstr "cuir an teachtaireacht in eagar"
26045 +
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"
26049 +
26050 +#: keymap_alldefs.h:33
26051 +msgid "edit the Reply-To field"
26052 +msgstr "cuir an réimse \"Reply-To\" in eagar"
26053 +
26054 +#: keymap_alldefs.h:34
26055 +msgid "edit the subject of this message"
26056 +msgstr "cuir an t-ábhar teachtaireachta in eagar"
26057 +
26058 +#: keymap_alldefs.h:35
26059 +msgid "edit the TO list"
26060 +msgstr "cuir an liosta \"TO\" in eagar"
26061 +
26062 +#: keymap_alldefs.h:36
26063 +msgid "create a new mailbox (IMAP only)"
26064 +msgstr "cruthaigh bosca poist nua (IMAP)"
26065 +
26066 +#: keymap_alldefs.h:37
26067 +msgid "edit attachment content type"
26068 +msgstr "cuir content type an iatáin in eagar"
26069 +
26070 +#: keymap_alldefs.h:38
26071 +msgid "get a temporary copy of an attachment"
26072 +msgstr "faigh cóip shealadach d'iatán"
26073 +
26074 +#: keymap_alldefs.h:39
26075 +msgid "run ispell on the message"
26076 +msgstr "rith ispell ar an teachtaireacht"
26077 +
26078 +#: keymap_alldefs.h:40
26079 +msgid "compose new attachment using mailcap entry"
26080 +msgstr "cum iatán nua le hiontráil mailcap"
26081 +
26082 +#: keymap_alldefs.h:41
26083 +msgid "toggle recoding of this attachment"
26084 +msgstr "scoránaigh ath-ionchódú an iatáin seo"
26085 +
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"
26089 +
26090 +#: keymap_alldefs.h:43
26091 +msgid "rename/move an attached file"
26092 +msgstr "athainmnigh/bog comhad ceangailte"
26093 +
26094 +#: keymap_alldefs.h:44
26095 +msgid "send the message"
26096 +msgstr "seol an teachtaireacht"
26097 +
26098 +#: keymap_alldefs.h:45
26099 +msgid "toggle disposition between inline/attachment"
26100 +msgstr "scoránaigh idir inlíne/iatán"
26101 +
26102 +#: keymap_alldefs.h:46
26103 +msgid "toggle whether to delete file after sending it"
26104 +msgstr ""
26105 +"scoránaigh cé acu a scriosfar comhad tar éis é a sheoladh, nó nach scriosfar"
26106 +
26107 +#: keymap_alldefs.h:47
26108 +msgid "update an attachment's encoding info"
26109 +msgstr "nuashonraigh eolas faoi ionchódú an iatáin"
26110 +
26111 +#: keymap_alldefs.h:48
26112 +msgid "write the message to a folder"
26113 +msgstr "scríobh teachtaireacht i bhfillteán"
26114 +
26115 +#: keymap_alldefs.h:49
26116 +msgid "copy a message to a file/mailbox"
26117 +msgstr "cóipeáil teachtaireacht go comhad/bosca poist"
26118 +
26119 +#: keymap_alldefs.h:50
26120 +msgid "create an alias from a message sender"
26121 +msgstr "cruthaigh ailias do sheoltóir"
26122 +
26123 +#: keymap_alldefs.h:51
26124 +msgid "move entry to bottom of screen"
26125 +msgstr "bog iontráil go bun an scáileáin"
26126 +
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"
26130 +
26131 +#: keymap_alldefs.h:53
26132 +msgid "move entry to top of screen"
26133 +msgstr "bog iontráil go barr an scáileáin"
26134 +
26135 +#: keymap_alldefs.h:54
26136 +msgid "make decoded (text/plain) copy"
26137 +msgstr "déan cóip dhíchódaithe (text/plain)"
26138 +
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"
26142 +
26143 +#: keymap_alldefs.h:56
26144 +msgid "delete the current entry"
26145 +msgstr "scrios an iontráil reatha"
26146 +
26147 +#: keymap_alldefs.h:57
26148 +msgid "delete the current mailbox (IMAP only)"
26149 +msgstr "scrios an bosca poist reatha (IMAP amháin)"
26150 +
26151 +#: keymap_alldefs.h:58
26152 +msgid "delete all messages in subthread"
26153 +msgstr "scrios gach teachtaireacht san fhoshnáithe"
26154 +
26155 +#: keymap_alldefs.h:59
26156 +msgid "delete all messages in thread"
26157 +msgstr "scrios gach teachtaireacht sa snáithe"
26158 +
26159 +#: keymap_alldefs.h:60
26160 +msgid "display full address of sender"
26161 +msgstr "taispeáin seoladh iomlán an tseoltóra"
26162 +
26163 +#: keymap_alldefs.h:61
26164 +msgid "display message and toggle header weeding"
26165 +msgstr "taispeáin teachtaireacht agus scoránaigh na ceanntásca"
26166 +
26167 +#: keymap_alldefs.h:62
26168 +msgid "display a message"
26169 +msgstr "taispeáin teachtaireacht"
26170 +
26171 +#: keymap_alldefs.h:63
26172 +msgid "edit the raw message"
26173 +msgstr "cuir an teachtaireacht amh in eagar"
26174 +
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"
26178 +
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é"
26182 +
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"
26186 +
26187 +#: keymap_alldefs.h:67
26188 +msgid "jump to the beginning of the line"
26189 +msgstr "léim go tús an líne"
26190 +
26191 +#: keymap_alldefs.h:68
26192 +msgid "cycle among incoming mailboxes"
26193 +msgstr "bog trí na boscaí isteach"
26194 +
26195 +#: keymap_alldefs.h:69
26196 +msgid "complete filename or alias"
26197 +msgstr "comhlánaigh ainm comhaid nó ailias"
26198 +
26199 +#: keymap_alldefs.h:70
26200 +msgid "complete address with query"
26201 +msgstr "comhlánaigh seoladh le hiarratas"
26202 +
26203 +#: keymap_alldefs.h:71
26204 +msgid "delete the char under the cursor"
26205 +msgstr "scrios an carachtar faoin chúrsóir"
26206 +
26207 +#: keymap_alldefs.h:72
26208 +msgid "jump to the end of the line"
26209 +msgstr "léim go deireadh an líne"
26210 +
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"
26214 +
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"
26218 +
26219 +#: keymap_alldefs.h:75
26220 +msgid "scroll down through the history list"
26221 +msgstr "scrollaigh síos tríd an stair"
26222 +
26223 +#: keymap_alldefs.h:76
26224 +msgid "scroll up through the history list"
26225 +msgstr "scrollaigh suas tríd an stair"
26226 +
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"
26230 +
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"
26234 +
26235 +#: keymap_alldefs.h:79
26236 +msgid "delete all chars on the line"
26237 +msgstr "scrios gach carachtar ar an líne"
26238 +
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"
26242 +
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"
26246 +
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"
26250 +
26251 +#: keymap_alldefs.h:83
26252 +msgid "capitalize the word"
26253 +msgstr "scríobh an focal le ceannlitir"
26254 +
26255 +#: keymap_alldefs.h:84
26256 +msgid "convert the word to lower case"
26257 +msgstr "tiontaigh an focal go cás íochtair"
26258 +
26259 +#: keymap_alldefs.h:85
26260 +msgid "convert the word to upper case"
26261 +msgstr "tiontaigh an focal go cás uachtair"
26262 +
26263 +#: keymap_alldefs.h:86
26264 +msgid "enter a muttrc command"
26265 +msgstr "iontráil ordú muttrc"
26266 +
26267 +#: keymap_alldefs.h:87
26268 +msgid "enter a file mask"
26269 +msgstr "iontráil masc comhaid"
26270 +
26271 +#: keymap_alldefs.h:88
26272 +msgid "exit this menu"
26273 +msgstr "scoir an roghchlár seo"
26274 +
26275 +#: keymap_alldefs.h:89
26276 +msgid "filter attachment through a shell command"
26277 +msgstr "scag iatán le hordú blaoisce"
26278 +
26279 +#: keymap_alldefs.h:90
26280 +msgid "move to the first entry"
26281 +msgstr "téigh go dtí an chéad iontráil"
26282 +
26283 +#: keymap_alldefs.h:91
26284 +msgid "toggle a message's 'important' flag"
26285 +msgstr "scoránaigh an bhratach 'important' ar theachtaireacht"
26286 +
26287 +#: keymap_alldefs.h:92
26288 +msgid "forward a message with comments"
26289 +msgstr "seol teachtaireacht ar aghaidh le nótaí sa bhreis"
26290 +
26291 +#: keymap_alldefs.h:93
26292 +msgid "select the current entry"
26293 +msgstr "roghnaigh an iontráil reatha"
26294 +
26295 +#: keymap_alldefs.h:94
26296 +msgid "reply to all recipients"
26297 +msgstr "seol freagra chuig gach faighteoir"
26298 +
26299 +#: keymap_alldefs.h:95
26300 +msgid "scroll down 1/2 page"
26301 +msgstr "scrollaigh síos leath de leathanach"
26302 +
26303 +#: keymap_alldefs.h:96
26304 +msgid "scroll up 1/2 page"
26305 +msgstr "scrollaigh suas leath de leathanach"
26306 +
26307 +#: keymap_alldefs.h:97
26308 +msgid "this screen"
26309 +msgstr "an scáileán seo"
26310 +
26311 +#: keymap_alldefs.h:98
26312 +msgid "jump to an index number"
26313 +msgstr "téigh go treoiruimhir"
26314 +
26315 +#: keymap_alldefs.h:99
26316 +msgid "move to the last entry"
26317 +msgstr "téigh go dtí an iontráil dheireanach"
26318 +
26319 +#: keymap_alldefs.h:100
26320 +msgid "reply to specified mailing list"
26321 +msgstr "seol freagra chuig liosta sonraithe ríomhphoist"
26322 +
26323 +#: keymap_alldefs.h:101
26324 +msgid "execute a macro"
26325 +msgstr "rith macra"
26326 +
26327 +#: keymap_alldefs.h:102
26328 +msgid "compose a new mail message"
26329 +msgstr "cum teachtaireacht nua ríomhphoist"
26330 +
26331 +#: keymap_alldefs.h:103
26332 +msgid "break the thread in two"
26333 +msgstr "bris an snáithe ina dhá pháirt"
26334 +
26335 +#: keymap_alldefs.h:104
26336 +msgid "open a different folder"
26337 +msgstr "oscail fillteán eile"
26338 +
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"
26342 +
26343 +#: keymap_alldefs.h:106
26344 +msgid "clear a status flag from a message"
26345 +msgstr "glan bratach stádais ó theachtaireacht"
26346 +
26347 +#: keymap_alldefs.h:107
26348 +msgid "delete messages matching a pattern"
26349 +msgstr "scrios teachtaireachtaí atá comhoiriúnach le patrún"
26350 +
26351 +#: keymap_alldefs.h:108
26352 +msgid "force retrieval of mail from IMAP server"
26353 +msgstr "faigh ríomhphost ón fhreastalaí IMAP"
26354 +
26355 +#: keymap_alldefs.h:109
26356 +msgid "retrieve mail from POP server"
26357 +msgstr "faigh ríomhphost ó fhreastalaí POP"
26358 +
26359 +#: keymap_alldefs.h:110
26360 +msgid "move to the first message"
26361 +msgstr "téigh go dtí an chéad teachtaireacht"
26362 +
26363 +#: keymap_alldefs.h:111
26364 +msgid "move to the last message"
26365 +msgstr "téigh go dtí an teachtaireacht dheireanach"
26366 +
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"
26370 +
26371 +#: keymap_alldefs.h:113
26372 +msgid "link tagged message to the current one"
26373 +msgstr "nasc teachtaireacht chlibeáilte leis an cheann reatha"
26374 +
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"
26378 +
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"
26382 +
26383 +#: keymap_alldefs.h:116
26384 +msgid "jump to the next subthread"
26385 +msgstr "léim go dtí an chéad fhoshnáithe eile"
26386 +
26387 +#: keymap_alldefs.h:117
26388 +msgid "jump to the next thread"
26389 +msgstr "téigh go dtí an chéad snáithe eile"
26390 +
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"
26394 +
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"
26398 +
26399 +#: keymap_alldefs.h:120
26400 +msgid "jump to parent message in thread"
26401 +msgstr "léim go máthair-theachtaireacht sa snáithe"
26402 +
26403 +#: keymap_alldefs.h:121
26404 +msgid "jump to previous thread"
26405 +msgstr "léim go dtí an snáithe roimhe seo"
26406 +
26407 +#: keymap_alldefs.h:122
26408 +msgid "jump to previous subthread"
26409 +msgstr "léim go dtí an fhoshnáithe roimhe seo"
26410 +
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"
26414 +
26415 +#: keymap_alldefs.h:124
26416 +msgid "jump to the previous new message"
26417 +msgstr "léim go dtí an teachtaireacht nua roimhe seo"
26418 +
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"
26422 +
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"
26426 +
26427 +#: keymap_alldefs.h:127
26428 +msgid "mark the current thread as read"
26429 +msgstr "marcáil an snáithe reatha \"léite\""
26430 +
26431 +#: keymap_alldefs.h:128
26432 +msgid "mark the current subthread as read"
26433 +msgstr "marcáil an fhoshnáithe reatha \"léite\""
26434 +
26435 +#: keymap_alldefs.h:129
26436 +msgid "set a status flag on a message"
26437 +msgstr "socraigh bratach stádais ar theachtaireacht"
26438 +
26439 +#: keymap_alldefs.h:130
26440 +msgid "save changes to mailbox"
26441 +msgstr "sábháil athruithe ar bhosca poist"
26442 +
26443 +#: keymap_alldefs.h:131
26444 +msgid "tag messages matching a pattern"
26445 +msgstr "clibeáil teachtaireachtaí atá comhoiriúnach le patrún"
26446 +
26447 +#: keymap_alldefs.h:132
26448 +msgid "undelete messages matching a pattern"
26449 +msgstr "díscrios teachtaireachtaí atá comhoiriúnach le patrún"
26450 +
26451 +#: keymap_alldefs.h:133
26452 +msgid "untag messages matching a pattern"
26453 +msgstr "díchlibeáil teachtaireachtaí atá comhoiriúnach le patrún"
26454 +
26455 +#: keymap_alldefs.h:134
26456 +msgid "move to the middle of the page"
26457 +msgstr "téigh go lár an leathanaigh"
26458 +
26459 +#: keymap_alldefs.h:135
26460 +msgid "move to the next entry"
26461 +msgstr "téigh go dtí an chéad iontráil eile"
26462 +
26463 +#: keymap_alldefs.h:136
26464 +msgid "scroll down one line"
26465 +msgstr "scrollaigh aon líne síos"
26466 +
26467 +#: keymap_alldefs.h:137
26468 +msgid "move to the next page"
26469 +msgstr "téigh go dtí an chéad leathanach eile"
26470 +
26471 +#: keymap_alldefs.h:138
26472 +msgid "jump to the bottom of the message"
26473 +msgstr "léim go bun na teachtaireachta"
26474 +
26475 +#: keymap_alldefs.h:139
26476 +msgid "toggle display of quoted text"
26477 +msgstr ""
26478 +"scoránaigh cé acu a thaispeántar téacs athfhriotail nó nach dtaispeántar"
26479 +
26480 +#: keymap_alldefs.h:140
26481 +msgid "skip beyond quoted text"
26482 +msgstr "gabh thar théacs athfhriotail"
26483 +
26484 +#: keymap_alldefs.h:141
26485 +msgid "jump to the top of the message"
26486 +msgstr "léim go barr na teachtaireachta"
26487 +
26488 +#: keymap_alldefs.h:142
26489 +msgid "pipe message/attachment to a shell command"
26490 +msgstr "píopa teachtaireacht/iatán go hordú blaoisce"
26491 +
26492 +#: keymap_alldefs.h:143
26493 +msgid "move to the previous entry"
26494 +msgstr "téigh go dtí an iontráil roimhe seo"
26495 +
26496 +#: keymap_alldefs.h:144
26497 +msgid "scroll up one line"
26498 +msgstr "scrollaigh aon líne suas"
26499 +
26500 +#: keymap_alldefs.h:145
26501 +msgid "move to the previous page"
26502 +msgstr "téigh go dtí an leathanach roimhe seo"
26503 +
26504 +#: keymap_alldefs.h:146
26505 +msgid "print the current entry"
26506 +msgstr "priontáil an iontráil reatha"
26507 +
26508 +#: keymap_alldefs.h:147
26509 +msgid "query external program for addresses"
26510 +msgstr "bí ag iarraidh seoltaí ó chlár seachtrach"
26511 +
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"
26515 +
26516 +#: keymap_alldefs.h:149
26517 +msgid "save changes to mailbox and quit"
26518 +msgstr "sábháil athruithe ar bhosca poist agus scoir"
26519 +
26520 +#: keymap_alldefs.h:150
26521 +msgid "recall a postponed message"
26522 +msgstr "athghlaoigh teachtaireacht a bhí curtha ar athlá"
26523 +
26524 +#: keymap_alldefs.h:151
26525 +msgid "clear and redraw the screen"
26526 +msgstr "glan an scáileán agus ataispeáin"
26527 +
26528 +#: keymap_alldefs.h:152
26529 +msgid "{internal}"
26530 +msgstr "{inmheánach}"
26531 +
26532 +#: keymap_alldefs.h:153
26533 +msgid "rename the current mailbox (IMAP only)"
26534 +msgstr "athainmnigh an bosca poist reatha (IMAP amháin)"
26535 +
26536 +#: keymap_alldefs.h:154
26537 +msgid "reply to a message"
26538 +msgstr "tabhair freagra ar theachtaireacht"
26539 +
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"
26543 +
26544 +#: keymap_alldefs.h:156
26545 +msgid "save message/attachment to a file"
26546 +msgstr "sábháil teachtaireacht/iatán go comhad"
26547 +
26548 +#: keymap_alldefs.h:157
26549 +msgid "search for a regular expression"
26550 +msgstr "déan cuardach ar shlonn ionadaíochta"
26551 +
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"
26555 +
26556 +#: keymap_alldefs.h:159
26557 +msgid "search for next match"
26558 +msgstr "déan cuardach arís"
26559 +
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"
26563 +
26564 +#: keymap_alldefs.h:161
26565 +msgid "toggle search pattern coloring"
26566 +msgstr "scoránaigh aibhsiú an phatrúin cuardaigh"
26567 +
26568 +#: keymap_alldefs.h:162
26569 +msgid "invoke a command in a subshell"
26570 +msgstr "rith ordú i bhfobhlaosc"
26571 +
26572 +#: keymap_alldefs.h:163
26573 +msgid "sort messages"
26574 +msgstr "sórtáil teachtaireachtaí"
26575 +
26576 +#: keymap_alldefs.h:164
26577 +msgid "sort messages in reverse order"
26578 +msgstr "sórtáil teachtaireachtaí san ord droim ar ais"
26579 +
26580 +#: keymap_alldefs.h:165
26581 +msgid "tag the current entry"
26582 +msgstr "clibeáil an iontráil reatha"
26583 +
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"
26587 +
26588 +#: keymap_alldefs.h:167
26589 +msgid "apply next function ONLY to tagged messages"
26590 +msgstr ""
26591 +"cuir an chéad fheidhm eile i bhfeidhm ar theachtaireachtaí clibeáilte AMHÁIN"
26592 +
26593 +#: keymap_alldefs.h:168
26594 +msgid "tag the current subthread"
26595 +msgstr "clibeáil an fhoshnáithe reatha"
26596 +
26597 +#: keymap_alldefs.h:169
26598 +msgid "tag the current thread"
26599 +msgstr "clibeáil an snáithe reatha"
26600 +
26601 +#: keymap_alldefs.h:170
26602 +msgid "toggle a message's 'new' flag"
26603 +msgstr "scoránaigh bratach 'nua' ar theachtaireacht"
26604 +
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"
26608 +
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"
26612 +
26613 +#: keymap_alldefs.h:173
26614 +msgid "move to the top of the page"
26615 +msgstr "téigh go dtí an barr"
26616 +
26617 +#: keymap_alldefs.h:174
26618 +msgid "undelete the current entry"
26619 +msgstr "díscrios an iontráil reatha"
26620 +
26621 +#: keymap_alldefs.h:175
26622 +msgid "undelete all messages in thread"
26623 +msgstr "díscrios gach teachtaireacht sa snáithe"
26624 +
26625 +#: keymap_alldefs.h:176
26626 +msgid "undelete all messages in subthread"
26627 +msgstr "díscrios gach teachtaireacht san fhoshnáithe"
26628 +
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"
26632 +
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á"
26636 +
26637 +#: keymap_alldefs.h:179
26638 +msgid "show MIME attachments"
26639 +msgstr "taispeáin iatáin MIME"
26640 +
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ú"
26644 +
26645 +#: keymap_alldefs.h:181
26646 +msgid "show currently active limit pattern"
26647 +msgstr "taispeáin an patrún teorannaithe atá i bhfeidhm"
26648 +
26649 +#: keymap_alldefs.h:182
26650 +msgid "collapse/uncollapse current thread"
26651 +msgstr "laghdaigh/leathnaigh an snáithe reatha"
26652 +
26653 +#: keymap_alldefs.h:183
26654 +msgid "collapse/uncollapse all threads"
26655 +msgstr "laghdaigh/leathnaigh gach snáithe"
26656 +
26657 +#: keymap_alldefs.h:184
26658 +msgid "attach a PGP public key"
26659 +msgstr "ceangail eochair phoiblí PGP"
26660 +
26661 +#: keymap_alldefs.h:185
26662 +msgid "show PGP options"
26663 +msgstr "taispeáin roghanna PGP"
26664 +
26665 +#: keymap_alldefs.h:186
26666 +msgid "mail a PGP public key"
26667 +msgstr "seol eochair phoiblí PGP"
26668 +
26669 +#: keymap_alldefs.h:187
26670 +msgid "verify a PGP public key"
26671 +msgstr "fíoraigh eochair phoiblí PGP"
26672 +
26673 +#: keymap_alldefs.h:188
26674 +msgid "view the key's user id"
26675 +msgstr "amharc ar ID úsáideora na heochrach"
26676 +
26677 +#: keymap_alldefs.h:189
26678 +msgid "check for classic pgp"
26679 +msgstr "seiceáil le haghaidh pgp clasaiceach"
26680 +
26681 +#: keymap_alldefs.h:190
26682 +msgid "Accept the chain constructed"
26683 +msgstr "Glac leis an slabhra cruthaithe"
26684 +
26685 +#: keymap_alldefs.h:191
26686 +msgid "Append a remailer to the chain"
26687 +msgstr "Iarcheangail athphostóir leis an slabhra"
26688 +
26689 +#: keymap_alldefs.h:192
26690 +msgid "Insert a remailer into the chain"
26691 +msgstr "Ionsáigh athphostóir isteach sa slabhra"
26692 +
26693 +#: keymap_alldefs.h:193
26694 +msgid "Delete a remailer from the chain"
26695 +msgstr "Scrios athphostóir as an slabhra"
26696 +
26697 +#: keymap_alldefs.h:194
26698 +msgid "Select the previous element of the chain"
26699 +msgstr "Roghnaigh an ball roimhe seo ón slabhra"
26700 +
26701 +#: keymap_alldefs.h:195
26702 +msgid "Select the next element of the chain"
26703 +msgstr "Roghnaigh an chéad bhall eile ón slabhra"
26704 +
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\""
26708 +
26709 +#: keymap_alldefs.h:197
26710 +msgid "make decrypted copy and delete"
26711 +msgstr "déan cóip dhíchriptithe agus scrios"
26712 +
26713 +#: keymap_alldefs.h:198
26714 +msgid "make decrypted copy"
26715 +msgstr "déan cóip dhíchriptithe"
26716 +
26717 +#: keymap_alldefs.h:199
26718 +msgid "wipe passphrase(s) from memory"
26719 +msgstr "bánaigh frása(í) faire as cuimhne"
26720 +
26721 +#: keymap_alldefs.h:200
26722 +msgid "extract supported public keys"
26723 +msgstr "bain na heochracha poiblí le tacaíocht amach"
26724 +
26725 +#: keymap_alldefs.h:201
26726 +msgid "show S/MIME options"
26727 +msgstr "taispeáin roghanna S/MIME"
26728 +
26729 +#: lib.c:126
26730 +msgid "Integer overflow -- can't allocate memory!"
26731 +msgstr "Slánuimhir thar maoil -- ní féidir cuimhne a dháileadh"
26732 +
26733 +#: lib.c:133 lib.c:148 lib.c:180
26734 +msgid "Out of memory!"
26735 +msgstr "Cuimhne ídithe!"
26736 +
26737 +#: main.c:59
26738 +msgid ""
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"
26741 +msgstr ""
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"
26745 +
26746 +#: main.c:63
26747 +msgid ""
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"
26752 +msgstr ""
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"
26758 +
26759 +#: main.c:69
26760 +msgid ""
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"
26768 +"\n"
26769 +"Lots of others not mentioned here contributed lots of code,\n"
26770 +"fixes, and suggestions.\n"
26771 +"\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"
26776 +"\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"
26781 +"\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"
26785 +msgstr ""
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"
26793 +"\n"
26794 +"Thug go leor daoine eile cód, ceartúcháin, agus comhairle go leor dúinn.\n"
26795 +"\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"
26800 +"\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"
26805 +"\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 "
26808 +"Software\n"
26809 +"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n"
26810 +
26811 +#: main.c:107
26812 +msgid ""
26813 +"usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
26814 +"<file> ]\n"
26815 +"       mutt [ -nR ] [ -e <cmd> ] [ -F <file> ] -Q <query> [ -Q <query> ] "
26816 +"[...]\n"
26817 +"       mutt [ -nR ] [ -e <cmd> ] [ -F <file> ] -A <alias> [ -A <alias> ] "
26818 +"[...]\n"
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"
26823 +"       mutt -v[v]\n"
26824 +"\n"
26825 +"options:\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"
26831 +msgstr ""
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"
26839 +"       mutt -v[v]\n"
26840 +"\n"
26841 +"roghanna:\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"
26847 +
26848 +#: main.c:122
26849 +msgid "  -d <level>\tlog debugging output to ~/.muttdebug0"
26850 +msgstr "  -d <leibhéal>\tscríobh aschur dífhabhtaithe i ~/.muttdebug0"
26851 +
26852 +#: main.c:125
26853 +msgid ""
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"
26871 +msgstr ""
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 "
26883 +"ann)\n"
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"
26890 +
26891 +#: main.c:181
26892 +msgid ""
26893 +"\n"
26894 +"Compile options:"
26895 +msgstr ""
26896 +"\n"
26897 +"Roghanna tiomsaithe:"
26898 +
26899 +#: main.c:487
26900 +msgid "Error initializing terminal."
26901 +msgstr "Earráid agus teirminéal á thúsú"
26902 +
26903 +#: main.c:597
26904 +#, c-format
26905 +msgid "Debugging at level %d.\n"
26906 +msgstr "Leibhéal dífhabhtaithe = %d.\n"
26907 +
26908 +#: main.c:599
26909 +msgid "DEBUG was not defined during compilation.  Ignored.\n"
26910 +msgstr ""
26911 +"Níor sonraíodh an athróg DEBUG le linn tiomsaithe.  Rinneadh neamhshuim air.\n"
26912 +
26913 +#: main.c:749
26914 +#, c-format
26915 +msgid "%s does not exist. Create it?"
26916 +msgstr "Níl a leithéid de %s ann.  Cruthaigh?"
26917 +
26918 +#: main.c:753
26919 +#, c-format
26920 +msgid "Can't create %s: %s."
26921 +msgstr "Ní féidir %s a chruthú: %s."
26922 +
26923 +#: main.c:798
26924 +msgid "No recipients specified.\n"
26925 +msgstr "Níor sonraíodh aon fhaighteoir.\n"
26926 +
26927 +#: main.c:884
26928 +#, c-format
26929 +msgid "%s: unable to attach file.\n"
26930 +msgstr "%s: ní féidir an comhad a cheangal.\n"
26931 +
26932 +#: main.c:904
26933 +msgid "No mailbox with new mail."
26934 +msgstr "Níl aon bhosca le ríomhphost nua."
26935 +
26936 +#: main.c:913
26937 +msgid "No incoming mailboxes defined."
26938 +msgstr "Níl aon bhosca isteach socraithe agat."
26939 +
26940 +#: main.c:941
26941 +msgid "Mailbox is empty."
26942 +msgstr "Is folamh an bosca poist."
26943 +
26944 +#: mbox.c:129 mbox.c:288
26945 +#, c-format
26946 +msgid "Reading %s... %d (%d%%)"
26947 +msgstr "%s á léamh... %d (%d%%)"
26948 +
26949 +#: mbox.c:153 mbox.c:210
26950 +msgid "Mailbox is corrupt!"
26951 +msgstr "Is truaillithe an bosca poist!"
26952 +
26953 +#: mbox.c:662
26954 +msgid "Mailbox was corrupted!"
26955 +msgstr "Truaillíodh an bosca poist!"
26956 +
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!"
26960 +
26961 +#: mbox.c:710
26962 +msgid "Unable to lock mailbox!"
26963 +msgstr "Ní féidir an bosca poist a chur faoi ghlas!"
26964 +
26965 +#. * never happen, is we presume it is a bug in mutt.
26966 +#: mbox.c:753
26967 +msgid "sync: mbox modified, but no modified messages! (report this bug)"
26968 +msgstr ""
26969 +"sync: mionathraíodh mbox, ach níor mionathraíodh aon teachtaireacht! (seol "
26970 +"tuairisc fhabht)"
26971 +
26972 +#: mbox.c:792
26973 +#, c-format
26974 +msgid "Writing messages... %d (%d%%)"
26975 +msgstr "Teachtaireachtaí á scríobh... %d (%d%%)"
26976 +
26977 +#. * change/deleted message
26978 +#: mbox.c:905
26979 +msgid "Committing changes..."
26980 +msgstr "Athruithe á gcur i bhfeidhm..."
26981 +
26982 +#: mbox.c:936
26983 +#, c-format
26984 +msgid "Write failed!  Saved partial mailbox to %s"
26985 +msgstr "Theip ar scríobh!  Sábháladh bosca poist neamhiomlán i %s"
26986 +
26987 +#: mbox.c:1000
26988 +msgid "Could not reopen mailbox!"
26989 +msgstr "Níorbh fhéidir an bosca poist a athoscailt!"
26990 +
26991 +#: mbox.c:1035
26992 +msgid "Reopening mailbox..."
26993 +msgstr "Bosca poist á athoscailt..."
26994 +
26995 +#: menu.c:419
26996 +msgid "Jump to: "
26997 +msgstr "Téigh go: "
26998 +
26999 +#: menu.c:428
27000 +msgid "Invalid index number."
27001 +msgstr "Uimhir innéacs neamhbhailí."
27002 +
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."
27007 +
27008 +#: menu.c:450
27009 +msgid "You cannot scroll down farther."
27010 +msgstr "Ní féidir leat scrollú síos níos mó."
27011 +
27012 +#: menu.c:468
27013 +msgid "You cannot scroll up farther."
27014 +msgstr "Ní féidir leat scrollú suas níos mó."
27015 +
27016 +#: menu.c:511
27017 +msgid "You are on the first page."
27018 +msgstr "Ar an chéad leathanach."
27019 +
27020 +#: menu.c:512
27021 +msgid "You are on the last page."
27022 +msgstr "Ar an leathanach deireanach."
27023 +
27024 +#: menu.c:647
27025 +msgid "You are on the last entry."
27026 +msgstr "Ar an iontráil dheireanach."
27027 +
27028 +#: menu.c:658
27029 +msgid "You are on the first entry."
27030 +msgstr "Ar an chéad iontráil."
27031 +
27032 +#: menu.c:718 pattern.c:1303
27033 +msgid "Search for: "
27034 +msgstr "Déan cuardach ar: "
27035 +
27036 +#: menu.c:719 pattern.c:1304
27037 +msgid "Reverse search for: "
27038 +msgstr "Déan cuardach droim ar ais ar: "
27039 +
27040 +#: menu.c:729 pattern.c:1336
27041 +msgid "No search pattern."
27042 +msgstr "Gan patrún cuardaigh."
27043 +
27044 +#: menu.c:759 pager.c:1980 pager.c:1996 pager.c:2104 pattern.c:1405
27045 +msgid "Not found."
27046 +msgstr "Ar iarraidh."
27047 +
27048 +#: menu.c:889
27049 +msgid "No tagged entries."
27050 +msgstr "Níl aon iontráil chlibeáilte."
27051 +
27052 +#: menu.c:994
27053 +msgid "Search is not implemented for this menu."
27054 +msgstr "Níl cuardach le fáil sa roghchlár seo."
27055 +
27056 +#: menu.c:999
27057 +msgid "Jumping is not implemented for dialogs."
27058 +msgstr "Ní féidir a léim i ndialóga."
27059 +
27060 +#: menu.c:1040
27061 +msgid "Tagging is not supported."
27062 +msgstr "Níl clibeáil le fáil."
27063 +
27064 +#: mh.c:667 mh.c:923
27065 +#, c-format
27066 +msgid "Reading %s... %d"
27067 +msgstr "%s á léamh... %d"
27068 +
27069 +#: mh.c:1203
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"
27072 +
27073 +#: mutt_socket.c:91 mutt_socket.c:147
27074 +#, c-format
27075 +msgid "Connection to %s closed"
27076 +msgstr "Nasc le %s dúnta"
27077 +
27078 +#: mutt_socket.c:269
27079 +msgid "SSL is unavailable."
27080 +msgstr "Níl SSL ar fáil."
27081 +
27082 +#: mutt_socket.c:300
27083 +msgid "Preconnect command failed."
27084 +msgstr "Theip ar ordú réamhnaisc."
27085 +
27086 +#: mutt_socket.c:371 mutt_socket.c:385
27087 +#, c-format
27088 +msgid "Error talking to %s (%s)"
27089 +msgstr "Earráid i rith déanamh teagmháil le %s (%s)"
27090 +
27091 +#: mutt_socket.c:424 mutt_socket.c:482
27092 +#, c-format
27093 +msgid "Bad IDN \"%s\"."
27094 +msgstr "DrochIDN \"%s\"."
27095 +
27096 +#: mutt_socket.c:431 mutt_socket.c:489
27097 +#, c-format
27098 +msgid "Looking up %s..."
27099 +msgstr "%s á chuardach..."
27100 +
27101 +#: mutt_socket.c:442 mutt_socket.c:496
27102 +#, c-format
27103 +msgid "Could not find the host \"%s\""
27104 +msgstr "Níorbh fhéidir dul i dteagmháil leis an óstríomhaire \"%s\""
27105 +
27106 +#: mutt_socket.c:447 mutt_socket.c:505
27107 +#, c-format
27108 +msgid "Connecting to %s..."
27109 +msgstr "Ag dul i dteagmháil le %s..."
27110 +
27111 +#: mutt_socket.c:529
27112 +#, c-format
27113 +msgid "Could not connect to %s (%s)."
27114 +msgstr "Níorbh fhéidir dul i dteagmháil le %s (%s)."
27115 +
27116 +#: mutt_ssl.c:175
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"
27119 +
27120 +#: mutt_ssl.c:199
27121 +#, c-format
27122 +msgid "Filling entropy pool: %s...\n"
27123 +msgstr "Linn eantrópachta á líonadh: %s...\n"
27124 +
27125 +#: mutt_ssl.c:207
27126 +#, c-format
27127 +msgid "%s has insecure permissions!"
27128 +msgstr "Ceadanna neamhdhaingne ar %s!"
27129 +
27130 +#: mutt_ssl.c:226
27131 +msgid "SSL disabled due the lack of entropy"
27132 +msgstr "Díchumasaíodh SSL de bharr easpa eantrópachta"
27133 +
27134 +#: mutt_ssl.c:322
27135 +msgid "I/O error"
27136 +msgstr "Earráid I/A"
27137 +
27138 +#: mutt_ssl.c:331
27139 +#, c-format
27140 +msgid "SSL failed: %s"
27141 +msgstr "Theip ar SSL: %s"
27142 +
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í"
27147 +
27148 +#: mutt_ssl.c:348
27149 +#, c-format
27150 +msgid "SSL connection using %s (%s)"
27151 +msgstr "Nasc SSL le %s (%s)"
27152 +
27153 +#: mutt_ssl.c:392
27154 +msgid "Unknown"
27155 +msgstr "Anaithnid"
27156 +
27157 +#: mutt_ssl.c:417 mutt_ssl_gnutls.c:381
27158 +#, c-format
27159 +msgid "[unable to calculate]"
27160 +msgstr "[ní féidir a ríomh]"
27161 +
27162 +#: mutt_ssl.c:435 mutt_ssl_gnutls.c:404
27163 +msgid "[invalid date]"
27164 +msgstr "[dáta neamhbhailí]"
27165 +
27166 +#: mutt_ssl.c:556
27167 +msgid "Server certificate is not yet valid"
27168 +msgstr "Tá an teastas neamhbhailí fós"
27169 +
27170 +#: mutt_ssl.c:563
27171 +msgid "Server certificate has expired"
27172 +msgstr "Tá an teastas as feidhm"
27173 +
27174 +#: mutt_ssl.c:629 mutt_ssl_gnutls.c:634
27175 +msgid "This certificate belongs to:"
27176 +msgstr "Tá an teastas seo ag:"
27177 +
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:"
27181 +
27182 +#: mutt_ssl.c:651 mutt_ssl_gnutls.c:712
27183 +#, c-format
27184 +msgid "This certificate is valid"
27185 +msgstr "Tá an teastas bailí"
27186 +
27187 +#: mutt_ssl.c:652 mutt_ssl_gnutls.c:715
27188 +#, c-format
27189 +msgid "   from %s"
27190 +msgstr "   ó %s"
27191 +
27192 +#: mutt_ssl.c:654 mutt_ssl_gnutls.c:719
27193 +#, c-format
27194 +msgid "     to %s"
27195 +msgstr "     go %s"
27196 +
27197 +#: mutt_ssl.c:660
27198 +#, c-format
27199 +msgid "Fingerprint: %s"
27200 +msgstr "Méarlorg: %s"
27201 +
27202 +#: mutt_ssl.c:662
27203 +msgid "SSL Certificate check"
27204 +msgstr "Seiceáil Teastais SSL"
27205 +
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í"
27209 +
27210 +#: mutt_ssl.c:667 mutt_ssl_gnutls.c:761
27211 +msgid "roa"
27212 +msgstr "dua"
27213 +
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"
27217 +
27218 +#: mutt_ssl.c:672 mutt_ssl_gnutls.c:766
27219 +msgid "ro"
27220 +msgstr "du"
27221 +
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"
27225 +
27226 +#: mutt_ssl.c:708 mutt_ssl_gnutls.c:820
27227 +msgid "Certificate saved"
27228 +msgstr "Sábháladh an teastas"
27229 +
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"
27233 +
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"
27237 +
27238 +#: mutt_ssl_gnutls.c:265
27239 +#, c-format
27240 +msgid "SSL/TLS connection using %s (%s/%s/%s)"
27241 +msgstr "Nasc SSL/TLS le %s (%s/%s/%s)"
27242 +
27243 +#: mutt_ssl_gnutls.c:508
27244 +#, c-format
27245 +msgid "Certificate verification error (%s)"
27246 +msgstr "Earráid agus teastas á fhíorú (%s)"
27247 +
27248 +#: mutt_ssl_gnutls.c:516
27249 +msgid "Certificate is not X.509"
27250 +msgstr "Ní X.509 é an teastas"
27251 +
27252 +#: mutt_ssl_gnutls.c:523
27253 +msgid "Error initialising gnutls certificate data"
27254 +msgstr "Earráid agus sonraí teastais gnutls á dtúsú"
27255 +
27256 +#: mutt_ssl_gnutls.c:539
27257 +msgid "Error processing certificate data"
27258 +msgstr "Earráid agus sonraí an teastais á bpróiseáil"
27259 +
27260 +#: mutt_ssl_gnutls.c:724
27261 +#, c-format
27262 +msgid "SHA1 Fingerprint: %s"
27263 +msgstr "Méarlorg SHA1: %s"
27264 +
27265 +#: mutt_ssl_gnutls.c:727
27266 +#, c-format
27267 +msgid "MD5 Fingerprint: %s"
27268 +msgstr "Méarlorg MD5: %s"
27269 +
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"
27273 +
27274 +#: mutt_ssl_gnutls.c:737
27275 +msgid "WARNING: Server certificate has expired"
27276 +msgstr "RABHADH: Tá teastas an fhreastalaí as feidhm"
27277 +
27278 +#: mutt_ssl_gnutls.c:742
27279 +msgid "WARNING: Server certificate has been revoked"
27280 +msgstr "RABHADH: Aisghaireadh an teastas freastalaí"
27281 +
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."
27285 +
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"
27289 +
27290 +#: mutt_ssl_gnutls.c:755
27291 +msgid "TLS/SSL Certificate check"
27292 +msgstr "Seiceáil Teastais TLS/SSL"
27293 +
27294 +#: mutt_tunnel.c:70
27295 +#, c-format
27296 +msgid "Connecting with \"%s\"..."
27297 +msgstr "Ag dul i dteagmháil le \"%s\"..."
27298 +
27299 +#: mutt_tunnel.c:137
27300 +#, c-format
27301 +msgid "Tunnel to %s returned error %d (%s)"
27302 +msgstr "D'fhill tollán %s earráid %d (%s)"
27303 +
27304 +#: mutt_tunnel.c:155 mutt_tunnel.c:171
27305 +#, c-format
27306 +msgid "Tunnel error talking to %s: %s"
27307 +msgstr "Earráid tolláin i rith déanamh teagmháil le %s: %s"
27308 +
27309 +#: muttlib.c:910
27310 +msgid "File is a directory, save under it? [(y)es, (n)o, (a)ll]"
27311 +msgstr ""
27312 +"Is comhadlann é an comhad seo, sábháil fúithi? [(s)ábháil, (n)á sábháil, (u)"
27313 +"ile]"
27314 +
27315 +#: muttlib.c:910
27316 +msgid "yna"
27317 +msgstr "snu"
27318 +
27319 +#: muttlib.c:926
27320 +msgid "File is a directory, save under it?"
27321 +msgstr "Is comhadlann í an comhad seo, sábháil fúithi?"
27322 +
27323 +#: muttlib.c:932
27324 +msgid "File under directory: "
27325 +msgstr "Comhad faoin chomhadlann: "
27326 +
27327 +#: muttlib.c:944
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?"
27330 +
27331 +#: muttlib.c:944
27332 +msgid "oac"
27333 +msgstr "fuc"
27334 +
27335 +#: muttlib.c:1263
27336 +msgid "Can't save message to POP mailbox."
27337 +msgstr "Ní féidir teachtaireacht a shábháil i mbosca poist POP."
27338 +
27339 +#: muttlib.c:1272
27340 +#, c-format
27341 +msgid "Append messages to %s?"
27342 +msgstr "Iarcheangail teachtaireachtaí le %s?"
27343 +
27344 +#: muttlib.c:1284
27345 +#, c-format
27346 +msgid "%s is not a mailbox!"
27347 +msgstr "Ní bosca poist %s!"
27348 +
27349 +#: mx.c:120
27350 +#, c-format
27351 +msgid "Lock count exceeded, remove lock for %s?"
27352 +msgstr "Sáraíodh líon na nglas, bain glas do %s?"
27353 +
27354 +#: mx.c:132
27355 +#, c-format
27356 +msgid "Can't dotlock %s.\n"
27357 +msgstr "Ní féidir %s a phoncghlasáil.\n"
27358 +
27359 +#: mx.c:190
27360 +msgid "Timeout exceeded while attempting fcntl lock!"
27361 +msgstr "Thar am agus glas fcntl á dhéanamh!"
27362 +
27363 +#: mx.c:196
27364 +#, c-format
27365 +msgid "Waiting for fcntl lock... %d"
27366 +msgstr "Ag feitheamh le glas fcntl... %d"
27367 +
27368 +#: mx.c:224
27369 +msgid "Timeout exceeded while attempting flock lock!"
27370 +msgstr "Thar am agus glas flock á dhéanamh!"
27371 +
27372 +#: mx.c:231
27373 +#, c-format
27374 +msgid "Waiting for flock attempt... %d"
27375 +msgstr "Ag feitheamh le hiarracht flock... %d"
27376 +
27377 +#: mx.c:595
27378 +#, c-format
27379 +msgid "Couldn't lock %s\n"
27380 +msgstr "Níorbh fhéidir %s a ghlasáil\n"
27381 +
27382 +#: mx.c:679
27383 +#, c-format
27384 +msgid "Reading %s..."
27385 +msgstr "%s á léamh..."
27386 +
27387 +#: mx.c:779
27388 +#, c-format
27389 +msgid "Writing %s..."
27390 +msgstr "%s á scríobh..."
27391 +
27392 +#: mx.c:812
27393 +#, c-format
27394 +msgid "Could not synchronize mailbox %s!"
27395 +msgstr "Níorbh fhéidir an bosca poist %s a shioncrónú!"
27396 +
27397 +#: mx.c:878
27398 +#, c-format
27399 +msgid "Move read messages to %s?"
27400 +msgstr "Bog na teachtaireachtaí léite go %s?"
27401 +
27402 +#: mx.c:894 mx.c:1150
27403 +#, c-format
27404 +msgid "Purge %d deleted message?"
27405 +msgstr "Glan %d teachtaireacht scriosta?"
27406 +
27407 +#: mx.c:894 mx.c:1150
27408 +#, c-format
27409 +msgid "Purge %d deleted messages?"
27410 +msgstr "Glan %d teachtaireacht scriosta?"
27411 +
27412 +#: mx.c:918
27413 +#, c-format
27414 +msgid "Moving read messages to %s..."
27415 +msgstr "Teachtaireachtaí léite á mbogadh go %s..."
27416 +
27417 +#: mx.c:977 mx.c:1141
27418 +msgid "Mailbox is unchanged."
27419 +msgstr "Bosca poist gan athrú."
27420 +
27421 +#: mx.c:1013
27422 +#, c-format
27423 +msgid "%d kept, %d moved, %d deleted."
27424 +msgstr "%d coinnithe, %d aistrithe, %d scriosta."
27425 +
27426 +#: mx.c:1016 mx.c:1190
27427 +#, c-format
27428 +msgid "%d kept, %d deleted."
27429 +msgstr "%d coinnithe, %d scriosta."
27430 +
27431 +#: mx.c:1126
27432 +#, c-format
27433 +msgid " Press '%s' to toggle write"
27434 +msgstr " Brúigh '%s' chun mód scríofa a scoránú"
27435 +
27436 +#: mx.c:1128
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ú!"
27439 +
27440 +#: mx.c:1130
27441 +#, c-format
27442 +msgid "Mailbox is marked unwritable. %s"
27443 +msgstr "Tá an bosca poist marcáilte \"neamh-inscríofa\". %s"
27444 +
27445 +#: mx.c:1187
27446 +msgid "Mailbox checkpointed."
27447 +msgstr "Seicphointeáladh an bosca poist."
27448 +
27449 +#: mx.c:1499
27450 +msgid "Can't write message"
27451 +msgstr "Ní féidir teachtaireacht a scríobh "
27452 +
27453 +#: mx.c:1544
27454 +msgid "Integer overflow -- can't allocate memory."
27455 +msgstr "Slánuimhir thar maoil -- ní féidir cuimhne a dháileadh."
27456 +
27457 +#: pager.c:57
27458 +msgid "Not available in this menu."
27459 +msgstr "Ní ar fáil sa roghchlár seo."
27460 +
27461 +#: pager.c:1484
27462 +msgid "PrevPg"
27463 +msgstr "Suas "
27464 +
27465 +#: pager.c:1485
27466 +msgid "NextPg"
27467 +msgstr "Síos "
27468 +
27469 +#: pager.c:1489
27470 +msgid "View Attachm."
27471 +msgstr "Iatáin"
27472 +
27473 +#: pager.c:1492
27474 +msgid "Next"
27475 +msgstr "Ar Aghaidh"
27476 +
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."
27481 +
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."
27485 +
27486 +#: pager.c:2009
27487 +msgid "Reverse search: "
27488 +msgstr "Cuardach droim ar ais: "
27489 +
27490 +#: pager.c:2010
27491 +msgid "Search: "
27492 +msgstr "Cuardaigh: "
27493 +
27494 +#: pager.c:2130
27495 +msgid "Help is currently being shown."
27496 +msgstr "Cabhair á taispeáint faoi láthair."
27497 +
27498 +#: pager.c:2159
27499 +msgid "No more quoted text."
27500 +msgstr "Níl a thuilleadh téacs athfhriotail ann."
27501 +
27502 +#: pager.c:2172
27503 +msgid "No more unquoted text after quoted text."
27504 +msgstr "Níl a thuilleadh téacs gan athfhriotal tar éis téacs athfhriotail."
27505 +
27506 +#: parse.c:602
27507 +msgid "multipart message has no boundary parameter!"
27508 +msgstr "teachtaireacht ilchodach gan paraiméadar teoranta!"
27509 +
27510 +#: pattern.c:263
27511 +#, c-format
27512 +msgid "Error in expression: %s"
27513 +msgstr "Earráid i slonn: %s"
27514 +
27515 +#: pattern.c:389
27516 +#, c-format
27517 +msgid "Invalid day of month: %s"
27518 +msgstr "Lá neamhbhailí na míosa: %s"
27519 +
27520 +#: pattern.c:403
27521 +#, c-format
27522 +msgid "Invalid month: %s"
27523 +msgstr "Mí neamhbhailí: %s"
27524 +
27525 +#. getDate has its own error message, don't overwrite it here
27526 +#: pattern.c:555
27527 +#, c-format
27528 +msgid "Invalid relative date: %s"
27529 +msgstr "Dáta coibhneasta neamhbhailí: %s"
27530 +
27531 +#: pattern.c:569
27532 +msgid "error in expression"
27533 +msgstr "earráid i slonn"
27534 +
27535 +#: pattern.c:784 pattern.c:894
27536 +#, c-format
27537 +msgid "error in pattern at: %s"
27538 +msgstr "earráid i slonn ag: %s"
27539 +
27540 +#: pattern.c:834
27541 +#, c-format
27542 +msgid "%c: invalid command"
27543 +msgstr "%c: ordú neamhbhailí"
27544 +
27545 +#: pattern.c:840
27546 +#, c-format
27547 +msgid "%c: not supported in this mode"
27548 +msgstr "%c: níl sé ar fáil sa mhód seo"
27549 +
27550 +#: pattern.c:853
27551 +#, c-format
27552 +msgid "missing parameter"
27553 +msgstr "paraiméadar ar iarraidh"
27554 +
27555 +#: pattern.c:869
27556 +#, c-format
27557 +msgid "mismatched parenthesis: %s"
27558 +msgstr "lúibín gan meaitseáil: %s"
27559 +
27560 +#: pattern.c:901
27561 +msgid "empty pattern"
27562 +msgstr "slonn folamh"
27563 +
27564 +#: pattern.c:1117
27565 +#, c-format
27566 +msgid "error: unknown op %d (report this error)."
27567 +msgstr "earráid: op anaithnid %d (seol tuairisc fhabht)."
27568 +
27569 +#: pattern.c:1193 pattern.c:1322
27570 +msgid "Compiling search pattern..."
27571 +msgstr "Patrún cuardaigh á thiomsú..."
27572 +
27573 +#: pattern.c:1212
27574 +msgid "Executing command on matching messages..."
27575 +msgstr "Ordú á rith ar theachtaireachtaí comhoiriúnacha..."
27576 +
27577 +#: pattern.c:1275
27578 +msgid "No messages matched criteria."
27579 +msgstr "Ní raibh aon teachtaireacht chomhoiriúnach."
27580 +
27581 +#: pattern.c:1364
27582 +msgid "Search hit bottom without finding match"
27583 +msgstr "Bhuail an cuardach an bun gan teaghrán comhoiriúnach"
27584 +
27585 +#: pattern.c:1375
27586 +msgid "Search hit top without finding match"
27587 +msgstr "Bhuail an cuardach an barr gan teaghrán comhoiriúnach"
27588 +
27589 +#: pattern.c:1397
27590 +msgid "Search interrupted."
27591 +msgstr "Idirbhriseadh an cuardach."
27592 +
27593 +#: pgp.c:90
27594 +msgid "Enter PGP passphrase:"
27595 +msgstr "Iontráil frása faire PGP:"
27596 +
27597 +#: pgp.c:104
27598 +msgid "PGP passphrase forgotten."
27599 +msgstr "Rinneadh dearmad ar an bhfrása faire PGP."
27600 +
27601 +#: pgp.c:345
27602 +msgid "[-- Error: unable to create PGP subprocess! --]\n"
27603 +msgstr "[-- Earráid: ní féidir fo-phróiseas PGP a chruthú! --]\n"
27604 +
27605 +#: pgp.c:379 pgp.c:620 pgp.c:824
27606 +msgid ""
27607 +"[-- End of PGP output --]\n"
27608 +"\n"
27609 +msgstr ""
27610 +"[-- Deireadh an aschuir PGP --]\n"
27611 +"\n"
27612 +
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ú"
27616 +
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."
27621 +
27622 +#: pgp.c:728
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>."
27625 +
27626 +#: pgp.c:789
27627 +msgid ""
27628 +"[-- Error: could not create a PGP subprocess! --]\n"
27629 +"\n"
27630 +msgstr ""
27631 +"[-- Earráid: ní féidir fo-phróiseas PGP a chruthú! --]\n"
27632 +"\n"
27633 +
27634 +#: pgp.c:833
27635 +msgid "Decryption failed"
27636 +msgstr "Theip ar dhíchriptiú"
27637 +
27638 +#: pgp.c:1008
27639 +msgid "Can't open PGP subprocess!"
27640 +msgstr "Ní féidir fo-phróiseas PGP a oscailt!"
27641 +
27642 +#: pgp.c:1444
27643 +msgid "Can't invoke PGP"
27644 +msgstr "Ní féidir PGP a thosú"
27645 +
27646 +#: pgp.c:1545
27647 +#, c-format
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? "
27650 +
27651 +#: pgp.c:1546
27652 +msgid "PGP/M(i)ME"
27653 +msgstr "PGP/M(i)ME"
27654 +
27655 +#: pgp.c:1546
27656 +msgid "(i)nline"
27657 +msgstr "(i)nlíne"
27658 +
27659 +#: pgp.c:1548
27660 +msgid "esabifc"
27661 +msgstr "csmaifn"
27662 +
27663 +#: pgpinvoke.c:307
27664 +msgid "Fetching PGP key..."
27665 +msgstr "Eochair PGP á fáil..."
27666 +
27667 +#: pgpkey.c:490
27668 +msgid "All matching keys are expired, revoked, or disabled."
27669 +msgstr ""
27670 +"Is as feidhm, aisghairthe, nó díchumasaithe gach eochair chomhoiriúnach."
27671 +
27672 +#: pgpkey.c:532
27673 +#, c-format
27674 +msgid "PGP keys matching <%s>."
27675 +msgstr "Eochracha PGP atá comhoiriúnach le <%s>."
27676 +
27677 +#: pgpkey.c:534
27678 +#, c-format
27679 +msgid "PGP keys matching \"%s\"."
27680 +msgstr "Eochracha PGP atá comhoiriúnach le \"%s\"."
27681 +
27682 +#: pgpkey.c:553 pgpkey.c:745
27683 +msgid "Can't open /dev/null"
27684 +msgstr "Ní féidir /dev/null a oscailt"
27685 +
27686 +#: pgpkey.c:724
27687 +msgid "Please enter the key ID: "
27688 +msgstr "Iontráil an keyID, le do thoil: "
27689 +
27690 +#: pgpkey.c:752
27691 +msgid "Invoking pgp..."
27692 +msgstr "PGP á thosú..."
27693 +
27694 +#: pgpkey.c:777
27695 +#, c-format
27696 +msgid "PGP Key %s."
27697 +msgstr "Eochair PGP %s."
27698 +
27699 +#: pop.c:91 pop_lib.c:201
27700 +#, c-format
27701 +msgid "Command TOP is not supported by server."
27702 +msgstr "Ní ghlacann an freastalaí leis an ordú TOP."
27703 +
27704 +#: pop.c:118
27705 +msgid "Can't write header to temporary file!"
27706 +msgstr "ní féidir ceanntásc a scríobh chuig comhad sealadach"
27707 +
27708 +#: pop.c:199 pop_lib.c:203
27709 +#, c-format
27710 +msgid "Command UIDL is not supported by server."
27711 +msgstr "Ní ghlacann an freastalaí leis an ordú UIDL."
27712 +
27713 +#: pop.c:248 pop.c:565
27714 +#, c-format
27715 +msgid "%s is an invalid POP path"
27716 +msgstr "%s: is conair POP neamhbhailí"
27717 +
27718 +#: pop.c:279
27719 +msgid "Fetching list of messages..."
27720 +msgstr "Liosta teachtaireachtaí á fháil..."
27721 +
27722 +#: pop.c:418
27723 +msgid "Can't write message to temporary file!"
27724 +msgstr "ní féidir teachtaireacht a scríobh i gcomhad sealadach!"
27725 +
27726 +#: pop.c:520 pop.c:585
27727 +msgid "Checking for new messages..."
27728 +msgstr "Ag seiceáil do theachtaireachtaí nua..."
27729 +
27730 +#: pop.c:549
27731 +msgid "POP host is not defined."
27732 +msgstr "ní bhfuarthas an t-óstríomhaire POP."
27733 +
27734 +#: pop.c:613
27735 +msgid "No new mail in POP mailbox."
27736 +msgstr "Níl aon phost nua sa bhosca POP."
27737 +
27738 +#: pop.c:620
27739 +msgid "Delete messages from server?"
27740 +msgstr "Scrios teachtaireachtaí ón fhreastalaí?"
27741 +
27742 +#: pop.c:622
27743 +#, c-format
27744 +msgid "Reading new messages (%d bytes)..."
27745 +msgstr "Teachtaireachtaí nua á léamh (%d beart)..."
27746 +
27747 +#: pop.c:664
27748 +msgid "Error while writing mailbox!"
27749 +msgstr "Earráid agus bosca poist á scríobh!"
27750 +
27751 +#: pop.c:668
27752 +#, c-format
27753 +msgid "%s [%d of %d messages read]"
27754 +msgstr "%s [léadh %d as %d teachtaireacht]"
27755 +
27756 +#: pop.c:691 pop_lib.c:373
27757 +msgid "Server closed connection!"
27758 +msgstr "Dhún an freastalaí an nasc!"
27759 +
27760 +#: pop_auth.c:79
27761 +msgid "Authenticating (SASL)..."
27762 +msgstr "Á fhíordheimhniú (SASL)..."
27763 +
27764 +#: pop_auth.c:184
27765 +msgid "Authenticating (APOP)..."
27766 +msgstr "Á fhíordheimhniú (APOP)..."
27767 +
27768 +#: pop_auth.c:208
27769 +msgid "APOP authentication failed."
27770 +msgstr "Theip ar fhíordheimhniú APOP."
27771 +
27772 +#: pop_auth.c:243
27773 +#, c-format
27774 +msgid "Command USER is not supported by server."
27775 +msgstr "Ní ghlacann an freastalaí leis an ordú USER."
27776 +
27777 +#: pop_lib.c:199
27778 +msgid "Unable to leave messages on server."
27779 +msgstr "Ní féidir teachtaireachtaí a fhágáil ar an bhfreastalaí."
27780 +
27781 +#: pop_lib.c:229
27782 +#, c-format
27783 +msgid "Error connecting to server: %s"
27784 +msgstr "Earráid ag nascadh leis an bhfreastalaí: %s"
27785 +
27786 +#: pop_lib.c:387
27787 +msgid "Closing connection to POP server..."
27788 +msgstr "Nasc leis an bhfreastalaí POP á dhúnadh..."
27789 +
27790 +#: pop_lib.c:557
27791 +msgid "Verifying message indexes..."
27792 +msgstr "Innéacsanna na dteachtaireachtaí á bhfíorú..."
27793 +
27794 +#: pop_lib.c:580
27795 +msgid "Connection lost. Reconnect to POP server?"
27796 +msgstr "Cailleadh an nasc. Athnasc leis an bhfreastalaí POP?"
27797 +
27798 +#: postpone.c:167
27799 +msgid "Postponed Messages"
27800 +msgstr "Teachtaireachtaí Ar Athlá"
27801 +
27802 +#: postpone.c:247 postpone.c:256
27803 +msgid "No postponed messages."
27804 +msgstr "Níl aon teachtaireacht ar athlá."
27805 +
27806 +#: postpone.c:442 postpone.c:463 postpone.c:497
27807 +msgid "Illegal PGP header"
27808 +msgstr "Ceanntásc neamhcheadaithe PGP"
27809 +
27810 +#: postpone.c:483
27811 +msgid "Illegal S/MIME header"
27812 +msgstr "Ceanntásc neamhcheadaithe S/MIME"
27813 +
27814 +#: postpone.c:556
27815 +msgid "Decrypting message..."
27816 +msgstr "Teachtaireacht á díchriptiú..."
27817 +
27818 +#: postpone.c:565
27819 +msgid "Decryption failed."
27820 +msgstr "Theip ar dhíchriptiú."
27821 +
27822 +#: query.c:50
27823 +msgid "New Query"
27824 +msgstr "Iarratas Nua"
27825 +
27826 +#: query.c:51
27827 +msgid "Make Alias"
27828 +msgstr "Déan Ailias"
27829 +
27830 +#: query.c:52
27831 +msgid "Search"
27832 +msgstr "Cuardaigh"
27833 +
27834 +#: query.c:99
27835 +msgid "Waiting for response..."
27836 +msgstr "Ag feitheamh le freagra..."
27837 +
27838 +#: query.c:235 query.c:263
27839 +msgid "Query command not defined."
27840 +msgstr "Níl aon ordú iarratais sainmhínithe."
27841 +
27842 +#: query.c:290
27843 +#, c-format
27844 +msgid "Query"
27845 +msgstr "Iarratas"
27846 +
27847 +#. Prompt for Query
27848 +#: query.c:303 query.c:328
27849 +msgid "Query: "
27850 +msgstr "Iarratas: "
27851 +
27852 +#: query.c:311 query.c:337
27853 +#, c-format
27854 +msgid "Query '%s'"
27855 +msgstr "Iarratas '%s'"
27856 +
27857 +#: recvattach.c:56
27858 +msgid "Pipe"
27859 +msgstr "Píopa"
27860 +
27861 +#: recvattach.c:57
27862 +msgid "Print"
27863 +msgstr "Priontáil"
27864 +
27865 +#: recvattach.c:435
27866 +msgid "Saving..."
27867 +msgstr "Á Shábháil..."
27868 +
27869 +#: recvattach.c:438 recvattach.c:527
27870 +msgid "Attachment saved."
27871 +msgstr "Sábháladh an t-iatán."
27872 +
27873 +#: recvattach.c:539
27874 +#, c-format
27875 +msgid "WARNING!  You are about to overwrite %s, continue?"
27876 +msgstr "RABHADH!  Tá tú ar tí %s a fhorscríobh, lean ar aghaidh?"
27877 +
27878 +#: recvattach.c:557
27879 +msgid "Attachment filtered."
27880 +msgstr "Scagadh an t-iatán."
27881 +
27882 +#: recvattach.c:624
27883 +msgid "Filter through: "
27884 +msgstr "Scagaire: "
27885 +
27886 +#: recvattach.c:624
27887 +msgid "Pipe to: "
27888 +msgstr "Píopa go: "
27889 +
27890 +#: recvattach.c:659
27891 +#, c-format
27892 +msgid "I dont know how to print %s attachments!"
27893 +msgstr "Ní eol dom conas a phriontáil iatáin %s!"
27894 +
27895 +#: recvattach.c:724
27896 +msgid "Print tagged attachment(s)?"
27897 +msgstr "Priontáil iatá(i)n c(h)libeáilte?"
27898 +
27899 +#: recvattach.c:724
27900 +msgid "Print attachment?"
27901 +msgstr "Priontáil iatán?"
27902 +
27903 +#: recvattach.c:957
27904 +msgid "Can't decrypt encrypted message!"
27905 +msgstr "Ní féidir teachtaireacht chriptithe a dhíchriptiú!"
27906 +
27907 +#: recvattach.c:970
27908 +msgid "Attachments"
27909 +msgstr "Iatáin"
27910 +
27911 +#: recvattach.c:1006
27912 +msgid "There are no subparts to show!"
27913 +msgstr "Níl aon fopháirt le taispeáint!"
27914 +
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."
27918 +
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."
27922 +
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."
27926 +
27927 +#: recvcmd.c:47
27928 +msgid "You may only bounce message/rfc822 parts."
27929 +msgstr "Ní cheadaítear ach páirteanna message/rfc822 a scinneadh."
27930 +
27931 +#: recvcmd.c:217
27932 +msgid "Error bouncing message!"
27933 +msgstr "Earráid agus teachtaireacht á scinneadh!"
27934 +
27935 +#: recvcmd.c:217
27936 +msgid "Error bouncing messages!"
27937 +msgstr "Earráid agus teachtaireachtaí á scinneadh!"
27938 +
27939 +#: recvcmd.c:417
27940 +#, c-format
27941 +msgid "Can't open temporary file %s."
27942 +msgstr "Ní féidir an comhad sealadach %s a oscailt."
27943 +
27944 +#: recvcmd.c:448
27945 +msgid "Forward as attachments?"
27946 +msgstr "Seol iad ar aghaidh mar iatáin?"
27947 +
27948 +#: recvcmd.c:462
27949 +msgid "Can't decode all tagged attachments.  MIME-forward the others?"
27950 +msgstr ""
27951 +"Ní féidir gach iatán clibeáilte a dhíchódú.  Cuir na cinn eile ar aghaidh mar "
27952 +"MIME?"
27953 +
27954 +#: recvcmd.c:587
27955 +msgid "Forward MIME encapsulated?"
27956 +msgstr "Cuir ar aghaidh, cuachta mar MIME?"
27957 +
27958 +#: recvcmd.c:595 recvcmd.c:845
27959 +#, c-format
27960 +msgid "Can't create %s."
27961 +msgstr "Ní féidir %s a chruthú."
27962 +
27963 +#: recvcmd.c:728
27964 +msgid "Can't find any tagged messages."
27965 +msgstr "Ní féidir aon teachtaireacht chlibeáilte a aimsiú."
27966 +
27967 +#: recvcmd.c:749 send.c:715
27968 +msgid "No mailing lists found!"
27969 +msgstr "Níor aimsíodh aon liosta postála!"
27970 +
27971 +#: recvcmd.c:824
27972 +msgid "Can't decode all tagged attachments.  MIME-encapsulate the others?"
27973 +msgstr ""
27974 +"Ní féidir gach iatán clibeáilte a dhíchódú.  Cuach na cinn eile mar MIME?"
27975 +
27976 +#: remailer.c:484
27977 +msgid "Append"
27978 +msgstr "Iarcheangail"
27979 +
27980 +#: remailer.c:485
27981 +msgid "Insert"
27982 +msgstr "Ionsáigh"
27983 +
27984 +#: remailer.c:486
27985 +msgid "Delete"
27986 +msgstr "Scrios"
27987 +
27988 +#: remailer.c:488
27989 +msgid "OK"
27990 +msgstr "OK"
27991 +
27992 +#: remailer.c:516
27993 +msgid "Can't get mixmaster's type2.list!"
27994 +msgstr "Ní féidir type2.list ag mixmaster a fháil!"
27995 +
27996 +#: remailer.c:542
27997 +msgid "Select a remailer chain."
27998 +msgstr "Roghnaigh slabhra athphostóirí."
27999 +
28000 +#: remailer.c:602
28001 +#, c-format
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."
28004 +
28005 +#: remailer.c:632
28006 +#, c-format
28007 +msgid "Mixmaster chains are limited to %d elements."
28008 +msgstr "Ní cheadaítear ach %d ball i slabhra \"mixmaster\"."
28009 +
28010 +#: remailer.c:655
28011 +msgid "The remailer chain is already empty."
28012 +msgstr "Tá an slabhra athphostóirí folamh cheana féin."
28013 +
28014 +#: remailer.c:665
28015 +msgid "You already have the first chain element selected."
28016 +msgstr "Tá an chéad bhall slabhra roghnaithe agat cheana."
28017 +
28018 +#: remailer.c:675
28019 +msgid "You already have the last chain element selected."
28020 +msgstr "Tá ball deiridh an slabhra roghnaithe agat cheana."
28021 +
28022 +#: remailer.c:714
28023 +msgid "Mixmaster doesn't accept Cc or Bcc headers."
28024 +msgstr "Ní ghlacann \"mixmaster\" le ceanntásca Cc nó Bcc."
28025 +
28026 +#: remailer.c:738
28027 +msgid "Please set the hostname variable to a proper value when using mixmaster!"
28028 +msgstr ""
28029 +"Socraigh an athróg óstainm go cuí le do thoil le linn úsáid \"mixmaster\"!"
28030 +
28031 +#: remailer.c:772
28032 +#, c-format
28033 +msgid "Error sending message, child exited %d.\n"
28034 +msgstr ""
28035 +"Earráid agus teachtaireacht á seoladh, scoir an macphróiseas le stádas %d.\n"
28036 +
28037 +#: remailer.c:776
28038 +msgid "Error sending message."
28039 +msgstr "Earráid agus teachtaireacht á seoladh."
28040 +
28041 +#: rfc1524.c:163
28042 +#, c-format
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"
28045 +
28046 +#: rfc1524.c:395
28047 +msgid "No mailcap path specified"
28048 +msgstr "Níor sonraíodh conair mailcap"
28049 +
28050 +#: rfc1524.c:423
28051 +#, c-format
28052 +msgid "mailcap entry for type %s not found"
28053 +msgstr "níor aimsíodh iontráil mailcap don chineál %s"
28054 +
28055 +#: score.c:75
28056 +msgid "score: too few arguments"
28057 +msgstr "score: níl go leor argóintí ann"
28058 +
28059 +#: score.c:84
28060 +msgid "score: too many arguments"
28061 +msgstr "score: an iomarca argóintí"
28062 +
28063 +#: send.c:252
28064 +msgid "No subject, abort?"
28065 +msgstr "Níor sonraíodh aon ábhar, tobscoir?"
28066 +
28067 +#: send.c:254
28068 +msgid "No subject, aborting."
28069 +msgstr "Gan ábhar, á thobscor."
28070 +
28071 +#. * provides a way to do that.
28072 +#: send.c:488
28073 +#, c-format
28074 +msgid "Reply to %s%s?"
28075 +msgstr "Tabhair freagra ar %s%s?"
28076 +
28077 +#: send.c:522
28078 +#, c-format
28079 +msgid "Follow-up to %s%s?"
28080 +msgstr "Teachtaireacht leantach go %s%s"
28081 +
28082 +#. * a limit such that none of the tagged message are visible.
28083 +#: send.c:690
28084 +msgid "No tagged messages are visible!"
28085 +msgstr "Níl aon teachtaireacht chlibeáilte le feiceáil!"
28086 +
28087 +#: send.c:741
28088 +msgid "Include message in reply?"
28089 +msgstr "Cuir an teachtaireacht isteach sa fhreagra?"
28090 +
28091 +#: send.c:746
28092 +msgid "Including quoted message..."
28093 +msgstr "Teachtaireacht athfhriotail san áireamh..."
28094 +
28095 +#: send.c:756
28096 +msgid "Could not include all requested messages!"
28097 +msgstr "Níorbh fhéidir gach teachtaireacht iarrtha a chur sa fhreagra!"
28098 +
28099 +#: send.c:770
28100 +msgid "Forward as attachment?"
28101 +msgstr "Seol é ar aghaidh mar iatán?"
28102 +
28103 +#: send.c:774
28104 +msgid "Preparing forwarded message..."
28105 +msgstr "Teachtaireacht curtha ar aghaidh á hullmhú..."
28106 +
28107 +#. * are any postponed messages first.
28108 +#: send.c:1071
28109 +msgid "Recall postponed message?"
28110 +msgstr "Athghlaoigh teachtaireacht a bhí curtha ar athlá?"
28111 +
28112 +#: send.c:1372
28113 +msgid "Edit forwarded message?"
28114 +msgstr "Cuir teachtaireacht in eagar roimh é a chur ar aghaidh?"
28115 +
28116 +#: send.c:1400
28117 +msgid "Abort unmodified message?"
28118 +msgstr "Tobscoir an teachtaireacht seo (gan athrú)?"
28119 +
28120 +#: send.c:1402
28121 +msgid "Aborted unmodified message."
28122 +msgstr "Tobscoireadh teachtaireacht gan athrú."
28123 +
28124 +#: send.c:1471
28125 +msgid "Message postponed."
28126 +msgstr "Cuireadh an teachtaireacht ar athlá."
28127 +
28128 +#: send.c:1480
28129 +msgid "No recipients are specified!"
28130 +msgstr "Níl aon fhaighteoir ann!"
28131 +
28132 +#: send.c:1485
28133 +msgid "No recipients were specified."
28134 +msgstr "Níor sonraíodh aon fhaighteoir."
28135 +
28136 +#: send.c:1501
28137 +msgid "No subject, abort sending?"
28138 +msgstr "Níor sonraíodh aon ábhar, tobscoir?"
28139 +
28140 +#: send.c:1505
28141 +msgid "No subject specified."
28142 +msgstr "Níor sonraíodh aon ábhar."
28143 +
28144 +#: send.c:1567
28145 +msgid "Sending message..."
28146 +msgstr "Teachtaireacht á seoladh..."
28147 +
28148 +#: send.c:1708
28149 +msgid "Could not send the message."
28150 +msgstr "Níorbh fhéidir an teachtaireacht a sheoladh."
28151 +
28152 +#: send.c:1713
28153 +msgid "Mail sent."
28154 +msgstr "Seoladh an teachtaireacht."
28155 +
28156 +#: send.c:1713
28157 +msgid "Sending in background."
28158 +msgstr "Á seoladh sa chúlra."
28159 +
28160 +#: sendlib.c:410
28161 +msgid "No boundary parameter found! [report this error]"
28162 +msgstr "Níor aimsíodh paraiméadar teorann! [seol tuairisc fhabht]"
28163 +
28164 +#: sendlib.c:440
28165 +#, c-format
28166 +msgid "%s no longer exists!"
28167 +msgstr "Níl %s ann níos mó!"
28168 +
28169 +#: sendlib.c:862
28170 +#, c-format
28171 +msgid "%s isn't a regular file."
28172 +msgstr "Ní gnáthchomhad %s."
28173 +
28174 +#: sendlib.c:1031
28175 +#, c-format
28176 +msgid "Could not open %s"
28177 +msgstr "Níorbh fhéidir %s a oscailt"
28178 +
28179 +#: sendlib.c:1996
28180 +#, c-format
28181 +msgid "Error sending message, child exited %d (%s)."
28182 +msgstr ""
28183 +"Earráid agus teachtaireacht á seoladh, scoir an macphróiseas le stádas %d (%"
28184 +"s)."
28185 +
28186 +#: sendlib.c:2002
28187 +msgid "Output of the delivery process"
28188 +msgstr "Aschur an phróisis seolta"
28189 +
28190 +#: sendlib.c:2208
28191 +#, c-format
28192 +msgid "Bad IDN %s while preparing resent-from."
28193 +msgstr "DrochIDN %s agus resent-from á ullmhú."
28194 +
28195 +#: signal.c:43
28196 +#, c-format
28197 +msgid "%s...  Exiting.\n"
28198 +msgstr "%s...  Ag scor.\n"
28199 +
28200 +#: signal.c:46 signal.c:49
28201 +#, c-format
28202 +msgid "Caught %s...  Exiting.\n"
28203 +msgstr "Fuarthas %s...  Ag scor.\n"
28204 +
28205 +#: signal.c:51
28206 +#, c-format
28207 +msgid "Caught signal %d...  Exiting.\n"
28208 +msgstr "Fuarthas comhartha %d...  Ag scor.\n"
28209 +
28210 +#: smime.c:111
28211 +msgid "Enter S/MIME passphrase:"
28212 +msgstr "Iontráil frása faire S/MIME:"
28213 +
28214 +#: smime.c:321
28215 +msgid "Trusted   "
28216 +msgstr "Iontaofa     "
28217 +
28218 +#: smime.c:324
28219 +msgid "Verified  "
28220 +msgstr "Fíoraithe    "
28221 +
28222 +#: smime.c:327
28223 +msgid "Unverified"
28224 +msgstr "Gan fíorú    "
28225 +
28226 +#: smime.c:330
28227 +msgid "Expired   "
28228 +msgstr "As Feidhm    "
28229 +
28230 +#: smime.c:333
28231 +msgid "Revoked   "
28232 +msgstr "Aisghairthe  "
28233 +
28234 +#: smime.c:336
28235 +msgid "Invalid   "
28236 +msgstr "Neamhbhailí  "
28237 +
28238 +#: smime.c:339
28239 +msgid "Unknown   "
28240 +msgstr "Anaithnid    "
28241 +
28242 +#: smime.c:368
28243 +msgid "Enter keyID: "
28244 +msgstr "Iontráil keyID: "
28245 +
28246 +#: smime.c:391
28247 +#, c-format
28248 +msgid "S/MIME certificates matching \"%s\"."
28249 +msgstr "Teastais S/MIME atá comhoiriúnach le \"%s\"."
28250 +
28251 +#: smime.c:541 smime.c:611 smime.c:629
28252 +#, c-format
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?"
28255 +
28256 +#: smime.c:545 smime.c:615
28257 +#, c-format
28258 +msgid "Use (untrusted!) ID %s for %s ?"
28259 +msgstr "Bain úsáid as ID (neamhiontaofa!) %s le haghaidh %s?"
28260 +
28261 +#: smime.c:548 smime.c:618
28262 +#, c-format
28263 +msgid "Use ID %s for %s ?"
28264 +msgstr "Bain úsáid as ID %s le haghaidh %s ?"
28265 +
28266 +#: smime.c:637
28267 +#, c-format
28268 +msgid "Warning: You have not yet decided to trust ID %s. (any key to continue)"
28269 +msgstr ""
28270 +"Rabhadh: Go dtí seo níor chuir tú muinín san ID %s. (eochair ar bith le "
28271 +"leanúint ar aghaidh)"
28272 +
28273 +#: smime.c:796
28274 +#, c-format
28275 +msgid "No (valid) certificate found for %s."
28276 +msgstr "Níor aimsíodh aon teastas (bailí) do %s."
28277 +
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ú!"
28281 +
28282 +#: smime.c:1206
28283 +msgid "no certfile"
28284 +msgstr "gan comhad teastais"
28285 +
28286 +#: smime.c:1209
28287 +msgid "no mbox"
28288 +msgstr "gan mbox"
28289 +
28290 +#. fatal error while trying to encrypt message
28291 +#: smime.c:1352
28292 +msgid "No output from OpenSSL.."
28293 +msgstr "Gan aschur ó OpenSSL.."
28294 +
28295 +#: smime.c:1390
28296 +msgid "Warning: Intermediate certificate not found."
28297 +msgstr "Rabhadh: Teastas idirmheánach gan aimsiú."
28298 +
28299 +#: smime.c:1433
28300 +msgid "Can't open OpenSSL subprocess!"
28301 +msgstr "Ní féidir fo-phróiseas OpenSSL a oscailt!"
28302 +
28303 +#: smime.c:1471
28304 +msgid "No output from OpenSSL..."
28305 +msgstr "Gan aschur ó OpenSSL..."
28306 +
28307 +#: smime.c:1636 smime.c:1760
28308 +msgid ""
28309 +"[-- End of OpenSSL output --]\n"
28310 +"\n"
28311 +msgstr ""
28312 +"[-- Deireadh an aschuir OpenSSL --]\n"
28313 +"\n"
28314 +
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"
28318 +
28319 +#: smime.c:1764
28320 +msgid "[-- The following data is S/MIME encrypted --]\n"
28321 +msgstr "[-- Is criptithe mar S/MIME iad na sonraí a leanas --]\n"
28322 +
28323 +#: smime.c:1767
28324 +msgid "[-- The following data is S/MIME signed --]\n"
28325 +msgstr ""
28326 +"[-- Is sínithe mar S/MIME iad na sonraí a leanas --]\n"
28327 +"\n"
28328 +
28329 +#: smime.c:1831
28330 +msgid ""
28331 +"\n"
28332 +"[-- End of S/MIME encrypted data. --]\n"
28333 +msgstr ""
28334 +"\n"
28335 +"[-- Deireadh na sonraí criptithe mar S/MIME. --]\n"
28336 +
28337 +#: smime.c:1833
28338 +msgid ""
28339 +"\n"
28340 +"[-- End of S/MIME signed data. --]\n"
28341 +msgstr ""
28342 +"\n"
28343 +"[-- Deireadh na sonraí sínithe mar S/MIME. --]\n"
28344 +
28345 +#: smime.c:1944
28346 +msgid ""
28347 +"S/MIME (e)ncrypt, (s)ign, encrypt (w)ith, sign (a)s, (b)oth, or (c)lear? "
28348 +msgstr ""
28349 +"S/MIME (c)riptigh, (s)ínigh, criptigh (l)e, sínigh (m)ar, (a)raon, (n)á déan? "
28350 +
28351 +#: smime.c:1945
28352 +msgid "eswabfc"
28353 +msgstr "cslmafn"
28354 +
28355 +#: smime.c:1954
28356 +msgid ""
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? "
28359 +
28360 +#: smime.c:1956
28361 +msgid "12345f"
28362 +msgstr "12345n"
28363 +
28364 +#: smime.c:1980
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\"."
28367 +
28368 +#: sort.c:259
28369 +msgid "Sorting mailbox..."
28370 +msgstr "Bosca poist á shórtáil..."
28371 +
28372 +#: sort.c:296
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]"
28375 +
28376 +#: status.c:106
28377 +msgid "(no mailbox)"
28378 +msgstr "(gan bosca poist)"
28379 +
28380 +#: thread.c:1089
28381 +msgid "Parent message is not visible in this limited view."
28382 +msgstr "Níl an mháthair-theachtaireacht infheicthe san amharc srianta seo."
28383 +
28384 +#: thread.c:1095
28385 +msgid "Parent message is not available."
28386 +msgstr "Níl an mháthair-theachtaireacht ar fáil."
28387 +
28388 +#~ msgid "Unexpected response received from server: %s"
28389 +#~ msgstr "Fuarthas freagra gan choinne ón fhreastalaí: %s"
28390 +
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"
28393 +
28394 +#~ msgid "First entry is shown."
28395 +#~ msgstr "An chéad iontráil."
28396 +
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 ""
28408  "\n"
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"
28413  msgstr ""
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 ""
28417  "\n"
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"
28422  
28423  #: main.c:107
28424  #, fuzzy
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 ""
28434  "\n"
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"
28439  msgstr ""
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 ""
28443  "\n"
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"
28448  
28449  #: main.c:107
28450  #, fuzzy
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
28459 @@ -4,10 +4,10 @@
28460  #
28461  msgid ""
28462  msgstr ""
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"
28474  
28475  #: cryptglue.c:112
28476 -#, fuzzy
28477  msgid "Invoking S/MIME..."
28478 -msgstr "Memanggil SMIME..."
28479 +msgstr "Memanggil S/MIME..."
28480  
28481  #: curs_lib.c:188
28482  msgid "yes"
28483 @@ -2077,7 +2076,7 @@ msgstr "CLOSE (penutupan) gagal."
28484  #: imap/imap.c:1388
28485  #, c-format
28486  msgid "Header search without header name: %s"
28487 -msgstr ""
28488 +msgstr "Pencarian header tanpa nama header: %s"
28489  
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."
28494  
28495  #: imap/message.c:548
28496 -#, fuzzy
28497  msgid "Uploading message..."
28498  msgstr "Meletakkan surat ..."
28499  
28500 @@ -3166,7 +3164,7 @@ msgid ""
28501  "\n"
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"
28506  msgstr ""
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 ""
28510  "\n"
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  "
28514 -"02111, USA.\n"
28515 +"    Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  "
28516 +"02110-1301, USA.\n"
28517  
28518  #: main.c:107
28519 -#, fuzzy
28520  msgid ""
28521  "usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
28522  "<file> ]\n"
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"
28529  
28530  #: main.c:122
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
28540 @@ -1,7 +1,7 @@
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 $
28546  # 
28547  # 
28548  msgid ""
28549 @@ -3183,7 +3183,7 @@ msgid ""
28550  "\n"
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"
28555  msgstr ""
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 ""
28559  "\n"
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"
28564  
28565  #: main.c:107
28566  #, fuzzy
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
28577  #, c-format
28578  msgid "Header search without header name: %s"
28579 -msgstr ""
28580 +msgstr "¸¡º÷¤¹¤ë¥Ø¥Ã¥À̾¤Î»ØÄ꤬¤Ê¤¤: %s"
28581  
28582  #: imap/imap.c:1536
28583  msgid "Bad mailbox name"
28584 @@ -2119,7 +2119,6 @@ msgid "The message index is incorrect. T
28585  msgstr "¥á¥Ã¥»¡¼¥¸º÷°ú¤¬ÉÔÀµ¡£¥á¡¼¥ë¥Ü¥Ã¥¯¥¹ºÆ¥ª¡¼¥×¥ó¤ò»î¤ß¤ë¡£"
28586  
28587  #: imap/message.c:548
28588 -#, fuzzy
28589  msgid "Uploading message..."
28590  msgstr "¥á¥Ã¥»¡¼¥¸¤ò¥¢¥Ã¥×¥í¡¼¥ÉÃæ..."
28591  
28592 @@ -3162,11 +3161,10 @@ msgid ""
28593  "\n"
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"
28598  msgstr ""
28599  
28600  #: main.c:107
28601 -#, fuzzy
28602  msgid ""
28603  "usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
28604  "<file> ]\n"
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ÊÑ¿ô¤ò¤¹¤Ù¤Æɸ½à½ÐÎϤØɽ¼¨"
28611  
28612  #: main.c:122
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 ""
28623  "\n"
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"
28628  msgstr ""
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 ""
28632  "\n"
28633  "    º» ÇÁ·Î±×·¥¿¡´Â GNU General Public License º¹»çº»ÀÌ Æ÷ÇÔ µÇ¾îÀÖ½À´Ï´Ù;\n"
28634  "    Æ÷ÇԵǾî ÀÖÁö ¾ÊÀ» °æ¿ì ¾Æ·¡ÀÇ ÁּҷΠ¿¬¶ôÇϽñ⠹ٶø´Ï´Ù.\n"
28635 -"    Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  "
28636 -"02111, USA.\n"
28637 +"    Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  "
28638 +"02110-1301, USA.\n"
28639  
28640  #: main.c:107
28641  #, fuzzy
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 ""
28651  "\n"
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"
28656  msgstr ""
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 ""
28660  "\n"
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"
28665  
28666  #: main.c:107
28667  #, fuzzy
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
28676 @@ -1,10 +1,10 @@
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 $
28679  msgid ""
28680  msgstr ""
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 ? "
28692  
28693  #: crypt-gpgme.c:335
28694 -#, fuzzy, c-format
28695 +#, 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"
28699  
28700  #: crypt-gpgme.c:345
28701  #, c-format
28702  msgid "error enabling CMS protocol: %s\n"
28703 -msgstr ""
28704 +msgstr "fout bij het inschakelen van CMS protocol: %s\n"
28705  
28706  #: crypt-gpgme.c:365
28707 -#, fuzzy, c-format
28708 +#, 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"
28712  
28713  #: crypt-gpgme.c:431 crypt-gpgme.c:449 crypt-gpgme.c:1327
28714 -#, fuzzy, c-format
28715 +#, 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"
28719  
28720  #: crypt-gpgme.c:467
28721 -#, fuzzy, c-format
28722 +#, 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"
28726  
28727  #: crypt-gpgme.c:489 crypt-gpgme.c:536
28728 -#, fuzzy, c-format
28729 +#, 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"
28733  
28734  #: crypt-gpgme.c:597
28735 -#, fuzzy, c-format
28736 +#, 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"
28740  
28741  #: crypt-gpgme.c:635
28742  #, c-format
28743  msgid "secret key `%s' not found: %s\n"
28744 -msgstr ""
28745 +msgstr "geheime sleutel `%s' niet gevonden: %s\n"
28746  
28747  #: crypt-gpgme.c:645
28748  #, c-format
28749  msgid "ambiguous specification of secret key `%s'\n"
28750 -msgstr ""
28751 +msgstr "dubbelzinnige specificatie van geheime sleutel `%s'\n"
28752  
28753  #: crypt-gpgme.c:657
28754  #, c-format
28755  msgid "error setting secret key `%s': %s\n"
28756 -msgstr ""
28757 +msgstr "fout bij het instellen van geheime sleutel `%s': %s\n"
28758  
28759  #: crypt-gpgme.c:701
28760 -#, fuzzy, c-format
28761 +#, 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"
28765  
28766  #: crypt-gpgme.c:798
28767 -#, fuzzy, c-format
28768 +#, 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"
28772  
28773  #: crypt-gpgme.c:993
28774 -#, fuzzy
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"
28778  
28779  #: crypt-gpgme.c:1002
28780  msgid "Warning: The key used to create the signature expired at: "
28781 -msgstr ""
28782 +msgstr "Waarschuwing: De sleutel waarmee is ondertekend is verlopen op: "
28783  
28784  #: crypt-gpgme.c:1008
28785 -#, fuzzy
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"
28789  
28790  #: crypt-gpgme.c:1024
28791  msgid "Warning: The signature expired at: "
28792 -msgstr ""
28793 +msgstr "Waarschuwing: De ondertekening is verlopen op: "
28794  
28795  #: crypt-gpgme.c:1030
28796  msgid "Can't verify due to a missing key or certificate\n"
28797 -msgstr ""
28798 +msgstr "Kan niet verifiëren vanwege ontbrekende sleutel of certificaat\n"
28799  
28800  #: crypt-gpgme.c:1035
28801 -#, fuzzy
28802  msgid "The CRL is not available\n"
28803 -msgstr "SSL is niet beschikbaar."
28804 +msgstr "De CRL is niet beschikbaar\n"
28805  
28806  #: crypt-gpgme.c:1041
28807  msgid "Available CRL is too old\n"
28808 -msgstr ""
28809 +msgstr "De beschikbare CRL is te oud\n"
28810  
28811  #: crypt-gpgme.c:1046
28812  msgid "A policy requirement was not met\n"
28813 -msgstr ""
28814 +msgstr "Aan een beleidsvereiste is niet voldaan\n"
28815  
28816  #: crypt-gpgme.c:1055
28817  msgid "A system error occurred"
28818 -msgstr ""
28819 +msgstr "Er is een systeemfout opgetreden"
28820  
28821  #: crypt-gpgme.c:1092 crypt-gpgme.c:3036
28822 -#, fuzzy
28823  msgid "Fingerprint: "
28824 -msgstr "Handtekening: %s"
28825 +msgstr "Handtekening: "
28826  
28827  #: crypt-gpgme.c:1152
28828  msgid ""
28829  "WARNING: We have NO indication whether the key belongs to the person named "
28830  "as shown above\n"
28831  msgstr ""
28832 +"WAARSCHUWING: We hebben GEEN indicatie of de sleutel toebehoort aan de "
28833 +"persoon zoals hierboven aangegeven\n"
28834  
28835  #: crypt-gpgme.c:1159
28836  msgid "WARNING: The key does NOT BELONG to the person named as shown above\n"
28837 -msgstr ""
28838 +msgstr "WAARSCHUWING: De sleutel BEHOORT NIET TOE aan bovengenoemde persoon\n"
28839  
28840  #: crypt-gpgme.c:1163
28841  msgid ""
28842  "WARNING: It is NOT certain that the key belongs to the person named as shown "
28843  "above\n"
28844  msgstr ""
28845 +"WAARSCHUWING: Het is NIET zeker dat de sleutel toebehoort aan de persoon "
28846 +"zoals hierboven aangegeven\n"
28847  
28848  #: crypt-gpgme.c:1238
28849  msgid "Error getting key information: "
28850 -msgstr ""
28851 +msgstr "Fout bij het ophalen van sleutelinformatie: "
28852  
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 ""
28856  #. ultimate).
28857  #: crypt-gpgme.c:1245 crypt-gpgme.c:1278
28858  msgid "Good signature from: "
28859 -msgstr ""
28860 +msgstr "Goede handtekening van: "
28861  
28862  #: crypt-gpgme.c:1255
28863  msgid "                aka: "
28864 -msgstr ""
28865 +msgstr "        ook bekend als: "
28866  
28867  #: crypt-gpgme.c:1259 crypt-gpgme.c:1281
28868  msgid "            created: "
28869 -msgstr ""
28870 +msgstr "     aangemaakt op: "
28871  
28872  #: crypt-gpgme.c:1268
28873  msgid "*BAD* signature claimed to be from: "
28874 -msgstr ""
28875 +msgstr "*SLECHTE* handtekening gepretendeerd af te komen van: "
28876  
28877  #: crypt-gpgme.c:1291
28878 -#, fuzzy
28879  msgid "Error checking signature"
28880 -msgstr "Fout opgetreden tijdens het verzenden van het bericht."
28881 +msgstr "Fout bij het controleren van handtekening"
28882  
28883  #. Note: We don't need a current time output because GPGME avoids
28884  #. such an attack by separating the meta information from the
28885  #. data.
28886  #: crypt-gpgme.c:1335 crypt-gpgme.c:1539 crypt-gpgme.c:2031
28887  msgid "[-- Begin signature information --]\n"
28888 -msgstr ""
28889 +msgstr "[-- Begin handtekeninginformatie --]\n"
28890  
28891  #: crypt-gpgme.c:1344
28892 -#, fuzzy, c-format
28893 +#, c-format
28894  msgid "Error: verification failed: %s\n"
28895 -msgstr "Fout in opdrachtregel: %s\n"
28896 +msgstr "Fout: verificatie gefaald: %s\n"
28897  
28898  #: crypt-gpgme.c:1386
28899  #, c-format
28900  msgid "*** Begin Notation (signature by: %s) ***\n"
28901 -msgstr ""
28902 +msgstr "*** Begin Notatie (ondertekening van: %s) ***\n"
28903  
28904  #: crypt-gpgme.c:1405
28905  msgid "*** End Notation ***\n"
28906 -msgstr ""
28907 +msgstr "*** Einde Notatie ***\n"
28908  
28909  #: crypt-gpgme.c:1413 crypt-gpgme.c:1552 crypt-gpgme.c:2046
28910 -#, fuzzy
28911  msgid ""
28912  "[-- End signature information --]\n"
28913  "\n"
28914  msgstr ""
28915 -"\n"
28916  "[-- Einde van ondertekende gegevens --]\n"
28917 +"\n"
28918  
28919  #: crypt-gpgme.c:1507
28920 -#, fuzzy, c-format
28921 +#, c-format
28922  msgid ""
28923  "[-- Error: decryption failed: %s --]\n"
28924  "\n"
28925 -msgstr "[-- Fout: Kon geen tijdelijk bestand aanmaken! --]\n"
28926 +msgstr "[-- Fout: ontsleuteling gefaald: %s --]\n"
28927  
28928  #: crypt-gpgme.c:2006
28929  #, c-format
28930  msgid "Error: decryption/verification failed: %s\n"
28931 -msgstr ""
28932 +msgstr "Fout: ontsleuteling/verificatie is gefaald: %s\n"
28933  
28934  #: crypt-gpgme.c:2054
28935  msgid "Error: copy data failed\n"
28936 -msgstr ""
28937 +msgstr "Fout: kopiëren van gegevens is gefaald\n"
28938  
28939  #: crypt-gpgme.c:2074 pgp.c:410
28940  msgid ""
28941 @@ -961,12 +959,11 @@ msgid "[-- Error: could not create tempo
28942  msgstr "[-- Fout: Kon geen tijdelijk bestand aanmaken! --]\n"
28943  
28944  #: crypt-gpgme.c:2186
28945 -#, fuzzy
28946  msgid ""
28947  "[-- The following data is PGP/MIME signed and encrypted --]\n"
28948  "\n"
28949  msgstr ""
28950 -"[-- De volgende gegevens zijn PGP/MIME versleuteld --]\n"
28951 +"[-- De volgende gegevens zijn PGP/MIME ondertekend en versleuteld --]\n"
28952  "\n"
28953  
28954  #: crypt-gpgme.c:2187 pgp.c:927
28955 @@ -978,16 +975,14 @@ msgstr ""
28956  "\n"
28957  
28958  #: crypt-gpgme.c:2209
28959 -#, fuzzy
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"
28963  
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"
28967  
28968  #: crypt-gpgme.c:2252
28969 -#, fuzzy
28970  msgid ""
28971  "[-- The following data is S/MIME signed --]\n"
28972  "\n"
28973 @@ -996,7 +991,6 @@ msgstr ""
28974  "\n"
28975  
28976  #: crypt-gpgme.c:2253
28977 -#, fuzzy
28978  msgid ""
28979  "[-- The following data is S/MIME encrypted --]\n"
28980  "\n"
28981 @@ -1005,130 +999,118 @@ msgstr ""
28982  "\n"
28983  
28984  #: crypt-gpgme.c:2283
28985 -#, fuzzy
28986  msgid "[-- End of S/MIME signed data --]\n"
28987 -msgstr ""
28988 -"\n"
28989 -"[-- Einde van S/MIME ondertekende gegevens --]\n"
28990 +msgstr "[-- Einde van S/MIME ondertekende gegevens --]\n"
28991  
28992  #: crypt-gpgme.c:2284
28993 -#, fuzzy
28994  msgid "[-- End of S/MIME encrypted data --]\n"
28995 -msgstr ""
28996 -"\n"
28997 -"[-- Einde van S/MIME versleutelde data --]\n"
28998 +msgstr "[-- Einde van S/MIME versleutelde data --]\n"
28999  
29000  #: crypt-gpgme.c:2876
29001  msgid "[Can't display this user ID (unknown encoding)]"
29002 -msgstr ""
29003 +msgstr "[Kan dit user ID niet weergeven (onbekende codering)]"
29004  
29005  #: crypt-gpgme.c:2878
29006  msgid "[Can't display this user ID (invalid encoding)]"
29007 -msgstr ""
29008 +msgstr "[Kan dit user ID niet weergeven (onbekende codering)]"
29009  
29010  #: crypt-gpgme.c:2883
29011  msgid "[Can't display this user ID (invalid DN)]"
29012 -msgstr ""
29013 +msgstr "[Kan dit user ID niet weergeven (ongeldige DN)]"
29014  
29015  #: crypt-gpgme.c:2962
29016  msgid " aka ......: "
29017 -msgstr ""
29018 +msgstr " alias ....: "
29019  
29020  #: crypt-gpgme.c:2962
29021  msgid "Name ......: "
29022 -msgstr ""
29023 +msgstr "Naam ......: "
29024  
29025  #: crypt-gpgme.c:2965 crypt-gpgme.c:3104
29026 -#, fuzzy
29027  msgid "[Invalid]"
29028 -msgstr "Ongeldig    "
29029 +msgstr "[Ongeldig]"
29030  
29031  #: crypt-gpgme.c:2985 crypt-gpgme.c:3128
29032 -#, fuzzy, c-format
29033 +#, c-format
29034  msgid "Valid From : %s\n"
29035 -msgstr "Ongeldige maand: %s"
29036 +msgstr "Geldig Van : %s\n"
29037  
29038  #: crypt-gpgme.c:2998 crypt-gpgme.c:3141
29039 -#, fuzzy, c-format
29040 +#, c-format
29041  msgid "Valid To ..: %s\n"
29042 -msgstr "Ongeldige maand: %s"
29043 +msgstr "Geldig Tot : %s\n"
29044  
29045  #: crypt-gpgme.c:3011 crypt-gpgme.c:3154
29046  #, c-format
29047  msgid "Key Type ..: %s, %lu bit %s\n"
29048 -msgstr ""
29049 +msgstr "Slt. Type .: %s, %lu bit %s\n"
29050  
29051  #: crypt-gpgme.c:3013 crypt-gpgme.c:3156
29052  #, c-format
29053  msgid "Key Usage .: "
29054 -msgstr ""
29055 +msgstr "Sl. Gebr ..: "
29056  
29057  #: crypt-gpgme.c:3018 crypt-gpgme.c:3161
29058 -#, fuzzy
29059  msgid "encryption"
29060 -msgstr "Versleutelen"
29061 +msgstr "versleuteling "
29062  
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
29065  msgid ", "
29066 -msgstr ""
29067 +msgstr ", "
29068  
29069  #: crypt-gpgme.c:3023 crypt-gpgme.c:3166
29070  msgid "signing"
29071 -msgstr ""
29072 +msgstr "ondertekening"
29073  
29074  #: crypt-gpgme.c:3028 crypt-gpgme.c:3171
29075 -#, fuzzy
29076  msgid "certification"
29077 -msgstr "Certificaat wordt bewaard"
29078 +msgstr "certificering"
29079  
29080  #: crypt-gpgme.c:3068
29081  #, c-format
29082  msgid "Serial-No .: 0x%s\n"
29083 -msgstr ""
29084 +msgstr "Serie-Nr ..: 0x%s\n"
29085  
29086  #: crypt-gpgme.c:3076
29087  #, c-format
29088  msgid "Issued By .: "
29089 -msgstr ""
29090 +msgstr "Uitg. Door : "
29091  
29092  #. display only the short keyID
29093  #: crypt-gpgme.c:3095
29094 -#, fuzzy, c-format
29095 +#, c-format
29096  msgid "Subkey ....: 0x%s"
29097 -msgstr "Sleutel ID: 0x%s"
29098 +msgstr "Subsleutel : 0x%s"
29099  
29100  #: crypt-gpgme.c:3099
29101 -#, fuzzy
29102  msgid "[Revoked]"
29103 -msgstr "Herroepen    "
29104 +msgstr "[Herroepen]"
29105  
29106  #: crypt-gpgme.c:3109
29107 -#, fuzzy
29108  msgid "[Expired]"
29109 -msgstr "Verlopen    "
29110 +msgstr "[Verlopen]"
29111  
29112  #: crypt-gpgme.c:3114
29113  msgid "[Disabled]"
29114 -msgstr ""
29115 +msgstr "[Uitgeschakeld]"
29116  
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"
29120  
29121  #: crypt-gpgme.c:3201
29122 -#, fuzzy
29123  msgid "Collecting data..."
29124 -msgstr "Bezig met verbinden met %s..."
29125 +msgstr "Data aan het vergaren..."
29126  
29127  #: crypt-gpgme.c:3227
29128 -#, fuzzy, c-format
29129 +#, 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"
29133  
29134  #: crypt-gpgme.c:3237
29135  msgid "Error: certification chain to long - stopping here\n"
29136 -msgstr ""
29137 +msgstr "Fout: certificeringsketen te lang - stop hier\n"
29138  
29139  #: crypt-gpgme.c:3248 pgpkey.c:580
29140  #, c-format
29141 @@ -1136,22 +1118,21 @@ msgid "Key ID: 0x%s"
29142  msgstr "Sleutel ID: 0x%s"
29143  
29144  #: crypt-gpgme.c:3331
29145 -#, fuzzy, c-format
29146 +#, c-format
29147  msgid "gpgme_new failed: %s"
29148 -msgstr "Hernoemen mislukt: %s"
29149 +msgstr "gpgme_new gefaald: %s"
29150  
29151  #: crypt-gpgme.c:3370 crypt-gpgme.c:3433
29152  #, c-format
29153  msgid "gpgme_op_keylist_start failed: %s"
29154 -msgstr ""
29155 +msgstr "gpgme_op_keylist_start gefaald: %s"
29156  
29157  #: crypt-gpgme.c:3420 crypt-gpgme.c:3461
29158  #, c-format
29159  msgid "gpgme_op_keylist_next failed: %s"
29160 -msgstr ""
29161 +msgstr "gpgme_op_keylist_next gefaald: %s"
29162  
29163  #: crypt-gpgme.c:3532
29164 -#, fuzzy
29165  msgid "All matching keys are marked expired/revoked."
29166  msgstr "Alle overeenkomende sleutels zijn verlopen/ingetrokken."
29167  
29168 @@ -1171,34 +1152,30 @@ msgid "Check key  "
29169  msgstr "Controleer sleutel "
29170  
29171  #: crypt-gpgme.c:3583
29172 -#, fuzzy
29173  msgid "PGP and S/MIME keys matching"
29174 -msgstr "PGP-sleutels voor \"%s\"."
29175 +msgstr "PGP- en S/MIME-sleutels voor"
29176  
29177  #: crypt-gpgme.c:3585
29178 -#, fuzzy
29179  msgid "PGP keys matching"
29180 -msgstr "PGP-sleutels voor \"%s\"."
29181 +msgstr "PGP-sleutels voor"
29182  
29183  #: crypt-gpgme.c:3587
29184 -#, fuzzy
29185  msgid "S/MIME keys matching"
29186 -msgstr "S/MIME certficiaten voor \"%s\"."
29187 +msgstr "S/MIME-certficaten voor"
29188  
29189  #: crypt-gpgme.c:3589
29190 -#, fuzzy
29191  msgid "keys matching"
29192 -msgstr "PGP-sleutels voor \"%s\"."
29193 +msgstr "sleutels voor"
29194  
29195  #: crypt-gpgme.c:3592
29196  #, c-format
29197  msgid "%s <%s>."
29198 -msgstr ""
29199 +msgstr "%s <%s>."
29200  
29201  #: crypt-gpgme.c:3594
29202  #, c-format
29203  msgid "%s \"%s\"."
29204 -msgstr ""
29205 +msgstr "%s \"%s\"."
29206  
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 ""
29210  "\n"
29211  "Using GPGME backend, although no gpg-agent is running"
29212  msgstr ""
29213 +"\n"
29214 +"Gebruik GPGME achterkant, hoewel er geen gpg-agent draait"
29215  
29216  #: crypt-gpgme.c:4131
29217 -#, fuzzy
29218  msgid "S/MIME (e)ncrypt, (s)ign, sign (a)s, (b)oth, (p)gp or (c)lear?"
29219  msgstr ""
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?"
29222  
29223  #: crypt-gpgme.c:4132
29224 -#, fuzzy
29225  msgid "esabpfc"
29226 -msgstr "vomabgg"
29227 +msgstr "vomabpg"
29228  
29229  #: crypt-gpgme.c:4135
29230 -#, fuzzy
29231  msgid "PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, s/(m)ime or (c)lear?"
29232  msgstr ""
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?"
29235  
29236  #: crypt-gpgme.c:4136
29237 -#, fuzzy
29238  msgid "esabmfc"
29239 -msgstr "vomabgg"
29240 +msgstr "vomabsg"
29241  
29242  #. sign (a)s
29243  #. unset_option(OPTCRYPTCHECKTRUST);
29244 @@ -1277,12 +1252,11 @@ msgstr "Ondertekenen als: "
29245  
29246  #: crypt-gpgme.c:4249
29247  msgid "Failed to verify sender"
29248 -msgstr ""
29249 +msgstr "Verifiëren van afzener gefaald"
29250  
29251  #: crypt-gpgme.c:4252
29252 -#, fuzzy
29253  msgid "Failed to figure out sender"
29254 -msgstr "Kan bestand niet openen om header te lezen."
29255 +msgstr "Kan verzender niet bepalen"
29256  
29257  #: crypt.c:69
29258  #, c-format
29259 @@ -1379,10 +1353,9 @@ msgstr ""
29260  
29261  #: cryptglue.c:89
29262  msgid "\"crypt_use_gpgme\" set but not build with GPGME support."
29263 -msgstr ""
29264 +msgstr "\"crypt_use_gpgme\" aan, maar niet gebouwd met GPGME-ondersteuning."
29265  
29266  #: cryptglue.c:112
29267 -#, fuzzy
29268  msgid "Invoking S/MIME..."
29269  msgstr "S/MIME wordt aangeroepen..."
29270  
29271 @@ -1558,24 +1531,23 @@ msgstr "Het weergeven van threads is nie
29272  
29273  #: curs_main.c:1210
29274  msgid "Thread broken"
29275 -msgstr ""
29276 +msgstr "Thread gebroken"
29277  
29278  #: curs_main.c:1232
29279  msgid "No Message-ID: header available to link thread"
29280 -msgstr ""
29281 +msgstr "Geen Message-ID: header beschikbaar om thread te koppelen"
29282  
29283  #: curs_main.c:1234
29284 -#, fuzzy
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"
29288  
29289  #: curs_main.c:1246
29290  msgid "Threads linked"
29291 -msgstr ""
29292 +msgstr "Threads gekoppeld"
29293  
29294  #: curs_main.c:1249
29295  msgid "No thread linked"
29296 -msgstr ""
29297 +msgstr "Geen thread gekoppeld"
29298  
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
29302  
29303  #: imap/imap.c:422
29304  msgid "Checking mailbox subscriptions"
29305 -msgstr ""
29306 +msgstr "Mailfolder-abonnementen worden gecontroleerd"
29307  
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
29311  
29312  #: imap/imap.c:489 pop_lib.c:331
29313  msgid "Encrypted connection unavailable"
29314 -msgstr ""
29315 +msgstr "Versleutelde verbinding niet beschikbaar"
29316  
29317  #: imap/imap.c:618
29318  #, c-format
29319 @@ -2090,7 +2062,7 @@ msgstr "CLOSE mislukt"
29320  #: imap/imap.c:1388
29321  #, c-format
29322  msgid "Header search without header name: %s"
29323 -msgstr ""
29324 +msgstr "Zoeken op header zonder headernaam: %s"
29325  
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."
29330  
29331  #: imap/message.c:548
29332 -#, fuzzy
29333  msgid "Uploading message..."
29334 -msgstr "Bericht wordt verstuurd ..."
29335 +msgstr "Bericht wordt ge-upload..."
29336  
29337  #: imap/message.c:708
29338  #, c-format
29339 @@ -2732,7 +2703,7 @@ msgstr "maak nieuw bericht aan"
29340  
29341  #: keymap_alldefs.h:103
29342  msgid "break the thread in two"
29343 -msgstr ""
29344 +msgstr "splits de thread in tweeën"
29345  
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"
29350  
29351  #: keymap_alldefs.h:113
29352 -#, fuzzy
29353  msgid "link tagged message to the current one"
29354 -msgstr "Gemarkeerde berichten doorsturen naar: "
29355 +msgstr "koppel gemarkeerd bericht met het huidige"
29356  
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"
29361  
29362  #: main.c:69
29363 -#, fuzzy
29364  msgid ""
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 ""
29368  "\n"
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"
29373  msgstr ""
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 ""
29380  "\n"
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 "
29385  "USA.\n"
29386  
29387  #: main.c:107
29388 -#, fuzzy
29389  msgid ""
29390  "usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
29391  "<file> ]\n"
29392 @@ -3242,37 +3210,18 @@ msgstr ""
29393  "       mutt [ -n ] [ -e <cmd> ] [ -F <file> ] -p\n"
29394  "       mutt -v[v]\n"
29395  "\n"
29396 +"opties:\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 "
29406 -"bericht\n"
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. "
29413 -"spaties)\n"
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 "
29419 -"geen\n"
29420 -"  -h\t\tdit hulp bericht"
29421 +"  -D\t\tdruk de waardes van alle variabelen af op stdout"
29422  
29423  #: main.c:122
29424  msgid "  -d <level>\tlog debugging output to ~/.muttdebug0"
29425 -msgstr ""
29426 +msgstr "  -d <niveau>\tlog debug-output naar ~/.muttdebug0"
29427  
29428  #: main.c:125
29429 -#, fuzzy
29430  msgid ""
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"
29436  msgstr ""
29437 -"gebruik: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
29438 -"<file> ]\n"
29439 -"       mutt [ -nR ] [ -e <cmd> ] [ -F <file> ] -Q <query> [ -Q <query> ] "
29440 -"[...]\n"
29441 -"       mutt [ -nR ] [ -e <cmd> ] [ -F <file> ] -A <alias> [ -A <alias> ] "
29442 -"[...]\n"
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"
29446 -"       mutt -v[v]\n"
29447 -"\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"
29456  
29457  #: mutt_ssl_gnutls.c:95 mutt_ssl_gnutls.c:117
29458  msgid "Error: no TLS socket open"
29459 -msgstr ""
29460 +msgstr "Fout: geen TLS socket open"
29461  
29462  #: mutt_ssl_gnutls.c:204
29463  msgid "All available protocols for TLS/SSL connection disabled"
29464 -msgstr ""
29465 +msgstr "Alle beschikbare protocollen voor TLS/SSL-verbinding uitgeschakeld"
29466  
29467  #: mutt_ssl_gnutls.c:265
29468 -#, fuzzy, c-format
29469 +#, 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)"
29473  
29474  #: mutt_ssl_gnutls.c:508
29475  #, c-format
29476  msgid "Certificate verification error (%s)"
29477 -msgstr ""
29478 +msgstr "Fout bij verifiëren van certificaat (%s)"
29479  
29480  #: mutt_ssl_gnutls.c:516
29481 -#, fuzzy
29482  msgid "Certificate is not X.509"
29483 -msgstr "Certificaat wordt bewaard"
29484 +msgstr "Certificaat is niet in X.509-formaat"
29485  
29486  #: mutt_ssl_gnutls.c:523
29487 -#, fuzzy
29488  msgid "Error initialising gnutls certificate data"
29489 -msgstr "Kan terminal niet initialiseren."
29490 +msgstr "Kan gnutls certificaatgegevens niet initializeren"
29491  
29492  #: mutt_ssl_gnutls.c:539
29493  msgid "Error processing certificate data"
29494 -msgstr ""
29495 +msgstr "Fout bij het verwerken van certificaatgegevens"
29496  
29497  #: mutt_ssl_gnutls.c:724
29498 -#, fuzzy, c-format
29499 +#, c-format
29500  msgid "SHA1 Fingerprint: %s"
29501 -msgstr "Handtekening: %s"
29502 +msgstr "SHA1 Handtekening: %s"
29503  
29504  #: mutt_ssl_gnutls.c:727
29505 -#, fuzzy, c-format
29506 +#, c-format
29507  msgid "MD5 Fingerprint: %s"
29508 -msgstr "Handtekening: %s"
29509 +msgstr "MD5 Handtekening: %s"
29510  
29511  #: mutt_ssl_gnutls.c:732
29512 -#, fuzzy
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"
29516  
29517  #: mutt_ssl_gnutls.c:737
29518 -#, fuzzy
29519  msgid "WARNING: Server certificate has expired"
29520 -msgstr "Certificaat van de server is verlopen"
29521 +msgstr "WAARSCHUWING: Certificaat van de server is verlopen"
29522  
29523  #: mutt_ssl_gnutls.c:742
29524 -#, fuzzy
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"
29528  
29529  #: mutt_ssl_gnutls.c:747
29530  msgid "WARNING: Server hostname does not match certificate"
29531 -msgstr ""
29532 +msgstr "WAARSCHUWING: naam van de server komt niet overeen met certificaat"
29533  
29534  #: mutt_ssl_gnutls.c:752
29535 -#, fuzzy
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"
29539  
29540  #: mutt_ssl_gnutls.c:755
29541 -#, fuzzy
29542  msgid "TLS/SSL Certificate check"
29543 -msgstr "SSL certificaat controle"
29544 +msgstr "TLS/SSL certificaat controle"
29545  
29546  #: mutt_tunnel.c:70
29547 -#, fuzzy, c-format
29548 +#, c-format
29549  msgid "Connecting with \"%s\"..."
29550 -msgstr "Bezig met verbinden met %s..."
29551 +msgstr "Bezig met verbinden met \"%s\"..."
29552  
29553  #: mutt_tunnel.c:137
29554  #, c-format
29555  msgid "Tunnel to %s returned error %d (%s)"
29556 -msgstr ""
29557 +msgstr "Tunnel naar %s leverde fout %d op (%s)"
29558  
29559  #: mutt_tunnel.c:155 mutt_tunnel.c:171
29560 -#, fuzzy, c-format
29561 +#, 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"
29565  
29566  #: muttlib.c:910
29567  msgid "File is a directory, save under it? [(y)es, (n)o, (a)ll]"
29568 @@ -4058,15 +3985,13 @@ msgstr ""
29569  "\n"
29570  
29571  #: pgp.c:392 pgp.c:956
29572 -#, fuzzy
29573  msgid "Could not decrypt PGP message"
29574 -msgstr "Bericht kon niet gekopiëerd worden."
29575 +msgstr "Kon PGP-gericht niet ontsleutelen"
29576  
29577  #. clear 'Invoking...' message, since there's no error
29578  #: pgp.c:441 pgp.c:952
29579 -#, fuzzy
29580  msgid "PGP message successfully decrypted."
29581 -msgstr "PGP handtekening is correct bevonden."
29582 +msgstr "PGP-bericht succesvol ontsleuteld."
29583  
29584  #: pgp.c:728
29585  msgid "Internal error. Inform <roessler@does-not-exist.org>."
29586 @@ -4081,9 +4006,8 @@ msgstr ""
29587  "\n"
29588  
29589  #: pgp.c:833
29590 -#, fuzzy
29591  msgid "Decryption failed"
29592 -msgstr "Ontsleuteling mislukt."
29593 +msgstr "Ontsleuteling mislukt"
29594  
29595  #: pgp.c:1008
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 ""
29606  "\n"
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"
29611  msgstr ""
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 ""
29615  "\n"
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"
29620  
29621  #: main.c:107
29622  #, fuzzy
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 ""
29632  "\n"
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"
29637  msgstr ""
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 @@
29649  #
29650  msgid ""
29651  msgstr ""
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 ÎÅ ÓÏÂÒÁÎÁ."
29663  
29664  #: cryptglue.c:112
29665 -#, fuzzy
29666  msgid "Invoking S/MIME..."
29667 -msgstr "÷ÙÚÙ×ÁÅÔÓÑ SMIME..."
29668 +msgstr "÷ÙÚÙ×ÁÅÔÓÑ S/MIME..."
29669  
29670  #: curs_lib.c:188
29671  msgid "yes"
29672 @@ -2083,7 +2082,7 @@ msgstr "ïÛÉÂËÁ ×ÙÐÏÌÎÅÎÉÑ ËÏÍÁÎÄÙ CLOSE"
29673  #: imap/imap.c:1388
29674  #, c-format
29675  msgid "Header search without header name: %s"
29676 -msgstr ""
29677 +msgstr "îÅ ÕËÁÚÁÎÏ ÉÍÑ ÚÁÇÏÌÏ×ËÁ ÐÒÉ ÐÏÉÓËÅ ÚÁÇÏÌÏ×ËÁ: %s"
29678  
29679  #: imap/imap.c:1536
29680  msgid "Bad mailbox name"
29681 @@ -2130,7 +2129,6 @@ msgstr ""
29682  
29683  # ÉÌÉ "ÎÁ ÓÅÒ×ÅÒ" ÕÂÒÁÔØ??
29684  #: imap/message.c:548
29685 -#, fuzzy
29686  msgid "Uploading message..."
29687  msgstr "óÏÏÂÝÅÎÉÅ ÚÁÇÒÕÖÁÅÔÓÑ ÎÁ ÓÅÒ×ÅÒ..."
29688  
29689 @@ -3181,7 +3179,7 @@ msgid ""
29690  "\n"
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"
29695  msgstr ""
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 ""
29699  "\n"
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"
29704  
29705  #: main.c:107
29706 -#, fuzzy
29707  msgid ""
29708  "usage: mutt [ -nRyzZ ] [ -e <cmd> ] [ -F <file> ] [ -m <type> ] [ -f "
29709  "<file> ]\n"
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"
29716  
29717  #: main.c:122
29718  msgid "  -d <level>\tlog debugging output to ~/.muttdebug0"
29719 @@ -4792,9 +4789,3 @@ msgstr "òÏÄÉÔÅÌØÓËÏÅ ÓÏÏÂÝÅÎÉÅ ÎÅ ×ÉÄÉÍÏ
29720  #: thread.c:1095
29721  msgid "Parent message is not available."
29722  msgstr "òÏÄÉÔÅÌØÓËÏÅ ÓÏÏÂÝÅÎÉÅ ÎÅÄÏÓÔÕÐÎÏ."
29723 -
29724 -#~ msgid "First entry is shown."
29725 -#~ msgstr "ðÅÒ×ÁÑ ÚÁÐÉÓØ ÕÖÅ ÎÁ ÜËÒÁÎÅ."
29726 -
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 ""
29738  "\n"
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"
29743  msgstr ""
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 ""
29747  "\n"
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"
29752  
29753  #: main.c:107
29754  #, fuzzy
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 ""
29764  "\n"
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"
29769  msgstr ""
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, "
29778  "USA.\n"
29779  
29780  #: main.c:107
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 ""
29790  "\n"
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"
29795  msgstr ""
29796  
29797  #: main.c:107
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 ""
29807  "\n"
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"
29812  msgstr ""
29813  
29814  #: main.c:107
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 ""
29824  "\n"
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"
29829  msgstr ""
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"
29834  "\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"
29840  
29841  #: main.c:107
29842  #, fuzzy
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 ""
29852  "\n"
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"
29857  msgstr ""
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 ""
29861  "    中將會獲得更多資料。\n"
29862  "\n"
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"
29868  
29869  #: main.c:107
29870  #, fuzzy