aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-05-13 05:51:58 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-13 05:51:58 +0800
commit9268ab3217531bdd5ca478d71f678ad7093516eb (patch)
tree62e21145ae4e05a1abff98ac7ce367f5deb16efe /mail
parentf592943afc133057eed67539ae9eb0fe1848fd37 (diff)
downloadgsoc2013-evolution-9268ab3217531bdd5ca478d71f678ad7093516eb.tar.gz
gsoc2013-evolution-9268ab3217531bdd5ca478d71f678ad7093516eb.tar.zst
gsoc2013-evolution-9268ab3217531bdd5ca478d71f678ad7093516eb.zip
Use 6 X's to mkstemp, as required by the man page, just a temp fix, this
2000-05-12 NotZed <NotZed@HelixCode.com> * mail-ops.c (fetch_mail): Use 6 X's to mkstemp, as required by the man page, just a temp fix, this should probably change to a known filename. svn path=/trunk/; revision=3007
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/mail-ops.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 120674ed6a..2817bf6bc6 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-12 NotZed <NotZed@HelixCode.com>
+
+ * mail-ops.c (fetch_mail): Use 6 X's to mkstemp, as required by
+ the man page, just a temp fix, this should probably change to a
+ known filename.
+
2000-05-11 Dan Winship <danw@helixcode.com>
* folder-browser-factory.c (control_activate): Now that we depend
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 5c68337f52..1d97d0b1ca 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -106,7 +106,7 @@ fetch_mail (GtkWidget *button, gpointer user_data)
char *tmp_mbox, *source;
int tmpfd;
- tmp_mbox = g_strdup_printf ("%s/movemail.XXXX", path);
+ tmp_mbox = g_strdup_printf ("%s/movemail.XXXXXX", path);
#ifdef HAVE_MKSTEMP
tmpfd = mkstemp (tmp_mbox);
#else
0 | * security/php73-hash: fix build with GCC-based architecturesjoneum2018-10-162-2/+5 | * www/libwww: Unbreak with openssl-develdbaio2018-10-161-2/+0 | * www/firefox: update to 63.0jbeich2018-10-169-255/+232 | * emulators/citra: update to s20181015jbeich2018-10-162-8/+8 | * emulators/rpcs3: update to 0.0.5.979jbeich2018-10-162-6/+5 | * emulators/wine-devel: expose Vulkan supportjbeich2018-10-167-2/+95 | * graphics/wayland-protocols: update to 1.16jbeich2018-10-164-4/+8 | * graphics/mesa-dri: add WAYLAND option for Vulkan driversjbeich2018-10-161-1/+14 | * graphics/mesa-libs: enable surfaceless like upstreamjbeich2018-10-161-3/+3 | * graphics/vulkan-loader: enable Wayland surfacejbeich2018-10-163-4/+5 | * graphics/wayland: update to 1.16.0jbeich2018-10-1619-87/+96 | * net-mgmt/ipv6calc: Update to 1.1.0dbaio2018-10-162-4/+5 | * Document that this port is now deprecated.feld2018-10-161-0/+3 | * devel/icu: move to new homejbeich2018-10-162-7/+7 | * - Update to 2.7.0amdmi32018-10-163-6/+5 | * Update to 1.7.0sunpoet2018-10-162-4/+4 | * Update to 0.6.0.4sunpoet2018-10-162-4/+4 | * Update to 2.1.1sunpoet2018-10-162-5/+5 | * Update to 3.19sunpoet2018-10-162-5/+6 | * Update to 0.54sunpoet2018-10-162-5/+6 | * Update to 0.05sunpoet2018-10-162-7/+8 | * Update to 2018.10.14sunpoet2018-10-162-4/+4 | * Update to 2018.10.14sunpoet2018-10-162-4/+4 | * Update to 9.2.0sunpoet2018-10-162-6/+7 | * Update to 1.4.1sunpoet2018-10-163-21/+8 | * Update to 0.4.0sunpoet2018-10-162-6/+7 | * Fix gemspec for rubygem-tty-which 0.4.0 updatesunpoet2018-10-162-2/+15 | * Fix gemspec for rubygem-tty-which 0.4.0 updatesunpoet2018-10-162-2/+15 | * Fix gemspec for rubygem-tty-which 0.4.0 updatesunpoet2018-10-162-6/+9 | * Update to 2.11.148sunpoet2018-10-162-4/+4 | * Update to 2.11.148sunpoet2018-10-162-4/+4 | * Update to 2.11.148sunpoet2018-10-162-4/+4 | * Upgrade to 34.0.thierry2018-10-163-11/+54 | * - Fix OpenSSL build (1)thierry2018-10-162-9/+112 | * Update to 3.3.5joneum2018-10-163-3/+5 | * editors/openoffice-4, editors/openoffice-devel:truckman2018-10-164-30/+222 | * Update to latest commit.mat2018-10-162-6/+6 | * Update to v5.29.3-59-g7bf15fe224.mat2018-10-162-4/+4 | * Remove LIBRSVG2 option, it creates a dependency loop.mat2018-10-161-4/+1 | * Fix build with OpenSSL 1.1.xjoneum2018-10-162-1/+100 | * Security update of devel/libgit2 and depending ports to fix seceurity vulnera...mfechner2018-10-164-8/+8 | * sysutils/s6: Update to 2.7.2.10mp2018-10-163-7/+8 | * New port x11-wm/obconf-qtjsm2018-10-157-0/+108 | * Attempt to unbreak against OpenSSL 1.1.1.danfe2018-10-151-0/+3 | * www/nextcloud: Update to 14.0.3brnrd2018-10-155-126/+106 | * - Update to 0.17.5miwi2018-10-152-4/+4 | * - Update to 0.3.12ehaupt2018-10-152-6/+6 | * Fix build on powerpc64jhale2018-10-151-1/+1 | * Document security vulnerability with devel/libgit2 < 0.27.5.mfechner2018-10-151-0/+26 | * graphics/krita: Fix pkg-plistjhale2018-10-151-2/+0 | * lang/seed7: update to 05_20181014gahr2018-10-152-4/+4 | * Update to upstream version 1.7.2riggs2018-10-152-6/+6 | * - Update to 1.10.4ehaupt2018-10-152-4/+5 | * - Add LICENSEamdmi32018-10-152-3/+5 | * - Mark broken on 11.x [1]ehaupt2018-10-152-4/+6 | * - Update to 3.34wen2018-10-152-5/+10 | * updating to version 12.0.0egypcio2018-10-152-12/+12 | * update to version 2.0.17;egypcio2018-10-152-8/+7 | * Fix misattributed entry (email was wrong).adridg2018-10-151-1/+1 | * Update to 4.2.1bapt2018-10-153-4/+7 | * - Update to 1.10.0wen2018-10-153-5/+6 | * - Update to 2.2.0wen2018-10-153-6/+8 | * editors/ghostwriter needs a compiler with C++11 supporttobik2018-10-151-1/+1 | * audio/qsynth needs a compiler with C++11 supporttobik2018-10-151-1/+1 | * science/gamess-us: Cosmetic change: internal version number change to 00 for ...yuri2018-10-152-3/+8 | * Follow up to r482017: upstream address was not updated in pkg-descr ofrigoletto2018-10-156-3/+6 | * Jettison SSLv2 support. Not only does this allow mail/mailx tocy2018-10-153-1/+31 | * update sysutils/ansible to 2.7.0lifanov2018-10-1510-9/+64 | * update sysutils/ansible to 2.6.5lifanov2018-10-152-4/+4 | * multimedia/plexmediaserver-plexpass: Update to 1.13.9.5439feld2018-10-152-5/+5 | * update games/wtf to 20180925 snapshot from NetBSDlifanov2018-10-152-4/+4 | * unbreak games/nxengine on powerpc64 and otherslifanov2018-10-151-8/+6 | * security/d0_blind_id: pacify portlint after r482123jbeich2018-10-151-1/+1 | * New port: science/wxmacmolplt: Graphical user interface principally for the G...yuri2018-10-155-0/+84 | * security/d0_blind_id: switch to actual 1.0 releasejbeich2018-10-152-3/+4 | * devel/android-tools-adb: apply boringssl style fixesjbeich2018-10-151-35/+32 | * Correct invalid EXPIRATION_DATEdvl2018-10-157-7/+7 | * devel/android-tools-adb: unbreak with OpenSSL 1.1jbeich2018-10-152-2/+130 | * audio/puddletag: Remove unused dependencyjhale2018-10-151-2/+1 | * audio/py-musicbrainz2: Mark DEPRECATED and set EXPIRATION_DATE (2 weeks)jhale2018-10-151-0/+3 | * After reviewing the VTun/VTun github site, the fork of VTUN itselfcy2018-10-151-1/+1 | * Older releases of cfengine do not support openssl111 which is now incy2018-10-1517-0/+62 | * Set the default cfengine and masterfiles to 3.12.cy2018-10-152-2/+2 | * Take maintainershipjhale2018-10-151-1/+1 | * math/cddlib: strip .so objectsfernape2018-10-151-1/+4 | * Remove gd.tuwien.ac.at. It doesn't resolve anymore.arved2018-10-151-3/+0 * | Merge branch 'master' into gnome-3.28Koop Mast2018-10-1535-186/+224 |\| | * devel/py-nose2: update to 0.8.0swills2018-10-152-5/+6 | * net-im/telegram-desktop: update to 1.4.2swills2018-10-157-22/+23 | * Fix build with OpenSSL 1.1.xmadpilot2018-10-151-0/+25 | * net/socketw: Update to 3.10.26.20180918swills2018-10-152-5/+7 | * net/ipdecap: update to 0.7.2swills2018-10-156-6/+56 | * math/py-pandas: Update to 0.23.4swills2018-10-152-5/+5 | * science/gamess-us: Add math library selection optionsyuri2018-10-152-2/+48 | * editors/texworks: Update to version 0.6.2.rigoletto2018-10-153-123/+31 | * security/eschalot: Update 1.2.0 -> 1.2.0.20180118yuri2018-10-152-5/+5 | * Update mod_jk to version 1.2.46girgen2018-10-152-4/+4 | * math/atlas: Fix build by removing empty directoriesyuri2018-10-151-0/+1 | * Update to 2.18.6.marcus2018-10-152-4/+4 | * Update babl to 0.1.58.kwm2018-10-153-5/+9 * | Merge branch 'master' into gnome-3.28Koop Mast2018-10-15