Skip to content

Commit

Permalink
Spelling (#1959)
Browse files Browse the repository at this point in the history
* spelling: achieve

* spelling: actually

* spelling: address

* spelling: addressbook

* spelling: administrability

* spelling: administration

* spelling: administrators

* spelling: addresses

* spelling: aggregate

* spelling: against

* spelling: aligned

* spelling: already

* spelling: annotations

* spelling: annotatemore

* spelling: anything

* spelling: anyway

* spelling: appear

* spelling: appropriate

* spelling: architecture

* spelling: arguments

* spelling: assertion

* spelling: assignments

* spelling: aesthetic

* spelling: assume

* spelling: asynchronous

* spelling: authenticate

* spelling: authoritative

* spelling: automatically

* spelling: available

* spelling: beginning

* spelling: berkeley

* spelling: based

* spelling: between

* spelling: boundary

* spelling: bytecode

* spelling: calling

* spelling: calculate

* spelling: capabilities

* spelling: caringo

* spelling: certainly

* spelling: certificate

* spelling: category

* spelling: checkpoints

* spelling: committing

* spelling: committed

* spelling: comparison

* spelling: compatibility

* spelling: compliant

* spelling: compresses

* spelling: concatenation

* spelling: concurrency

* spelling: configuration

* spelling: conflicting

* spelling: conjunction

* spelling: consistency

* spelling: consistent

* spelling: contains

* spelling: containing

* spelling: continuous

* spelling: constructing

* spelling: convenient

* spelling: conversations

* spelling: corresponding

* spelling: daemonize

* spelling: descendent

* spelling: declarations

* spelling: descriptors

* spelling: delete

* spelling: dependencies

* spelling: deprecated

* spelling: destination

* spelling: distinction

* spelling: differences

* spelling: disastrous

* spelling: discarded

* spelling: disjunctive

* spelling: disposition

* spelling: disappear

* spelling: dissect

* spelling: easiest

* spelling: efficiently

* spelling: embarrassing

* spelling: emitting

* spelling: preemptively

* spelling: encryption

* spelling: engines

* spelling: environment

* spelling: everything

* spelling: example

* spelling: exempt

* spelling: existence

* spelling: excluding

* spelling: exclusive

* spelling: extended

* spelling: extension

* spelling: facilitate

* spelling: familiar

* spelling: feature

* spelling: filesystem

* spelling: format

* spelling: forward

* spelling: frontend

* spelling: function

* spelling: getdtablesize

* spelling: guaranteed

* spelling: hierarchy

* spelling: highest

* spelling: humongous

* spelling: imperative

* spelling: implemented

* spelling: improvements

* spelling: inclusion

* spelling: incompatible

* spelling: inconsistencies

* spelling: increased

* spelling: indices

* spelling: individual

* spelling: initiated

* spelling: infinite

* spelling: initially

* spelling: initializing

* spelling: inspect

* spelling: installation

* spelling: installing

* spelling: interchangeable

* spelling: interpreter

* spelling: interpreted

* spelling: initialize

* spelling: initialization

* spelling: invisible

* spelling: jmapauth

* spelling: kerberos

* spelling: keyword

* spelling: length

* spelling: matching

* spelling: mailbox

* spelling: measly

* spelling: mechanisms

* spelling: message

* spelling: mismatches

* spelling: immediately

* spelling: necessary

* spelling: nonexistent

* spelling: notification

* spelling: obligatory

* spelling: occurrence

* spelling: occurring

* spelling: opportunity

* spelling: organically

* spelling: otherwise

* spelling: outputting

* spelling: overridden

* spelling: override

* spelling: packages

* spelling: partition

* spelling: parameters

* spelling: particular

* spelling: permissions

* spelling: periodically

* spelling: permanent

* spelling: persistent

* spelling: preferably

* spelling: preceded

* spelling: precedence

* spelling: preconditions

* spelling: preserving

* spelling: primitives

* spelling: privileges

* spelling: probably

* spelling: property

* spelling: propagated

* spelling: properties

* spelling: proxying

* spelling: punctuation

* spelling: recipient

* spelling: receive

* spelling: receiving

* spelling: recursive

* spelling: redundant

* spelling: reliability

* spelling: remounts

* spelling: replication

* spelling: response

* spelling: representation

* spelling: responsive

* spelling: requiring

* spelling: require

* spelling: reset

* spelling: restrict

* spelling: restoring

* spelling: running

* spelling: sensitive

* spelling: separate

* spelling: separating

* spelling: separator

* spelling: silently

* spelling: similarly

* spelling: similar

* spelling: should

* spelling: spamassassin

* spelling: specifying

* spelling: sphinx

* spelling: squirreled

* spelling: stanford

* spelling: statically

* spelling: statement

* spelling: statuscache

* spelling: subsidiary

* spelling: subtract

* spelling: successfully

* spelling: succeeded

* spelling: success

* spelling: suppression

* spelling: synchronization

* spelling: synchronizing

* spelling: synchronicity

* spelling: synchronize

* spelling: synchronous

* spelling: synopsis

* spelling: syntactically

* spelling: sysexits

* spelling: the

* spelling: these

* spelling: things

* spelling: those

* spelling: timezone

* spelling: trailing

* spelling: transparent

* spelling: unknown

* spelling: unixhierarchysep

* spelling: value

* spelling: vavailability

* spelling: whether
  • Loading branch information
jsoref authored and elliefm committed May 8, 2017
1 parent 33ba643 commit ed73439
Show file tree
Hide file tree
Showing 219 changed files with 505 additions and 505 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ EXTRA_DIST += \
com_err/et/test2.et \
com_err/et/test_et.c \
contrib/drac_auth.patch \
contrib/sieve-spamasssassin \
contrib/sieve-spamassassin \
contrib/fud-client.c \
contrib/deliver-notify-zephyr.patch \
contrib/add-cyrus-user \
Expand Down
2 changes: 1 addition & 1 deletion SMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ SSL_CONFIG="--with-openssl=/usr/local/lib"
# the defaults are good enough for us
DB_CONFIG=""

# the following is for staticly linking SASL only
# the following is for statically linking SASL only
SASL_CONFIG="--with-staticsasl=/usr/local --with-gssapi=/usr/local"
#KRB_CONFIG="--enable-statickrb --with-krb=/usr/local"
KRB_CONFIG="--with-krb=/usr/local"
Expand Down
4 changes: 2 additions & 2 deletions cmulocal/openldap.m4
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl macros for configure.in to detect openldap
dnl

dnl
dnl Check for OpenLDAP version compatility
dnl Check for OpenLDAP version compatibility
AC_DEFUN([CMU_OPENLDAP_API],
[AC_CACHE_CHECK([OpenLDAP api], [cmu_cv_openldap_api],[
AC_EGREP_CPP(__openldap_api,[
Expand All @@ -16,7 +16,7 @@ char *__openldap_api = LDAP_API_FEATURE_X_OPENLDAP;
])

dnl
dnl Check for OpenLDAP version compatility
dnl Check for OpenLDAP version compatibility
AC_DEFUN([CMU_OPENLDAP_COMPAT],
[AC_CACHE_CHECK([OpenLDAP version], [cmu_cv_openldap_compat],[
AC_EGREP_CPP(__openldap_compat,[
Expand Down
2 changes: 1 addition & 1 deletion cmulocal/sasl2.m4
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ AC_ARG_WITH(sasl,
AC_ARG_WITH(staticsasl,
[AC_HELP_STRING([--with-staticsasl=DIR],
[Compile with staticly linked libsasl2 in <DIR>])],
[Compile with statically linked libsasl2 in <DIR>])],
[with_staticsasl="$withval";
if test $with_staticsasl != "no"; then
using_static_sasl="static"
Expand Down
2 changes: 1 addition & 1 deletion cmulocal/tcl.m4
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if test "$with_tcl" != "no"; then
if test -z "$TclLibBase" ; then
AC_MSG_RESULT([can't find tclsh])
AC_MSG_WARN([can't find Tcl installtion; use of Tcl disabled.])
AC_MSG_WARN([can't find Tcl installation; use of Tcl disabled.])
with_tcl=no
else
AC_MSG_CHECKING([for tclConfig.sh])
Expand Down
2 changes: 1 addition & 1 deletion com_err/et/com_err.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static void
vsprintf (errbuf + strlen (errbuf), fmt, args);
}
#ifdef _WINDOWS
MessageBox (NULL, errbuf, "Kerboros", MB_ICONEXCLAMATION);
MessageBox (NULL, errbuf, "Kerberos", MB_ICONEXCLAMATION);
#else
fputs (errbuf, stderr);
/* should do this only on a tty in raw mode */
Expand Down
4 changes: 2 additions & 2 deletions com_err/et/com_err.texinfo
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ any event, any invariant which the library assumes must be maintained.
In general, it is not in the domain of non user-interface library
routines to write error messages to the user's terminal, or halt the
process. Such forms of ``error handling'' should be reserved for
failures of internal invariants and consistancy checks only, as it
failures of internal invariants and consistency checks only, as it
provides the user of the library no way to clean up for himself in the
event of total failure.

Expand Down Expand Up @@ -442,7 +442,7 @@ available, try again later,'' or it may try a different server.

Cleanup which is typically necessary may include, but not be limited
to, freeing allocated memory which will not be needed any more,
unlocking concurrancy locks, dropping reference counts, closing file
unlocking concurrency locks, dropping reference counts, closing file
descriptors, or otherwise undoing anything which the procedure did up
to this point. When there are a lot of things which can go wrong, it
is generally good to write one block of error-handling code which is
Expand Down
2 changes: 1 addition & 1 deletion com_err/et/texinfo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@
\def\tablez #1#2#3#4#5#6{%
\aboveenvbreak %
\begingroup %
\def\Edescription{\Etable}% Neccessary kludge.
\def\Edescription{\Etable}% Necessary kludge.
\let\itemindex=#1%
\ifnum 0#3>0 \advance \leftskip by #3\mil \fi %
\ifnum 0#4>0 \tableindent=#4\mil \fi %
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ AC_ARG_WITH(syslogfacility,
AC_DEFINE_UNQUOTED(SYSLOG_FACILITY, $SYSLOG_FACILITY, [Syslog facility to use.])
AC_MSG_RESULT($SYSLOG_FACILITY)

dnl Have to check getdtabalesize after adding ossup, as some ossups define it
dnl Have to check getdtablesize after adding ossup, as some ossups define it
AC_REPLACE_FUNCS(getdtablesize)
AC_ARG_ENABLE(cmulocal,
[AS_HELP_STRING([--enable-cmulocal], [enable CMU-specific local support])])
Expand Down
2 changes: 1 addition & 1 deletion contrib/cyrus-graphtools.1.0/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h2> This is a sample html page for the cyrus graphs <h2>
<p><h2>Cyrus Data</h2>
<a href="/cgi-bin/cyrus_master.pl">All services by server</a><br>
<a href="/cgi-bin/graph_cyrus_db-sum.pl">Aggreagate graphs for all servers by service</a>
<a href="/cgi-bin/graph_cyrus_db-sum.pl">Aggregate graphs for all servers by service</a>

</html>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contrib/cyrusv2.mc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#

divert(0)dnl
VERSIONID(`cyrus v2 sample configuartion')
VERSIONID(`cyrus v2 sample configuration')

OSTYPE(linux)
define(`confBIND_OPTS',`-DNSRCH -DEFNAMES')
Expand Down
2 changes: 1 addition & 1 deletion contrib/drac_auth.patch
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ diff --git a/configure.ac b/configure.ac
index e0e8cf4..7d237c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1171,6 +1171,19 @@ dnl (agentx was depricated, but SNMP_SUBDIRS is conveinent as a placeholder)
@@ -1171,6 +1171,19 @@ dnl (agentx was deprecated, but SNMP_SUBDIRS is convenient as a placeholder)
SNMP_SUBDIRS=""
AC_SUBST(SNMP_SUBDIRS)

Expand Down
2 changes: 1 addition & 1 deletion contrib/notify_unix/sql_notify.pl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ sub sql_notify {
my $User = $sock->getline();
my $Mailbox = $sock->getline();
my $Message = join("\n",$sock->getlines());
# Hmmm... there seems to be a trailling space we have to remove...
# Hmmm... there seems to be a trailing space we have to remove...
$User =~ s/\s$//;

my @rows = get_rows($User);
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions cunit/backend.testc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static void test_badhost(void)

default_conditions();

be = backend_connect(NULL, "nonexistanthost", &test_prot,
be = backend_connect(NULL, "nonexistenthost", &test_prot,
USERID, callbacks, &auth_status, /*fd*/-1);
CU_ASSERT_PTR_NULL(be);
CU_ASSERT_EQUAL(server_state->is_connected, 0);
Expand All @@ -172,7 +172,7 @@ static void test_badservice(void)
const char *auth_status = NULL;

default_conditions();
test_prot.service = "nonexistantservice";
test_prot.service = "nonexistentservice";

be = backend_connect(NULL, HOST, &test_prot,
USERID, callbacks, &auth_status, /*fd*/-1);
Expand Down Expand Up @@ -1147,9 +1147,9 @@ static AUXPROP_RTYPE server_auxprop_lookup(void *glob_context __attribute__((unu
}

/*
* Helps create a fake "auxiliary propert plugin" for the SASL library,
* Helps create a fake "auxiliary property plugin" for the SASL library,
* which is how we hook into the DIGEST-MD5 mechanism when it wants to
* get a plaintext password to check aginst the hash received from the
* get a plaintext password to check against the hash received from the
* client.
*/
static int server_auxprop_init(const sasl_utils_t *utils __attribute__((unused)),
Expand Down
2 changes: 1 addition & 1 deletion cunit/buf.testc
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ static void test_replace_all(void)

/* we use buf_init_ro() instead of buf_appendcstr() to test
* the case where the input buffer is not a C string before
* caling buf_replace_*() */
* calling buf_replace_*() */
#define TESTCASE_START(in, reg, rep, expn, exp) \
{ \
static const char _in[] = in; \
Expand Down
2 changes: 1 addition & 1 deletion cunit/charset.testc
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ static void test_rfc5051(void)
char *s;
static const char STR_RFC5051[] = {0xc7, 0x84, 0};
static const char RES_RFC5051[] = {'D', 'z', 0xcc, 0x8c, 0};
int flags = 0; /* super complient */
int flags = 0; /* super compliant */
charset_t cs;

cs = charset_lookupname("utf-8");
Expand Down
4 changes: 2 additions & 2 deletions cunit/cunit.pl
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ ()
#
# Emit to the MAKE filehandle, a makefile fragment which contains
# rules to build wrappers around each test source in this directory
# or it's descendants, and to build object files from those wrappers.
# or it's descendents, and to build object files from those wrappers.
#
# Args: name of output makefile
# Returns: void
Expand Down Expand Up @@ -1042,7 +1042,7 @@ ($)
#
# Generate a makefile fragment which contains rules to build
# wrappers around each test source in this directory or it's
# descendants, and to build object files from those wrappers.
# descendents, and to build object files from those wrappers.
#
sub generate_partial_makefile(@)
{
Expand Down
4 changes: 2 additions & 2 deletions cunit/db.testc
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ static void test_abort(void)
struct db *db = NULL;
struct txn *txn = NULL;
static const char KEY[] = "yale";
static const char DATA[] = "standford mit harvard";
static const char DATA[] = "stanford mit harvard";
int r;

if (skiptest()) return;
Expand Down Expand Up @@ -1041,7 +1041,7 @@ static void test_foreach_changes(void)

if (skiptest()) return;

if (!strcmp(backend, "flat")) return; /* flat concurency is bogus */
if (!strcmp(backend, "flat")) return; /* flat concurrency is bogus */

r = cyrusdb_open(backend, filename, CYRUSDB_CREATE, &db);
CU_ASSERT_EQUAL(r, CYRUSDB_OK);
Expand Down
10 changes: 5 additions & 5 deletions cunit/quota.testc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#define DBDIR "test-mb-dbdir"
#define QUOTAROOT "user.smurf"
#define QUOTAROOT_NONEXISTANT "no-such-quotaroot"
#define QUOTAROOT_NONEXISTENT "no-such-quotaroot"

static char *backend = CUNIT_PARAM("quotalegacy,skiplist");

Expand Down Expand Up @@ -74,7 +74,7 @@ static void test_read_no_root(void)
CU_ASSERT_EQUAL(r, IMAP_QUOTAROOT_NONEXISTENT);
CU_ASSERT_PTR_NULL(txn);

q.root = QUOTAROOT_NONEXISTANT;
q.root = QUOTAROOT_NONEXISTENT;
r = quota_read(&q, NULL, 0);
CU_ASSERT_EQUAL(r, IMAP_QUOTAROOT_NONEXISTENT);
}
Expand Down Expand Up @@ -438,7 +438,7 @@ static void test_update_useds(void)
r = quota_update_useds("", quota_diff, 0);
CU_ASSERT_EQUAL(r, IMAP_QUOTAROOT_NONEXISTENT);

r = quota_update_useds(QUOTAROOT_NONEXISTANT, quota_diff, 0);
r = quota_update_useds(QUOTAROOT_NONEXISTENT, quota_diff, 0);
CU_ASSERT_EQUAL(r, IMAP_QUOTAROOT_NONEXISTENT);

/* set limits */
Expand Down Expand Up @@ -509,7 +509,7 @@ static void test_delete(void)
r = quota_deleteroot("");
CU_ASSERT_EQUAL(r, IMAP_QUOTAROOT_NONEXISTENT);

r = quota_deleteroot(QUOTAROOT_NONEXISTANT);
r = quota_deleteroot(QUOTAROOT_NONEXISTENT);
CU_ASSERT_EQUAL(r, 0);

r = quota_deleteroot(QUOTAROOT);
Expand Down Expand Up @@ -543,7 +543,7 @@ static void test_delete(void)
r = quota_deleteroot("");
CU_ASSERT_EQUAL(r, IMAP_QUOTAROOT_NONEXISTENT);

r = quota_deleteroot(QUOTAROOT_NONEXISTANT);
r = quota_deleteroot(QUOTAROOT_NONEXISTENT);
CU_ASSERT_EQUAL(r, 0);

r = quota_deleteroot(QUOTAROOT);
Expand Down
4 changes: 2 additions & 2 deletions cunit/search_expr.testc
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ static void test_split_by_folder_and_index(void)
TESTCASE("(or (le size 123) (not (match message-id \"ETSY\")))",
"(or (le size 123) (not (match message-id \"ETSY\")))\n");

/* a disjuctive node which does match folders gets
/* a disjunctive node which does match folders gets
* split into two expressions each with the given mboxname*/
TESTCASE("(or (match folder \"INBOX.Cosby.Sweater\") (le size 123))",
"mboxname \"INBOX.Cosby.Sweater\" (true)\n"
Expand Down Expand Up @@ -1228,7 +1228,7 @@ static void test_split_by_folder_and_index(void)
TESTCASE("(and (not (match folder \"INBOX.Tumblr\")) (fuzzymatch subject \"ETSY\"))",
"indexed (fuzzymatch subject \"ETSY\") (not (match folder \"INBOX.Tumblr\"))\n");

/* a disjuctive node where one side contains indexed matches,
/* a disjunctive node where one side contains indexed matches,
* is split into multiple callbacks, some indexed, some not */
TESTCASE("(or (match folder \"INBOX.Cosby.Sweater\") (fuzzymatch subject \"ETSY\"))",
"mboxname \"INBOX.Cosby.Sweater\" (true)\n"
Expand Down
4 changes: 2 additions & 2 deletions cunit/sieve.testc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ typedef struct {
} sieve_test_message_t;

/* set to SIEVE_DONE if you want to test "already responded */
int autorespond_reponse = SIEVE_OK;
int autorespond_response = SIEVE_OK;

extern int verbose;

Expand Down Expand Up @@ -501,7 +501,7 @@ static int autorespond(void *ac __attribute__((unused)),
void *mc __attribute__((unused)),
const char **errmsg __attribute__((unused)))
{
return autorespond_reponse;
return autorespond_response;
}

static int send_response(void *ac, void *ic, void *sc __attribute__((unused)),
Expand Down
12 changes: 6 additions & 6 deletions doc/README.autocreate
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Hence, to create a new email account the site administrator has to:
(e.g. sasldb, shadow, mysql, ldap).
b) Create the corresponding INBOX folder.

Alternatively, the user, if succesfully authenticated, may create his own INBOX folder,
Alternatively, the user, if successfully authenticated, may create his own INBOX folder,
as long as the configuration of the site allows it (see "autocreatequota" in imapd.conf).
Unlike what not careful readers may think, enabling the "autocreatequota" option, doesn't
lead to the automatic INBOX folder creation by Cyrus IMAP server.
Expand All @@ -33,10 +33,10 @@ and "create on post".

Create on login
===============
This feauture provides automatic creation of a user's INBOX folder when all of the
This feature provides automatic creation of a user's INBOX folder when all of the
following requirements are met:

i) The user has succesfully passed the authentication procedure.
i) The user has successfully passed the authentication procedure.

ii) The user's authorisation ID (typically the same as the user's
authentication ID) doesn't belong to the imap_admins or admins
Expand All @@ -57,7 +57,7 @@ will be created.

Create on post
==============
This feauture provides automatic creation of a user's INBOX folder when all of the
This feature provides automatic creation of a user's INBOX folder when all of the
following requirements are met.

i) An email message addressed to the user has been received.
Expand Down Expand Up @@ -103,7 +103,7 @@ shared folder.
* A new config option has been added. 'autosubscribe_all_sharedfolders' is a yes/no
option. When set to yes, the user is automatically subscribed to all shared folders one
has permission to subscribe to. Please, note that when this option is set to yes, then
'autosubscribesharedfolders' option is overriden.
'autosubscribesharedfolders' option is overridden.

(D) Automatic creation of a predefined default sieve script.

Expand Down Expand Up @@ -176,7 +176,7 @@ lmtp_autocreate_users: group:groupname
Issues to be considered
=======================

I) In order to use the create on post feauture one should be absolutely sure that:
I) In order to use the create on post feature one should be absolutely sure that:
a) The MTA checks the validity of the email recipient before sending the email to
LMTP. This is an RFC821 requirement. This usually expands to "the mta should be
able to use the account database as user mailbox database".
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/cyrus_conf/murder-backend.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ START {
recover cmd="ctl_cyrusdb -r"

# this is useful on backend nodes of a Murder cluster it causes the
# backend to syncronize its mailbox list with the mupdate master upon
# backend to synchronize its mailbox list with the mupdate master upon
# startup
mupdatepush cmd="ctl_mboxlist -m"
}
Expand Down
Loading

0 comments on commit ed73439

Please sign in to comment.