[PATCH] emacs: do not change users' mail agent configuration

2014-12-13 Thread Jani Nikula
On Fri, 12 Dec 2014, ?ukasz Stelmach wrote: > `mail-user-agent' is defined with defcustom and may be customised > by users. It should not be set to arbitrary values in modules. Point taken. > To make use of that configuration value call `compose-mail' which > starts user's preferred mail

[PATCH] emacs: do not change users' mail agent configuration

2014-12-13 Thread Lukasz Stelmach
otmuch was require'd via >> notmuch-init-file. >> -- >> 2.0.4 >> >> ___ >> notmuch mailing list >> notmuch at notmuchmail.org >> http://notmuchmail.org/mailman/listinfo/notmuch > -- By?o mi bardzo mi?o. Twoje oczy lubi? mnie >?ukasz< i to mnie zgubi (c)SNL REKLAMA: http://ars-fabrica.eu/ sklep z r?kodzie?em -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 538 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20141213/bc9524c3/attachment.pgp>

[PATCH] emacs: do not change users' mail agent configuration

2014-12-13 Thread Łukasz Stelmach
`mail-user-agent' is defined with defcustom and may be customised by users. It should not be set to arbitrary values in modules. To make use of that configuration value call `compose-mail' which starts user's preferred mail composition package as selected with the variable `mail-user-agent'

Re: [PATCH] emacs: do not change users' mail agent configuration

2014-12-13 Thread Jani Nikula
On Fri, 12 Dec 2014, Łukasz Stelmach stl...@poczta.fm wrote: `mail-user-agent' is defined with defcustom and may be customised by users. It should not be set to arbitrary values in modules. Point taken. To make use of that configuration value call `compose-mail' which starts user's preferred