forked from neomutt/neomutt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
186 changed files
with
2,969 additions
and
2,969 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13162,7 +13162,7 @@ | |
(fallout from conversion from article to book). | ||
|
||
* UPDATING: Use +/-/! instead of N/D/M in UPDATING. | ||
|
||
2006-05-19 18:30:10 Rocco Rutte <[email protected]> (brendan) | ||
|
||
* Makefile.am, README, UPDATING: The UPDATING document is supposed | ||
|
@@ -13656,7 +13656,7 @@ | |
destabilised things. Time for some brave (or lazy | ||
non-Changelog-reading) testers to report... next up, IDLE | ||
support. | ||
|
||
2005-12-10 07:06:44 Brendan Cully <[email protected]> (brendan) | ||
|
||
* imap/browse.c, imap/command.c, imap/imap.c, imap/imap_private.h, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
IMAP/SSL in mutt | ||
IMAP/SSL in mutt | ||
================ | ||
|
||
Compilation | ||
|
@@ -40,7 +40,7 @@ generates unpredictable output, for example 'ps aluxww' in Linux, and | |
calculating the MD5-sum from the output and saving it in a file. | ||
|
||
** Note: The contents of the file pointed by $RANDFILE environment | ||
** variable (or ~/.rnd if unset) will be overwritten every time Mutt | ||
** variable (or ~/.rnd if unset) will be overwritten every time Mutt | ||
** is run so don't put anything you can't afford to lose in that file. | ||
|
||
The files Mutt will try to use to initialize SSL library with are files | ||
|
@@ -63,7 +63,7 @@ you are asked to verify it. If you reject the certificate, the | |
connection will be terminated immediately. If you accept the | ||
certificate, the connection will be established. Accepted certificates | ||
can also be saved so that further connections to the server are | ||
automatically accepted. | ||
automatically accepted. | ||
|
||
If OpenSSL was built with support for ServerNameIndication (SNI) and TLS | ||
is used in the negotiation, mutt will send its idea of the server-name | ||
|
@@ -105,15 +105,15 @@ each of these, you use the following: | |
|
||
You can also combine the options until you get a successful connect. Once | ||
you know which options do not work, you can set the variables for non-working | ||
protocols to know. The variables for the protocols are ssl_use_tlsv1, | ||
protocols to know. The variables for the protocols are ssl_use_tlsv1, | ||
ssl_use_sslv2, and ssl_use_sslv3. | ||
|
||
To verify TLS SNI support by a server, you can use: | ||
openssl s_client -host <imap server> -port <port> \ | ||
-tls1 -servername <imap server> | ||
|
||
|
||
-- | ||
-- | ||
Tommi Komulainen | ||
[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
/* | ||
* Copyright (C) 2000-2007 Brendan Cully <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to the Free Software | ||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
*/ | ||
*/ | ||
|
||
/* remote host account manipulation (POP/IMAP) */ | ||
|
||
|
@@ -50,7 +50,7 @@ int mutt_account_match (const ACCOUNT* a1, const ACCOUNT* a2) | |
if (a1->type == MUTT_ACCT_TYPE_POP && PopUser) | ||
user = PopUser; | ||
#endif | ||
|
||
#ifdef USE_NNTP | ||
if (a1->type == MUTT_ACCT_TYPE_NNTP && NntpUser) | ||
user = NntpUser; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
/* | ||
* Copyright (C) 2000-2007,2012 Brendan Cully <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to the Free Software | ||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
*/ | ||
*/ | ||
|
||
/* remote host account manipulation (POP/IMAP) */ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
/* | ||
* Copyright (C) 1996-2000,2007 Michael R. Elkins <[email protected]> | ||
* | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to the Free Software | ||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
*/ | ||
*/ | ||
|
||
#if HAVE_CONFIG_H | ||
# include "config.h" | ||
|
@@ -87,9 +87,9 @@ static int alias_tag (MUTTMENU *menu, int n, int m) | |
{ | ||
ALIAS *cur = ((ALIAS **) menu->data)[n]; | ||
int ot = cur->tagged; | ||
|
||
cur->tagged = (m >= 0 ? m : !cur->tagged); | ||
|
||
return cur->tagged - ot; | ||
} | ||
|
||
|
@@ -115,7 +115,7 @@ static int alias_SortAddress (const void *a, const void *b) | |
else if (pb == NULL) | ||
r = 1; | ||
else if (pa->personal) | ||
{ | ||
{ | ||
if (pb->personal) | ||
r = mutt_strcasecmp (pa->personal, pb->personal); | ||
else | ||
|
@@ -139,16 +139,16 @@ void mutt_alias_menu (char *buf, size_t buflen, ALIAS *aliases) | |
char helpstr[LONG_STRING]; | ||
|
||
int omax; | ||
|
||
if (!aliases) | ||
{ | ||
mutt_error (_("You have no aliases!")); | ||
return; | ||
} | ||
|
||
/* tell whoever called me to redraw the screen when I return */ | ||
set_option (OPTNEEDREDRAW); | ||
|
||
menu = mutt_new_menu (MENU_ALIAS); | ||
menu->make_entry = alias_entry; | ||
menu->tag = alias_tag; | ||
|
@@ -158,7 +158,7 @@ void mutt_alias_menu (char *buf, size_t buflen, ALIAS *aliases) | |
new_aliases: | ||
|
||
omax = menu->max; | ||
|
||
/* count the number of aliases */ | ||
for (aliasp = aliases; aliasp; aliasp = aliasp->next) | ||
{ | ||
|
@@ -192,7 +192,7 @@ void mutt_alias_menu (char *buf, size_t buflen, ALIAS *aliases) | |
aliases = aliases->next; | ||
goto new_aliases; | ||
} | ||
|
||
switch ((op = mutt_menuLoop (menu))) | ||
{ | ||
case OP_DELETE: | ||
|
@@ -239,5 +239,5 @@ void mutt_alias_menu (char *buf, size_t buflen, ALIAS *aliases) | |
|
||
mutt_menuDestroy (&menu); | ||
FREE (&AliasTable); | ||
|
||
} |
Oops, something went wrong.