* src/folder.c
set the attachment flag when inline text part are (file)named. This is more convenient
when receiving (for instance) inline source files or patches sent using thunderbird.
* src/folder.c
Show attachment icon even if the part is 'inline'
if the following conditions are met:
- content-type != 'text/plain'
- content-type != '*/pgp-signature'
- either 'name' or 'filename' parameter is not NULL
Thanks to Colin
* src/compose.c
When dragging a file to the text of the compose
window, ask whether we want to insert or attach
(I know lots of people who do that to attach)
* src/prefs_customheader.c
Add a 'From File...' button in custom headers prefs, which
try to do the right thing:
for normal headers, use file as plaintext,
for X-Face, calls compface,
for Face, encode to b64.
* src/main.c
Instead of ignoring SIGPIPE, save caches
when getting one. Will fix the fact that
hot caches are out-of-date when logging
out of Xorg.
* src/compose.c
* src/prefs_compose_writing.c
Only save text (not attachments) when
auto-saving to drafts
* src/unmime.c
Always replace \n, \r and \t with spaces
in headers
* manual/dist/html/Makefile.am
* manual/dist/pdf/Makefile.am
* manual/dist/ps/Makefile.am
* manual/dist/txt/Makefile.am
* manual/fr/dist/html/Makefile.am
* manual/fr/dist/pdf/Makefile.am
* manual/fr/dist/ps/Makefile.am
* manual/fr/dist/txt/Makefile.am
* manual/pl/dist/html/Makefile.am
* manual/pl/dist/pdf/Makefile.am
* manual/pl/dist/ps/Makefile.am
* manual/pl/dist/txt/Makefile.am
Fix make clean removing pregenerated manuals
* src/plugins/pgpcore/sgpgme.c
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpinline/pgpinline.c
Better error reporting in setup_signers.
Don't fallback to default key if specified
key isn't found.
Don't allow signing if more than one secret
key matches the one specified in prefs.
* src/compose.c
* src/compose.h
* src/folder.c
* src/folder.h
* src/imap.c
* src/inc.c
* src/main.c
* src/messageview.c
* src/mh.c
* src/prefs_folder_item.c
* src/procheader.c
* src/procmime.c
* src/procmsg.c
* src/procmsg.h
* src/send_message.c
* src/summaryview.c
* src/toolbar.c
Apply bug #964's patch (Queue and drafts aren't normal)
The Drafts and Queue folder now contain RFC-822 files,
allowing to move and copy mails from and to these
folders. Moving from Drafts to Queue will prepare the
mail for sending (PGP signature, encryption, etc).
This patch also rework sending errors handling to try
to be more helpful.
Also, allow redefining folder types via the GUI
(Folder type in its Properties)
* src/summaryview.c
* src/prefs_common.c
* src/prefs_common.h
* src/gedit-print.c
Allow to define a specific print font - patch
by Bernhard Walle <bernhard.walle@gmx.de>
* src/prefs_fonts.c
* manual/advanced.xml
* manual/fr/advanced.xml
Add a hidden pref to allow deletion without
confirmation
* src/quote_fmt.c
* src/quote_fmt_lex.l
* src/quote_fmt_parse.y
extend the quote_fmt parser (templates and quotes):
- allow limited sub-expressions in |p{} and |f{} expressions,
- add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
- implemented/fixed missing implementation of query_references and show_references,
- completed, fixed contents and format of the symbols help dialog,
- fix some compilation warnings.
* manual/advanced.xml
* manual/fr/advanced.xml
updates in the "templates" section of the manual (eng/fr):
- be more precise (both versions)
- completed to match the english reference (fr version)
- touchups (both versions)
* manual/xml2pdf
allow generation of manual on systems lacking saxon binary
but with java and the saxon library installed
* po/es.po
updated for release