Closed 15bitgames closed 5 years ago
mutt -v
NeoMutt 20170306 (1.8.0)
Copyright (C) 1996-2016 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.
System: Linux 4.10.8-1-ARCH (x86_64)
libidn: 1.33 (compiled with 1.33)
hcache backends: gdbm
Compiler:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.3.1 20170306 (GCC)
Configure options: '--prefix=/usr' '--sysconfdir=/etc' '--enable-debug' '--enable-pgp' '--enable-gpgme' '--enable-notmuch' '--enable-pop' '--enable-imap' '--enable-smtp' '--enable-sidebar' '--enable-compressed' '--with-gss=/usr' '--with-ssl=/usr' '--with-sasl' '--with-curses=/usr' '--with-regex' '--with-idn' '--with-gdbm' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2'
Compilation CFLAGS: -Wall -pedantic -Wno-long-long -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-delete-null-pointer-checks
Compile options:
+CRYPT_BACKEND_CLASSIC_PGP +CRYPT_BACKEND_CLASSIC_SMIME +CRYPT_BACKEND_GPGME
+DEBUG -DL_STANDALONE +ENABLE_NLS -EXACT_ADDRESS -HOMESPOOL -LOCALES_HACK
-SUN_ATTACHMENT +HAVE_BKGDSET +HAVE_COLOR +HAVE_CURS_SET +HAVE_FUTIMENS
+HAVE_GETADDRINFO +HAVE_GETSID +HAVE_ICONV +HAVE_LANGINFO_CODESET
+HAVE_LANGINFO_YESEXPR +HAVE_LIBIDN +HAVE_META -HAVE_REGCOMP +HAVE_RESIZETERM
+HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_WC_FUNCS +ICONV_NONTRANS
+USE_COMPRESSED +USE_DOTLOCK +USE_FCNTL -USE_FLOCK -USE_FMEMOPEN +USE_GNU_REGEX
+USE_GSS +USE_HCACHE +USE_IMAP +USE_NOTMUCH -USE_NNTP +USE_POP +USE_SASL
-USE_SETGID +USE_SIDEBAR +USE_SMTP -USE_SSL_GNUTLS +USE_SSL_OPENSSL
-DOMAIN
-MIXMASTER
-ISPELL
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
patch-attach-headers-color-neomutt
patch-compose-to-sender-neomutt
patch-compress-neomutt
patch-cond-date-neomutt
patch-encrypt-to-self-neomutt
patch-fmemopen-neomutt
patch-forgotten-attachments-neomutt
patch-forwref-neomutt
patch-ifdef-neomutt
patch-index-color-neomutt
patch-initials-neomutt
patch-keywords-neomutt
patch-kyoto-neomutt
patch-limit-current-thread-neomutt
patch-lmdb-neomutt
patch-multiple-fcc-neomutt
patch-nested-if-neomutt
patch-new-mail-neomutt
patch-nntp-neomutt
patch-notmuch-neomutt
patch-progress-neomutt
patch-quasi-delete-neomutt
patch-reply-with-xorig-neomutt
patch-sensible-browser-neomutt
patch-sidebar-neomutt
patch-skip-quoted-neomutt
patch-status-color-neomutt
patch-timeout-neomutt
patch-tls-sni-neomutt
patch-trash-neomutt
To learn more about NeoMutt, visit: http://www.neomutt.org/
If you find a bug in NeoMutt, please raise an issue at:
https://github.com/neomutt/neomutt/issues
or send an email to: <neomutt-devel@neomutt.org>
debug where it occurs
[2017-04-13 17:09:38] Sorting mailbox...
[2017-04-13 17:09:48] In mutt_reflow_windows
[2017-04-13 17:09:49] +work: No such file or directory (errno = 2)
[2017-04-13 17:09:49] +work: No such file or directory (errno = 2)
[2017-04-13 17:09:52] mutt_free_body: unlinking /home/guts/.mutt/temp/mutt-fs0ciety-laptop-1000-8035-12484527844210594473.
[2017-04-13 17:09:52] Mail not sent.
[2017-04-13 17:09:53] Mailbox is unchanged.
Does your attachment path includes spaces? I get a similar error when I paste a path that includes spaces, and have to manually navigate to it.
I can't even manually navigate, and none of the directories have spaces in them.
I tried but cannot reproduce the issue you're facing. Can you try to reduce your config files to the bare minimum and detail the steps you do to trigger the issue?
Is this still a problem? Did you try to minimise your config as @d-k-c suggested?
I just stumbled on this issue. Interestingly enough I changed nothing in my configuration and I've been running later versions than the one that triggered this issue.
I can try to bisect the issue because it probably related to a recent update. But let me describe something that may be at the root of the issue:
The issue is not present when neomutt is fired up, it's only after using one of these macros (I have similar ones):
macro index ,g "<change-folder>+gmail/INBOX<return>" "change to gmail mail"
Replacing the +
in those macros with a normal path fixes it. In fact the error message for that case would be:
+gmail: No such file or directory (errno = 2)
It seems to me that the +
is not expanded in those macros. Does this help with reproducing the problem? Of course a long time has passed so it may not be directly related with the original issue.
I've been using NeoMutt for a while and recently I noticed that if I change mailboxes with a folder hook and then create a new email and want to add an attachment I get the following error.
+work: No such file or directory (errno = 2)
My mailbox is symlinked to another directory (/mnt/random/mail) so as a test I decided to move the mailbox to my home directory and it still didn't work (where the symlink originally was).
Below are links to my configuration files and I've also attached a debug file where you can see the issue at the end of the file. There is no sensitive information in the configuration files.
Is there some kind of mis-configuration somewhere? I couldn't find much online about the issue.
muttrc
mailcap
work.muttrc
mrrobot.muttrc
virtua.muttrc
lechuck.muttrc
gmail.muttrc
[removed outcommented lines, @toogley]