Re: remove attachments

2016-12-07 Thread MaDhAt2r

When you say detach, do you mean to open them, save them, or delete them
from the actual email?

On Dec 07 at 02:02 PM, Daniele Arosio said thus:
> Dear all,
> I come across notmuch only recently and I am about to switch to it, but 
> I still missing a way to detach files (like pdf, docx...) from my emails 
> sitting say in inbox.
>
> Is there any way to accomplish attachment deletion through emacs front 
> end or any other command line approach?
>
> Thanks
>
> daniele
> ___
> notmuch mailing list
> notmuch@notmuchmail.org
> https://notmuchmail.org/mailman/listinfo/notmuch
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Re: Two Questions

2016-01-04 Thread MaDhAt2r


On Jan 04 at 04:50 PM, Tomi Ollila <tomi.oll...@iki.fi> said thus:
> On Tue, Jan 05 2016, MaDhAt2r <madha...@dukefoo.com> wrote:
>
>> Hello All!
>>
>> I have been using notmuch/emacs for about two years now. I of course
>> love the setup, but there have always been two main issues I have yet to
>> find a solution for. I am hoping someone on here has found some answers.
>>
>> 1. How to change the time/date to use 12h format in all displays.
>
> This probably requires some coding...
That is too bad, but this was just an annoyance, so oh well.
>
>> 2. How to handle mailto:// hyperlinks and force the use of emacs/notmuch
>
> You can try
>
> https://github.com/domo141/nottoomuch/blob/master/nottoomuch-emacs-mailto.rst
>

This worked great! Thanks!!
> (hmm, I wonder what happens if the link is mailto:// and not just mailto:)
>
>
> Tomi
>
>>
>> I am running on ArchLinux (4.1.15-1-lts kenel), Emacs 24.5.1, notmuch 0.21
>>
>> Thanks for your help!
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Two Questions

2016-01-04 Thread MaDhAt2r

Hello All!

I have been using notmuch/emacs for about two years now. I of course
love the setup, but there have always been two main issues I have yet to
find a solution for. I am hoping someone on here has found some answers.

1. How to change the time/date to use 12h format in all displays.

2. How to handle mailto:// hyperlinks and force the use of emacs/notmuch

I am running on ArchLinux (4.1.15-1-lts kenel), Emacs 24.5.1, notmuch 0.21

Thanks for your help!
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


SVG attachment crashes emacs

2014-08-20 Thread MaDhAt2r

My Emacs crashed also with the SVG attachment you sent.

On Aug 18 at 03:21 PM, Sebastian Fischmeister scrawled:
> GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) of
> 2014-06-11 on var-lib-archbuild-staging-x86_64-jgc
>
> ~$ notmuch --version
> notmuch 0.18.1
>
> What happens is that emacs invokes inkscape to do something to the svg.
>
>   Sebastian
>
> David Bremner  writes:
>
>> Sebastian Fischmeister  writes:
>>
>>> For example, the attached svg file causes a crash.
>>>
>>>   Sebastian
>>>   
>>
>> It displays ok for me. What version of emacs are you using?
>>
>> d
> ___
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


Re: SVG attachment crashes emacs

2014-08-20 Thread MaDhAt2r

My Emacs crashed also with the SVG attachment you sent.

On Aug 18 at 03:21 PM, Sebastian Fischmeister scrawled:
 GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) of
 2014-06-11 on var-lib-archbuild-staging-x86_64-jgc

 ~$ notmuch --version
 notmuch 0.18.1

 What happens is that emacs invokes inkscape to do something to the svg.

   Sebastian

 David Bremner da...@tethera.net writes:

 Sebastian Fischmeister sfisc...@uwaterloo.ca writes:

 For example, the attached svg file causes a crash.

   Sebastian
   

 It displays ok for me. What version of emacs are you using?

 d
 ___
 notmuch mailing list
 notmuch@notmuchmail.org
 http://notmuchmail.org/mailman/listinfo/notmuch
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


SVG attachment crashes emacs

2014-08-18 Thread MaDhAt2r

I am on arch, you could send me the sample image and I will see if it
works on my end.

On Aug 18 at 08:27 PM, David Bremner scrawled:
> Sebastian Fischmeister  writes:
>
>> GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) of
>> 2014-06-11 on var-lib-archbuild-staging-x86_64-jgc
>>
>> ~$ notmuch --version
>> notmuch 0.18.1
>>
>> What happens is that emacs invokes inkscape to do something to the svg.
>>
>
> I wonder if this is specific to the way emacs is compiled on arch.  I
> just deleted inkscape and the image you sent me still renders fine on
> Debian testing, same emacs and notmuch version.
>
> Out of curiousity, is your emacs linked to libxml2?
>
> It could also be something to do with mime type configuration, which is
> a bit of an impenetrable thicket to me.
>
> d
> ___
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


Re: SVG attachment crashes emacs

2014-08-18 Thread MaDhAt2r

I am on arch, you could send me the sample image and I will see if it
works on my end.

On Aug 18 at 08:27 PM, David Bremner scrawled:
 Sebastian Fischmeister sfisc...@uwaterloo.ca writes:

 GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) of
 2014-06-11 on var-lib-archbuild-staging-x86_64-jgc

 ~$ notmuch --version
 notmuch 0.18.1

 What happens is that emacs invokes inkscape to do something to the svg.


 I wonder if this is specific to the way emacs is compiled on arch.  I
 just deleted inkscape and the image you sent me still renders fine on
 Debian testing, same emacs and notmuch version.

 Out of curiousity, is your emacs linked to libxml2?

 It could also be something to do with mime type configuration, which is
 a bit of an impenetrable thicket to me.

 d
 ___
 notmuch mailing list
 notmuch@notmuchmail.org
 http://notmuchmail.org/mailman/listinfo/notmuch
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Custom Tag Images

2014-08-01 Thread MaDhAt2r

Hello Everyone.

 If this is not the place to address this issue, could you please
 direct me to the proper forum.

 Info: Using Emacs 24.3.1 on ArchLinux

 I am interested in setting up custom image for some of the tags I use.

 I have tried to use a svg file by setting it in the following ways:

 (defun notmuch-tag-list-icon ()
   "Return SVG data representing a list.
 This can be used with `notmuch-tag-format-image-data'."

 " 
 
 http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\;>
 http://www.w3.org/2000/svg\; 
xmlns:xlink=\"http://www.w3.org/1999/xlink\; width=\"16\" height=\"16\" 
viewBox=\"0 0 16 16\">
 
 
 
 
  ")

 and setting it like I do the default images. e.g.
 (setq notmuch-tag-formats '(
 ("flagged" (notmuch-tag-format-image-data tag 
(notmuch-tag-star-icon)))
 ("lists" (notmuch-tag-format-image-data tag 
(notmuch-tag-list-icon)))
 ))

 I have also tried via the customize image setting and using the path to
 the file.

 Both ways produce nothing but a colored rectangle.

 I have downloaded the file in question from http://IcoMoon.io

 Am I missing something obvious here, or is this svg perhaps formatted
 incorrectly for notmuch emacs?

 Any pointers in the right direction are greatly appreciated.

 Thanks.


Custom Tag Images

2014-08-01 Thread MaDhAt2r

Hello Everyone.

 If this is not the place to address this issue, could you please
 direct me to the proper forum.

 Info: Using Emacs 24.3.1 on ArchLinux

 I am interested in setting up custom image for some of the tags I use.

 I have tried to use a svg file by setting it in the following ways:

 (defun notmuch-tag-list-icon ()
   Return SVG data representing a list.
 This can be used with `notmuch-tag-format-image-data'.

  ?xml version=\1.0\ encoding=\utf-8\?
 !-- Generated by IcoMoon.io --
 !DOCTYPE svg PUBLIC \-//W3C//DTD SVG 1.1//EN\ 
\http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\;
 svg version=\1.1\ xmlns=\http://www.w3.org/2000/svg\; 
xmlns:xlink=\http://www.w3.org/1999/xlink\; width=\16\ height=\16\ 
viewBox=\0 0 16 16\
 g id=\icomoon-ignore\
 line stroke-width=\1\ x1=\\ y1=\\ x2=\\ y2=\\ 
stroke=\#449FDB\ opacity=\\/line
 /g
 path d=\M4 10.4h-0.8c-0.442 0-0.8 0.358-0.8 0.8s0.358 0.8 0.8 
0.8h0.8c0.442 0 0.8-0.358 0.8-0.8s-0.358-0.8-0.8-0.8zM4 7.2h-0.8c-0.442 0-0.8 
0.358-0.8 0.8s0.358 0.8 0.8
 0.8h0.8c0.442 0 0.8-0.358 0.8-0.8s-0.358-0.8-0.8-0.8zM4 4h-0.8c-0.442 0-0.8 
0.358-0.8 0.8s0.358 0.8 0.8 0.8h0.8c0.442 0 0.8-0.358 
0.8-0.8s-0.358-0.8-0.8-0.8zM7.2 5.6h5.6c0.442 0
 0.8-0.358 0.8-0.8s-0.358-0.8-0.8-0.8h-5.6c-0.442 0-0.8 0.358-0.8 0.8s0.358 0.8 
0.8 0.8zM12.8 7.2h-5.6c-0.442 0-0.8 0.358-0.8 0.8s0.358 0.8 0.8 0.8h5.6c0.442 0 
0.8-0.358
 0.8-0.8s-0.358-0.8-0.8-0.8zM12.8 10.4h-5.6c-0.442 0-0.8 0.358-0.8 0.8s0.358 
0.8 0.8 0.8h5.6c0.442 0 0.8-0.358 0.8-0.8s-0.358-0.8-0.8-0.8z\ 
fill=\#008b00\/path
 /svg )

 and setting it like I do the default images. e.g.
 (setq notmuch-tag-formats '(
 (flagged (notmuch-tag-format-image-data tag 
(notmuch-tag-star-icon)))
 (lists (notmuch-tag-format-image-data tag 
(notmuch-tag-list-icon)))
 ))

 I have also tried via the customize image setting and using the path to
 the file.

 Both ways produce nothing but a colored rectangle.

 I have downloaded the file in question from http://IcoMoon.io

 Am I missing something obvious here, or is this svg perhaps formatted
 incorrectly for notmuch emacs?

 Any pointers in the right direction are greatly appreciated.

 Thanks.
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Custom Tag Images

2014-07-31 Thread MaDhAt2r

Hello Everyone.

 If this is not the place to address this issue, could you please
 direct me to the proper forum.

 Info: Using Emacs 24.3.1 on ArchLinux

 I am interested in setting up custom image for some of the tags I use.

 I have tried to use a svg file by setting it in the following ways:

 (defun notmuch-tag-list-icon ()
   "Return SVG data representing a list.
 This can be used with `notmuch-tag-format-image-data'."

 " 
 
 http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\;>
 http://www.w3.org/2000/svg\; 
xmlns:xlink=\"http://www.w3.org/1999/xlink\; width=\"16\" height=\"16\" 
viewBox=\"0 0 16 16\">
 
 
 
 
  ")

 and setting it like I do the default images. e.g.
 (setq notmuch-tag-formats '(
 ("flagged" (notmuch-tag-format-image-data tag 
(notmuch-tag-star-icon)))
 ("lists" (notmuch-tag-format-image-data tag 
(notmuch-tag-list-icon)))
 ))

 I have also tried via the customize image setting and using the path to
 the file.

 Both ways produce nothing but a colored rectangle.

 I have downloaded the file in question from http://IcoMoon.io

 Am I missing something obvious here, or is this svg perhaps formatted
 incorrectly for notmuch emacs?

 Any pointers in the right direction are greatly appreciated.

 Thanks.


Custom Tag Images

2014-07-31 Thread MaDhAt2r

Hello Everyone.

 If this is not the place to address this issue, could you please
 direct me to the proper forum.

 Info: Using Emacs 24.3.1 on ArchLinux

 I am interested in setting up custom image for some of the tags I use.

 I have tried to use a svg file by setting it in the following ways:

 (defun notmuch-tag-list-icon ()
   "Return SVG data representing a list.
 This can be used with `notmuch-tag-format-image-data'."

 " 
 
 http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\;>
 http://www.w3.org/2000/svg\; 
xmlns:xlink=\"http://www.w3.org/1999/xlink\; width=\"16\" height=\"16\" 
viewBox=\"0 0 16 16\">
 
 
 
 
  ")

 and setting it like I do the default images. e.g.
 (setq notmuch-tag-formats '(
 ("flagged" (notmuch-tag-format-image-data tag 
(notmuch-tag-star-icon)))
 ("lists" (notmuch-tag-format-image-data tag 
(notmuch-tag-list-icon)))
 ))

 I have also tried via the customize image setting and using the path to
 the file.

 Both ways produce nothing but a colored rectangle.

 I have downloaded the file in question from http://IcoMoon.io

 Am I missing something obvious here, or is this svg perhaps formatted
 incorrectly for notmuch emacs?

 Any pointers in the right direction are greatly appreciated.

 Thanks.


Custom Tag Images

2014-07-31 Thread MaDhAt2r

Hello Everyone.

If this is not the place to address this issue, could you please
direct me to the proper forum.

Info: Using Emacs 24.3.1 on ArchLinux

I am interested in setting up custom image for some of the tags I use.

I have tried to use a svg file by setting it in the following ways:

(defun notmuch-tag-list-icon ()
  "Return SVG data representing a list.
This can be used with `notmuch-tag-format-image-data'."

" 

http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\;>
http://www.w3.org/2000/svg\; 
xmlns:xlink=\"http://www.w3.org/1999/xlink\; width=\"16\" height=\"16\" 
viewBox=\"0 0 16 16\">




 ")

and setting it like I do the default images. e.g.
(setq notmuch-tag-formats '(
("flagged" (notmuch-tag-format-image-data tag 
(notmuch-tag-star-icon)))
("lists" (notmuch-tag-format-image-data tag 
(notmuch-tag-list-icon)))
))

I have also tried via the customize image setting and using the path to
the file.

Both ways produce nothing but a colored rectangle.

I have downloaded the file in question from http://IcoMoon.io

Am I missing something obvious here, or is this svg perhaps formatted
incorrectly for notmuch emacs?

Any pointers in the right direction are greatly appreciated.

Thanks.