Hi, I have a question: what is the supposed encoding to be used when sending a pdf file as attachment ? I currently use base64 encoding which seems to be problematic for Outlook users. Any idea ? Here is how I set it up: ,---- | (setq mm-content-transfer-encoding-defaults | '(("text/x-patch" 8bit) | ("text/.*" qp-or-base64) | ("message/rfc822" 8bit) | ("application/emacs-lisp" 8bit) | ("application/x-patch" 8bit) | ("application/pdf" base64) | (".*" base64))) `---- Is this the right way ? Thanks, zeDek -- .o. | zedek (at) gnu-rox.org ..o Hacker Wonderland | ooo |