<<< Date Index >>>     <<< Thread Index >>>

[Mutt] #2975: [PATCH] Allow attachment saving on the FreeBSD's msdosfs



#2975: [PATCH] Allow attachment saving on the FreeBSD's msdosfs

 While trying to save attachments to the flash mounted as the msdosfs
 within the FreeBSD box, I noticed that mutt is not able to do this.  The
 reason is that the 'link' syscall is not supported on this filesystem.

 I had added the check for the relevant errno value to the safe_rename
 function.  Works for me at FreeBSD RELENG_7.

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/2975>