mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Switch http:// URLs to https:// where available
Upgrade 14 http:// URLs across 10 files to https:// after verifying the sites support HTTPS.
This commit is contained in:
parent
43f1727ef9
commit
10ce652d7a
10 changed files with 15 additions and 15 deletions
|
|
@ -8,7 +8,7 @@ $VERSION = "2.93";
|
|||
description => "Fully customizable mail counter statusbar item with multiple mailbox and multiple Maildir support",
|
||||
sbitems => "mail",
|
||||
license => "Public Domain",
|
||||
url => "http://irssi.org, http://scripts.irssi.de",
|
||||
url => "https://irssi.org, http://scripts.irssi.de",
|
||||
);
|
||||
|
||||
# Mail counter statusbar item
|
||||
|
|
@ -148,7 +148,7 @@ sub mbox_count {
|
|||
opendir(DIR, "$mailfile/cur") or return 0;
|
||||
while (defined(my $file = readdir(DIR))) {
|
||||
next if $file =~ /^(.|..)$/;
|
||||
# Maildir flags: http://cr.yp.to/proto/maildir.html
|
||||
# Maildir flags: https://cr.yp.to/proto/maildir.html
|
||||
# My old regexps were useless if the MUA added any
|
||||
# non-default flags -qvr
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue