X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=main.c;h=9f174a6d643966132acceb47c1e16bb6c073fbae;hb=da68385c8a5ae014ac1ea0f06302850b712e7906;hp=d7c967406526742cc2adcacecda8da290f9965cb;hpb=2812fe7adcf2d0dc87a8722ed1e297b2994afd8d;p=apps%2Fmadmutt.git diff --git a/main.c b/main.c index d7c9674..9f174a6 100644 --- a/main.c +++ b/main.c @@ -71,7 +71,7 @@ #endif #ifdef CRYPT_BACKEND_GPGME -#include +#include #endif static const char *ReachingUs = N_("\ @@ -114,7 +114,7 @@ fixes, and suggestions.\n\ \n\ You should have received a copy of the GNU General Public License\n\ along with this program; if not, write to the Free Software\n\ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.\n\ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\ "); void mutt_exit (int code) @@ -322,11 +322,6 @@ static void show_version (void) #else "-USE_SASL " #endif -#ifdef USE_SASL2 - "+USE_SASL2 " -#else - "-USE_SASL2 " -#endif #ifdef USE_LIBESMTP "+USE_LIBESMTP " #else