summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-02-08 17:22:45 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-02-08 17:30:43 +0000
commitb7e66fc4449b7eb5942c93e35eaf6f4f8dd31666 (patch)
tree360d5d584b035459fa26e3909f11b838e3e66a13 /alot/commands/globals.py
parentdaf1a7fa428ccb16bd49e3ca5418278b0090fee9 (diff)
make refocussing after envelope.edit configurrable
turned on by default and off when called from global.ComposeCommand.
Diffstat (limited to 'alot/commands/globals.py')
-rw-r--r--alot/commands/globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/globals.py b/alot/commands/globals.py
index 2c39f3dc..81385456 100644
--- a/alot/commands/globals.py
+++ b/alot/commands/globals.py
@@ -629,7 +629,7 @@ class ComposeCommand(Command):
logging.debug('attaching: ' + a)
cmd = commands.envelope.EditCommand(envelope=self.envelope,
- spawn=self.force_spawn)
+ spawn=self.force_spawn, refocus=False)
ui.apply_command(cmd)