Hi list,
I'm currently trying my hand at creating a bundle. I'd like to know if anybody
can tell me where I can see a log of what's going on. The bundle isn't doing
what I want it to do and I need to debug any possible erros.
Cheers,
Pedro Lobo
signature.asc
Description: OpenPGP digital sign
On 31 Jan 2014, at 8:29, Pedro Lobo wrote:
I'm currently trying my hand at creating a bundle. I'd like to know if
anybody can tell me where I can see a log of what's going on. The
bundle isn't doing what I want it to do and I need to debug any
possible erros.
If it's getting as far as runni
Thanks Kee,
I've gotten a simpler version working already so I reckon that it's running the
script just fine. I'll look into adding debug info in the script itself.
Cheers,
Pedro Lobo
On 31 Jan 2014, at 13:33, Kee Hinckley wrote:
> On 31 Jan 2014, at 8:29, Pedro Lobo wrote:
>
>> I'm currently
On 31 Jan 2014, at 14:43, Pedro Lobo wrote:
I've gotten a simpler version working already so I reckon that it's
running the script just fine. I'll look into adding debug info in the
script itself.
The output can be a bit verbose, but there is a debug variable you might
find useful:
Thanks Benny,
I had noticed that it wasn't necessary to restart MailMate (saves tons of
time). As for the logging, I'll keep that in mind for future bundles. For now,
I've got the basics of the Bundle working.
Cheers,
Pedro Lobo
On 31 Jan 2014, at 14:13, Benny Kjær Nielsen wrote:
> On 31 Jan
Is there any variable that tracks where an item in the trash came from?
In particular, I have my "Display a message when something is put in the
trash" bundle working, but I'd like to be able to track where it got put
in the trash *from*.___
mailmate
On 31 Jan 2014, at 15:53, Kee Hinckley wrote:
Is there any variable that tracks where an item in the trash came
from?
Yes, for messages moved by MailMate (otherwise it's pretty tricky to
keep track of although it's possible and could be a feature in some blue
sky future version of MailMate).
Hi List,
Thought I'd share with the rest of the class (just in case others are fans of
TaskPaper). I've created a small little bundle for TaskPaper. You can download
and read the instruction on my blog: http://bit.ly/MmP393
Hope you find it useful and please do let me know if you come across an
On 31 Jan 2014, at 22:08, Pedro Lobo wrote:
Thought I'd share with the rest of the class (just in case others are
fans of TaskPaper). I've created a small little bundle for TaskPaper.
You can download and read the instruction on my blog:
http://bit.ly/MmP393
Hope you find it useful and pleas
Hey Nitin,
That's a good question. I place it there but for some odd reason it didn't show
up. Only when I placed it in the application bundle. I'll have to do some more
testing to check.
Cheers,
Pedro Lobo
On 31 Jan 2014, at 16:48, Nitin wrote:
> On 31 Jan 2014, at 22:08, Pedro Lobo wrote:
Yeah, you're right. I was placing it in /Library/Application
Support/MailMate/**Resources**/Bundles.
Fixed now. I'll update my post to rectify this. Thanks for pointing it out so
quick ;-)
Cheers,
Pedro Lobo
On 31 Jan 2014, at 16:52, Nitin wrote:
> On 31 Jan 2014, at 22:20, Pedro Lobo wrote:
On 31 Jan 2014, at 22:20, Pedro Lobo wrote:
> I place it there but for some odd reason it didn't show up.
Have you restarted MailMate after placing it there? mine is working.
--
Nitin
___
mailmate mailing list
mailmate@lists.freron.com
http://lists.f
All fixe now. Thanks once again. Also, let me know if there's anything else
that would be useful ;-)
Cheers,
Pedro Lobo
On 31 Jan 2014, at 16:52, Nitin wrote:
> On 31 Jan 2014, at 22:20, Pedro Lobo wrote:
>
>> I place it there but for some odd reason it didn't show up.
>
> Have you restarted
On 31 Jan 2014, at 22:28, Pedro Lobo wrote:
Also, let me know if there's anything else that would be useful ;-)
I have added:
make tag with properties {name:"email"}
to the applescript in add_front file, to add @email tag to the task.
But, If there is an option to add tag/s after hi
I was possibly thinking about using MailMate/IMAP tags too. So if I have an
email tagged today or important in MailMate, that tag would be added to the
task in TaskPaper. What do you think? As for adding tags after hitting the
command, I'll have to look into the best possible way to do that (get
On 31 Jan 2014, at 22:46, Pedro Lobo wrote:
I was possibly thinking about using MailMate/IMAP tags too. So if I
have an email tagged today or important in MailMate, that tag would be
added to the task in TaskPaper.
That would be nice.
As for adding tags after hitting the command, I'll have t
On 31 Jan 2014, at 17:53, Nitin wrote:
> On 31 Jan 2014, at 22:46, Pedro Lobo wrote:
>
>> I was possibly thinking about using MailMate/IMAP tags too. So if I have an
>> email tagged today or important in MailMate, that tag would be added to the
>> task in TaskPaper.
>
> That would be nice.
I'll
On 31 Jan 2014, at 19:02, Pedro Lobo wrote:
An idea:
I don't know, if its possible, but if it can be, it would be awesome.
a) Tag a message @awaiting
b) added to Taskaper
c) if there is a reply to that message, @done tag is added to the
task. (applescript running x-minutes/hours in the backgrou
On 31 Jan 2014, at 23:32, Pedro Lobo wrote:
I don't think I can trigger the quick entry with AppleScript though.
quick entry hotkey could be used to trigger it. Something like:
tell application "System Events" to key code 36 using {command down,
shift down}"
--
Nitin_
On 31 Jan 2014, at 18:25, Benny Kjær Nielsen wrote:
> On 31 Jan 2014, at 19:02, Pedro Lobo wrote:
>
>>> An idea:
>>> I don't know, if its possible, but if it can be, it would be awesome.
>>> a) Tag a message @awaiting
>>> b) added to Taskaper
>>> c) if there is a reply to that message, @done tag i
On 1 Feb 2014, at 0:02, Pedro Lobo wrote:
**@Nitin:**
This would also require that these tasks go into a default file and
preferably project.
The tasks go into any of the open documents(⌘L). Similarly, project
can also be selected via ⌘L. Am I on a different track?
--
Nitin___
On 31 Jan 2014, at 18:55, Nitin wrote:
> On 1 Feb 2014, at 0:02, Pedro Lobo wrote:
>
>> **@Nitin:**
>> This would also require that these tasks go into a default file and
>> preferably project.
>
> The tasks go into any of the open documents(⌘L). Similarly, project can also
> be selected via ⌘L
Just wanted to know, how you guys handle the spam or blacklist the
senders with Mailmate or any other client? I have created a bundle to
create/update a list in Evernote and manually update it with my email
provider, once a month.
--
Nitin
___
mailma
On 31 Jan 2014, at 14:05, Nitin wrote:
Just wanted to know, how you guys handle the spam or blacklist the
senders with Mailmate or any other client? I have created a bundle to
create/update a list in Evernote and manually update it with my email
provider, once a month.
First line of defense,
Hi,
Not exactly sure what you mean, but try hitting space. It'll scroll
the message view and when it hits the bottom, it'll jump to the next
message in the list.
Thanks. Yes, this is part of what I need, however I'd like to be able to
scroll back (not only forward) and I do not want to leave
On 31 Jan 2014, at 20:48, Giulio Eulisse wrote:
Not exactly sure what you mean, but try hitting space. It'll scroll
the message view and when it hits the bottom, it'll jump to the next
message in the list.
Thanks. Yes, this is part of what I need, however I'd like to be able
to scroll back (
On 31 Jan 2014, at 19:32, Pedro Lobo wrote:
On 31 Jan 2014, at 18:25, Benny Kjær Nielsen wrote:
The main problem is locating the task in TaskPaper. It is likely that
TaskPaper returns some kind of identifier for this purpose, but this
then needs to be stored until it is needed when a reply ha
Thanks. Yes, this is part of what I need, however I'd like to be able
to scroll back (not only forward) and I do not want to leave the
selection I've. I'm basically after a keybinding for the two finger
scroll up and down in the message view.
⇧-space to scroll 1 page up.
doh, ok... I had it m
On 31 Jan 2014, at 21:30, Giulio Eulisse wrote:
Thanks. Yes, this is part of what I need, however I'd like to be
able to scroll back (not only forward) and I do not want to leave
the selection I've. I'm basically after a keybinding for the two
finger scroll up and down in the message view.
⇧-
29 matches
Mail list logo