From 30802787dc0d80ba18fc6e6bd01e31676fed2589 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 23 Apr 2002 17:31:50 +0000 Subject: added $query->{last_unread_msg} git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2710 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/perl/perl-common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/perl/perl-common.c b/src/perl/perl-common.c index cb5f0987..cb5d0107 100644 --- a/src/perl/perl-common.c +++ b/src/perl/perl-common.c @@ -369,6 +369,7 @@ void perl_query_fill_hash(HV *hv, QUERY_REC *query) perl_window_item_fill_hash(hv, (WI_ITEM_REC *) query); + hv_store(hv, "last_unread_msg", 15, newSViv(query->last_unread_msg), 0); hv_store(hv, "address", 7, new_pv(query->address), 0); hv_store(hv, "server_tag", 10, new_pv(query->server_tag), 0); hv_store(hv, "unwanted", 8, newSViv(query->unwanted), 0); -- cgit v1.2.3