aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-callbacks.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-callbacks.c')
-rw-r--r--mail/mail-callbacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c
index ee9de6d195..f26380773a 100644
--- a/mail/mail-callbacks.c
+++ b/mail/mail-callbacks.c
@@ -211,7 +211,7 @@ send_queued_mail (GtkWidget *widget, gpointer user_data)
}
account = mail_config_get_default_account ();
- if (!account->transport) {
+ if (!account || !account->transport) {
GtkWidget *win = gtk_widget_get_ancestor (GTK_WIDGET (user_data),
GTK_TYPE_WINDOW);
e class='list nowrap'>Commit message (Expand)AuthorAgeFilesLines * In FreeBSD jails, the source and destination address of connectionsolgeni2010-12-232-0/+34 * Upgrade to version R14B01.olgeni2010-12-157-126/+49 * Add powerpc to ONLY_FOR_ARCHS since it has been reported to work.olgeni2010-10-291-1/+1 * Fix build on FreeBSD 6.x.olgeni2010-09-301-0/+4 * Fix fetching of doc file from MASTER_SITE_LOCAL.olgeni2010-09-291-1/+1 * Upgrade to version R14B, with a couple of fixes from the Erlangolgeni2010-09-2810-106/+114 * Replace LOCALBASE with PREFIX where needed.olgeni2010-08-141-2/+2 * Bring back a few docs that used to live in lang/erlang-doc.olgeni2010-08-143-7/+48 * Display PKGMESSAGE after installation from port.olgeni2010-08-141-0/+1 * Fix a few whitespace nits.olgeni2010-08-141-13/+13 * Remove obsolete message about nsswitch.conf in FreeBSD 5.x (noolgeni2010-07-231-4/+0 * Patch erlc.c to automatically pass the "-smp disable" arguments toolgeni2010-04-081-0/+13 * Revert 1.152, which cannot possibly work until erl is installed in ${LOCALBAS...olgeni2010-04-071-1/+0 * Disable SMP when running erlc (it hangs at least on pointyhat builds).olgeni2010-04-071-0/+1 * - update to 1.4.1dinoex2010-03-281-1/+1 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 * Add missing emacs files.olgeni2010-03-212-0/+18 * Upgrade to version r13b04.olgeni2010-03-1515-176/+96 * - update to jpeg-8dinoex2010-02-051-0/+1 * Add OPTIONS support.olgeni2010-01-281-4/+14 * Remove extra whitespace, use tabs only.olgeni2010-01-031-3/+3 * - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcmiwi2009-12-291-1/+1 * Upgrade to version R13B03.olgeni2009-11-275-280/+87 * Improve Emacs indentation code (the try/after clause is now handled correctly.)olgeni2009-10-272-0/+208 * Upgrade to version R13B02.olgeni2009-09-227-91/+49 * Add "buildplt" target to Makefile. When invoked, it builds a fullolgeni2009-09-061-0/+9 * Remove NOPRECIOUSMAKEVARS; when ARCH is i386, set ARCH=x86 in MAKE_ARGS.olgeni2009-09-061-1/+4 * Use "+=" rather than "=" when modifying CONFIGURE_ENV.olgeni2009-09-061-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-4/+3 * The per-thread last floating point exception pointer is not initializedolgeni2009-07-012-1/+14 * Add bugfix for ei_decode_big.olgeni2009-06-132-1/+18 * files/patch-lib_compiler_src_beam__utils.erl:olgeni2009-06-123-1/+31 * Unbreak PLIST for erlang-lite.olgeni2009-06-121-4/+7 * Mark as MAKE_JOBS_UNSAFE.olgeni2009-06-121-0/+1 * Upgrade to version R13B01.olgeni2009-06-115-77/+59 * Remove dependency on GCC 4.3: allow proper CFLAGS to reach lib/wx/configure.olgeni2009-06-102-1/+13 * Bump PORTREVISION due to the recent PLIST changes.olgeni2009-06-041-0/+1 * Restore installation of erl_call.olgeni2009-06-042-1/+2 * Add missing application: erts-5.7.1.olgeni2009-06-041-0/+1 * Upgrade to version R13B.olgeni2009-06-036-104/+317 * - Change default Tcl/Tk version to 8.5mm2009-02-231-1/+1 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-8/+0 * Fix an issue related to mktime(3) returning -1 when tm_isdst is true but the ...olgeni2008-11-183-1/+45 * The tarball was re-rolled to install the eunit.hrl file.olgeni2008-11-072-3/+4 * Upgrade to version R12B-5.olgeni2008-11-068-82/+92 * Add correct exit code patch.olgeni2008-11-021-0/+11 * Retire incorrect patch (QAT).olgeni2008-11-021-11/+0 * Create missing empty directory from pkg-plist to avoid a pkg_delete warning.olgeni2008-11-022-1/+18 * Unbreak SCTP support and bump PORTREVISION.olgeni2008-11-022-1/+24 * Add support for Firefox and Seamonkey.olgeni2008-11-021-1/+1 * Remove obsolete patches.olgeni2008-11-023-42/+0 * Remove obsolete patch.olgeni2008-11-021-14/+0 * Upgrade to version R12B-4.olgeni2008-09-065-40/+50 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * Upgrade to version R12B-3.olgeni2008-06-1510-128/+54 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Portlint:olgeni2008-06-061-1/+1 * Upgrade to release R12B-2.olgeni2008-04-123-46/+46 * Fix SSL linking issue on amd64.olgeni2008-02-091-1/+1 * Upgrade to version R12B-1.olgeni2008-02-086-219/+43 * - Mark erlang-lite BROKEN on amd64/5pav2008-02-041-0/+4 * Upgrade to version R12B-0 with OSP1 source patch.olgeni2007-12-246-84/+85 * Move the USE_* variables before the inclusion of bsd.port.pre.mk to fixlinimon2007-09-091-7/+7 * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-4/+4 * Force use of libcrypto.so. This will fix the build on amd64 (tested on sledge).olgeni2007-08-011-1/+10 * * Use gcc(1) rather than ld(1) to link the crypto_drv.so port driver, else th...olgeni2007-07-035-0/+202 * Upgrade to version R11B-5.olgeni2007-06-145-60/+93 * Add missing patch after R11B-5 upgrade.olgeni2007-06-141-0/+13 * Add missing files.olgeni2007-06-011-0/+2 * Upgrade to version R11B-4.olgeni2007-05-2910-154/+55 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * - Convert existing ports to a new bsd.tcl.mk orderpav2007-04-031-1/+1 * Fix formatting exception in io:format.olgeni2007-02-242-1/+17 * The Erlang runtime could occasionally segfault when writing erl_crash.dumpolgeni2007-02-212-1/+28 * Remove some debug code that was included into the release.olgeni2007-02-211-0/+23 * Fix "edoc: error in layout 'edoc_layout'" issue.olgeni2007-02-162-0/+22 * Fix http:request error.olgeni2007-02-161-0/+23 * Fix dialyzer_init_plt path.olgeni2007-02-091-1/+1 * Upgrade to version R11B-3.olgeni2007-02-027-88/+67 * Fix R11B-2 SMP timer race condition bug.olgeni2007-01-012-1/+37 * Improve pkg-message management using SUB_FILES.olgeni2006-12-123-3/+6 * Portlint: move PORTREVISION.olgeni2006-12-121-1/+1 * Portlint: whitespace fixes.olgeni2006-12-121-10/+10 * Disable automatic PLT generation. Add the following patches:olgeni2006-12-124-0/+72 * Upgrade to release R11B-2.olgeni2006-11-266-43/+50 * BROKEN on sparc64: does not buildkris2006-11-171-0/+4 * Restore patch-erts_configure: this should fix the amd64 build.olgeni2006-09-131-0/+24 * Update version number.olgeni2006-09-071-1/+1 * Upgrade to version R11B-1.olgeni2006-09-078-133/+29 * Add support for DESTDIR part I.erwin2006-08-041-4/+4 * Bugfix: ssh_sftp:connect/2,3 hangs when remote the host is unknown.olgeni2006-06-202-0/+17 * Fix list matching problem on 64bit architectures.olgeni2006-06-201-0/+14 * Add sparc64 to ONLY_FOR_ARCHS.olgeni2006-06-201-1/+1 * Upgrade to release R11B-0.olgeni2006-05-2812-110/+140 * Register CONFLICTS with recently added lang/erlang-litegarga2006-05-091-0/+2 * Add support for amd64 (from ports/83001, modified).olgeni2006-03-212-2/+29 * Improve OSVERSION check for threading issues, using 502102 ("5.2-CURRENTolgeni2006-03-211-1/+1 * Upgrade to version R10B-10 (with dialyzer patch).olgeni2006-03-167-49/+64 * Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-0/+1 * Upgrade to current bsd.java.mk syntax.olgeni2006-02-141-2/+2 * * Clean up Java support.olgeni2006-02-052-50/+49 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2 * Upgrade to version R10B-9.olgeni2005-12-156-75/+40 * Add bugfix for SSL distribution protocol.olgeni2005-11-102-0/+24 * Add SHA256 checksums.olgeni2005-11-101-0/+3 * Upgrade to release R10B-8.olgeni2005-10-297-46/+54 * Fix typo in sample configuration.olgeni2005-10-241-0/+14 * Fix path.olgeni2005-09-011-1/+1 * Upgrade to version R10B-7.olgeni2005-08-313-21/+21 * Enable ODBC support.olgeni2005-06-283-0/+36 * Remove disabled code.olgeni2005-06-281-8/+0 * Portlint fixes.olgeni2005-06-281-1/+0 * Fix version number in example.olgeni2005-06-261-1/+1 * Upgrade to version R10B-6.olgeni2005-06-244-27/+28 * Upgrade version number in emacs configuration tip.olgeni2005-05-131-1/+1 * Upgrade to version R10B-5.olgeni2005-05-124-143/+26 * Upgrade to version R10B-4.olgeni2005-05-017-70/+144 * Fix yield/1 bug in kernel/src/rpc.erl with code from R10B-4.olgeni2005-03-192-0/+29 * I forgot to commit this file (for R10B-3.)olgeni2005-03-071-0/+14 * Upgrade to version R10B-3.olgeni2005-03-078-158/+51 * Fix problem in run_erl pipe creation.olgeni2005-02-072-1/+15 * Use mkdir -p to create empty directories.olgeni2005-01-291-1/+1 * Create empty directories from pkg-plist.olgeni2005-01-292-0/+7 * Enable kernel poll feature.olgeni2005-01-221-2/+2 * Fix HIPE support. Looks like GNU make is picking up ARCH fromolgeni2005-01-092-2/+17 * Fix issue with rb:show/1 (could not be called twice).olgeni2004-12-312-0/+66 * Upgrade to version r10b2.olgeni2004-12-2214-207/+141 * Fix packaging, which should also fix the cascading failure on the portsolgeni2004-11-252-4/+1 * IGNORE on 4.x too since the same problems existkris2004-11-241-3/+1