Re: [sup-devel] [PATCH] Return nothing between if end index is not found.

2010-08-16 Thread Alvaro Herrera
Excerpts from Edward Z. Yang's message of dom ago 15 21:40:33 -0400 2010: > Excerpts from Michael Stapelberg's message of Sun Aug 15 21:19:35 -0400 2010: > > Just did so. Message-ID is <1281921493-sup-9...@midna.zekjur.net>. > > What's the subject line? So it kinda sucks that one can't search for

Re: [sup-devel] [PATCH] Return nothing between if end index is not found.

2010-08-16 Thread Michael Stapelberg
Hi Edward, Excerpts from Edward Z. Yang's message of 2010-08-16 03:40:33 +0200: > What's the subject line? The subject line is: "Fwd: Fwd: Re: [RaumZeitLabor] Portalroboter kostenlos bei Selbstabholung - Interesse?" Best regards, Michael ___ Sup-devel

Re: [sup-devel] [PATCH] Return nothing between if end index is not found.

2010-08-16 Thread Edward Z. Yang
Excerpts from Michael Stapelberg's message of Mon Aug 16 13:22:26 -0400 2010: > Hi Edward, > > Excerpts from Edward Z. Yang's message of 2010-08-16 03:40:33 +0200: > > What's the subject line? > The subject line is: > "Fwd: Fwd: Re: [RaumZeitLabor] Portalroboter kostenlos bei Selbstabholung - > I

[sup-devel] [issue116] TypeError when trying to send a PGP signed email with attachments

2010-08-16 Thread Sascha Silbe
New submission from Sascha Silbe : When trying to send an email that is going to get PGP signed and has two attachments (haven't tried with just one), the following exception occurs: --- TypeError from thread: main can't convert Array into String ./lib/sup/modes/edit-message-mode.rb:407:in `pac

[sup-devel] crash on text_for_thread_at

2010-08-16 Thread Alvaro Herrera
Hi, Got the following crash yesterday; not sure what to do about it. --- NoMethodError from thread: load messages for thread-view-mode undefined method `has_label?' for nil:NilClass ./Code/git/sup-mail/lib/sup/modes/thread-index-mode.rb:833:in `text_for_thread_at' ./Code/git/sup-mail/lib/sup/mod

[sup-devel] [PATCH] s/@filename/@path/ in MBox#store_message

2010-08-16 Thread Adam Lloyd
lib/sup/mbox.rb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) @filename is undefined in MBox, so trying to store a message to an mbox source results in a crash. @path contains the needed information. This fixes issues 79 and 89, related to crashes on sending mail. diff --git a/l