From 3cc637256cc101d04bcd589cee06f7cb91716df8 Mon Sep 17 00:00:00 2001 From: Jochen Eisinger Date: Mon, 3 Nov 2003 10:37:40 +0000 Subject: [PATCH] Mon Nov 2 11:36:08 CET 2003 Jochen Eisinger * Fixed some bugs and typos related to sending split messages. Print notification when sending messages with /MMSG. Affected file irssi/scripts/silc-mime.pl --- CHANGES | 6 ++++++ apps/irssi/scripts/silc-mime.pl | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 3e70e8f2..6589d3ae 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +Mon Nov 2 11:36:08 CET 2003 Jochen Eisinger + + * Fixed some bugs and typos related to sending split messages. + Print notification when sending messages with /MMSG. Affected + file irssi/scripts/silc-mime.pl + Fri Oct 31 12:33:59 EET 2003 Pekka Riikonen * Optimized the socket referencing in packet routines, client diff --git a/apps/irssi/scripts/silc-mime.pl b/apps/irssi/scripts/silc-mime.pl index 2300fd70..dfe3e521 100644 --- a/apps/irssi/scripts/silc-mime.pl +++ b/apps/irssi/scripts/silc-mime.pl @@ -3,7 +3,7 @@ use vars qw($VERSION %IRSSI); use Irssi 20020704; -$VERSION = "1.1"; +$VERSION = "1.2"; %IRSSI = ( authors => "Jochen 'c0ffee' Eisinger", contact => "c0ffee\@penguin-breeder.org", @@ -130,6 +130,8 @@ my %partial; sub process_mime_entity { my ($witem, $signed, $sender, $entity) = @_; + my ($mimetype, $fh, $tempfile, $parser, $ret, $io, $mcap, $cmd); + $mimetype = Mail::Field->new('Content-type', $entity->head->get('Content-Type')); # check whether this is message/partial @@ -475,7 +477,7 @@ Irssi::theme_register(['load_mailcap', 'Loading mailcaps from {hilight $0}', 'mime_data_send', 'sending "{hilight $0}" data message', 'mime_data_send_signed', 'sending "{hilight $0}" data message (signature {flag_signed})', 'mime_data_multi', 'sending "{hilight $0}" data message ($1 chunks)', - 'mime_data_multi_signed', 'sending "{hilight $0}" data message ($1 chunks, signaute {flag_signed})']); + 'mime_data_multi_signed', 'sending "{hilight $0}" data message ($1 chunks, signature {flag_signed})']); -- 2.43.0