mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
run syncscripts.sh
autoop 1.10 -> 1.11 mail 2.92 -> 2.93 scriptassist 2022053100 -> 2023111700
This commit is contained in:
parent
6c72dc14fa
commit
d145f24c22
3 changed files with 265 additions and 144 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use strict;
|
||||
use vars qw($VERSION %IRSSI);
|
||||
$VERSION = "2.92";
|
||||
$VERSION = "2.93";
|
||||
%IRSSI = (
|
||||
authors => "Timo Sirainen, Matti Hiljanen, Joost Vunderink, Bart Matthaei",
|
||||
contact => "tss\@iki.fi, matti\@hiljanen.com, joost\@carnique.nl, bart\@dreamflow.nl",
|
||||
|
|
@ -63,8 +63,8 @@ sub cmd_print_help {
|
|||
"/MAILBOX SHOW\n".
|
||||
" - Shows a list of the defined mailboxes.\n\n".
|
||||
"Use the following commands to change the behaviour:\n\n".
|
||||
"/SET MAILDIRMODE on|off\n".
|
||||
" - If maildirmode is on, the mailboxes in the list are assumed to be ".
|
||||
"/SET MAILDIR_MODE on|off\n".
|
||||
" - If maildir_mode is on, the mailboxes in the list are assumed to be ".
|
||||
"directories. Otherwise they are assumed to be spool files.\n".
|
||||
" Default: off.\n".
|
||||
"/SET MAIL_OLDNOTNEW on|off\n".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue