/* * e-mail-config-sending-page.c * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation. * * 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 Lesser General Public License * along with this program; if not, see . * */ #include "e-mail-config-sending-page.h" #include #include /* Forward Declarations */ static void e_mail_config_sending_page_interface_init (EMailConfigPageInterface *interface); G_DEFINE_TYPE_WITH_CODE ( EMailConfigSendingPage, e_mail_config_sending_page, E_TYPE_MAIL_CONFIG_SERVICE_PAGE, G_IMPLEMENT_INTERFACE ( E_TYPE_MAIL_CONFIG_PAGE, e_mail_config_sending_page_interface_init)) static void e_mail_config_sending_page_class_init (EMailConfigSendingPageClass *class) { EMailConfigServicePageClass *service_page_class; service_page_class = E_MAIL_CONFIG_SERVICE_PAGE_CLASS (class); service_page_class->extension_name = E_SOURCE_EXTENSION_MAIL_TRANSPORT; service_page_class->provider_type = CAMEL_PROVIDER_TRANSPORT; service_page_class->default_backend_name = "smtp"; } static void e_mail_config_sending_page_interface_init (EMailConfigPageInterface *interface) { interface->title = _("Sending Email"); interface->sort_order = E_MAIL_CONFIG_SENDING_PAGE_SORT_ORDER; } static void e_mail_config_sending_page_init (EMailConfigSendingPage *page) { } EMailConfigPage * e_mail_config_sending_page_new (ESourceRegistry *registry) { g_return_val_if_fail (E_IS_SOURCE_REGISTRY (registry), NULL); return g_object_new ( E_TYPE_MAIL_CONFIG_SENDING_PAGE, "registry", registry, NULL); } ption> FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* math/labplot: remove unecessary sed calltcberner2020-03-151-3/+0
* Make some implicit Qt dependencies explicittcberner2020-03-151-1/+2
* math/mlpack: Add the 'test' targetyuri2020-03-151-1/+8
* - Update to 3.2wen2020-03-142-4/+4
* - Update to 2.9.0.stephen2020-03-142-5/+4
* math/mlpack: Correctionyuri2020-03-142-48/+2
* math/mlpack: Update 3.0.1 -> 3.2.2yuri2020-03-144-151/+229
* math/ensmallen: Update 2.11.4 -> 2.11.5yuri2020-03-142-5/+4
* math/rumur: Update 2020.02.17-1 -> 2020.03.12yuri2020-03-133-5/+7
* math/wxmaxima: Update to git commit 68fead0salvadore2020-03-134-10/+10
* devel/icu: update to 66.1jbeich2020-03-133-0/+3
* math/hs-penrose: Update 0.1.1.1 -> 0.1-737yuri2020-03-132-7/+9
* New port: math/hs-penrose: Create diagrams by typing mathematical notation in...yuri2020-03-135-0/+433
* - Update to 0.3.0.stephen2020-03-122-5/+4
* - Update to 2.1.1.stephen2020-03-122-5/+4
* Update to version 2.6.0se2020-03-122-12/+4
* math/mfem: Update 4.0 -> 4.1yuri2020-03-114-7/+34
* Cleanupbapt2020-03-111-4/+4
* math/py-symcxx: Update 0.1.9 -> 0.1.10yuri2020-03-112-9/+5
* Mark BROKEN: missing dependencyantoine2020-03-101-0/+2
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2020-03-101-0/+1
* math/cbc: Update 2.10.4 -> 2.10.5yuri2020-03-093-7/+7
* Drop dependency on devel/openmpjbeich2020-03-0919-60/+24
* Document OpenMP from base system cannot be used in some casesjbeich2020-03-092-2/+2
* Deprecate some ports using deprecated version of pythonantoine2020-03-093-0/+9
* Rename math/py-PySMT to math/py-pysmt0mp2020-03-095-5/+5
* Update to 6.2.0 release.ale2020-03-085-49/+15
* math/pantheon-calculator: Update to 1.5.4woodsb022020-03-087-275/+99
* math/py-yt: Update 3.5.0 -> 3.5.1yuri2020-03-083-6/+5
* math/py-pyodesys: Update 0.12.4 -> 0.13.0yuri2020-03-082-5/+4
* math/mingw32-libgmp: Reset maintainerrobak2020-03-081-1/+1
* math/py-cvxpy: Update 1.0.25 -> 1.0.28yuri2020-03-082-4/+4
* math/adol-c: Update 2.6.3 -> 2.7.2yuri2020-03-083-6/+9
* math/gretl: Update 2019d -> 2020ayuri2020-03-083-8/+22
* math/xtensor: Update 0.21.3 -> 0.21.4yuri2020-03-083-4/+5
* math/ensmallen: Update 2.11.3 -> 2.11.4yuri2020-03-072-4/+4
* New port: math/py-claripy0mp2020-03-074-0/+48
* New port: math/py-PySMT0mp2020-03-074-0/+56
* KDE Applications: update to 19.12.3tcberner2020-03-078-24/+24
* hand over Maintainership to miwijoneum2020-03-071-1/+1
* math/py-z3-solver: Update 4.8.4 -> 4.8.7yuri2020-03-062-5/+4
* Update to 0.3joneum2020-03-052-6/+4
* math/cryptominisat: Add patch to fix CMake config file. Bump math/stp, as it ...arrowd2020-03-053-2/+15
* math/pari: Add back a mistakenly removen PORTEPOCHyuri2020-03-041-0/+1
* math/pari: Update 2.11.2 -> 2.11.3yuri2020-03-042-5/+4
* math/py-arviz: Update 0.6.1 -> 0.7.0yuri2020-03-042-4/+4
* Update to 0.17.0sunpoet2020-03-042-6/+6
* Ports MUST NOT set WITH_DEBUG.mat2020-03-031-3/+1
* Add debug support for math/wxmaximasalvadore2020-03-031-1/+3
* audio/festvox-cmu_us_slt_arctic, games/flightgear-terragear, graphics/zathura...pi2020-03-031-1/+1
* math/libRmath: Update to version 3.6.3jrm2020-03-022-4/+4
* math/R: Update to version 3.6.3jrm2020-03-022-23/+5
* math/arpack-ng: Update 3.6.3 -> 3.7.0-49yuri2020-03-023-8/+14
* Remove expired ports:rene2020-03-024-38/+0
* math/mppp: Update 0.18 -> 0.19yuri2020-03-013-7/+9
* math/fcl: Update 0.6.0 -> 0.6.1yuri2020-03-013-7/+9
* Add comment for PORTSCOUTsunpoet2020-02-291-0/+1
* Convert PORTDOCS and PORTEXAMPLES to PLIST entriessunpoet2020-02-292-3/+99
* Convert PORTDOCS and PORTEXAMPLES to PLIST entriessunpoet2020-02-292-3/+106
* Add librdata 0.1.0.g20200219sunpoet2020-02-29